(syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed.
[emacs.git] / src / ChangeLog
blob83c581a4116497730a39c1b0b0a61b0e027eca46
1 2006-06-30  John Paul Wallington  <jpw@pobox.com>
3         * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
4         Doc fix - default value has changed.
6 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8         * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
10         * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
12         * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
14         * macterm.c (Qeql): Add extern.
15         (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
16         (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
17         (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
18         Change keys of Vmac_atsu_font_table from strings to numbers.
19         (fm_style_to_face_attributes) [USE_ATSUI]: New function.
20         (init_font_name_table) [USE_ATSUI]: Use it.
21         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
22         (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
23         [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
24         only when saved_ts_script_language_on_focus coincides with
25         Vmac_ts_script_language_on_focus.
26         [USE_MAC_TSM] (mac_tsm_suspend): Save value of
27         Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
28         (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
29         [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
31 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
33         * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
34         (Ffield_string_no_properties, Ffield_end): Mention
35         args-out-of-range error condition in docstring.
37 2006-06-27  Kim F. Storm  <storm@cua.dk>
39         * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
41 2006-06-25  Kim F. Storm  <storm@cua.dk>
43         * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
44         version 2.4 and later.
46 2006-06-24  Chong Yidong  <cyd@stupidchicken.com>
48         * xfns.c (Fx_create_frame): Set font parameter directly instead of
49         using x_default_parameter, since x_get_args clears the parm alist.
51 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
53         * dired.c (directory_files_internal) [WINDOWSNT]: Find files
54         case-insensitively.
56 2006-06-24  Aidan Kehoe  <kehoea@parhasard.net>
58         * lread.c (read_escape): When an unknown Unicode code point is
59         encountered as a string or character escape, signal an error.
61 2006-06-23  Kim F. Storm  <storm@cua.dk>
63         * .gdbinit (pitx): Dump iterator stack.
65         * xdisp.c (handle_composition_prop): Push iterator on stack.
66         (set_iterator_to_next): Pop iterator at end of composition.
68 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
70         * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
71         itself on DOS_NT platforms, if the old and new names are identical
72         but for the letter-case.
74 2006-06-21  Kim F. Storm  <storm@cua.dk>
76         * dispextern.h (struct it): Add `position' member to iterator stack.
77         Rename `pos' member to `current'.  Rearrange and add comments.
79         * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
80         if  we get any overlays.
81         (set_cursor_from_row): Don't clobber `end' if we rescan from
82         start_string.
83         (push_it, pop_it): Save it->position.
85 2006-06-19  Richard Stallman  <rms@gnu.org>
87         * window.c (size_window): New arg FIRST_ONLY.  All callers changed.
88         (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
89         for the case of a top-level window and the following minibuffer.
90         Don't exit because of no `next' when there is a parent.
91         Use the FIRST_ONLY feature when resizing following windows.
93         * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
95 2006-06-17  Kim F. Storm  <storm@cua.dk>
97         * dispnew.c (update_frame): Check for input pending on entry.
98         (update_window, update_frame_1): Break loop if input is detected.
100 2006-06-16  Francis Litterio  <flitterio@gmail.com>
102         * xterm.c (x_check_expected_move, handle_one_xevent)
103         (x_set_offset, x_check_fullscreen): Extensive changes to make
104         frame positioning deterministic under X.
106         * xterm.h (x_output): Added members left_before_move and
107         top_before_move.  Removed members expected_left and expected_top.
109 2006-06-16  Kim F. Storm  <storm@cua.dk>
111         * dispextern.h (struct it): Add union to iterator stack to save
112         image, composition, and stretch specific paramters.
114         * xdisp.c (next_overlay_string): Fix assert.
115         (push_it, pop_it): Handle composition and stretch specific values.
116         Only handle it->slice in image (for now).
117         (back_to_previous_visible_line_start): Continue search if newline is
118         part of a compisition.  Simplify.
119         (reseat_1): Set it->object to buffer.
120         (set_iterator_to_next): Set it->object to string or buffer, when
121         setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
122         (next_element_from_composition): Set it->object to buffer if not
123         from string.
124         (set_cursor_from_row): Only save start of string if not already
125         done to handle multiple strings in a row.
127         * .gdbinit (pitx): Show composition parameters.
128         (pgx, pg): New commands to print a glyph structure.
129         (pgi, pgn): New commands to print specific/next glyph.
130         (pgrowx, pgrow): New commands to print all glyphs in a row.
132 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
134         * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
135         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
137         * macterm.c (do_app_resume, do_app_suspend): Remove functions.
138         (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
139         (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
140         (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
141         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
142         (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
143         (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
144         Services functions to get size of main display in pixels.
146 2006-06-14  Chong Yidong  <cyd@stupidchicken.com>
148         * xdisp.c (back_to_previous_visible_line_start): Reset
149         it->continuation_lines_width.
151 2006-06-14  Richard Stallman  <rms@gnu.org>
153         * eval.c (Fdefconst): Mark variable as risky.
155         * callproc.c (Fcall_process): Doc fix.
157         * window.c (adjust_window_trailing_edge): Don't break out of the loop
158         because there's no next window, if there are parallel windows.
159         Do break out when WINDOW is nil.
161 2006-06-14  Kim F. Storm  <storm@cua.dk>
163         * dispextern.h (IT_STACK_SIZE): New macro specifying size of
164         iterator stack (instead of hardcoded number).  Increase from 2 to
165         4 to make room for propertized overlay strings before and after a
166         display string, image or composition.
167         (struct it): Add image_id and method members to iterator stack.
169         * xdisp.c (init_from_display_pos): Don't set it->method and
170         overlay_string_index after pop_it.  Add asserts.
171         (handle_stop): Look for overlay strings around a display string,
172         image, or composition.  Handle properties on those strings.
173         (next_overlay_string): Don't set string, pos or method after pop_it.
174         (get_overlay_strings_1): Split from get_overlay_strings; don't
175         modify it if no overlay strings are found.
176         (get_overlay_strings): Use get_overlay_strings_1.  Always set
177         it->string and it->method.
178         (push_it): Push it->image_id and it->method.  Push it->object
179         instead of it->string if method is GET_FROM_IMAGE.
180         (pop_it): Pop it->image_id and it->method.  Ppo it->object
181         instead of it->string if method is GET_FROM_IMAGE.
182         Reset it->current.string_pos if popped it->string is nil.
183         (reseat_1): Remove comment dated 19 May 2003.  It expressed doubt
184         whether a given change was correct; but the change is correct.
185         Clear it->string_from_display_prop_p.
186         (set_iterator_to_next): Rely on it->method and it->image_id from
187         iterator stack, instead of setting them explicitly after pop_it.
189         * dispnew.c (sit_for): Undo 2006-06-01 change.  Instead, a
190         negative time forces redisplay even when input is available.
191         (Fsit_for): Doc fix.
193 2006-06-13  Kim F. Storm  <storm@cua.dk>
195         * dispnew.c: Modify preemptive redisplay to be based on periodic
196         checks for input.
197         (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
198         (Vredisplay_preemption_period): New variable.
199         (syms_of_display): DEFVAR_LISP and initialize it.
200         (preemption_period, preemption_next_check): New variables.
201         (update_frame, update_single_window): Initialize them based on
202         Vredisplay_preemption_period if !force_p.
203         (update_window, update_frame_1): Use them to determine when to
204         check for input.
206 2006-06-03  Aidan Kehoe  <kehoea@parhasard.net>
208         * lread.c (read_escape): Provide a Unicode character escape
209         syntax; \u followed by exactly four or \U followed by exactly
210         eight hex digits in a comment or string is read as a Unicode
211         character with that code point.
213 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
215         * window.c (window_scroll_pixel_based): Signal "Beginning of
216         buffer" when scroll-down at the beginning of an empty buffer.
218 2006-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
220         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event): Exclude
221         0x7f from ASCII range.
223 2006-06-05  Jason Rumney  <jasonr@gnu.org>
225         * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
226         (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
227         (x_scroll_bar_report_motion): Remove workarounds for
228         versions of Windows NT < 3.51.
229         [!SIF_ALL]: Remove.
230         (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
231         (w32_initialize): Don't dynamically load Get/SetScrollInfo.
233 2006-06-04  David Kastrup  <dak@gnu.org>
235         * dispnew.c: Mention `redisplay-dont-pause' in doc string of
236         `sit-for'.
238 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
240         * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
242         * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
244         * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
245         (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
246         [USE_MAC_TSM]: Likewise.
247         (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
248         (Qbefore_string) [USE_MAC_TSM]: Add extern.
249         (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
250         ActivateTSMDocument/DeactivateTSMDocument.
251         (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
252         (mac_handle_window_event) [USE_MAC_TSM]: Handle
253         kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
254         (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
255         (install_window_handler) [USE_MAC_TSM]: Install it.  Register
256         kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
257         (keycode_to_xkeysym_table): Add entry for f16.
258         (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
259         before/after passing keystroke event to toolbox dispatcher.
260         (init_tsm) [USE_MAC_TSM]: New function.
261         (mac_initialize) [USE_MAC_TSM]: Call it.
262         (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
264         * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
266 2006-06-02  John Paul Wallington  <jpw@gnu.org>
268         * xfns.c (x_set_name_internal): Set icon to `text', derived from
269         name, when frame's icon_name isn't a string rather than only when
270         it is nil.
272 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
274         * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
275         and not nil.
277 2006-06-02  Chong Yidong  <cyd@stupidchicken.com>
279         * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
280         string.
282 2006-06-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
284         * xdisp.c (next_element_from_composition): Set it->object to
285         it->string if composition is coming from string.
286         (set_cursor_from_row): Don't return 0 unless row displays a
287         continued line.
288         (dump_glyph): Dump composite glyph.
290 2006-06-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
292         * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
294 2006-06-01  Richard Stallman  <rms@gnu.org>
296         * window.c (Fsplit_window): Doc fix.
298 2006-06-01  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
300         * process.c (deleted_pid_list): New variable to store the pids
301         of deleted processes.  Declare it only if SIGCHLD is defined.
302         (init_process): Initialize it.
303         (syms_of_process): Staticpro it.
304         (Fdelete_process): Add pid of the deleted process to it.  Check after
305         the addition and before the kill if the process is already stopped,
306         in which case it is deleted from the list and not killed.
307         (sigchld_handler): Define it only if SIGCHLD is.  Search the process
308         that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
309         Original idea by Stefan Monnier.
311 2006-06-01  Kim F. Storm  <storm@cua.dk>
313         * dispnew.c (sit_for): Perform redisplay even if input is pending
314         when redisplay-dont-pause is non-nil.
316 2006-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
318         * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
319         (XTread_socket): Remove obsolete comment.
321 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
323         * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
324         menu-bar-open.
326 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
328         * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
329         menu-bar-open.
331         * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
333 2006-05-31  Juri Linkov  <juri@jurta.org>
335         * minibuf.c (Vhistory_add_new_input): New variable.
336         (read_minibuf): Use it.
337         (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
338         (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
340 2006-05-31  Kim F. Storm  <storm@cua.dk>
342         * process.c (select_wrapper): Add wrapper around select to work around
343         "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
344         select called from wait_reading_process_output.
346 2006-05-30  Andreas Schwab  <schwab@suse.de>
348         * xmenu.c (Fmenu_bar_start): Return a value.
350 2006-05-30  Richard Stallman  <rms@gnu.org>
352         * coding.c (Ffind_operation_coding_system): Doc fix.
354 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
356         * w32term.c (x_draw_hollow_cursor): Fix last change.
358 2006-05-29  Kim F. Storm  <storm@cua.dk>
360         * w32term.c (x_draw_stretch_glyph_string): Fix last change.
362 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
364         * coding.c (Ffind_operation_coding_system): Doc fix.
366 2006-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
368         * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
369         Call mac_set_font_info_for_selection if font panel is made visible.
371         * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
372         (mac_font_panel_visible_p, mac_show_hide_font_panel)
373         [USE_MAC_FONT_PANEL]: New functions.
374         [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
375         immediately if font panel is not visible.
377         * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
378         Add externs.
380 2006-05-29  Dan Nicolaescu  <dann@ics.uci.edu>
382         * search.c (matcher_overflow): Mark as NO_RETURN.
384         * xterm.c (x_connection_closed): Likewise.
386         * sysdep.c (croak): Likewise.
388         * sound.c (sound_perror, alsa_sound_perror): Likewise.
390         * lisp.h (die, nsberror): Likewise.
392 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
394         * sound.c (alsa_open, alsa_configure, alsa_write): Move
395         assignment to err out of if-statement.
397         * gtkutil.c (menu_nav_ended): New function.
398         (create_menus): Connect menu_nav_ended to "selection-done" to fix
399         grabs.
401         * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
403 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
405         * charset.h (invalid_character): Mark as NO_RETURN.
407 2006-05-29  Kenichi Handa  <handa@m17n.org>
409         * coding.c (Ffind_operation_coding_system): Call a function by
410         safe_call1 instead of call1.
412 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * window.c (struct saved_window): Add `dedicated'.
415         (Fset_window_configuration, save_window_save): Save/restore the
416         `dedicated' flag.
418 2006-05-28  Kim F. Storm  <storm@cua.dk>
420         * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
421         don't update w->cursor and return 0.  Return 1 on success.
422         (try_cursor_movement): Repeat set_cursor_from_row on successive rows
423         until it succeeds.
425         * dispextern.h (set_cursor_from_row): Update prototype.
427 2006-05-28  Kim F. Storm  <storm@cua.dk>
429         * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
430         parameters.  Adjust x and width in case cursor in on a partially
431         visible stretch glyph on the left edge.
432         (erase_phys_cursor): Don't erase into left fringe/margin in case
433         previous cursor glyph is a partially visible stretch glyph on left.
435         * dispextern.h (get_phys_cursor_geometry): Update prototype.
437         * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
438         cursor and erasing cursor on partially visible stretch glyph on left.
439         (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
441         * macterm.c: Likewise.
443         * w32term.c: Likewise.
445 2006-05-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
447         * macselect.c (mac_handle_apple_event):
448         Return errAEEventNotHandled if key binding is not found.
450 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
452         * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
453         [__MINGW32__]: MinGW-specific declaration of `etext'.
455         * w32heap.c (etext, edata): Remove unused definitions.
457 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
459         * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
460         Incorporate the exclusive file-opening functionality into the behavior
461         when OK-IF-ALREADY-EXISTS is nil.
462         (Frename_file): Call Fcopy_file without MUSTBENEW argument.
464 2006-05-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
466         * sound.c (alsa_configure): Move get period/buffer_size after
467         setting hwparams.
469 2006-05-26  Kenichi Handa  <handa@m17n.org>
471         * coding.c (Ffind_operation_coding_system): Allow (FILENAME
472         . BUFFER) in TARGET.
474 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
476         * image.c (png_load): Don't call fclose on NULL.
478 2006-05-25  Luc Teirlinck  <teirllm@auburn.edu>
480         * fns.c (Fyes_or_no_p):
481         * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
482         only seven args.
484 2006-05-25  Juri Linkov  <juri@jurta.org>
486         * lisp.h (Fread_from_minibuffer): Decrement number of args.
488         * minibuf.c (read_minibuf): Remove arg KEEP_ALL.  Callers changed.
489         (Fread_from_minibuffer): Remove arg KEEP_ALL.  Callers changed.
491         * buffer.c (mode-line-format): Fix docstring.
493 2006-05-25  Richard Stallman  <rms@gnu.org>
495         * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
497 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
499         * puresize.h (BASE_PURESIZE): Increase to 1210000.
501 2006-05-24  Alan Mackenzie  <acm@muc.de>
503         * lread.c (Vload_history): Enhance doc-string to say that the file
504         is the absolute truename of the loaded file.
506         * lread.c (Vafter_load_alist): doc-string: state that an element
507         now has a regexp to match file names, not a file name as such.
509         * lread.c (readevalloop): Call file-truename on the name for
510         load-history, except at preloading time.
512         * lread.c (Fload): At preloading time, preserve the extension of
513         the filename which goes into load-history.  New var hist_file_name.
515         * lread.c (Fload): Do eval-after-load stuff by calling the lisp
516         function do-after-load-evaluation.
518 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
520         * mac.c (ae_attr_table): New variable.
521         (syms_of_mac): Intern and staticpro its elements.
522         (mac_aelist_to_lisp): Also convert Apple event attributes.
523         (mac_ae_put_lisp): New function.
524         (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
526         * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
528         * macselect.c (Qemacs_suspension_id): New variable.
529         (syms_of_macselect): Intern and staticpro it.
530         (struct suspended_ae_info): New struct.
531         (deferred_apple_events, defer_apple_events)
532         (Fmac_process_deferred_apple_events): Use it.
533         (suspended_apple_events): New variable.
534         (mac_handle_apple_event_1): New function.
535         (mac_handle_apple_event): Use it.  Don't process previously
536         suspended events.
537         (cleanup_suspended_apple_events, get_suspension_id)
538         (cleanup_all_suspended_apple_events): New functions.
539         (init_apple_event_handler): Call cleanup_all_suspended_apple_events
540         at exit.
541         (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
542         (Fmac_resume_apple_event): New defuns.
543         (syms_of_macselect): Defsubr them.
545         * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
546         Fix last change.  Don't map `fn' modifier if pressed with F1 ... F12.
548         * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
549         (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
550         (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
551         (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
552         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
553         Likewise.
554         (typeUTF8Text, kEventParamWindowMouseLocation)
555         [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
556         (x_get_focus_frame, mac_ae_put_lisp): Add externs.
558 2006-05-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
560         * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
561         (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
562         (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
563         (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
564         (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
565         resource to backtranslate key with modifiers.
566         (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
568 2006-05-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
570         * xterm.c: Remove declarations already in xterm.h
572         * xterm.h: Add extern declarations for x_clear_errors,
573         x_fully_uncatch_errors, x_catching_errors and
574         x_alloc_lighter_color_for_widget.  Remove duplicated declarations.
576 2006-05-21  Richard Stallman  <rms@gnu.org>
578         * xfaces.c (best_matching_font): Abort for best == NULL
579         before we start to use it.
581         * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
583 2006-05-20  Kim F. Storm  <storm@cua.dk>
585         * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
587 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
589         * macterm.c (convert_fn_keycode): Fix last change.
591 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
593         * w32.c (init_environment): Perform the processing of environment
594         variables on a copy of default variables and their values, not on
595         the original.  Simplify code that calls ExpandEnvironmentStrings
596         and make buf1[] and buf2[] more visible for easier debugging.
598 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
600         * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
602         * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
604         * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
606         * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
607         Forward keyUp events to toolbox_dispatcher.
609         * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
611 2006-05-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
613         * config.in: Regenerated (HAVE_ALSA).
615         * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
616         (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
617         (snd_error_quiet, alsa_init): New functions.
618         (vox_init): Return 0 if unable to open device.
619         (Fplay_sound_internal): Test for alsa first and use vox (oss) as
620         a fallback.
621         (struct sound_device): Add period_size.
622         (wav_play, au_play): Use period_size if set.
624         * Makefile.in (CFLAGS_SOUND): New flags for ALSA
625         (ALL_CFLAGS): Add CFLAGS_SOUND
627 2006-05-18  Kenichi Handa  <handa@m17n.org>
629         * callproc.c (Fcall_process): Reject encoding arguments by
630         ascii-incompatible coding systems (e.g. utf-16).
632         * coding.c (Qascii_incompatible): New variable.
633         (syms_of_coding): Setup Qascii_incompatible.
634         (setup_coding_system): Be sure to initialize coding->common_flags.
635         Check `ascii-incompatible' property of the coding system.
637         * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
639 2006-05-18  Kim F. Storm  <storm@cua.dk>
641         * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when
642         backtracking in case last image doesn't fit on line.
644 2006-05-18  MIYOSHI Masanori <miyoshi@meadowy.org>  (tiny change)
646         * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than
647         height of one frame default line.
649 2006-05-17  Richard Stallman  <rms@gnu.org>
651         * xfaces.c (better_font_p): Any font beats no font.
652         (best_matching_font): Simplify based on above change.
654         * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
656 2006-05-16  Kim F. Storm  <storm@cua.dk>
658         * xterm.c (handle_one_xevent): Check that f is not NULL before
659         calling x_kill_gs_process.
661 2006-05-14  Richard Stallman  <rms@gnu.org>
663         * textprop.c (Fnext_single_char_property_change)
664         (Fprevious_single_char_property_change): Don't allow returning
665         value beyond LIMIT in any cases.
666         (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
668         * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
670 2006-05-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
672         * xterm.c (handle_one_xevent): Check that f is not NULL before
673         calling _XEditResCheckMessages.
675 2006-05-14  Kim F. Storm  <storm@cua.dk>
677         * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
679 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
681         * frame.c (x_set_border_width): Fix error message to say "frame",
682         not "window".
684         * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
686 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
688         * intervals.c (set_point_both): Fix mixup before before and after
689         in variable names.
691         * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
692         while setting point temporarily.
694 2006-05-11  Richard Stallman  <rms@gnu.org>
696         * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
698 2006-05-11  Kim F. Storm  <storm@cua.dk>
700         * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
702 2006-05-11  Kenichi Handa  <handa@m17n.org>
704         * fileio.c (Finsert_file_contents): Fix for the case of IO error
705         while handling replace operation.
707 2006-05-10  Kenichi Handa  <handa@m17n.org>
709         * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
710         chosen for the default face was different from the frame font,
711         adjust the frame font.
713 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
715         * image.c (Qduration) [MAC_OS]: Undo previous change.
716         (syms_of_image) [MAC_OS]: Likewise.
717         [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
719         * macfns.c (x_to_mac_color): Fix shift amount change.
720         (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
721         [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
723         * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
724         Vmac_services_selection.  All uses changed.
725         (mac_store_service_event): Rename from mac_store_services_event in
726         extern and calls.
728         * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices.  All uses
729         changed.
730         [MAC_OSX] (mac_store_service_event): Rename from
731         mac_store_services_event.  All callers changed.
732         [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
733         FACE_ID and C.  All callers changed.
734         (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
735         mac_set_font_info_for_selection when focus frame is destroyed.
736         (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
738         * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
739         args in extern.
741 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
743         * keymap.c (describe_map): Avoid generating duplicate entries if
744         the shadowed binding has the same definition.
746 2006-05-09  Kenichi Handa  <handa@m17n.org>
748         * keymap.c (push_key_description): Handle invalid character key.
750 2006-05-08  Kenichi Handa  <handa@m17n.org>
752         * callproc.c (Fcall_process): Use system_eol_type for encoding
753         arguments if eol_type is not yet decided.
755         * coding.h (system_eol_type): Extern it.
757         * coding.c (setup_coding_system): For invalid coding-system, set
758         coding->eol_type to CODING_EOL_UNDECIDED.
759         (encode_coding): Cancel previous change.
760         (shrink_encoding_region): Likewise.
761         (code_convert_region1): Likewise.
762         (code_convert_string1): Likewise.
763         (code_convert_string_norecord): Likewise.
765         * fileio.c (choose_write_coding_system): Use system_eol_type for
766         encoding if eol_type is not yet decided.
768         * process.c (setup_process_coding_systems): Use system_eol_type
769         for encoding if eol_type is not yet decided.
770         (read_process_output): Likewise.
771         (send_process): Likewise.
773 2006-05-07  Juanma Barranquero  <lekktu@gmail.com>
775         * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
777 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
779         * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
780         (syms_of_mac): Likewise for defsubr.
782         * macfns.c (mac_set_font): New function.
783         (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
784         (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
785         kWindowToolbarButtonAttribute when creating window.
786         (Fmac_clear_font_name_table): Move from macfns.c.
787         (syms_of_macfns): Likewise for defsubr.
788         [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
789         (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
791         * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
792         and build is done on Mac OS X 10.2 and later.
794         * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
795         (mac_store_services_event): Change return type in extern.
797         * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
798         FMFontFamily value.
799         [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
800         (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
801         (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
802         (QWindow) [MAC_OSX]: Likewise.
803         (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
804         (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
805         (syms_of_macterm) [USE_ATSUI]: Defvar it.
806         (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
807         (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
808         (syms_of_macterm): Intern and staticpro them.
809         (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
810         [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
811         function.
812         [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
813         [MAC_OSX] (mac_store_services_event): Likewise.
814         [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
815         kEventWindowToolbarSwitchMode event.
816         (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
817         [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
818         [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
819         (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
820         (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
822         * macterm.h (mac_set_font_info_for_selection): Add extern.
824 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
826         * image.c (Qduration) [MAC_OS]: New variable.
827         (syms_of_image) [MAC_OS]: Intern and staticpro it.
828         [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
829         [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
830         instead of cfstring_create_with_string.
832 2006-05-06  Kim F. Storm  <storm@cua.dk>
834         * .gdbinit (xframe): Print frame name.
835         (xlist): New command to print a list (max 10 elements).
836         (xpr): Print lisp object of any type.
837         (pitx): Print it->pixel_width.
839 2006-05-05  Kenichi Handa  <handa@m17n.org>
841         * xdisp.c (handle_composition_prop): Fix for the case of empty
842         composition component.
844 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
846         * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
847         from event->arg.
849         * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
850         MAC_APPLE_EVENT.
852         * macterm.h (mac_make_lispy_event_code): Remove extern.
853         (mac_post_mouse_moved_event): Add extern.
854         (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
855         `const AEDesc *' in externs.
856         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
858         * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
859         `const AEDesc *'.
860         [TARGET_API_MAC_CARBON] (create_apple_event): New function.
861         [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
862         Use xrealloc instead of repeated xmalloc/xfree.
863         [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
864         function.
866         * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
868         * macselect.c: Update copyright year.
869         (mac_store_apple_event): Change return type to void in extern.
870         (mac_handle_apple_event): Don't get return value from
871         mac_store_apple_event.
872         [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
873         (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
874         [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
875         macterm.c.  Use Vmac_dnd_known_types as acceptable flavors.
876         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.  New
877         implementation using create_apple_event_from_drag_ref.
878         [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
879         (mac_do_receive_dragUPP): Move variables from macterm.c.
880         (install_drag_handler, remove_drag_handler): New functions.
882         * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
883         path select also for proxy icon click.
884         [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
885         [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
886         (xlfdpat_create): Remove unused label `error' and trailing sentences.
887         (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
888         (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
889         macselect.c.
890         (install_drag_handler, remove_drag_handler): Add extern.
891         (mac_store_apple_event): Change return type to void.  All uses changed.
892         Create Lisp object from Apple event and store it into input event.
893         (mac_make_lispy_event_code): Remove function.
894         [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
895         (install_window_handler): Call install_drag_handler.
896         (remove_window_handler): Call remove_drag_handler.
898 2006-05-03  Richard Stallman  <rms@gnu.org>
900         * sound.c (Fplay_sound_internal): Dynamically allocate
901         current_sound_device and current_sound.
902         (sound_cleanup): Free them.
904         * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
905         when inside a keyboard macro.
907 2006-05-02  Andreas Schwab  <schwab@suse.de>
909         * xmenu.c (restore_menu_items): Return a value.
911 2006-05-01  Martin Rudalics  <rudalics@gmx.at>
913         * syntax.c (Fforward_comment): Detect generic comment at beginning of
914         buffer when moving backwards.
916 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
918         * dispnew.c (update_window): Don't set changed_p when mode/header
919         line is updated.
921         * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
922         (get_glyph_face_and_encoding, get_char_face_and_encoding):
923         Don't distinguish known faces from others.
925         * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
926         through typeFileURL failed.
928         * macfns.c (mac_update_title_bar): New function.
929         [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
930         (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
931         Call mac_prepare_for_quickdraw.
933         * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
934         (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
935         (enum pcm_status): New enum.
936         (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
937         (XCharStructRow): Remove.  Now validity is represented by
938         non-negativeness of sum of ascent and descent.
939         (struct MacFontStruct): Change type of member `rows'.
940         (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
942         * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
943         Adjust endpoints of strictly horizontal/vertical lines.
944         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
945         (pcm_init, pcm_get_status): New functions.
946         (x_per_char_metric, XLoadQueryFont): Use them instead of
947         XCharStructRow and related macros.
948         (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
949         (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
950         (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
951         and window path pop-up menu on title bar.
952         (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
954         * macterm.h (mac_update_title_bar): Add extern.
955         (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
956         (FRAME_FILE_NAME): New macro.
958         * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
960 2006-04-30  Richard Stallman  <rms@gnu.org>
962         * keymap.c (Fdefine_key): Improve error message
963         when KEY begins with a non-prefix key.
965 2006-04-30  Martin Rudalics  <rudalics@gmx.at>
967         * syntax.c (Fforward_comment): Don't forget to break out of the loop
968         when we skipped backward over a generic comment.
970 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
972         * .gdbinit (pp1, pv1): Only print value as expression is now
973         printed out by gud-print.
974         (pv1): Correct doc string.
976 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
978         * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
979         Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
980         keymap.c:895: error: address of register variable `def' requested.
982 2006-04-26  Jason Rumney  <jasonr@gnu.org>
984         * w32term.c (construct_mouse_wheel): Handle negative coordinates.
986         * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
987         <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
988         where we preempt mouse_button_timer.
990 2006-04-25  Miles Bader  <miles@gnu.org>
992         * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
994 2006-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
996         * process.h: Include headers for pid_t.
998 2006-04-24  Kim F. Storm  <storm@cua.dk>
1000         * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
1001         does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
1002         (produce_stretch_glyph): Assume that face box height and width is
1003         already included in stretch glyph size so caller doesn't have to
1004         consider the extra space otherwise added (fixes problem in ses.el).
1006         * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
1007         matrices to force recalculation of tool-bar height after font change.
1009         * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
1010         Clear it when done, so we don't accidentally draw a second copy of
1011         the tool-bar after resetting f->n_tool_bar_rows.
1012         (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
1013         we recalculate f->n_tool_bar_rows.
1015 2006-04-23  Lars Hansen  <larsh@soem.dk>
1017         * editfns.c (find_field): Fix comment.
1018         (Ffield_beginning): Fix bug when POS is at field beginning.
1020 2006-04-22  Eli Zaretskii  <eliz@gnu.org>
1022         * puresize.h (BASE_PURESIZE): Increase to 1205000.
1024 2006-04-21  Kim F. Storm  <storm@cua.dk>
1026         * xdisp.c (redisplay_window): Fix last change.  Don't recenter if
1027         window start is at BEGV.
1029         * dispextern.h (struct image): New member `corners'.
1030         (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
1032         * image.c (four_corners_best): New arg CORNERS specifies what pixels
1033         to look at in case image has margin.
1034         (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
1035         (image_background, image_background_transparent)
1036         (x_build_heuristic_mask): Pass img->corners to four_corners_best.
1037         (gif_load): Set img->corners according to image's margin spec.
1038         Use img->corners values directly where applicable.
1039         Save image extension data in img->data.lisp_val.
1040         (gif_clear_image): New function to free img->data.lisp_val.
1041         (gif_type): Use it instead of generic x_clear_image.
1042         (Fimage_extension_data): New defun.
1043         (syms_of_image): Defsubr it.
1045 2006-04-21  John Sullivan  <john@wjsullivan.net>  (tiny change)
1047         * window.c (Fdisplay_buffer): Doc fix.
1049 2006-04-21  Eli Zaretskii  <eliz@gnu.org>
1051         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
1053 2006-04-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1055         * image.c [MAC_OS] (xpm_load_image): Fill in background field
1056         while we have ximg handy.
1058         * macmenu.c (restore_menu_items, save_menu_items): New functions
1059         from xmenu.c.
1060         (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
1061         changes for xmenu.c.
1063         * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
1064         (add_mac_font_name): New function.
1065         (init_font_name_table): Use it.  Adopt the first found font from
1066         those having the same family name.
1068 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
1070         * xdisp.c (note_mouse_highlight): Use build_string.
1072 2006-04-20  Lars Hansen  <larsh@soem.dk>
1074         * textprop.c (Fremove_list_of_text_properties):
1075         Ensure modify_region is called only when buffer is modified and that
1076         signal_after_change is allways called in that case.
1078         * print.c (PRINTFINISH): Call signal_after_change.
1080 2006-04-20  Kim F. Storm  <storm@cua.dk>
1082         * xdisp.c (redisplay_window): Fix last change.
1084         * xdisp.c (redisplay_window): If current window start is not at the
1085         beginning of a line, select a new window start if buffer is modified
1086         and window start is in the modified region, but the first change is
1087         before window start.
1089 2006-04-18  Richard Stallman  <rms@gnu.org>
1091         * xmenu.c (restore_menu_items, save_menu_items): New fns.
1092         (set_frame_menubar): Use save_menu_items.  Save updated vector in
1093         the frame before unwinding it.  Don't use unuse_menu_items.
1094         Don't use discard_menu_items.
1095         (digest_single_submenu): Abort if an item is not in a pane.
1096         (init_menu_items): Put the error check at the top.
1098         * keymap.c (describe_map): Make "shadowed" warning more verbose.
1100         * window.c (adjust_window_trailing_edge): Correctly distinguish
1101         series vs parallel cases, even when window has no parent.
1103         * abbrev.c (record_symbol): New function.
1104         (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
1106 2006-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1108         * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
1109         value of xmalloc.
1111         * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
1112         (create_apple_event_from_event_ref, xrm_get_preference_database)
1113         (cfstring_create_normalized): Don't check return value of xmalloc.
1115         * macselect.c (get_scrap_target_type_list, defer_apple_events)
1116         (copy_scrap_flavor_data, mac_handle_service_event): Don't check
1117         return value of xmalloc/xrealloc.
1119         * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
1120         (init_font_name_table, init_font_name_table, mac_do_list_fonts)
1121         (XLoadQueryFont, mac_store_apple_event): Don't check return value
1122         of xmalloc.
1124 2006-04-17  Kim F. Storm  <storm@cua.dk>
1126         * window.c (coordinates_in_window): On the vertical border,
1127         calculate the row number measured from the top of the window, not
1128         the top of the frame.
1129         (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
1130         (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
1132 2006-04-16  Eli Zaretskii  <eliz@gnu.org>
1134         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
1136 2006-04-16  Romain Francoise  <romain@orebokech.com>
1138         * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
1140 2006-04-16  Andreas Schwab  <schwab@suse.de>
1142         * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
1144 2006-04-15  Romain Francoise  <romain@orebokech.com>
1146         * puresize.h (BASE_PURESIZE): Increment to 1210000.
1148 2006-04-13  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1150         * print.c (Fprin1_to_string): Mention in the `doc' that the
1151         behavior is modified by `print-level' and `print-length'.
1153 2006-04-13  Kenichi Handa  <handa@m17n.org>
1155         * coding.c (setup_coding_system): If eol-type is not yet decided
1156         and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
1157         If coding_system is nil, return 0.
1158         (code_convert_region1): Even if coding_system is nil, don't skip
1159         conversion if system_eol_type is not LF.
1160         (code_convert_string1): Likewise.
1161         (code_convert_string_norecord): Likewise.
1163 2006-04-13  Kenichi Handa  <handa@m17n.org>
1165         * coding.c (setup_coding_system): Fix previous change.
1166         (encode_coding): If eol_type is not yet decided, use system_eol_type.
1167         (shrink_encoding_region): If eol_type is not yet decided and
1168         system_eol_type is not LF, don't shrink.
1170 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
1172         * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
1173         line.
1175 2006-04-12  Richard Stallman  <rms@gnu.org>
1177         * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
1179         * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
1180         (Fprocess_send_eof): Abort if fail to open null device.
1182 2006-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1184         * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
1186         * image.c [MAC_OS] (xpm_load_image): Add parentheses around
1187         assignment used as truth value.  Add explicit braces to avoid
1188         ambiguous `else'.
1189         [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
1191         * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
1192         EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
1193         (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
1194         Put externs in #ifdef HAVE_X_WINDOWS.
1195         (syms_of_macfns, syms_of_macselect, syms_of_macterm)
1196         (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
1197         (init_mac_osx_environment) [MAC_OSX]: Add extern.
1199         * mac.c (init_process): Remove undef.
1200         (select) [MAC_OSX]: Undefine before including sysselect.h.
1201         (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
1202         Remove functions and prototypes.
1203         (parse_value): Add parentheses around + inside shift.
1204         (path_from_vol_dir_name): Make static.
1205         (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
1206         [!MAC_OSX] (get_path_to_system_folder): Likewise.
1207         (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
1208         variable `cCode'.
1209         (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
1210         (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
1212         * macfns.c (x_to_mac_color): Remove unused variable `tail'.
1213         (x_set_mouse_color): Remove unused variable `dpy'.
1214         (Fx_create_frame): Remove unused variable `x_frame_count'.
1215         (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
1216         (x_sync): Move from macterm.c.
1217         (Fx_file_dialog): Remove unused variable `default_filter_index'.
1219         * macmenu.c (min_menu_id): Make element type explicit.
1221         * macselect.c (get_flavor_type_from_symbol): Remove unused
1222         variable `val'.
1223         (get_scrap_private_timestamp, x_get_foreign_selection)
1224         (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
1225         (Fmac_process_deferred_apple_events): Remove unused variables
1226         `keyword', `reply', `apple_event', `count', and `err'.
1228         * macterm.c: Don't include gnu.h.
1229         (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
1230         (x_sync): Move to macfns.c.
1231         [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
1232         variable `mask_bits'.
1233         (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
1234         (x_draw_image_glyph_string): Remove unused variable `pixmap'.
1235         (x_mac_to_emacs_modifiers): Remove function.
1236         (XTset_vertical_scroll_bar, mac_handle_visibility_change)
1237         (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
1238         Add explicit braces to avoid ambiguous `else'.
1239         (x_make_frame_visible): Remove unused variables `type',
1240         `original_top', and `original_left'.
1241         (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
1242         (x_load_font): Remove unused variables `full_name', and `value'.
1243         (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
1244         Remove functions.
1245         (do_zoom_window): Reorganize variables with respect to conditionals.
1246         (init_command_handler): Remove unused variable `err'.
1247         [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
1249         * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
1250         (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
1251         (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
1252         (do_menu_choice, have_menus_p, x_real_positions)
1253         (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
1254         (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
1255         (free_frame_menubar): Add externs.
1257         * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
1258         (malloc, realloc, free): Add undefs.
1259         (read_load_commands): Remove unused variable `n' and `j'.
1260         (copy_data_segment): Remove unused variable `r'.
1262         * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
1263         within ||.  Add explicit braces to avoid ambiguous `else'.
1264         (dump_glyph_row): Remove label for `inverse_p' from legend.
1266         * xfaces.c (Finternal_merge_in_global_face, try_font_list):
1267         Add explicit braces to avoid ambiguous `else'.
1269 2006-04-11  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1271         * dispnew.c (init_display): Don't init X display if the user asked
1272         for a non-X display.
1274 2006-04-12  Kenichi Handa  <handa@m17n.org>
1276         * coding.c (setup_coding_system): Use system_eol_type for default
1277         coding->eol_type.
1279 2006-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
1281         * lisp.h (wrong_type_argument): Mark as NO_RETURN.
1283         * data.c (wrong_type_argument): Try to avoid compiler warnings due
1284         to the fact the function is now marked as NO_RETURN.
1286 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
1288         * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
1290 2006-04-10  Romain Francoise  <romain@orebokech.com>
1292         * xrdb.c (gethomedir): Use xstrdup.
1294 2006-04-10  Andreas Schwab  <schwab@suse.de>
1296         * xrdb.c (gethomedir): Make sure to always return a pointer that
1297         can be passed to free.
1299 2006-04-09  Richard Stallman  <rms@gnu.org>
1301         * lisp.h (Fkill_emacs): Undo previous change.
1303 2006-04-08  Richard Stallman  <rms@gnu.org>
1305         * search.c (boyer_moore): Test ch >= 0400, not >.
1307 2006-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1309         * puresize.h (pure_write_error): Mark as NO_RETURN.
1311         * lisp.h (args_out_of_range, args_out_of_range_3)
1313 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
1315         * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
1316         if a menu is active on this frame.
1318 2006-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
1320         * lisp.h (report_file_error): Mark as NO_RETURN.
1322 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
1324         * alloc.c [STDC_HEADERS]: Include stddef.h.
1326         * lisp.h (PSEUDOVECSIZE): Fix last change.
1328 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1330         * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
1331         `raw_status_high', and `raw_status_low' with plain integers, and move
1332         them to the end of the structure.
1334         * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
1335         pseudovector's size field so only the Lisp_Object fields get GC'd.
1337         * process.c (update_status, make_process, Fdelete_process)
1338         (Fprocess_status, list_processes_1, start_process_unwind)
1339         (create_process, Fmake_network_process, server_accept_connection)
1340         (wait_reading_process_output, send_process, Fprocess_running_child_p)
1341         (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
1342         (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
1343         `pid' and `raw_status'.
1344         (Fprocess_id, Fsignal_process): Same, and additionally use floats when
1345         representing PIDs that are larger than most-positive-fixnum.
1347         * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
1349         * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
1351 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
1353         * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
1355 2006-04-03  Paul Eggert  <eggert@cs.ucla.edu>
1357         * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
1358         ../lib-src/b2m.c and ../lib-src/editfns.c.
1359         (Fcurrent_time_string): Use it.
1360         Document that the year might not consume 4 columns if it's outside
1361         the range 1000-9999.
1362         Check for asctime failure.
1363         Don't assume that the output string length is always exactly 24.
1365 2006-04-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1367         * macterm.c (XTread_socket): Initialize variable `f' before its use.
1369 2006-04-03  Kenichi Handa  <handa@m17n.org>
1371         * image.c: Include "charset.h" and "coding.h".
1372         (x_find_image_file): Return an encoded file name.
1374 2006-04-01  Eli Zaretskii  <eliz@gnu.org>
1376         * configure: Regenerated.
1378 2006-03-31  Kenichi Handa  <handa@m17n.org>
1380         * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
1382 2006-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
1384         * xdisp.c (syms_of_xdisp): Fix variable name.
1386 2006-03-30  Kenichi Handa  <handa@m17n.org>
1388         * xterm.c (x_term_init): Delete superfluous UNGCPRO.
1390 2006-03-29  Juanma Barranquero  <lekktu@gmail.com>
1392         * keyboard.c (process_tool_bar_item): Reorder dummy args.
1394 2006-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1396         * keyboard.c (tool_bar_items): Use map_keymap.
1397         (process_tool_bar_item): Add dummy args to fit the required interface.
1399 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
1401         * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
1402         to zero before calling debug_print or safe_debug_print.
1404         * print.c (print_output_debug_flag): New global variable.
1405         (Fexternal_debugging_output) [WINDOWSNT]: Don't call
1406         OutputDebugString if print_output_debug_flag is zero.
1408 2006-03-24  Paul Eggert  <eggert@cs.ucla.edu>
1410         * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
1411         (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
1412         (Fdecode_time): Cast tm_year to EMACS_INT.
1413         (Fcurrent_time_string): Report an invalid time specification if
1414         the argument is invalid.  Also, check for out-of-range time stamps.
1416 2006-03-24  Kim F. Storm  <storm@cua.dk>
1418         * xterm.c (handle_one_xevent):
1419         * w32term.c (w32_read_socket):
1420         * macterm.c (XTread_socket): Don't let key-press clear mouse face
1421         on in toolbar window if mouse-highlight is an integer.
1423         * fns.c (sxhash_list): Include last non-nil CDR in hash.
1425 2006-03-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1427         * macmenu.c (enum mac_menu_kind): New enum.
1428         (min_menu_id): New variable.
1429         (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
1430         (MIN_SUBMENU_ID): Remove defines.  All uses are replaced with
1431         min_menu_id and enumerators in enum mac_menu_kind.
1432         (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
1433         All uses changed.  Add range check for menu ID.
1434         (fill_menubar): Add range check for menu ID.
1435         [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
1436         GetEventParameter.
1437         (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
1438         for each menu kind.
1440 2006-03-22  Kim F. Storm  <storm@cua.dk>
1442         * xdisp.c: Undo 2006-03-21 change.
1444         * term.c: Define aliases for append_glyph and produce_stretch_glyph
1445         when `static' is defined to avoid name clash with those in xdisp.c.
1447         * process.c (Faccept_process_output): Fix to comply with lisp reference.
1448         Change arg "timeout" to "seconds" and allow both integer and float value.
1449         Change arg "timeout-msec" to "millisec" and interpret" as milliseconds
1450         rather than microseconds.  Fix doc string accordingly.
1452 2006-03-21  Ken Raeburn  <raeburn@raeburn.org>
1454         * xdisp.c (store_next_glyph): Rename from append_glyph.
1455         (generate_stretch_glyph): Rename from produce_stretch_glyph.
1456         All callers changed accordingly.
1458 2006-03-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1460         * xterm.c: x_session_initialized new variable.
1461         (x_term_init): Use x_session_initialized to check if
1462         x_session_initialize should be called.
1463         (x_initialize): Initialize x_session_initialized.
1465 2006-03-21  Kim F. Storm  <storm@cua.dk>
1467         * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
1468         bitmap here, but ...
1469         (update_window_fringes): ... here, so we can test if it has changed.
1471 2006-03-20  Andreas Schwab  <schwab@suse.de>
1473         * dispnew.c (init_display): Check DISPLAY here.
1475         * emacs.c (main): Don't check here.
1477         * xterm.c (x_display_ok): Don't use DISPLAY env var.
1479 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
1482         mixup (YAILOM).
1484 2006-03-20  Eli Zaretskii  <eliz@gnu.org>
1486         * emacs.c (main): Fix last change.
1488 2006-03-20  Kenichi Handa  <handa@m17n.org>
1490         * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
1492         * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
1494         * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
1496         * xterm.c (x_term_init): Remove unnecessary GCPRO.
1498 2006-03-19  Kim F. Storm  <storm@cua.dk>
1500         * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
1501         so it doesn't associate overlay string with following glyph by default.
1502         Allow integer property value to specify explicit number of buffer
1503         positions associate with overlay string.
1505 2006-03-18  Chong Yidong  <cyd@stupidchicken.com>
1507         * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
1509 2006-03-18  Nozomu Ando  <nand@mac.com>
1511         * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
1512         (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
1513         (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
1514         Don't redefine.
1516         * m/mips.h: Don't use unexmips on NetBSD.
1517         (LIBS_MACHINE): Move definition lower, so it doesn't use
1518         LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
1519         C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
1521         * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
1522         (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
1523         option is broken (e.g., MIPS/NetBSD).
1525 2006-03-18  Craig McDaniel  <craigmcd@gmail.com>  (tiny change)
1527         * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
1528         Remove the HAVE_X_WINDOWS conditional.
1530 2006-03-18  Vivek Dasmohapatra  <vivek@etla.org>  (tiny change)
1532         * emacs.c (main): If user asks for a display that is unavailable,
1533         simulate -nw.
1535         * xterm.c (x_display_ok): New function.
1537         * xterm.h: Add prototype for x_display_ok.
1539 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
1541         * w32fns.c (Fw32_select_font): Doc fix.
1543 2006-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1545         * image.c [MAC_OS] (XPutPixel, XGetPixel)
1546         [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
1547         version when depth is 32.
1548         (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
1549         New function.
1550         (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
1551         (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
1553         * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
1554         Create GWorld in ARGB pixel format.
1555         (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
1556         Remove functions.
1557         (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
1558         instead of mac_copy_area/mac_copy_area_with_mask.
1560 2006-03-15  Kim F. Storm  <storm@cua.dk>
1562         * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
1563         empty row.  Fixes memory corruption revealed by 2006-03-02 change.
1564         (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
1565         (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
1566         width is exactly the same as the window width.  Don't count a final
1567         empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
1569 2006-03-15  Juanma Barranquero  <lekktu@gmail.com>
1571         * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
1572         conditional on HAVE_NTGUI, not WINDOWS_NT.
1574 2006-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1576         * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
1578         * fringe.c (mac_init_fringe) [MAC_OS]: New function.
1580         * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
1581         (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
1582         (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
1583         (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
1584         (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
1585         (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
1586         instead of mac_draw_bitmap.
1587         (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
1588         define_fringe_bitmap and destroy_fringe_bitmap.
1590 2006-03-14  Chong Yidong  <cyd@stupidchicken.com>
1592         * xterm.c (x_uncatch_errors): Block input for entire function.
1594 2006-03-12  Jason Rumney  <jasonr@gnu.org>
1596         * w32fns.c (Fx_create_frame): Remove call to
1597         Qface_set_after_frame_default (from xfns.c 2003-05-26).
1599         * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
1600         finished with the menu.
1602         * w32term.c: Sync 2005-10-24 xterm.c changes.
1603         (last_mouse_glyph_frame): New var.
1604         (note_mouse_movement): Say mouse moved if current frame differs
1605         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
1606         (w32_mouse_position): Set last_mouse_glyph_frame.
1607         Remove OLD_REDISPLAY_CODE block.
1609 2006-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1611         * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
1613         * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
1614         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
1616         * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
1618         * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
1620         * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
1621         (x_draw_composite_glyph_string_foreground)
1622         (x_draw_image_foreground): Undo previous changes.
1623         (x_draw_hollow_cursor): Likewise.  Subtract 1 from the last
1624         argument of mac_draw_rectangle.
1625         (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
1626         (mac_draw_string_common, mac_draw_image_string_cg): Use them.
1627         (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
1628         (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
1629         [USE_CG_DRAWING]: New functions.
1630         (mac_draw_line, mac_erase_rectangle, mac_clear_window)
1631         (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
1632         (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
1633         (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
1634         (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
1635         (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
1636         (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
1638 2006-03-12  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1640         * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
1642 2006-03-11  Jason Rumney  <jasonr@gnu.org>
1644         * w32fns.c (signal_user_input): New function.
1645         (post_character_message): Use it for keyboard input.
1646         (w32_msg_pump): Use it for mouse input.
1648 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1650         * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
1651         (window_scroll_pixel_based, syms_of_window): Adapt to above change.
1653 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1655         * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
1656         if a menu is already active (the menubar_active flag is on).
1658 2006-03-11  David Ponce  <david@dponce.com>
1660         * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
1662 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1664         * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
1665         the list of unused display error handling functions.
1667         * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
1668         HAVE_X_WINDOWS.
1669         (internal_condition_case, internal_condition_case_1)
1670         (internal_condition_case_2): Call x_catching_errors only if
1671         HAVE_X_WINDOWS.
1673         * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
1674         Don't include sys/resource.h unless defined.
1676 2006-03-11  Richard Stallman  <rms@gnu.org>
1678         * keymap.c (describe_map): Shorten string to indicate shadowed binding.
1680         * vm-limit.c (get_lim_data, lim_data, data_space_start):
1681         Move from mem-limits.h.
1682         (enum warnlevel): New data type.
1683         (check_memory_limits): Rewrite the logic about warnings.
1684         Use standard `struct rlimit'.  Check return values for nonsense.
1685         (memory_warnings): Always clear lim_data.
1687         * mem-limits.h (get_lim_data, lim_data, data_space_start):
1688         Move to vm-limit.c.
1690         * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
1692         * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
1693         (internal_condition_case_1, internal_condition_case_2):
1694         Abort if within unclosed x_catch_errors.
1696 2006-03-11  Romain Francoise  <romain@orebokech.com>
1698         * process.c (Vprocess_adaptive_read_buffering): Doc fix.
1700 2006-03-11  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1702         * lisp.h: Remove duplicate prototypes.  Make the prototype of
1703         getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
1705 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1707         * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
1708         argument of XDrawRectangle.
1710         * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
1712         * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
1713         (x_draw_glyph_string_foreground)
1714         (x_draw_composite_glyph_string_foreground)
1715         (x_draw_image_foreground): Don't subtract 1 from width and height
1716         arguments to mac_draw_rectangle.
1717         (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
1719 2006-03-10  Kim F. Storm  <storm@cua.dk>
1721         * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
1723 2006-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * alloc.c (USE_POSIX_MEMALIGN): New macro.
1726         (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
1728 2006-03-09  Kenichi Handa  <handa@m17n.org>
1730         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
1731         ASCII component of a composition.
1733 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
1735         * window.c: Declare preserve_y as a static global variable.
1736         (window_scroll_pixel_based): No longer declare preserve_y;
1737         it is global now.
1738         (syms_of_window): Set preserve_y to -1.
1740 2006-03-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1742         * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
1743         depth is 32.
1744         [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
1745         depth is 32.
1747 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
1749         * xdisp.c (handle_invisible_prop): Don't update it->position with
1750         a buffer position if we're in a display string.
1752 2006-03-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1754         * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
1755         (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
1757         * macfns.c (x_default_scroll_bar_color_parameter)
1758         (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
1759         Remove unnecessary prototypes.
1760         (x_set_scroll_bar_default_width):
1761         Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
1762         (mac_set_scroll_bar_width): New function.
1763         (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
1765         * macterm.c (get_control_part_bounds): Fix type of return value.
1766         (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
1767         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
1768         scroll bar if it is not tall enough to display scroll bar thumb.
1769         [USE_CARBON_EVENTS] (mac_convert_event_ref)
1770         (mac_handle_command_event, mac_handle_window_event)
1771         (mac_handle_mouse_event): Check error code of GetEventParameter.
1772         (convert_fn_keycode) [MAC_OSX]: Likewise.
1774 2006-03-05  Andreas Schwab  <schwab@suse.de>
1776         * xselect.c (x_catch_errors_unwind): Fix missing return value.
1778 2006-03-02  Kim F. Storm  <storm@cua.dk>
1780         * frame.h (struct frame): New member n_tool_bar_rows.
1782         * xdisp.c: Minimize the unpleasent visual impact of the requirement
1783         that non-toolkit tool-bars must occupy an integral number of screen
1784         lines, by distributing the rows evenly over the tool-bar screen area.
1785         (Vtool_bar_border): New variable.
1786         (syms_of_xdisp): DEFVAR_LISP it.
1787         (display_tool_bar_line): Add HEIGHT arg for desired row height.
1788         Make tool-bar row the desired height.  Use default face for border
1789         below tool-bar.
1790         (tool_bar_lines_needed): Add N_ROWS arg.  Use it to return number of
1791         actual tool-bar rows.
1792         (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
1793         Adjust the height of the tool-bar rows to fill tool-bar screen area.
1794         (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
1795         is resized.
1797 2006-03-01  Luc Teirlinck  <teirllm@auburn.edu>
1799         * search.c (Fregexp_quote): Do not precede a literal `]' with two
1800         backslashes to try to make clear that it has a literal meaning; it
1801         does not do that.  (It could close a character alternative
1802         containing a backslash.)
1804 2006-02-28  Chong Yidong  <cyd@stupidchicken.com>
1806         * xselect.c (x_catch_errors_unwind): New function.
1807         (x_reply_selection_request): Put x_uncatch_errors in an unwind.
1808         (Fx_get_atom_name): Call x_uncatch_errors earlier.
1810         * window.c (Qscroll_up, Qscroll_down): New syms.
1811         (window_scroll_pixel_based): Make preserve_y static to avoid
1812         getting point stuck when scrolling 1 line.
1814 2006-02-26  Chong Yidong  <cyd@stupidchicken.com>
1816         * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
1818         * xterm.c (x_load_font, x_term_init, XTmouse_position)
1819         (handle_one_xevent, x_connection_closed, x_list_fonts):
1820         No arg for x_uncatch_errors.
1822         * xselect.c (x_own_selection, x_decline_selection_request)
1823         (x_reply_selection_request, x_get_foreign_selection)
1824         (Fx_get_atom_name, Fx_send_client_event): Likewise.
1826         * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
1827         Likewise.
1829 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
1831         * lread.c: Declare Vload_file_rep_suffixes instead of
1832         deleted variable default_suffixes.
1833         (Fget_load_suffixes): New function.
1834         (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
1835         No longer use deleted variable default_suffixes.  Update docstring.
1836         (syms_of_lread): defsubr Sget_load_suffixes.
1837         Expand `load-suffixes' docstring.
1838         Delete default_suffixes and DEFVAR_LISP the new variable
1839         `load-file-rep-suffixes'.
1841         * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
1842         of Vload_suffixes.
1844         * lisp.h: EXFUN Fget_load_suffixes.
1845         Extern Vload_file_rep_suffixes.
1847         * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
1848         with lisp.h.
1850 2006-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1852         * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
1853         qualifier which was trying to avoid the bug that was fixed by
1854         yesterday's changes to xterm.c.
1856 2006-02-25  Chong Yidong  <cyd@stupidchicken.com>
1858         * xterm.h (x_catch_errors) Return value changed to void.
1859         (x_uncatch_errors): Delete unused count argument.
1861         * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
1862         it can be called in a signal handler.
1863         (x_catch_errors_unwind): Function deleted.
1864         (x_uncatch_errors): Deallocate last x_error_message_stack struct.
1865         (x_check_errors): Call x_uncatch_errors before signalling error.
1867         (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
1868         (x_connection_closed, x_list_fonts): Use new versions of
1869         x_catch_errors and x_uncatch_errors.
1871         * xselect.c (x_own_selection, x_decline_selection_request)
1872         (x_reply_selection_request, x_get_foreign_selection)
1873         (Fx_get_atom_name, Fx_send_client_event): Likewise.
1875         * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
1876         Likewise.
1878         * eval.c (record_unwind_protect): Add an assertion.
1880 2006-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * process.c (Fmake_network_process): Init the process's mark.
1884 2006-02-25  Kim F. Storm  <storm@cua.dk>
1886         * buffer.c (modify_overlay): Force redisplay if we modify an
1887         overlay at the end of the buffer.
1889 2006-02-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1891         * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
1892         nil the image file has been removed, in that case use the (cached)
1893         pixmap.
1895 2006-02-24  Kenichi Handa  <handa@m17n.org>
1897         * fileio.c (Finsert_file_contents): When a text is replaced
1898         partially, be sure to set point before the inserted characters.
1900 2006-02-23  Zhang Wei  <id.brep@gmail.com>  (tiny change)
1902         * xfns.c (Fx_file_dialog): Return a decoded file name.
1904 2006-02-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1906         * dispnew.c (update_text_area): Avoid needless redraw of rightmost
1907         glyph whose face is extended to the text area end.
1909         * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
1910         values if control is not visible or values are not changed.
1912 2006-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1914         * window.c (Fwindow_list): Check `window' before doing XWINDOW.
1915         The default `window' should not be "on a different frame".
1917 2006-02-22  Kim F. Storm  <storm@cua.dk>
1919         * indent.c (Fvertical_motion): Only try to move back if we can.
1921 2006-02-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1923         * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
1924         n_clip_rects.
1926         * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
1927         xmenu.c.
1929         * macterm.c (GC_CLIP_REGION): Remove macro.
1930         (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
1931         All uses changed.  Don't do clipping if n_clip_rects is zero.
1932         (mac_set_clip_rectangles): Use xassert instead of abort.
1933         Set n_clip_rects.  Don't make clip_region empty when number of
1934         clipping rectangles is zero.
1935         (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
1936         calling mac_set_clip_rectangles.
1937         (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
1938         avoid multiple redraws.
1940 2006-02-22  Kim F. Storm  <storm@cua.dk>
1942         * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
1944 2006-02-21  Kim F. Storm  <storm@cua.dk>
1946         * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
1948 2006-02-21  Zhang Wei  <brep@newsmth.org>
1950         * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
1951         returning it.
1953 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1955         * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
1956         (standard_bitmaps): Use it.
1958 2006-02-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1960         * macterm.c (mac_draw_string_common): Remove arg MODE.  New arg
1961         BG_WIDTH.  All uses changed.  Draw background if BG_WIDTH is not zero.
1962         (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
1963         [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
1964         mac_draw_string_cg.  New arg BG_WIDTH.  All uses changed.
1965         Draw background if BG_WIDTH is not zero.  Use float constants as
1966         divisors instead of double.  Use alloca instead of xmalloc/xfree.
1967         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
1968         [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
1969         mac_draw_image_string* functions.
1970         (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
1971         some fonts when srcCopy text transfer mode might be used.
1972         (mac_begin_clip, mac_end_clip): Check if region is empty.
1973         (mac_set_clip_rectangles): When resetting clip region, make it
1974         empty instead of disposing of it.
1976 2006-02-20  Kim F. Storm  <storm@cua.dk>
1978         * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
1980         * buffer.h (struct buffer): New members fringe_indicator_alist and
1981         fringe_cursor_alist.
1983         * buffer.c (init_buffer_once): Set dummy default values for
1984         fringe-indicator-alist and fringe-cursor-alist.  The proper
1985         default values are set by pre-loading fringe.el.
1986         (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
1987         fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
1988         corresponding default- variables.
1990         * fringe.c (enum fringe_bitmap_type): Remove.  Change all uses
1991         to use `int'.
1992         (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
1993         Define explicitly.
1994         (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
1995         (Qhollow_small): New variables.
1996         (syms_of_fringe): Intern and staticpro them.
1997         (question_mark_bits): Rename from unknown_bits.
1998         (left_curly_arrow_bits): Rename from continuation_bits.
1999         (right_curly_arrow_bits): Rename from continued_bits.
2000         (left_triangle_bits): Rename from ov_bits.
2001         (right_triangle_bits): Add.
2002         (filled_rectangle_bits): Rename from filled_box_cursor_bits.
2003         (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
2004         (filled_square_bits): Add.
2005         (vertical_bar_bits): Rename from bar_cursor_bits.
2006         (horizontal_bar_bits): Rename from hbar_cursor_bits.
2007         (empty_line_bits): Rename from zv_bits.
2008         (standard_bitmaps): Update to use new names.
2009         (draw_fringe_bitmap_1): Make static.
2010         (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
2011         to map from logical cursors and indicators to physical bitmaps.
2012         (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
2013         bitmaps using symbol names instead of bitmap numbers.
2014         (update_window_fringes): Use logical indicator symbol names
2015         instead of bitmap numbers for logical.  Add bitmap cache.
2016         (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
2018 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
2020         * regex.c: Revert 2006-02-19 change.
2021         (xmalloc, xrealloc): Define these when not linked to Emacs.
2022         Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
2024 2006-02-19  Luc Teirlinck  <teirllm@auburn.edu>
2026         * regex.c (extend_range_table_work_area): Fix typo.
2028 2006-02-19  Richard M. Stallman  <rms@gnu.org>
2030         * xterm.c (x_catch_errors): Use xmalloc.
2032         * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
2033         (regex_compile): Likewise.
2034         (regcomp): Use xmalloc.
2036         * gtkutil.c (malloc_widget_value): Use xmalloc.
2038         * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
2039         (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
2041         * xmenu.c (digest_single_submenu): When pane_string is empty,
2042         do initialize save_wv.
2044 2006-02-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2046         * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
2047         w->update_mode_line if arg F is not the selected frame.
2049         * macmenu.c (popup_activated_flag, submenu_id)
2050         (next_menubar_widget_id): Remove variables.
2051         (initialize_frame_menubar): Remove function.
2052         (pop_down_menu, mac_menu_show): Simplify save value.
2053         (dispose_menus): New function.
2054         (pop_down_menu, fill_menubar): Use it.
2055         (fill_submenu): Remove function.  All uses changed to fill_menu.
2056         (add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
2057         POS.  Don't call SetMenuItemHierarchicalID here.
2058         (fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
2059         used next.  Call SetMenuItemHierarchicalID here.
2060         (fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
2061         objects if needed.  Reuse existing menu bar titles if possible.
2062         (set_frame_menubar): Don't clean up menu objects here.
2064 2006-02-18  Chong Yidong  <cyd@stupidchicken.com>
2066         * window.c (window_min_size_1): Ensure room for the scroll bar and
2067         fringes.
2069 2006-02-17  Romain Francoise  <romain@orebokech.com>
2071         * puresize.h (BASE_PURESIZE): Increment to 1200000.
2073 2006-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2075         * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
2076         addition of the BLOCK_INPUTs.
2078 2006-02-17  Juanma Barranquero  <lekktu@gmail.com>
2080         * window.c (Fset_window_scroll_bars): Doc fix.
2082 2006-02-17  Kenichi Handa  <handa@m17n.org>
2084         * xdisp.c (display_mode_element): Call display_string with correct
2085         PREC arg (which must be a number of characters, not column width).
2087 2006-02-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2089         * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
2091         * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
2093         * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
2095 2006-02-14  Richard M. Stallman  <rms@gnu.org>
2097         * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
2099         * m/ibms390x.h: New file.
2101 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2103         * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
2104         value of x-gtk-whole-detached-tool-bar.
2105         (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
2107         * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
2109 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2111         * xterm.c (x_x_to_emacs_modifiers): Make non-static.
2113         * xterm.h: Declare x_x_to_emacs_modifiers.
2115         * gtkutil.c (xg_tool_bar_button_cb): New function.
2116         (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
2117         store modifiers in event.
2118         (update_frame_tool_bar): Connect button-release-event to
2119         xg_tool_bar_button_cb.
2121 2006-02-13  Richard M. Stallman  <rms@gnu.org>
2123         * .gdbinit (xwindow): Update the code to show the window box.
2125 2006-02-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2127         * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
2129 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2131         * cmds.c (internal_self_insert): Handle weird auto-fill-function.
2133 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
2135         * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
2136         (syms_of_keyboard): DEVFAR_LISP and initialize it.
2137         (parse_tool_bar_item, parse_menu_item): If that variable is
2138         non-nil, don't disable menu items and tool-bar buttons.
2140 2006-02-11  Juanma Barranquero  <lekktu@gmail.com>
2142         * doc.c (Fsubstitute_command_keys): Doc fix.
2144 2006-02-10  Thien-Thi Nguyen  <ttn@gnu.org>
2146         * data.c (Findirect_function): Rewrite docstring.
2147         Fix omission bug: Declare new arg NOERROR.
2149 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2151         * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
2152         if window_desc is not set yet.
2153         (Fx_create_frame): Remove variable x_frame_name.  Apply 2005-12-07
2154         and 2006-01-26 changes for xfns.c.  Call x_iconify_frame if frame
2155         parameter `visibility' is `icon'.
2156         (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
2157         instead of "fontset-mac".
2158         (Fx_focus_frame): New defun.
2159         (syms_of_macfns): Defsubr it.
2161         * macterm.c (mac_define_frame_cursor): Don't change pointer shape
2162         for unfocused frame.
2163         (x_raise_frame): Call BringToFront instead of SelectWindow.
2164         (x_lower_frame): Use NULL instead of nil.
2165         (x_make_frame_visible): Don't call SelectWindow.
2166         (XTread_socket): Increment handling_signal at the start, decrement
2167         it at the end.
2168         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
2169         CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
2171 2006-02-10  Kim F. Storm  <storm@cua.dk>
2173         * data.c (Findirect_function): Add NOERROR arg.  All callers changed
2174         to pass Qnil for NOERROR.
2176         * keymap.c (current_minor_maps_error): Remove.
2177         (current_minor_maps): Pass Qt for NOERROR to Findirect_function
2178         instead of using internal_condition_case_1+current_minor_maps_error.
2180 2006-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2182         * xterm.c (handle_one_xevent): Must note mouse movement even for nil
2183         frames for GTK, in that case it is the tool bar.  This is so that
2184         highlighted text get reset properly.
2186 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
2188         * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
2190 2006-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2192         * window.c (adjust_window_trailing_edge): Check that shrinking
2193         does not set a window to size zero or less.
2195 2006-02-08  Miles Bader  <miles@gnu.org>
2197         * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
2198         of Fget_text_property (other field functions work with overlays as
2199         well as text-properties).
2201 2006-02-07  Kenichi Handa  <handa@m17n.org>
2203         * dispextern.h (unibyte_display_via_language_environment): Extern it.
2205         * xterm.h (unibyte_display_via_language_environment):
2206         * w32term.h (unibyte_display_via_language_environment):
2207         * macterm.h (unibyte_display_via_language_environment): Delete extern.
2209 2006-02-07  Kenichi Handa  <handa@m17n.org>
2211         * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
2212         (produce_glyphs): Set the character to print in
2213         it->char_to_display.  Handle unibyte-display-via-language-environment.
2214         (produce_stretch_glyph): Set character to print in it->char_to_display.
2216 2006-02-06  Kenichi Handa  <handa@m17n.org>
2218         * lread.c (openp): Initialize encoded_fn before GCPRO it.
2220 2006-02-05  Ken Raeburn  <raeburn@raeburn.org>
2222         * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
2224         * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
2225         Cast bitfield value to EMACS_INT, to suppress gcc warning.
2227         * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
2228         defining.
2230 2006-02-03  Kim F. Storm  <storm@cua.dk>
2232         * xdisp.c: Cache last merged escape glyph face.
2233         (last_escape_glyph_frame, last_escape_glyph_face_id)
2234         (last_escape_glyph_merged_face_id): New variables.
2235         (get_next_display_element): Use/update them.
2236         (redisplay_internal): Reset them before redisplay.
2238         * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
2239         Only recheck faces after displaying ellipsis.
2241 2006-02-02  Kenichi Handa  <handa@m17n.org>
2243         * coding.c (decode_composition_emacs_mule): Fix handling of
2244         incorrect format data.
2246 2006-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2248         * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
2249         (gtk_toolbar_insert) so we can have tool bars of different sizes.
2251 2006-01-30  Luc Teirlinck  <teirllm@auburn.edu>
2253         * data.c (Flistp): Doc fix.
2255 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
2257         * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
2258         Fix typos in docstrings.
2260 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
2262         * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
2264 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
2266         * alloc.c (make_interval, allocate_string)
2267         (allocate_string_data, make_float, Fcons, allocate_vectorlike)
2268         (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
2269         global variables.
2271 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2273         * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
2274         the MSDOS definition.
2276 2006-01-26  Richard M. Stallman  <rms@gnu.org>
2278         * alloc.c (check_pure_size): Make overflow message an "error message".
2280         * keymap.c (Fmap_keymap): Doc fix.
2282         * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
2283         unless they were cleared out.
2285         * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
2287 2006-01-26  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2289         * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
2290         (find_field): Set before_field to after_field when pos is at BEGV.
2291         (Fline_beginning_position, Fline_end_position):
2292         Clarify confusing doc string.
2294         * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
2295         string.
2297 2006-01-26  Kenichi Handa  <handa@m17n.org>
2299         * callproc.c (Fcall_process): GCPRO error_file.  Encode infile,
2300         current_dir, and error_file.  On reporting an error, decode them
2301         back.
2303 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2305         * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
2306         (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
2307         Don't check for quit, since any loop will go through fail or jump.
2309 2006-01-24  Chong Yidong  <cyd@stupidchicken.com>
2311         * alloc.c (allocate_string_data): Update next_free immediately, to
2312         reduce risk of memory clobberage.
2314 2006-01-24  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2316         * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
2317         display when point moves across an ellipsis.  If there are
2318         adjacent invisible texts, don't lose the second one's ellipsis.
2319         (x_produce_glyphs): Doc fix.
2321 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2323         * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
2325 2006-01-23  Kim F. Storm  <storm@cua.dk>
2327         * xdisp.c (handle_single_display_spec): Fix handling of space
2328         property on char from string: set *position rather than
2329         it->current.pos.
2330         (produce_stretch_glyph): Reduce width of stretch glyphs so they
2331         don't get wider than the window (unless truncate-lines is on).
2333 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * xterm.c: Avoid allocating Lisp data from a signal handler.
2336         (x_error_message): New var to replace x_error_message_string.
2337         (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
2338         (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
2339         (syms_of_xterm): Use it instead of x_error_message_string.
2341         * alloc.c (lisp_align_free): Add an assertion.
2342         (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
2343         (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
2344         a signal handler.
2346 2006-01-21  Luc Teirlinck  <teirllm@auburn.edu>
2348         * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
2350 2006-01-21  Romain Francoise  <romain@orebokech.com>
2352         * xdisp.c (get_window_cursor_type): Fix last change.
2353         Update copyright year.
2355 2006-01-20  Eli Zaretskii  <eliz@gnu.org>
2357         * lread.c (Fload): Don't leak the file descriptor returned by
2358         openp if we are going to signal an error.
2360         * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
2361         directly to _close.
2362         (sys_dup): Protect against new_fd larger than fd_info[] can handle.
2363         (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
2364         to _read.
2365         (sys_write): If FD is outside [0..MAXDESC) limits, pass it
2366         directly to _write.
2368         * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
2369         if it is NULL.
2371 2006-01-20  Kenichi Handa  <handa@m17n.org>
2373         * puresize.h (BASE_PURESIZE): Increment to 1190000.
2375 2006-01-19  Chong Yidong  <cyd@stupidchicken.com>
2377         * xdisp.c (get_window_cursor_type): Use cursor type specified by
2378         the selected buffer for the echo area too.
2380 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2382         * keymap.c (Fmap_keymap): Doc fix.
2384         * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
2386         * keyboard.c (echo_char): Don't omit the space between first two
2387         echoed chars.
2389         * minibuf.c (read_minibuf): Fix previous change.
2391 2006-01-19  Kenichi Handa  <handa@m17n.org>
2393         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
2395 2006-01-17  Richard M. Stallman  <rms@gnu.org>
2397         * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
2398         value in f->param_alist.
2400 2006-01-15  Andreas Schwab  <schwab@suse.de>
2402         * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
2404 2006-01-13  Richard M. Stallman  <rms@gnu.org>
2406         * Makefile.in: Define new macro WINDOW_SUPPORT.
2407         (lisp): Use it.
2408         (SOME_MACHINE_LISP): Add conditionally loaded files.
2410 2006-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2412         * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
2413         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
2414         (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
2415         decomposed form.
2417         * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
2418         (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
2419         (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
2420         macro.  Also try member ifr_addr when getting netmask.
2422 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * fileio.c (Fexpand_file_name): Remove redundant tests.
2425         Fix elimination of // so that it doesn't prevent elimination of an
2426         immediately following /. or /..
2428 2006-01-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2430         * gtkutil.c (xg_toggle_notify_cb): New function.
2431         (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
2432         xg_toggle_notify_cb.
2433         (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
2434         parameter value changes so the toggle button gets updated.
2436 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
2438         * .gdbinit: Fix typo.
2440 2006-01-05  Eli Zaretskii  <eliz@gnu.org>
2442         * .gdbinit: Fix last change.
2444 2006-01-05  Kim F. Storm  <storm@cua.dk>
2446         * process.c (Fmake_network_process): Use AF_INET instead of
2447         AF_UNSPEC when AF_INET6 is not defined.
2449 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2451         * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
2452         Don't check that the other type is known file-related one.
2454         * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
2455         gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
2456         OS X 10.4 and later.
2458 2006-01-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2460         * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
2461         let GTK do all image processing.  Importing Emacs own pixmaps to GTK
2462         looks bad for inactive tool bar items with some Gnome themes.
2464 2006-01-04  Eli Zaretskii  <eliz@gnu.org>
2466         * .gdbinit: Avoid a warning message when x_error_quitter is not
2467         compiled in.
2469         * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
2470         for w32.
2472 2006-01-04  Kim F. Storm  <storm@cua.dk>
2474         * process.c: Add IPv6 support.
2475         (Qipv4, Qipv6): New vars.
2476         (syms_of_process): Intern and staticpro them.
2477         (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
2478         with or without port number.  Handle 4 element vector as IPv4 address
2479         without port number.
2480         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
2481         (conv_lisp_to_sockaddr): Handle IPv6 addresses.
2482         (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
2483         request that address family only.  :family nil or omitted means to
2484         determine address family from the specified :host and :service.
2485         (ifflag_table): Add missing OpenBSD IFF_ flags.
2486         (server_accept_connection): Handle IPv6 addresses.
2487         (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
2489         * .gdbinit: Undo last change.  Instead, look at Vsystem_type to
2490         determine which breakpoints to set.
2492 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2494         * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
2496         * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
2498 2006-01-03  Romain Francoise  <romain@orebokech.com>
2500         * emacs.c (main): Update copyright year.
2502 2006-01-03  Ken Raeburn  <raeburn@gnu.org>
2504         * callproc.c (delete_temp_file): Bind file-name-handler-alist to
2505         nil for the call to internal_delete_file.
2507 2006-01-01  Ken Raeburn  <raeburn@gnu.org>
2509         * callproc.c (Fcall_process_region): Bind file-name-handler-alist
2510         to nil for the call to Fwrite_region.
2512 2005-12-31  Richard M. Stallman  <rms@gnu.org>
2514         * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
2516 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2518         * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
2520 2005-12-30  Luc Teirlinck  <teirllm@auburn.edu>
2522         * textprop.c (set_text_properties): Reword description of return value.
2523         Return Qnil if caller wants to remove all text properties from a
2524         string and the string already has no intervals.
2526 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2528         * term.c (visible_cursor): New boolean var.
2529         (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
2530         visible_cursor.
2531         (syms_of_term): Export the new var as "visible-cursor".
2533 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
2535         * .gdbinit: Tell users not to worry about GDB warnings that some
2536         functions do not exist in the binary.
2538 2005-12-30  Andreas Schwab  <schwab@suse.de>
2540         * process.c (Fnetwork_interface_info): Correctly terminate the
2541         loop over ifflag_table.
2543 2005-12-29  Richard M. Stallman  <rms@gnu.org>
2545         * lread.c (readevalloop): Test for reading a whole buffer
2546         before actually reading anything.  Handle all cases, including
2547         START = END = nil and an already-narrowed buffer.
2548         Convert END to a marker if it is a number.
2550         * keymap.c (describe_map): Put sparse map elements into an array,
2551         sort them, then output a sequence of identical bindings on one line.
2552         (struct describe_map_elt): New data type.
2553         (describe_map_compare): New function.
2555 2005-12-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2557         * gtkutil.c (xg_get_file_with_chooser): Change message shown
2558         in file chooser.
2560 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2562         * lread.c (readevalloop): Set PT and ZV in the proper buffer,
2563         not the current one.
2565         * minibuf.c (Fminibuffer_message): Doc fix.
2566         (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
2568         * eval.c (do_autoload): Ignore elements of Vautoload_queue
2569         where car is not symbol.
2571 2005-12-27  Kenichi Handa  <handa@m17n.org>
2573         * charset.c (lisp_string_width): Check multibyteness of STRING.
2575 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2577         * xfns.c: x_show_hidden_files, new variable.
2578         (syms_of_xfns): Defvar it.
2580         * gtkutil.c (xg_toggle_visibility_cb): New function.
2581         (xg_get_file_with_chooser): Add toggle hidden files and a message
2582         to the new file chooser dialog.  Show hidden files if
2583         x_show_hidden_files is non-zero.
2585 2005-12-26  Richard M. Stallman  <rms@gnu.org>
2587         * keyboard.h: Undo previous change.
2589         * Makefile.in (undo.o): Undo previous change.
2591         * undo.c: Undo previous change.
2593 2005-12-26  Luc Teirlinck  <teirllm@auburn.edu>
2595         * keyboard.h: extern last_point_position_window.
2597         * undo.c: include keyboard.h.
2599         * Makefile.in (undo.o): Depend on keyboard.h.
2601 2005-12-26  Richard M. Stallman  <rms@gnu.org>
2603         * commands.h (last_point_position_window): Declare.
2605         * undo.c: Depend on window.h.
2606         (record_point): Save old point from the correct window.
2608         * keyboard.c (last_point_position_window): New variable.
2609         (command_loop_1): Set last_point_position_window.
2610         (syms_of_keyboard): Init it.
2612         * Makefile.in (undo.o): Depend on window.h.
2614 2005-12-25  Richard M. Stallman  <rms@gnu.org>
2616         * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
2617         to undo a `provide'.
2619         * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
2621 2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>
2623         * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
2624         define for FreeBSD on this platform.
2626 2005-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2628         * macterm.h (TYPE_FILE_NAME): New define.
2629         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
2631         * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
2632         Add prototypes.  Make static.
2633         (mac_aedesc_to_lisp): Initialize err to noErr.
2634         (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
2635         (init_coercion_handler): New functions.
2636         (Fmac_coerce_ae_data): Use coercion of Apple event data for
2637         translation from/to file names.
2639         * macterm.c: Don't include sys/param.h.
2640         (init_coercion_handler): Add extern.
2641         [MAC_OS8] (main): Call init_coercion_handler.
2642         (mac_initialize) [MAC_OSX]: Likewise.
2643         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
2644         Apple event data for translation from/to file names.
2646         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
2648         * image.c [MAC_OS] (find_image_fsspec): Likewise.
2650 2005-12-23  Martin Rudalics  <rudalics@gmx.at>
2652         * insdel.c (insert, insert_and_inherit, insert_before_markers)
2653         (insert_before_markers_and_inherit): Make sure FROM is correct
2654         when `after-change-functions' are called.
2656 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2658         * xfns.c (Fx_uses_old_gtk_dialog): New function.
2660         * gtkutil.c (xg_uses_old_file_dialog): New function.
2661         (xg_get_file_name): Use xg_uses_old_file_dialog.
2663         * gtkutil.h: Declare xg_uses_old_file_dialog.
2665 2005-12-22  Richard M. Stallman  <rms@gnu.org>
2667         * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
2669 2005-12-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2671         * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
2673         * macgui.h (XCharStruct): Remove member `valid_p'.
2674         (STORE_XCHARSTRUCT): Don't set member `valid_p'.
2675         (XCharStructRow): New typedef.
2676         (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
2677         New macros.
2678         (struct MacFontStruct): Add member `bounds'.  Remove member
2679         `per_char'.  All uses for QuichDraw Text fonts are changed to
2680         `bounds.per_char'.  ATSUI font bounds are represented as an array
2681         `bounds.rows' of XCharStructRow's, each of which consists of a
2682         bitmap of valid entries and an array of char bounds.
2684         * macterm.c (mac_per_char_metric): Add prototype.
2685         (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
2686         (mac_query_char_extents): New function.
2687         (x_per_char_metric): Use it.
2688         (XLoadQueryFont): Likewise.  Consolidate min/max_bounds calculations.
2689         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
2690         Use mac_per_char_metric instead of x_per_char_metric.
2691         (mac_text_extents_16): New function.
2692         (mac_compute_glyph_string_overhangs): Use it.
2693         (mac_unload_font): Free member `bounds' in struct MacFontStruct.
2695 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
2698         (Fminibuffer_completion_help): Remove duplicates before display.
2700 2005-12-21  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2702         * print.c (print_preprocess): Don't lose print_depth levels while
2703         iterating.
2705 2005-12-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2707         * macmenu.c (Qmac_apple_event): Add extern.
2708         (set_frame_menubar, mac_menu_show keymp_panes)
2709         (single_keymap_panes, list_of_panes, list_of_item)
2710         (single_menu_item): Add argument types to prototypes.
2711         (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
2712         (struct skp): New struct (from xmenu.c).
2713         (single_keymap_panes, single_menu_item, list_of_panes)
2714         (list_of_item): Sync with xmenu.c.
2715         (Fx_popup_menu, Fx_popup_dialog): Likewise.  Don't get window from
2716         POSITION if it is mac-apple-event event.
2717         (menubar_selection_callback): Don't use menu_command_in_progress.
2718         (set_frame_menubar): First parse all submenus, then make
2719         widget_value trees from them.  Don't allocate any widget_value
2720         objects until we are done with the parsing.
2721         (parse_single_submenu, digest_single_submenu): New functions.
2722         (single_submenu): Function deleted, replaced by those two.
2723         (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
2724         create or dispose of EventHandlerUPP.  Install hander to all submenus.
2725         (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
2726         instead of ENCODE_SYSTEM.
2727         (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
2728         integer values.
2729         [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
2730         (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
2731         format menu item string.  Don't use NULL for integer value.
2733         * macterm.h (struct mac_output): Remove unused member
2734         menu_command_in_progress.
2736 2005-12-20  Juri Linkov  <juri@jurta.org>
2738         * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
2739         position is non-nil, else set it to nil.
2741         * macmenu.c (Fx_popup_menu): Add `else' to set
2742         Vmenu_updating_frame to nil only if position is nil.
2744         * w32menu.c (Fx_popup_menu): Add `else' to set
2745         Vmenu_updating_frame to nil only if position is nil.
2747 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2749         * keyboard.c (make_lispy_event): Drag-and-drop items are now
2750         stored in member `args' of struct input_event.
2752         * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
2754         * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
2755         stored in member `args' of struct input_event.
2757         * w32term.c (construct_drag_n_drop): Likewise.
2759         * macterm.c (mac_do_receive_drag): Likewise.
2760         (x_use_underline_position_properties): Undo 2005-07-13 change.
2761         (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
2762         (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
2763         (mac_pass_command_to_system, mac_pass_control_to_system):
2764         New boolean variables renamed from Lisp_Object ones
2765         Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
2766         Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
2767         All uses changed.
2768         (syms_of_macterm): DEFVAR_BOOL them.  Remove previous DEFVAR_LISPs.
2769         Make them user options.
2770         (mac_handle_command_event, mac_store_services_event):
2771         Call create_apple_event_from_event_ref without 5th argument.
2772         (backtranslate_modified_keycode): Mask off modifier keys that are
2773         mapped to some Emacs modifiers before passing it to KeyTranslate.
2774         (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
2775         `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
2776         Fix docstrings of `mac-*-modifier'.
2778         * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
2779         (do_applescript): Change argument types to Lisp_Object.
2780         All uses changed.
2782         * macterm.h (create_apple_event_from_event_ref): Remove 5th
2783         argument from extern.
2785 2005-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
2787         * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
2788         the answer, return `lambda', not nil.
2790 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
2792         * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
2793         enclosed in $(ARGQUOTE)s should not be split between two lines, as
2794         that will break with GNU Make >3.80, when sh.exe is used and
2795         arg quoting is with '..'.
2797 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
2799         * print.c (print_preprocess): Just signal an error if print_depth
2800         is exceeded.
2802 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
2804         * .gdbinit: Set a breakpoint on w32_abort.
2806 2005-12-16  Juri Linkov  <juri@jurta.org>
2808         * minibuf.c (Fminibuffer_completion_contents): New Lisp function
2809         created from minibuffer_completion_contents.
2810         (minibuffer_completion_contents): Remove.
2811         (do_completion, Fminibuffer_complete_word)
2812         (Fminibuffer_completion_help): Replace minibuffer_completion_contents
2813         with Fminibuffer_completion_contents.
2814         (syms_of_minibuf): Add Sminibuffer_completion_contents.
2815         (Fdisplay_completion_list): Doc fix.
2816         (display_completion_list_1): Use `nil' for second arg of
2817         `Fdisplay_completion_list'.
2819 2005-12-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2821         * xfns.c (compute_tip_xy): Handle negative dx and dy.
2823         * w32fns.c (compute_tip_xy): Ditto.
2825         * macfns.c (compute_tip_xy): Ditto.
2827 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
2829         * print.c (print_preprocess): Go to a deeper print_depth to avoid
2830         print_object loop.
2832 2005-12-14  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
2834         * coding.c (code_convert_region_unwind): GCPRO arg.
2836 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2838         * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
2839         i.e. dy is offset from top of frame instead of bottom.
2841         * macfns.c (compute_tip_xy): Ditto.
2843         * w32fns.c (compute_tip_xy): Ditto.
2845         * gtkutil.c (SSDATA): New macro to remove compiler warnings.
2846         (xg_get_image_for_pixmap, xg_create_frame_widgets)
2847         (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
2849         * xmenu.c (menubar_selection_callback): Do nothing if the callback
2850         is for an unselected radio menu item.
2852 2005-12-11  Richard M. Stallman  <rms@gnu.org>
2854         * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
2856         * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
2858         * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
2859         (Flookup_key): Doc fix.
2860         (syms_of_keymap) <function-key-map>: Doc fix.
2862         * fns.c (Frequire): Treat evaluating from a source file
2863         like loading the file.
2865         * floatfns.c (Flog): Doc fix.
2867         * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
2868         when we change the buffer.
2870 2005-12-11  Juri Linkov  <juri@jurta.org>
2872         * minibuf.c (display_completion_list_1):
2873         Call `minibuffer_completion_contents' instead of using `nil' as
2874         second arg of `Fdisplay_completion_list'.
2875         (keys_of_minibuf): Unbind SPC in
2876         Vminibuffer_local_filename_completion_map (see also related
2877         change on 2005-12-06).
2879 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2881         * emacs.c (main) [MAC_OS8]: Undo previous change.
2883         * macselect.c (syms_of_macselect) <mac-apple-event-map>:
2884         Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.
2886 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2888         * Makefile.in (macselect.o): Depend on keymap.h.
2890         * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
2891         syms_of_macselect.
2893         * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
2894         [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
2896         * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
2897         (syms_of_keyboard) [MAC_OS]: Initialize it.
2898         (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
2900         * mac.c (Qundecoded_file_name): New variable.
2901         (syms_of_mac): Initialize it.
2902         (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
2903         [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
2904         (Fmac_coerce_ae_data): New defun.
2905         (syms_of_mac): Defsubr it.
2907         * macselect.c: Include keymap.h.
2908         (mac_ready_for_apple_events): New variable.
2909         (Vmac_apple_event_map, Qmac_apple_event_class)
2910         (Qmac_apple_event_id): New variables.
2911         (syms_of_macselect): Initialize them.
2912         (Qundefined, mac_store_apple_event): Add externs.
2913         (struct apple_event_binding): New struct.
2914         (find_event_binding_fun, find_event_binding)
2915         (mac_find_apple_event_spec, defer_apple_events)
2916         (mac_handle_apple_event, init_apple_event_handler)
2917         (copy_scrap_flavor_data): New functions.
2918         (Fmac_process_deferred_apple_events): New defun.
2919         (syms_of_macselect): Defsubr it.
2920         (mac_store_services_event): Fix extern.
2921         (mac_handle_service_event): Don't allocate Lisp objects during
2922         asynchronous input processing.  Use mac_store_services_event
2923         instead of mac_store_application_menu_event.
2925         * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
2926         (Qpreferences): Remove variables.
2927         (syms_of_macterm) : Don't initialize them.
2928         (Qhicommand) [USE_CARBON_EVENTS]: New variable.
2929         (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
2930         (init_required_apple_events, do_ae_open_application)
2931         (do_ae_print_documents, do_ae_open_documents)
2932         (do_ae_quit_application): Remove functions and prototypes.
2933         (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
2934         (mac_find_apple_event_spec): Add externs.
2935         (mac_store_application_menu_event): Remove function.
2936         (mac_store_apple_event, mac_make_lispy_event_code): New functions.
2937         (mac_handle_command_event): Create Apple event from Carbon event.
2938         Use mac_store_apple_event instead of mac_store_application_menu_event.
2939         [MAC_OSX] (mac_store_services_event): Likewise.
2940         (struct SelectionRange, SelectionRange): Remove struct and typedef.
2941         [MAC_OS8] (main): Call init_apple_event_handler instead of
2942         init_required_apple_events.
2943         (mac_initialize) [MAC_OSX]: Likewise.
2944         [!USE_CARBON_EVENTS] (mac_wait_next_event):
2945         Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
2947         * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
2948         Add externs.
2949         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
2950         (Fmac_get_preference): Add EXFUN.
2952         * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
2953         event.
2955 2005-12-09  Richard M. Stallman  <rms@gnu.org>
2957         * xfns.c (Fx_create_frame): Reinstate previous change.
2959 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
2961         * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
2962         GDB to the abort dialog.
2964 2005-12-09  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
2966         * indent.c (Fvertical_motion): Force move if starting on
2967         stretch glyph.
2969 2005-12-08  Richard M. Stallman  <rms@gnu.org>
2971         * lread.c (read_escape) <\s>: Don't treat strings specially.
2973         * xfns.c (Fx_create_frame): Comment out previous change.
2975 2005-12-07  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2977         * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
2978         when needed.
2980 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2982         * minibuf.c (keys_of_minibuf): Just unbind SPC in
2983         Vminibuffer_local_filename_completion_map rather than forcing it
2984         explicitly to the same binding as the global map.
2986 2005-12-06  Ken Raeburn  <raeburn@gnu.org>
2988         * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
2989         * bytecode.c (Fbyte_code): Likewise.
2990         * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
2991         * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
2992         * undo.c (truncate_undo_list): Likewise.
2994 2005-12-05  Richard M. Stallman  <rms@gnu.org>
2996         * window.c (enlarge_window): Eliminate arg preserve_before.
2997         Assume it is 0.  All callers changed.
2998         (Fenlarge_window, Fshrink_window): Likewise.
3000 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
3002         * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
3003         fit below.
3005 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3007         * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
3009         * xfns.c (x_real_positions): int ign => unsigned int.
3010         (xg_set_icon_from_xpm_data): Remove unused variable err.
3011         (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
3012         to remove compiler warning.
3013         (compute_tip_xy): Put tip above pointer if it doesn't fit below.
3015 2005-12-02  David Reitter  <david.reitter@gmail.com>
3017         * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
3018         non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
3019         and Vminibuffer_local_must_match_filename_map keymaps.
3020         (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
3022         * keymap.c (Vminibuffer_local_filename_completion_map)
3023         (Vminibuffer_local_must_match_filename_map): New variables.
3024         (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
3025         parent to be Vminibuffer_local_completion_map and
3026         Vminibuffer_local_must_match_map, respectively.
3028         * commands.h (Vminibuffer_local_filename_completion_map)
3029         (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
3031 2005-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * window.c (Fset_window_configuration): Don't accidentally copy the
3034         window-point of one window to another.
3036 2005-11-30  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3038         * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
3040 2005-11-30  Kim F. Storm  <storm@cua.dk>
3042         * alloc.c: Include fcntl.h.  Define O_WRONLY if not defined.
3043         (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
3044         passing it to `emacs_write'.
3046 2005-11-29  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
3048         * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
3050 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3052         * window.c (adjust_window_trailing_edge): New function.
3053         (Fadjust_window_trailing_edge): New function.
3054         (syms_of_window): Defsubr it.
3055         (window_deletion_count): New variable.
3056         (delete_window): Update window_deletion_count.
3058 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
3060         * minibuf.c (syms_of_minibuf): Mention the extension of
3061         `completion-auto-help's meaning by complete.el.
3063 2005-11-26  Henrik Enberg  <henrik.enberg@telia.com>
3065         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
3066         Handle :inherit property as a lisp expression.
3068 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3070         * macterm.c (Qcontrol): Rename from Qctrl.  All uses changed.
3071         (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
3072         Qsuper, and Qmodifier_value.
3073         (Vmac_control_modifier, Vmac_option_modifier)
3074         (Vmac_command_modifier, Vmac_function_modifier)
3075         (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
3076         (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
3077         (Vmac_charset_info_alist): Doc fixes.
3079 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3081         * emacs.c (main) [MAC_OSX]: Change working directory to home
3082         directory if `-psn_*' option is specified.
3084         * mac.c (DECODE_UTF_8): Remove macro.
3085         [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
3086         created from cfstring_to_lisp.
3087         [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
3088         (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
3090         * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
3091         Add prototype.
3093 2005-11-21  Ken Raeburn  <raeburn@gnu.org>
3095         * keymap.c (shadow_lookup): Use make_number to pass a number to
3096         Fsubstring.
3098 2005-11-21  Juri Linkov  <juri@jurta.org>
3100         * puresize.h (BASE_PURESIZE): Increment to 1180000.
3102 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3104         * xfaces.c (Finternal_set_lisp_face_attribute):
3105         Use :ignore-defface for new frame defaults when `unspecified' is
3106         supplied.
3107         (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
3108         (merge_face_vectors): Don't do :ignore-defface overwriting here.
3109         (Finternal_merge_in_global_face): Do it here.
3111 2005-11-20  Juri Linkov  <juri@jurta.org>
3113         * charset.c (invalid_character): Use Lisp-readable syntax
3114         for octal and hex.  Reorder decimal, octal and hex values.
3116 2005-11-20  Nick Roberts  <nickrob@snap.net.nz>
3118         * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
3119         this type is recognised when debugging.
3121 2005-11-19  Andreas Schwab  <schwab@suse.de>
3123         * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
3124         Lisp_Cons and Lisp_Float.
3126 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3128         * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
3129         New variable.
3130         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
3131         (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
3132         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
3133         font size is smaller than or equal to cg_text_anti_aliasing_threshold.
3135 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3137         * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
3139         * xfaces.c (Qignore_defface): New variable.
3140         (syms_of_xfaces): Provide `:ignore-defface'.
3141         (IGNORE_DEFFACE_P): New macro.
3142         (check_lface_attrs, lface_fully_specified_p)
3143         (Finternal_set_lisp_face_attribute)
3144         (Fface_attribute_relative_p, Fmerge_face_attribute):
3145         Handle Qignore_defface as a possible value.
3146         (merge_face_vectors): The merged face is `unspecified' if the
3147         mergee specifies `:ignore-defface'.
3149 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3151         * lread.c (readevalloop): Add missing GCPROs.
3153 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
3155         * xfns.c (xg_set_icon_from_xpm_data): New function.
3157         * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
3158         (gnu_xbm_bits): Rename from gnu_bits (xbm version).
3160         * xterm.c (x_bitmap_icon): Use the xpm if available.
3162         * image.c (x_create_bitmap_from_xpm_data): New function.
3163         (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
3165 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3167         * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
3169 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3171         * .gdbinit: Make SIGTSTP work like SIGINT normally does.
3173 2005-11-15  Andreas Schwab  <schwab@suse.de>
3175         * lisp.h (struct Lisp_Cons): Make cdr a union.
3176         (XCDR_AS_LVALUE): Adjust.
3177         (struct Lisp_Float): Make data a union.
3178         (XFLOAT_DATA): Adjust.
3180         * alloc.c (free_float): Make free list chaining aliasing-safe.
3181         (make_float): Likewise.
3182         (free_cons): Likewise.
3183         (Fcons): Likewise.
3184         (check_cons_list): Likewise.
3185         (Fmake_symbol): Likewise.
3186         (allocate_misc): Likewise.
3187         (free_misc): Likewise.
3188         (gc_sweep): Likewise.
3190 2005-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3192         * mac.c (HASHKEY_QUERY_CACHE): New define.
3193         (xrm_create_database, xrm_q_put_resource): Empty query cache.
3194         (xrm_get_resource): Use query cache.
3196         * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
3197         inhibit_window_system is set.
3199 2005-11-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3201         * macgui.h (USE_CG_TEXT_DRAWING): New define.
3202         (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
3203         and cg_glyphs.
3205         * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
3206         (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
3207         (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
3208         cg_glyphs in struct MacFontStruct if synthesized bold or italic is
3209         not used and font substitution never occurs for ASCII and Latin-1
3210         characters.
3211         (XLoadQueryFont): Maximum and minimum metrics are now those among
3212         ASCII characters.
3213         (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
3214         height adjustments for Courier, Helvetica, and Times.
3216         * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
3218 2005-11-11  David Reitter  <david.reitter@gmail.com>
3220         * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
3221         macMetaKey, macAltKey.  Introduce Qctrl, Qmeta,
3222         Vmac_control_modifier / mac-control-modifier,
3223         Vmac_option_modifier / mac-option-modifier,
3224         Vmac_command_modifier / mac-command-modifier.
3225         (mac_to_emacs_modifiers): Use the new style modifier
3226         variables.  Return UInt32 (modifiers are longs now.)
3227         (backtranslate_modified_keycode): New function (refactoring).
3228         (XTread_socket): Use new modifier variables and refactored function.
3229         (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
3230         no dedicated meta key.  Not in use anyway.)
3231         (convert_fn_keycode): Map Fn-keys to their original keycode
3232         using a table (english keyboard only).
3234 2005-11-11  Kim F. Storm  <storm@cua.dk>
3236         * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
3237         Add post hook to "backtrace" to always dump lisp call stack to
3238         increase chance of people sending it to us when reporting bugs.
3240         * doc.c (Fsubstitute_command_keys): Doc fix.
3242         * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
3244         * xdisp.c (handle_stop): Skip overlay string handling if
3245         ignore_overlay_strings_at_pos_p is set.
3246         (set_iterator_to_next): At end of display vector, set
3247         ignore_overlay_strings_at_pos_p if dpvec came from an overlay
3248         string, so we skip those overlay strings at current pos.
3250 2005-11-10  Lars Hansen  <larsh@soem.dk>
3252         * fileio.c (file-regular-p): Doc fix.
3254 2005-11-10  Kim F. Storm  <storm@cua.dk>
3256         * alloc.c (valid_lisp_object_p): New function to validate that
3257         an object is really a valid Lisp_Object.
3259         * lisp.h (valid_lisp_object_p): Add prototype.
3261         * print.c (safe_debug_print): New function to be called from gdb
3262         to print Lisp objects; use valid_lisp_object_p to avoid crashing
3263         if user tries to print something which is not a Lisp object.
3265         * .gdbinit (pp, pp1): Use safe_debug_print.
3266         (pv, pv1): New commands to print value of a lisp variable.
3268 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3270         * .gdbinit (pp1): New user-defined function.
3272 2005-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3274         * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
3276         * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
3277         related variables for dumped executable.
3279         * unexmacosx.c (unexec_write_zero): New function.
3280         (copy_data_segment): Clear uninitialized local variables in
3281         statically linked libraries.
3283         * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
3285 2005-11-09  Juri Linkov  <juri@jurta.org>
3287         * keymap.c (shadow_lookup): If Flookup_key returns a number,
3288         call it again with a sub-key-sequence, and if its return value
3289         is non-nil (sub-key is bound), return nil.
3291 2005-11-08  Kim F. Storm  <storm@cua.dk>
3293         * process.c (Fsignal_process): Recognize signal names with and
3294         without SIG prefix, e.g. SIGHUP and HUP.
3296         * search.c (search_buffer): No need to initialize base_pat.
3298 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3300         * window.c (Fget_lru_window, Fget_largest_window, window_loop):
3301         Don't abuse the `mini' arg.  Use the `obj' arg instead.
3303 2005-11-04  Kim F. Storm  <storm@cua.dk>
3305         * xdisp.c (show_mouse_face): Clear mouse face to eol.
3307 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
3309         * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
3310         font-lock.elc and jit-lock.elc.
3312 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3314         * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
3315         (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
3316         (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
3318         * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
3320         * alloc.c (refill_memory_reserve): Move decl out of conditionals.
3322 2005-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3324         * window.c (Fdisplay_buffer): Fix last change to not use
3325         a dedicated window.
3327 2005-11-01  Kim F. Storm  <storm@cua.dk>
3329         * fringe.c (update_window_fringes): Undo 2005-10-27 change.
3330         Instead, rotate the bottom angle bitmap 180 degrees to indicate
3331         that the bottom row does not end in a newline.
3333 2005-11-01  Andreas Schwab  <schwab@suse.de>
3335         * unexelf.c (unexec): Handle .plt section in BSS segment.
3337 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3339         * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
3341         * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
3342         determine whether to consider dedicated windows as well.
3343         (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
3344         (Fdisplay_buffer): Do consider dedicated windows in those cases where
3345         we will split the window rather than reuse it.
3346         Don't try to use windows on other displays.
3348 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
3350         * puresize.h (BASE_PURESIZE): Increment to 1170000.
3352 2005-10-31  Romain Francoise  <romain@orebokech.com>
3354         * macfns.c: Update copyright year.
3355         * m/gould.h: Likewise.
3357 2005-10-30  Kim F. Storm  <storm@cua.dk>
3359         * xdisp.c (display_line): Restore it->current_x and call
3360         extend_face_to_end_of_line when last glyph doesn't fit on line.
3361         (set_glyph_string_background_width): Remove specific tests here
3362         to see if face background should extend to end of line.  Simplify.
3364 2005-10-30  Richard M. Stallman  <rms@gnu.org>
3366         * alloc.c (BYTES_USED): Use uordblks, not arena.
3367         (bytes_used_when_reconsidered): New variable.
3368         (emacs_blocked_free): Set that.
3370 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
3372         * alloc.c (emacs_blocked_free): Fix typo.
3374 2005-10-29  Richard M. Stallman  <rms@gnu.org>
3376         * data.c (Fmake_variable_frame_local): Doc fix.
3378         * xdisp.c (handle_fontified_prop): Do nothing if memory full.
3379         (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
3380         controls whether to save and restore mode_line_proptrans_alist.
3381         Callers changed.
3382         (unwind_format_mode_line): Work with that feature.
3383         (redisplay_internal): Don't call prepare_menu_bars if memory full.
3384         (move_elt_to_front): New function.
3385         (display_mode_element): Use move_elt_to_front.
3386         Don't bother munging text props on a null string.
3387         Delete obsolete elts from mode_line_proptrans_alist.
3388         (decode_mode_spec): Test Vmemory_full, not spare_memory.
3389         (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
3391         * lisp.h (memory_full_cons_threshold): Declare.
3392         (internal_lisp_condition_case): Declare.
3394         * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
3395         (Fmemory_full_p): Function deleted.
3396         (syms_of_alloc): Don't defsubr it.
3397         (memory_full_cons_threshold): New variable.
3398         (spare_memory): Now a vector of 7 elts.
3399         (buffer_memory_full): Don't set Vmemory_full here.
3400         (xfree): Don't try to refill here.
3401         (emacs_blocked_free): Record BYTES_USED in local var.
3402         (memory_full): Now free all the slots in spare_memory.
3403         (refill_memory_reserve): Allocate each slot in spare_memory.
3404         (init_alloc_once): Call refill_memory_reserve.
3406         * keyboard.c (command_loop_1): Don't set Vmemory_full here.
3408         * eval.c (internal_lisp_condition_case): New function.
3409         (Fcondition_case): Use internal_lisp_condition_case.
3410         (Feval): Test Vmemory_full and memory_full_cons_threshold.
3411         (Ffuncall): Likewise.
3413         * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
3415 2005-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3417         * syntax.c (Fparse_partial_sexp): Fix docstring.
3419 2005-10-28  Romain Francoise  <romain@orebokech.com>
3421         * puresize.h (BASE_PURESIZE): Increment to 1130000.
3423 2005-10-28  Richard M. Stallman  <rms@gnu.org>
3425         * xfns.c (syms_of_xfns): Provide `x' as feature.
3427         * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
3429         * editfns.c (Fformat): Don't include string padding
3430         between info[n].start and info[n].end.
3432         * alloc.c (spare_memory): No longer static.
3433         (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
3435         * puresize.h (BASE_PURESIZE): Increment to 1120000.
3437 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
3439         * data.c (Fmake_variable_frame_local): Add clarification to docstring.
3441         * fringe.c (update_window_fringes): Handle case where buffer ends
3442         with a newline.
3444 2005-10-27  Kenichi Handa  <handa@m17n.org>
3446         * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
3448 2005-10-24  Kenichi Handa  <handa@m17n.org>
3450         * charset.h (charset_mule_unicode_0100_24ff)
3451         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
3452         Extern them.
3454         * charset.c (charset_mule_unicode_0100_24ff)
3455         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
3456         New variables.
3457         (Fsetup_special_charsets): Initialize them.
3459         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
3460         supported Unicode characters.
3462 2005-10-25  Jason Rumney  <jasonr@gnu.org>
3464         * w32fns.c (w32_to_x_font): Avoid forcing font widths.
3466 2005-10-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3468         * image.c [MAC_OS] (image_load_qt_1): Check image size.
3469         Use GraphicsImportGetImageDescription instead of
3470         GraphicsImportGetNaturalBounds.
3471         [MAC_OSX] (image_load_quartz2d): Check image size.
3472         [MAC_OS] (xpm_load_image): Likewise.
3474         * macterm.c (last_mouse_glyph_frame): New var.
3475         (note_mouse_movement): Say mouse moved if current frame differs
3476         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
3477         (XTmouse_position): Set last_mouse_glyph_frame.
3478         (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
3479         (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
3480         Use EndianU16_BtoN.
3481         (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
3482         (x_per_char_metric, XLoadQueryFont)
3483         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
3484         glyph bounds.
3485         (mac_to_x_fontname, mac_do_list_fonts)
3486         (mac_initialize_display_info): Change screen resolutions to 72dpi.
3488 2005-10-25  Masatake YAMATO  <jet@gyve.org>
3490         * minibuf.c (Fdisplay_completion_list): Small doc fix.
3492 2005-10-24  Kim F. Storm  <storm@cua.dk>
3494         * xterm.c: Undo 2005-10-23 change.
3495         (last_mouse_glyph_frame): New var.
3496         (note_mouse_movement): Say mouse moved if current frame differs
3497         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
3498         (XTmouse_position): Set last_mouse_glyph_frame.
3499         (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
3500         last_mouse_glyph] on mouse up/down event.
3502         * editfns.c (Fcompare_buffer_substrings): Fix last change.
3504 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3506         * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
3508 2005-10-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3510         * xterm.c (note_mouse_movement): Always call note_mouse_highlight
3511         so tool tips don't interfere with press on tool bar button.
3513 2005-10-23  Richard M. Stallman  <rms@gnu.org>
3515         * casetab.c (Fset_case_table): Doc fix.
3517         * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
3518         (readevalloop): Compute ENTIRE properly.
3519         (syms_of_lread) <load-history>: Doc fix.
3521 2005-10-21  Richard M. Stallman  <rms@gnu.org>
3523         * lread.c (Fload): Simplify gcpro structure.
3524         Gcpro FOUND as well as FILE, but not EFOUND.
3525         Unless preloading, record FOUND instead of FILE in Vload_history.
3526         Rename repeat local FILE to MSG_FILE.
3527         (syms_of_lread) <load-history>: Doc fix.
3529 2005-10-21  Kenichi Handa  <handa@m17n.org>
3531         * search.c (boyer_moore): Add parens to fix and/or precedence bug.
3533 2005-10-20  Kim F. Storm  <storm@cua.dk>
3535         * buffer.c (clone_per_buffer_values): Remove unused var tem.
3536         (init_buffer): Remove unused vars dotstat, pwdstat.
3538         * ccl.c (check_ccl_update): Remove unused var vp.
3540         * fileio.c (auto_save_error): Call SAFE_FREE.
3542         * fns.c (Fchar_table_range): Remove unused var i.
3544         * minibuf.c (display_completion_list_1): New wrapper function
3545         for Fdisplay_completion_list.
3546         (Fminibuffer_completion_help): Use it.
3548         * term.c (encode_terminal_code): Remove unused var src_start.
3550         * window.c (Fwindow_tree): Remove unused var alist.
3552         * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
3554 2005-10-20  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
3556         * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
3558 2005-10-20  Olli Savia  <ops@iki.fi>  (tiny change)
3560         * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
3562 2005-10-20  Andreas Schwab  <schwab@suse.de>
3564         * minibuf.c (Fdisplay_completion_list): Doc fix.
3566 2005-10-19  Kim F. Storm  <storm@cua.dk>
3568         * image.c (check_image_size): Handle integer Vmax_image_size value
3569         directly as max pixel value.  Use default frame size for null frame.
3570         (syms_of_image) <max-image-size>: Describe integer value.
3572 2005-10-19  Romain Francoise  <romain@orebokech.com>
3574         * emacs.c (main): Update copyright year.
3576 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
3578         * image.c (Vmax_image_size): New variable.
3579         (check_image_size): New function.
3580         (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
3581         (gif_load, gs_load): Use it.
3582         (lookup_image): Try loading again if previous load failed.
3583         (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
3584         to display in, NULL if none.
3585         (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
3586         argument.
3588 2005-10-18  Richard M. Stallman  <rms@gnu.org>
3590         * search.c (Fstring_match): Doc fix.
3592 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3594         * macterm.c (note_mouse_movement): Use PtInRect.
3595         (XTread_socket): Also ignore mouse motion just before a button
3596         release event.  Don't process button release event when mouse is
3597         not grabbed.
3599 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3601         * minibuf.c (Fdisplay_completion_list): Add new optional
3602         argument COMMON_SUBSTRING.  Bind `completion-common-substring'
3603         to the optional argument during running `completion-setup-hook'.
3605 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3607         * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
3608         Allow nil as argument.
3609          [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
3610         for encoding arguments as UTF-16 in native byte order, no BOM.
3612         * macfns.c (Fx_create_frame): Add debugging code.
3613         (Fx_show_tip): Set frame pixel width and height.
3615         * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
3616         (FRAME_NORMAL_GC): New macro.
3617         (mac_draw_line, mac_clear_area, mac_clear_window)
3618         (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
3619         (mac_draw_image_string, mac_draw_image_string_16): Rename from
3620         XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
3621         XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
3622         All uses changed.
3623         (mac_draw_line, mac_erase_rectangle, mac_clear_area)
3624         (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
3625         (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
3626         (mac_draw_string_16, mac_draw_image_string)
3627         (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
3628         (mac_scroll_area): Drawing functions now take frame as destination.
3629         All uses changed.
3630         (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
3631         (x_draw_fringe_bitmap): Set clipping area in face->gc.
3633         * macterm.h (mac_clear_area): Add extern.
3635 2005-10-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3637         * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
3638         changes for xterm.c.
3640         * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
3642 2005-10-14  Kenichi Handa  <handa@m17n.org>
3644         * search.c (search_buffer): Give up BM search on case-fold-search
3645         if one of a target character has a case-equivalence of different
3646         charset even if that target charcter is an ASCII.
3648         * casefiddle.c (casify_object): Fix for the case that case
3649         conversion change the byte length.
3651 2005-10-14  Kim F. Storm  <storm@cua.dk>
3653         * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
3654         (handle_one_xevent): Only clear help_echo_string; restore it if
3655         note_mouse_movement didn't record any mouse movement.
3657         * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
3658         (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
3660         * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT.
3661         (Fposn_at_x_y): Fix calculation of x coordinate.
3662         (Fposn_at_point): Return nil if point is hscrolled out of view.
3664 2005-10-13  Andreas Schwab  <schwab@suse.de>
3666         * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
3667         non-interactive mode.
3669 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3671         * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
3673 2005-10-12  Kim F. Storm  <storm@cua.dk>
3675         * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
3677 2005-10-12  Romain Francoise  <romain@orebokech.com>
3679         * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
3681 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3683         * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
3684         get end of text rows.  Obtain header-line/mode-line rows directly.
3686         * xterm.c, w32term.c, macterm.c (note_mouse_movement):
3687         Restore help_echo_string if mouse is moved inside last_mouse_glyph.
3689 2005-10-12  Kim F. Storm  <storm@cua.dk>
3691         * xdisp.c (remember_mouse_glyph): New generic version based on
3692         glyph_rect and remember_mouse_glyph from xterm.c enhanced to
3693         properly handle all different window areas.
3695         * dispextern.h (remember_mouse_glyph): Add prototype.
3697         * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
3698         (note_mouse_movement, XTmouse_position): Use generic
3699         remember_mouse_glyph, add last_mouse_glyph arg.
3701         * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
3702         (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
3703         (note_mouse_movement, w32_mouse_position): Use generic
3704         remember_mouse_glyph, add last_mouse_glyph arg.
3706         * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
3707         (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
3708         (XTmouse_position): Adapt to use generic remember_mouse_glyph
3709         instead of pixel_to_glyph_coords.
3711         * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
3712         Fix x position for ON_TEXT when left margin width > 0.
3714 2005-10-11  Kim F. Storm  <storm@cua.dk>
3716         * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
3718         * keyboard.c (make_lispy_position): Fix buffer calculations for
3719         mouse click or movement in right fringe and the margins.
3721 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
3723         * image.c (fn_jpeg_stdio_src): Don't define it.
3724         (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
3725         (our_common_init_source): Rename from `our_init_source'.
3726         (our_common_term_source): Rename from `our_term_source'.
3727         (our_memory_fill_input_buffer): Rename from
3728         `our_fill_input_buffer'.
3729         (our_memory_skip_input_data): Rename from `our_skip_input_data'.
3730         (jpeg_memory_src): Use the new names.
3731         (struct jpeg_stdio_mgr): New struct.
3732         (JPEG_STDIO_BUFFER_SIZE): New constant.
3733         (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
3734         (jpeg_file_src): New functions.
3735         (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
3737 2005-10-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3739         * macterm.c (PER_CHAR_METRIC): Remove unused macro.
3740         (fm_font_family_alist): New variable.
3741         (syms_of_macterm): Initialize and staticpro it.
3742         (decode_mac_font_name): Replace '-' in family name with '_' if it
3743         occurs just once.  Lower family name.
3744         (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
3745         All uses changed.  Remove argument MF and code conversion for it.
3746         Add argument SIZE.  Rename argument MF_DECODED to FAMILY, and CS
3747         to CHARSET.  Parse font size.  Lower family name.  Return integer
3748         value for status of parsing.
3749         (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
3750         Don't use Fdowncase because family name is already lowered by
3751         decode_mac_font_name.
3752         (init_font_name_table): Always call decode_mac_font_name.
3753         Add pair of family name and its reference to fm_font_family_alist.
3754         (mac_clear_font_name_table): Clear fm_font_family_alist.
3755         (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
3756         Lookup fm_font_family_alist to get font family reference.
3757         (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
3758         name is already lowered by parse_x_font_name.
3760 2005-10-11  Kim F. Storm  <storm@cua.dk>
3762         * xterm.c (glyph_rect): Return 0 if position is outside text area.
3764         * keyboard.c (make_lispy_position): Fix buffer position calculation for
3765         mouse click or movement in fringe.
3767 2005-10-10  Jason Rumney  <jasonr@gnu.org>
3769         * xterm.c (remember_mouse_glyph): New function.
3770         (note_mouse_movement): Use it to remember the current glyph if changed.
3771         (XTmouse_position): Fix calculation of fake glyph under mouse.
3772         Move code to calculate glyph under mouse into remember_mouse_glyph.
3774 2005-10-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3776         * emacs.c (USAGE3, standard_args): -nb => -nbi.
3778 2005-10-10  Juanma Barranquero  <lekktu@gmail.com>
3780         * frame.c (Fredirect_frame_focus): Fix typos in docstring.
3781         (next_frame, prev_frame, set_term_frame_name): Make static.
3783         * window.c (Fwindow_tree): Fix spelling.
3785 2005-10-09  Romain Francoise  <romain@orebokech.com>
3787         * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
3789 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3791         * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
3792         Add options -nb, --no-bitmap-icon.
3794         * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
3796 2005-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3798         * macgui.h (MAX_CLIP_RECTS): New define.
3799         (struct _XGC): New member clip_region.
3800         (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
3801         clip_rects.
3803         * macterm.c (GC_CLIP_REGION): New macro.
3804         (saved_port_clip_region): New variable.
3805         (mac_begin_clip, mac_end_clip): New functions.
3806         (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
3807         (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
3808         (mac_copy_area_with_mask, mac_scroll_area): Use them.
3809         (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
3810         [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
3811         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
3812         (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
3813         rectangles stored in gc.
3814         (XFreeGC): Dispose of clipping region.
3815         (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
3816         (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
3817         (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
3818         (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
3819         (x_draw_bar_cursor): Use them.
3820         (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
3821         get multiple clipping rectangles.
3823         * macterm.h (mac_term_init): Add types to extern.
3824         (struct mac_output): Remove members mWP and pending_menu_activation.
3825         Put members scroll_bar_foreground_pixel and
3826         scroll_bar_background_pixel in #if 0.
3827         (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
3829         * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
3830         Add debugging code.
3832 2005-10-08  Kim F. Storm  <storm@cua.dk>
3834         * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
3836 2005-10-07  Kim F. Storm  <storm@cua.dk>
3838         * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
3839         [!HAVE_WINDOW_SYSTEM]: Don't declare them...
3840         (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
3842 2005-10-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3844         * dispextern.h (struct glyph_string): Rename member for_overlaps_p
3845         to for_overlaps.  Now occupy 3 bits.
3846         (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
3847         (OVERLAPS_ERASED_CURSOR): New defines.
3848         (struct redisplay_interface): Add new OVERLAPS arg to member
3849         fix_overlapping_area.
3850         (x_fix_overlapping_area): Add new OVERLAPS arg.
3851         (get_glyph_string_clip_rects): Add extern.
3853         * dispnew.c (redraw_overlapping_rows):
3854         Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
3856         * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
3857         for_overlaps.
3858         (get_glyph_string_clip_rects): New function created from
3859         get_glyph_string_clip_rect.  Set clipping rectangles according to the
3860         value of for_overlaps.  Enable to store multiple clipping rectangles.
3861         (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
3862         (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
3863         Rename argument OVERLAPS_P to OVERLAPS.  All uses in macros changed.
3864         (x_fix_overlapping_area): Add OVERLAPS arg.  Pass it to draw_glyphs.
3865         (draw_phys_cursor_glyph): Set width of erased cursor to use it for
3866         calculating clipping rectangles later.  Call x_fix_overlapping_area
3867         with new OVERLAPS arg to draw only erased cursor area.
3868         (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
3869         to draw overlaps in both preceding and succeeding rows.
3871         * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
3872         struct glyph_string to for_overlaps.
3874 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3876         * alloc.c (refill_memory_reserve): Conditionalize the body,
3877         not the function's existence.
3879 2005-10-04  Kim F. Storm  <storm@cua.dk>
3881         * window.c (window_split_tree): New function.
3882         (Fwindow_split_tree): New defun.
3883         (syms_of_window): Defsubr it.
3885 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3887         * macterm.c (mac_invert_rectangle): New function.
3888         (XTflash): Use it.
3890 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         * regex.h (re_char): Don't expose it in the interface.
3893         (re_set_whitespace_regexp): Adjust the arg's type to not use it.
3895         * regex.c (re_char): Move it back here.
3896         (re_set_whitespace_regexp): Change the arg's type to not use it.
3898         * keyboard.c (make_lispy_event): If point has moved between down and up
3899         event, make it a drag, not a click, to mirror what
3900         mouse-drag-region expects.
3902 2005-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
3904         * lisp.h (fatal): Undo previous change.
3905         * term.c (fatal): Undo previous change.
3907 2005-10-01  Richard M. Stallman  <rms@gnu.org>
3909         * xfaces.c (face_color_gray_p): Colors close to black count as gray.
3911 2005-10-01  Kim F. Storm  <storm@cua.dk>
3913         * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
3915 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3917         * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
3919         * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
3920         (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
3921         (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
3922         Try ATSUI-compatible 12pt Monaco font first.
3924         * macgui.h (struct _XCharStruct): New member valid_p.
3925         (STORE_XCHARSTRUCT): Set valid_p.
3926         (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
3928         * macterm.c (mac_draw_string_common, x_per_char_metric)
3929         (mac_compute_glyph_string_overhangs, init_font_name_table)
3930         (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
3931         (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
3932         (x_draw_glyph_string_background)
3933         (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
3934         XDrawImageString.  Always draw background and foreground separately.
3935         (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
3936         functions for one-byte chars when using ATSUI-compatible fonts.
3937         (atsu_font_id_hash) [USE_ATSUI]: New variable.
3938         (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
3939         (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
3940         max_char_or_byte2 more in detail.
3941         (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
3943 2005-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
3945         * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
3946         * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
3948         * unexelf.c (fatal): Fix prototype.
3950         * term.c (fatal): Implement using varargs.
3952         * regex.c (re_char): Move typedef ...
3953         * regex.h (re_char): ... here.
3954         (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
3956         * emacs.c (malloc_set_state): Fix return type.
3957         (endif): Fix type.
3959         * lisp.h (fatal): Add argument types.
3961         * dispextern.h (fatal): Delete prototype.
3963         * systime.h (make_time): Prototype moved from ...
3964         * editfns.c (make_time): ... here.
3966         * editfns.c: Move systime.h include after lisp.h.
3967         * dired.c:
3968         * xsmfns.c:
3969         * process.c: Likewise.
3971         * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
3972         Add parameter types.
3973         (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
3974         (emacs_blocked_free): Change definition to match __free_hook.
3975         (emacs_blocked_malloc): Change definition to match __malloc_hook.
3976         (emacs_blocked_realloc): Change definition to match __realloc_hook.
3978 2005-09-30  Romain Francoise  <romain@orebokech.com>
3980         * minibuf.c (Fread_buffer): Follow convention for reading from the
3981         minibuffer with a default value.  Doc fix.
3983 2005-09-29  Juri Linkov  <juri@jurta.org>
3985         * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
3986         Rename argument name `string' to `format-string'.
3987         (Fformat): Doc fix.
3989 2005-09-28  Kim F. Storm  <storm@cua.dk>
3991         * image.c (gif_load): Fix size of allocated image buffer
3992         for images where a sub-image may be larger than the image's
3993         total height/width specifications.
3995 2005-09-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3997         * macgui.h (struct _XCharStruct): Each member now takes short value.
3999 2005-09-27  Dan Nicolaescu  <dann@ics.uci.edu>
4001         * xfaces.c (lookup_derived_face): Add parameter type.
4003         * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
4005         * marker.c (verify_bytepos): Add parameter type.
4007         * process.c (get_operating_system_release): Move prototype ...
4009         * systime.h (get_operating_system_release): ... here.
4011         * xterm.c (handle_one_xevent): Refer to union field to match the
4012         type required by the function definition.
4013         (set_vertical_scroll_bar): Move prototype ...
4015         * xterm.h: ... here.
4017         * fns.c (internal_equal, seed_random): Fix prototypes.
4018         (internal_equal): Add missing parameter.
4020 2005-09-25  Richard M. Stallman  <rms@gnu.org>
4022         * keyboard.c (update_menu_bindings): Variable deleted.
4023         (syms_of_keyboard): Don't defvar it.
4024         (parse_menu_item): Don't test it.
4026 2005-09-23  Richard M. Stallman  <rms@gnu.org>
4028         * editfns.c (Fformat): Explicitly test for end of format string
4029         and don't use `index'.
4031 2005-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
4033         * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
4034         Define BROKEN_GET_CURRENT_DIR_NAME.
4036         * sysdep.c (get_current_dir_name): Also define if
4037         BROKEN_GET_CURRENT_DIR_NAME.
4039         * m/ibmrs6000.h: Test for USG5, not USG5_4.
4041 2005-09-22  Kim F. Storm  <storm@cua.dk>
4043         * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
4044         (message2): Fix commentary.  Ok to use alloca'ed memory.
4045         Still not ok to use Lisp string data (because of GC).
4046         (set_message): Add comment why GC cannot happen.
4048 2005-09-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4050         * macterm.c (xlfdpat_block_match_1): Fix assertion.
4051         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
4052         variants for a scalable font multiple times.
4054 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4056         * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
4057         Setup slave tty options before forking.
4059 2005-09-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4061         * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
4062         positions have been set for the frame (as is done for frames in
4063         special-display-buffer-names).
4065 2005-09-19  Kim F. Storm  <storm@cua.dk>
4067         * editfns.c (Fformat): Don't scan past end of format string that
4068         ends in %.  Reported by: Johan Bockg\e,Ae\e(Brd.
4070 2005-09-18  Andreas Schwab  <schwab@suse.de>
4072         * window.h (struct window): Remove height_fixed_p, no longer set.
4074         * window.c (make_window): Don't initialize height_fixed_p.
4075         (window_fixed_size_p): Don't use it.
4077 2005-09-18  John Paul Wallington  <jpw@pobox.com>
4079         * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
4081 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4083         * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
4085         * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
4086         New variables.
4087         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
4088         file selection.
4090         * sysdep.c [MAC_OS8]: Don't include stdlib.h.  Include sys/param.h.
4092 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
4094         * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
4095         (obj): Use XMENU_OBJ, not a literal xmenu.o.
4097 2005-09-16  Romain Francoise  <romain@orebokech.com>
4099         * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
4101 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4103         * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
4104         (display_mode_element): Instead of `lisp_string' and `this',
4105         record `offset' and increment that.
4106         `last_offset' replaces `last'.
4108         * Makefile.in (XMENU_OBJ): Variable deleted.
4109         (obj): Use xmenu.o unconditionally.
4110         (SOME_MACHINE_OBJECTS): Delete xmenu.o.
4112         * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
4114 2005-09-15  Kim F. Storm  <storm@cua.dk>
4116         * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
4117         (reseat_at_next_visible_line_start): Likewise (in xassert).
4119 2005-09-14  Romain Francoise  <romain@orebokech.com>
4121         * fileio.c (write_region_inhibit_fsync): New variable.
4122         (Fwrite_region): Use it to skip call to fsync.
4123         (syms_of_fileio): Initialize it.
4125 2005-09-14  Kenichi Handa  <handa@m17n.org>
4127         * coding.c (code_convert_region_unwind): Argument format changed.
4128         (run_pre_post_conversion_on_str): If pre-write-conversion function
4129         changed the current buffer, delete the new buffer.
4130         (run_pre_write_conversin_on_c_str): Likewise.
4132         * fileio.c (Fexpand_file_name): Check multibyteness of
4133         default_directory.
4135 2005-09-13  Kenichi Handa  <handa@m17n.org>
4137         * composite.c (compose_chars_in_text): Delete it.
4139         * composite.h (compose_chars_in_text): Delete extern.
4141 2005-09-13  Kim F. Storm  <storm@cua.dk>
4143         * print.c (print_error_message): Fix last change.
4145 2005-09-12  Kim F. Storm  <storm@cua.dk>
4147         * composite.c (compose_chars_in_text): Fix setup of `pend'.
4148         Unconditionally reload `ptr' and `pend' after eval.
4150         * xdisp.c (message3): Pass copy of lisp string to message_dolog.
4152         * print.c (print_error_message): Pass copy of caller name to
4153         message_dolog.
4155         * fileio.c (auto_save_error): Pass copy of lisp string to message2.
4157 2005-09-12  Kenichi Handa  <handa@m17n.org>
4159         * xdisp.c (display_mode_element): Be sure to make variables THIS
4160         and LISP_STRING point into a string data of ELT.
4162 2005-09-12  Kim F. Storm  <storm@cua.dk>
4164         * editfns.c (Ftranslate_region_internal): Reload `tt' after
4165         signal_after_change that may have GC'ed.
4166         (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
4168         * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
4169         after insert while runs signal_after_change.
4171         * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
4172         declaration to where it is used.
4174         * w32.c (check_windows_init_file): Fix allocation of error buffer.
4176         * xfns.c (x_encode_text): Declare static.  Add FREEP arg.
4177         (x_set_name_internal): Call x_encode_text with new FREEP arg to
4178         know if xfree is needed instead of guessing.
4180         * xterm.h (x_encode_text): Remove prototype.
4182 2005-09-11  Chris Prince  <cprince@gmail.com>  (tiny change)
4184         * w32term.c (x_bitmap_icon): Load small icons too.
4186 2005-09-10  Romain Francoise  <romain@orebokech.com>
4188         * buffer.c (init_buffer): Grow buffer to add directory separator
4189         and terminal zero.  Fix typos.
4191 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
4193         * buffer.c (init_buffer): Fix error message for failed call to
4194         get_current_dir_name.
4195         (get_current_dir_name): Remove prototype.
4197         * xsmfns.c (get_current_dir_name): Remove prototype.
4199         * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
4200         Add prototype.
4202         * sysdep.c [WINDOWSNT]: Add prototype for getwd.
4203         Don't #undef NULL after including blockinput.h.
4205         * config.in: Regenerated.
4207 2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
4209         Remove the MAXPATHLEN limitations:
4211         * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
4212         New function.
4214         * buffer.c (init_buffer): Use it.
4216         * xsmfns.c (smc_save_yourself_CB): Ditto.
4218 2005-09-09  Kim F. Storm  <storm@cua.dk>
4220         * doc.c (Fsubstitute_command_keys): Lookup key binding for
4221         commands that are remapped from some other command.
4223         * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
4224         flag in disabled rows below the window.
4226         * frame.h (struct frame): New member updated_p.
4228         * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
4229         member.  Remove local `updated' array and associated variables.
4231 2005-09-07  Kim F. Storm  <storm@cua.dk>
4233         * xdisp.c (handle_display_prop): Respect overlay window property.
4235         * xdisp.c (try_window): Remove superfluous cursor_height calculation.
4236         Fixes crash reported by YAMAMOTO Mitsuharu.
4238 2005-09-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4240         * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
4241         (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
4242         (xlfdpat_block_match_1, xlfdpat_match): New functions.
4243         (xlfdpat_block_match): New macro.
4244         (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
4245         (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
4246         (add_font_name_table_entry): Increase font_name_table_size more
4247         rapidly.
4248         (mac_c_string_match): Remove function.
4249         (mac_do_list_fonts): Use XLFD pattern match instead of regular
4250         expression match.
4252         * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
4254 2005-09-03  Richard M. Stallman  <rms@gnu.org>
4256         * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
4257         (move_it_in_display_line_to): Stop after last char on line even
4258         on a windowing terminal, if that's the specified stop position.
4260         * fns.c (Fsort): Doc fix.
4262         * editfns.c (Fpropertize): Don't insist that properties be symbols.
4264 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4266         * dired.c (directory_files_internal_unwind, directory_files_internal)
4267         (file_name_completion): Use a Save_Value object rather than a cons of
4268         two 16bit ints to store the DIR*.
4269         (directory_files_internal, file_name_completion): Handle both EINTR and
4270         EAGAIN consistently after `readdir'.
4272 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * intervals.c (update_interval): Add position info in error.
4276         * dispnew.c (window_to_frame_hpos, update_window):
4277         Avoid gcc warning about unused variable `f'.
4279 2005-08-31  Jason Rumney  <jasonr@gnu.org>
4281         * w32menu.c (add_menu_item): If unicode_append_menu returns an
4282         error, revert to using AppendMenu.
4284 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4286         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
4287         All uses changed.
4288         [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
4289         cases.
4290         (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
4291         [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
4292         Use posix_pathname_to_fsspec.
4293         [MAC_OS] (xpm_load_image): Fill in background_transparent field
4294         while we have mask.
4296         * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
4298         * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
4300 2005-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4302         * syntax.c (update_syntax_table): Properly reproduce the special +1
4303         setting of e_property at the end of the buffer when bumping into the
4304         INTERVALS_AT_ONCE limit.
4306 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4308         * emacs.c (USAGE1): Fix the description of the -Q option.
4310 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4312         * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
4314 2005-08-26  Kim F. Storm  <storm@cua.dk>
4316         * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
4317         Don't move PT to new window start.
4319 2005-08-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4321         * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
4322         ICONIFY/DEICONIFY_EVENT.
4324         * macterm.c (mac_copy_area, mac_copy_area_with_mask):
4325         Restore background color.
4326         (mac_handle_visibility_change): New function.
4327         (x_make_frame_invisible, x_iconify_frame)
4328         (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
4329         [USE_CARBON_EVENTS] (mac_handle_window_event)
4330         (install_window_handler): Handle visibility change events.
4331         (x_make_frame_visible): Don't reposition window if it is iconified
4332         or asked for visible before.  Select and uncollapse window when it
4333         is made visible.
4334         (x_make_frame_invisible): Don't reset x_highlight_frame.
4335         (x_iconify_frame): Likewise.  Make invisible frame visible before
4336         it is iconified.
4337         (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
4338         (do_window_update): Don't change visibility of invisible frame.
4340 2005-08-22  Juri Linkov  <juri@jurta.org>
4342         * term.c (turn_on_face): Check for TS_set_foreground and
4343         TS_set_background depending on standout_mode.  Simplify.
4345 2005-08-21  Kim F. Storm  <storm@cua.dk>
4347         * fringe.c (update_window_fringes): Only put TOP and BOTTOM
4348         bitmaps on fully visible rows.
4350         * fringe.c (update_window_fringes): Replace FORCE_P arg with
4351         KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
4352         and return 0.
4354         * xdisp.c (redisplay_window): Call update_window_fringes with
4355         KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
4357 2005-08-20  Richard M. Stallman  <rms@gnu.org>
4359         * xdisp.c (display_echo_area_1): Get display start pos from w->start.
4360         (resize_mini_window): Set w->start, and PT, so as to display the tail
4361         end of the buffer, if it doesn't all fit.
4363 2005-08-18  Kim F. Storm  <storm@cua.dk>
4365         * xdisp.c (calc_pixel_width_or_height): Use actual display
4366         resolution when available instead of Vdisplay_pixels_per_inch.
4368 2005-08-17  Kim F. Storm  <storm@cua.dk>
4370         * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
4372         * dispnew.c (buffer_posn_from_coords): Check that target row is
4373         within matrix.
4375 2005-08-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4377         * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
4378         xg_set_frame_icon and call it.
4380         * gtkutil.c (xg_set_frame_icon): New function.
4382         * gtkutil.h (xg_set_frame_icon): Declare it.
4384 2005-08-16  Kim F. Storm  <storm@cua.dk>
4386         * dispnew.c (increment_row_positions): Skip non-enabled rows.
4388         * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
4389         (Fcurrent_window_configuration): Use VECSIZE macro instead.
4391 2005-08-15  Richard M. Stallman  <rms@gnu.org>
4393         * xdisp.c (message3_nolog): Clear echo_message_buffer.
4395 2005-08-15  Kim F. Storm  <storm@cua.dk>
4397         * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
4399         * process.c (deactivate_process, status_notify, read_process_output)
4400         (update_status, status_convert, decode_status, allocate_pty)
4401         (make_process, remove_process, list_processes_1)
4402         (create_process_1, unwind_request_sigio, read_process_output)
4403         (send_process, keyboard_bit_set): Declare static.
4404         (Fdelete_process): Simplify.  Pass process to status_notify, so we
4405         don't try to read output from it.
4406         (status_notify): New arg deleting_process--don't try to read
4407         output from that process.
4409         * lisp.h (deactivate_process, status_notify, read_process_output):
4410         Remove prototypes.
4412 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4414         * image.c (syms_of_image): Init Qxbm, Qpbm before calling
4415         define_image_type.
4417 2005-08-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4419         * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
4420         (xg_get_image_for_pixmap): Move some code to
4421         xg_get_pixbuf_from_pix_and_mask, and call it.
4423         * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
4425         * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
4426         to get an GTK icon and set it with GTK functions to avoid having GTK
4427         override an icon set with just X functions.
4429 2005-08-11  Richard M. Stallman  <rms@gnu.org>
4431         * image.c (syms_of_image): Init image_types here, and call
4432         define_image_type.
4433         (init_image): Not here.
4435 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4437         * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
4439         * lisp.h (QUIT): Throw t to Vthrow_on_input.
4441 2005-08-09  Thien-Thi Nguyen  <ttn@gnu.org>
4443         * floatfns.c (Fexpt): Use floats for negative exponent.
4445 2005-08-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4447         * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
4448         should not be there, causing menu display errors with GTK 2.6.9.
4450 2005-08-07  Richard M. Stallman  <rms@gnu.org>
4452         * floatfns.c (Fexpt): Undo previous change.
4454         * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
4455         so it can be used with various state vectors.
4457         * emacs.c (endif): Convert -script into -scriptload.
4458         (standard_args): Add -scriptload.  Allow -basic-display with one dash.
4460         * fns.c (syms_of_fns): Add `emacs' to features.
4462         * term.c (set_terminal_modes): If no TS_termcap_modes string,
4463         output newlines to scroll the old screen contents off the screen.
4465 2005-08-06  Thien-Thi Nguyen  <ttn@gnu.org>
4467         * floatfns.c (Fexpt): Use floats for negative exponent.
4468         Reported by D Goel.
4470 2005-08-02  Richard M. Stallman  <rms@gnu.org>
4472         * frame.c (Fframe_char_width): Doc fix.
4474 2005-07-30  Juanma Barranquero  <lekktu@gmail.com>
4476         * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
4477         Defvar it.
4479 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
4481         * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
4482         (my_create_window, my_create_tip_window): Make static.
4484         * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
4485         (my_set_foreground_window, my_destroy_window): Make static.
4487 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
4489         Merge gnulib getopt implementation into Emacs.
4491         * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
4492         now part of lib-src.
4494 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4496         * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
4498 2005-07-25  Jason Rumney  <jasonr@gnu.org>
4500         * w32menu.c (w32_menu_display_help): Suppress tooltip when
4501         navigating menus with the keyboard.
4503 2005-07-23  Richard M. Stallman  <rms@gnu.org>
4505         * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
4507         * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
4508         gc_relative_threshold, one by one.
4510         * keyboard.c (read_char): Test gc_cons_threshold.
4511         (syms_of_keyboard): staticpro Qecho_area_clear_hook.
4513         * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
4514         gc_relative_threshold, one by one.
4516         * alloc.c (gc_cons_threshold): Not static.
4517         (gc_cons_combined_threshold): Var deleted.
4518         (gc_relative_threshold): New variable.
4519         (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
4520         instead of gc_cons_combined_threshold.
4522         * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
4523         (gc_cons_combined_threshold): Declaration deleted.
4525 2005-07-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4527         * mac.c: Don't include stdlib.h or string.h.
4528         (Fdo_applescript, Fmac_file_name_to_posix)
4529         (Fmac_file_name_to_posix): Doc fixes.
4530         [TARGET_API_MAC_CARBON] (Fmac_get_preference)
4531         (Fmac_code_convert_string): Likewise.
4532         [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
4533         if the executable is not contained in a bundle.
4535         * macfns.c: Don't include stdlib.h or string.h.  Include atimer.h.
4536         (gray_width, gray_height): Remove defines.
4537         (gray_bits, gray_bitmap_width, gray_bitmap_height)
4538         (gray_bitmap_bits): Remove variables.
4539         (lispy_function_keys): Remove extern.
4540         (free_frame_menubar): Add extern.
4541         (x_window_to_frame): Remove function.
4542         (unwind_create_tip_frame): Add declaration.
4543         (x_set_name_internal): New function.
4544         (x_set_name, x_set_title): Use it.
4545         (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
4546         (Fx_display_pixel_height, Fx_display_planes)
4547         (Fx_display_color_cells, Fx_server_max_request_size)
4548         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4549         (Fx_display_mm_height, Fx_display_mm_width)
4550         (Fx_display_backing_store, Fx_display_visual_class)
4551         (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
4553         * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
4555         * macselect.c (Fx_own_selection_internal): Follow error conventions.
4556         (Fx_get_selection_internal, Fx_selection_owner_p)
4557         (Fx_selection_exists_p): Doc fixes.
4558         (syms_of_macselect) <selection-converter-alist>: Likewise.
4560 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
4562         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
4564         * ccl.c (Fregister_ccl_program): Fix typos in docstring.
4565         (Fccl_execute_on_string): Likewise; add usage info.
4567         * composite.c (Fcompose_region_internal)
4568         (Fcompose_string_internal):
4569         Improve argument/docstring consistency.
4571         * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
4572         Fix typos in docstrings.
4574         * textprop.c (Fnext_char_property_change)
4575         (Fprevious_char_property_change): Doc fixes.
4577         * window.c (Fset_window_margins, Fset_window_fringes):
4578         Improve argument/docstring consistency.
4580         * xfaces.c (Finternal_lisp_face_p): Doc fix.
4582 2005-07-21  Andreas Schwab  <schwab@suse.de>
4584         * eval.c (restore_stack_limits): Return a value.
4586 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
4588         * eval.c (Fdefvar): Doc fix.
4590 2005-07-20  Kim F. Storm  <storm@cua.dk>
4592         * fileio.c (Fdo_auto_save, do_auto_save_unwind):
4593         Use make_save_value to unwind protect stream.
4595         * lread.c (Fload, load_unwind):
4596         Use make_save_value to unwind protect stream.
4598 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
4600         * eval.c (Fprog2, Fcalled_interactively_p),
4601         (syms_of_eval) <debug-on-quit>: Doc fixes.
4602         (syms_of_eval) <max-specpdl-size>:
4603         (Finteractive_p): Fix typos in docstrings.
4605 2005-07-19  Kim F. Storm  <storm@cua.dk>
4607         * w32fns.c (Vx_hand_shape): Variable removed.
4608         (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
4610 2005-07-19  Kenichi Handa  <handa@m17n.org>
4612         * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
4614 2005-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
4618 2005-07-18  Kim F. Storm  <storm@cua.dk>
4620         * frame.h (struct frame): New member already_hscrolled_p.
4622         * xdisp.c (redisplay_internal): Only try to hscroll each frame once
4623         to avoid redisplay looping hscrolling back and forth ad infinitum.
4625 2005-07-18  Juri Linkov  <juri@jurta.org>
4627         * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
4628         * keymap.c (Fminor_mode_key_binding):
4629         * macterm.c (mac-emulate-three-button-mouse):
4630         Delete duplicate duplicate words.
4632 2005-07-18  Ken Raeburn  <raeburn@gnu.org>
4634         * minibuf.c (Ftest_completion): Fix odd syntax in test.
4636 2005-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4638         * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
4640         * macgui.h (struct _XGC): New struct.
4641         (GC): Use it.
4642         (GCForeground, GCBackground, GCFont): Use X11 mask values.
4643         (XCreateGC, XParseGeometry): Move externs to macterm.h.
4645         * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
4646         (XSetFont): Add declaration.
4647         (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
4648         Remove functions.
4649         (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
4650         New defines.
4651         (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
4652         (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
4653         (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
4654         Use them.
4655         (mac_erase_rectangle): New function.
4656         (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
4657         (x_draw_stretch_glyph_string): Use it.
4658         (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
4659         (XSetBackground, XSetFont): Adjust for new GC implementation.
4660         (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
4661         (XTset_vertical_scroll_bar): Clear area under scroll bar.
4663         * macterm.h (struct mac_display_info): Change types of
4664         scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
4665         (XCreateGC, XParseGeometry): Move externs from macgui.h.
4667         * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
4669 2005-07-16  Richard M. Stallman  <rms@gnu.org>
4671         * buffer.c (Fmake_overlay): Doc fix.
4673 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
4675         * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
4676         Vw32_valid_locale_ids, and Vw32_valid_codepages.
4678 2005-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4680         * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
4681         Use Fstring_as_unibyte instead of string_make_unibyte.
4683 2005-07-15  Richard M. Stallman  <rms@gnu.org>
4685         * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
4687 2005-07-15  Kim F. Storm  <storm@cua.dk>
4689         * xdisp.c: Fix redisplay loop in last change.
4690         (IT_POS_VALID_AFTER_MOVE_P): New macro.
4691         (move_it_vertically_backward, move_it_by_lines): Use it.
4693 2005-07-14  Jason Rumney  <jasonr@gnu.org>
4695         * w32.c (init_environment): Default HOME directory to user's
4696         appdata directory if possible.
4698 2005-07-14  Kim F. Storm  <storm@cua.dk>
4700         * .gdbinit (pitx): Fix output format.  Print string charpos.
4702         * lread.c (syms_of_lread): Initialize seen_list.
4704         * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
4706         * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
4707         Staticpro re_match_object.
4709 2005-07-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4711         * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
4712         dereference.
4714         * macterm.c (mac_window_to_frame): Remove duplicate define.
4716 2005-07-14  Kenichi Handa  <handa@m17n.org>
4718         * coding.c (code_convert_region_unwind): ARG is changed to a cons.
4719         (code_convert_region): Adjust for the above change.
4720         (set_conversion_work_buffer): If the work buffer is already in
4721         use, generate a new buffer and return it.  Otherwise return Qnil.
4722         (run_pre_post_conversion_on_str): Adjust for the above change.
4723         (run_pre_write_conversin_on_c_str): Likewise.
4725 2005-07-13  Kim F. Storm  <storm@cua.dk>
4727         * xdisp.c (start_display): Don't reseat to next visible line start
4728         if current start position is in a string or image.
4729         (move_it_vertically_backward): Be sure to move out of strings and
4730         images when moving it2 forward.
4731         (move_it_by_lines): When moving forward, move to next buffer
4732         position if we end up in a string or image.  When moving backward,
4733         count rows moved over when moving to start of current row in case
4734         row starts in middle of a string or image.  Also move further
4735         backward if we end up in a string or image.
4736         (try_cursor_movement): If overlay string spans multiple lines,
4737         move backward to set cursor on start of an overlay string.
4738         (cursor_row_p): Row is ok if cursor is at newline from string, but
4739         string starts on this line (so we always position cursor at start
4740         of string).
4742         * indent.c (Fvertical_motion): If start position is on an image,
4743         don't move back if we move too far (that's almost certain to happen).
4745         * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
4746         row in minibuffer windows.
4747         (try_window): Don't check margins in minibuffer windows.
4749 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4751         * macterm.c: Don't include stdlib.h or composite.h.
4752         (x_use_underline_position_properties, last_mouse_press_frame)
4753         (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
4754         (syms_of_macterm, mac_initialize): Don't initialize them.
4755         (waiting_for_input, initial_argv, initial_argc)
4756         (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
4757         (set_frame_menubar, path_from_vol_dir_name): Remove externs.
4758         (extra_keyboard_modifiers): Fix type in extern.
4759         (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
4760         (x_scroll_bar_report_motion): Add argument types to declaration.
4761         (mac_compute_glyph_string_overhangs): Add declaration.
4762         (disable_mouse_highlight): Remove unused variable.
4763         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
4764         (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
4765         (x_scroll_bar_handle_drag): Remove argument `timestamp'.
4766         All callers changed.
4767         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
4768         timestamp.
4769         [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
4770         (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
4771         only when its width is less than the height.
4772         (XTredeem_scroll_bar): Sync with xterm.c.
4773         (font_name_table, font_name_table_size, font_name_count):
4774         Make static.
4775         (drag_and_drop_file_list): Remove variable.  Previous use is now
4776         local to function.
4777         (do_ae_open_documents): Move DRAG_N_DROP event construction part
4778         from XTread_socket.
4779         (XTread_socket): Consolidate setting of event timestamp.
4780         Move DRAG_N_DROP event construction part to do_ae_open_documents.
4781         Support extra_keyboard_modifiers.
4783         * xfaces.c (try_font_list) [MAC_OS]: Try font family name
4784         beginning with that for ASCII.
4786 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4788         * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
4789         (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
4790         (syms_of_alloc): Declare gc-cons-percentage.
4792         * eval.c (Feval, Ffuncall):
4793         * keyboard.c (read_char):
4794         * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
4796         * lisp.h (gc_cons_combined_threshold): Declare.
4798 2005-07-12  Kim F. Storm  <storm@cua.dk>
4800         * coding.c (Qprocess_argument):
4801         * coding.h (Qprocess_argument): Remove unused var.
4803         * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
4805 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4807         * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
4808         Endian.h.
4809         [!MAC_OSX] (fchmod, fchown): New functions.
4810         (mac_get_code_from_arg): Don't accept Lisp integer as argument.
4811         Use SBYTES and EndianU32_BtoN.
4812         (mac_get_object_from_code): Return 4 byte string even if argument
4813         is 0.  Use make_unibyte_string and EndianU32_NtoB.
4814         (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
4815         (Fmac_set_file_type): Fix documents and argument declarations.
4816         Don't specify kFSCatInfoNodeFlags.  Support Mac OS Classic.
4818 2005-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4820         * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
4822 2005-07-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4824         * xfaces.c (x_update_menu_appearance): Use fontSet resource for
4825         Lucid if X_I18N, font otherwise.
4827 2005-07-10  Steven Tamm  <steventamm@mac.com>
4829         * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
4830         (Fmac_set_file_type, Fmac_set_file_creator): Add.
4831         (mac_get_object_from_code, mac_get_code_from_arg): Add.
4833 2005-07-10  Richard M. Stallman  <rms@gnu.org>
4835         * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
4836         (syms_of_lread): Set up eval-buffer-list.
4837         (Feval_buffer, Feval_region): Bind eval-buffer-list.
4839 2005-07-08  Richard M. Stallman  <rms@gnu.org>
4841         * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
4843 2005-07-08  Kim F. Storm  <storm@cua.dk>
4845         * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
4846         (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
4848 2005-07-07  Kim F. Storm  <storm@cua.dk>
4850         * window.c (Frecenter): Fix last change (set iarg before use).
4852 2005-07-06  Richard M. Stallman  <rms@gnu.org>
4854         * window.c (Frecenter): When arg is inside the scroll margin,
4855         move it out of the margin.
4857 2005-07-06  Jason Rumney  <jasonr@gnu.org>
4859         * w32console.c (initialize_w32_display): Detect when the console
4860         dimensions are insane, and default to 80x25 instead.
4861         (w32_use_full_screen_buffer): Default to NIL.
4863 2005-07-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4865         * macterm.c (mac_draw_vertical_window_border): Use foreground of
4866         VERTICAL_BORDER_FACE_ID for vertical border line.
4867         (mac_encode_char): Call check_ccl_update in advance.
4868         (mac_to_x_fontname, x_font_name_to_mac_font_name)
4869         (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
4870         Don't assume that font family length is less than 32.
4871         (x_compute_min_glyph_bounds): Make static.
4872         (x_load_font): Never set fonts_changed_p to zero.
4874 2005-07-04  Lute Kamstra  <lute@gnu.org>
4876         * Update FSF's address in GPL notices.
4878 2005-07-03  Richard M. Stallman  <rms@gnu.org>
4880         * xdisp.c (try_window): Fix previous change in how it handles
4881         a partially-visible line or one only partly past the margin.
4883         * window.c (window_scroll_pixel_based): Take account
4884         of this_scroll_margin when finding point when scrolling up.
4886 2005-06-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
4888         * window.c (window_scroll_pixel_based, window_scroll_line_based):
4889         Handle `scroll-preserve-screen-position' non-nil, non-t specially.
4890         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
4892 2005-07-02  Juri Linkov  <juri@jurta.org>
4894         * w32term.c (w32_draw_vertical_window_border): Use foreground of
4895         VERTICAL_BORDER_FACE_ID for vertical border line.
4897 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
4899         * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
4900         fchmod so that chmod doesn't get called on MSDOS before the file
4901         is closed.
4903 2005-07-01  Jason Rumney  <jasonr@gnu.org>
4905         * w32term.c (cleartype_active): New flag for enabling sub-pixel
4906         workaround.
4907         (w32_initialize): Initialize it.
4908         (w32_native_per_char_metric): Allow a couple of extra pixels when
4909         Cleartype is active.
4911         * w32term.c (w32_initialize): Move check for screen reader here
4912         from syms_of_w32term.
4914 2005-06-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4916         * xterm.c (handle_one_xevent): bzero compose_status when nbytes
4917         is not zero.
4919 2005-07-01  Masatake YAMATO  <jet@gyve.org>
4921         * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
4923 2005-06-30  Juri Linkov  <juri@jurta.org>
4925         * xdisp.c (x_draw_vertical_border): If left fringe is not present
4926         decrease x coord of vertical border by 1 pixel to not occupy text
4927         area of the right window.
4929         * xterm.c (x_draw_vertical_window_border): Use foreground of
4930         VERTICAL_BORDER_FACE_ID for vertical border line.
4932         * term.c (turn_on_face): In standout mode apply specified
4933         fg to bg, and specified bg to fg (this makes the logic of
4934         inversion on terminal consistent with X).
4936 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
4938         * eval.c (user_variable_p_eh): New function.
4939         (Fuser_variable_p): Use it.  Clarify docstring.
4940         Return t for aliases of user options, nil for alias loops.
4942 2005-06-27  Richard M. Stallman  <rms@gnu.org>
4944         * eval.c (Fdefvar): Improve error message.
4946 2005-06-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4948         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
4949         change.
4951 2005-06-27  Juanma Barranquero  <lekktu@gmail.com>
4953         * eval.c (Fdefvar): Don't try to set constant symbols.
4955 2005-06-25  Richard M. Stallman  <rms@gnu.org>
4957         * macfns.c (Fx_show_tip): Pass new arg to try_window.
4959         * w32fns.c (Fx_show_tip): Pass new arg to try_window.
4961         * xfns.c (Fx_show_tip): Pass new arg to try_window.
4963         * xdisp.c (try_window): New arg CHECK_MARGINS.  Calls changed.
4964         (redisplay_window): Handle try_window reporting point in scroll margin.
4966         * dispextern.h (try_window): Declare new arg.
4968         * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
4969         Use fchmod to copy the file modes.
4970         (Frename_file): Don't copy UID and GID here;
4971         instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
4973         * eval.c (call_debugger): Take full care of extending stack limits
4974         to make space for the debugger, and restore the change afterward.
4975         Bind debug-on-error to nil.
4976         (restore_stack_limits): New subroutine.
4977         (Fsignal): Extend specpdl bound along with eval depth bound,
4978         for calling edebug.  Don't do either one, for calling debugger.
4979         (find_handler_clause): Don't bind debug-on-error here.
4980         Don't unbind anything either.
4981         Temporarily advance max_specpdl_size for calling
4982         internal_with_output_to_temp_buffer.
4983         (grow_specpdl): Don't alter max_specpdl_size before signaling
4984         an error.
4985         (syms_of_eval) <max-specpdl-size>: Doc fix.
4987         * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
4989 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
4991         * fileio.c (Frename_file): Undo last change: no need to ifdef away
4992         chown on DOS_NT platforms.
4994         * w32.c (sys_chown): New function.
4996         * s/ms-w32.h (chown): New; define to sys_chown.
4998 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5000         * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
5001         (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
5003         * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
5005 2005-06-23  Richard M. Stallman  <rms@gnu.org>
5007         * xdisp.c (get_next_display_element): Finish reversing the tests of
5008         Vnobreak_char_display.
5010         * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
5011         All uses changed.
5012         (Qnobreak_space): Rename from Qno_break_space.  All uses changed.
5013         (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
5015         * fileio.c (Frename_file): Preserve owner and group, if possible,
5016         when copying.
5018 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
5020         * abbrev.c (Funexpand_abbrev):
5021         * category.c (Fmake_category_set):
5022         * dispnew.c (Fsleep_for, Fsit_for):
5023         * editfns.c (Fsubst_char_in_region):
5024         * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
5025         * frame.c (make_frame_without_minibuffer):
5026         * lread.c (read_vector):
5027         * macfns.c (check_x_frame):
5028         * process.c (Fstop_process, Fcontinue_process):
5029         * search.c (Freplace_match):
5030         * syntax.c (Fstring_to_syntax):
5031         * w32fns.c (check_x_frame, check_x_display_info):
5032         * xfaces.c (x_supports_face_attributes_p):
5033         * xselect.c (Fx_own_selection_internal): Follow error conventions.
5035         * image.c (fn_png_init_io): Don't define it.
5036         (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
5037         (png_read_from_file): New function, based on png_read_from_memory.
5038         (png_load): Use it, instead of fn_png_init_io.
5040 2005-06-23  Kim F. Storm  <storm@cua.dk>
5042         * search.c (Fmatch_data): Remove evaporate option.
5043         (Fset_match_data): Do not mention evaporate option in doc string.
5044         Add commentary explaining evaporate arg (for internal use only).
5045         (unwind_set_match_data): Add comment on evaporate use.
5047 2005-06-22  Miles Bader  <miles@gnu.org>
5049         * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
5050         (realize_basic_faces, syms_of_xfaces): Update references to it.
5051         * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
5052         to `VERTICAL_BORDER_FACE_ID'.
5053         * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
5055 2005-06-21  Juri Linkov  <juri@jurta.org>
5057         * dispextern.h: Add extern Qframe_set_background_mode.
5059         * xfaces.c: Rename obsolete function Qframe_update_face_colors to
5060         Qframe_set_background_mode.
5062         * frame.c (Fmodify_frame_parameters):
5063         Call frame-set-background-mode after changing the background color
5064         on non-window non-dos branch.
5066 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5068         * fns.c (Fchar_table_range):
5069         * process.c (Fmake_network_process): Fix spellings.
5071 2005-06-20  Kim F. Storm  <storm@cua.dk>
5073         * fns.c (Fsort): Doc fix.
5075 2005-06-20  Miles Bader  <miles@gnu.org>
5077         * xfaces.c (Qvertical_divider): New variable.
5078         (realize_basic_faces): Realize its face.
5079         (syms_of_xfaces): Initialize it.
5081         * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
5083         * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
5084         window-separator on ttys using `vertical-divider' face by default.
5086 2005-06-17  Richard M. Stallman  <rms@gnu.org>
5088         * xdisp.c (get_next_display_element):
5089         Reverse test of Vshow_nonbreak_escape.
5091         * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
5092         (Ftty_no_underline): New function.
5093         (syms_of_term): defsubr it.
5095         * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
5097         * dispnew.c (spec_glyph_lookup_face): New function.
5098         (build_frame_matrix_from_leaf_window): Use it.
5100         * dispextern.h (spec_glyph_lookup_face): Add declaration.
5102         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
5104 2005-06-12  Richard M. Stallman  <rms@gnu.org>
5106         * keyboard.c (read_char): After catching a longjmp,
5107         call restore_getcjmp.
5109 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
5111         * xselect.c (lisp_data_to_selection_data): Fix spelling.
5113 2005-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5115         * macterm.c (mac_compute_glyph_string_overhangs): Don't set
5116         overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
5117         [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
5118         events.
5119         (XTread_socket): Don't pass keyboard events with the option
5120         modifier to the system when Vmac_command_key_is_meta is nil or
5121         Vmac_option_modifier is non-nil.
5122         [USE_CARBON_EVENTS] (read_socket_inev): New variable.
5123         [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
5124         [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
5125         handler function.
5126         (install_window_handler) [USE_CARBON_EVENTS]: Install it.
5127         (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
5128         handler part to mac_handle_mouse_event.
5130 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5132         * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
5133         NEW-ALIAS and BASE-VARIABLE, respectively.
5135 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5137         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
5138         (get_phys_cursor_geometry, format_mode_line_unwind_data)
5139         (get_line_height_property, x_produce_glyphs): Remove unused vars.
5141         * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
5143 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
5145         * w32term.c (x_use_underline_position_properties): New variable.
5146         (x_draw_glyph_string): Remind in a comment to change doc string of
5147         x-use-underline-position-properties if/when underline positioning
5148         is implemented.
5149         (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
5150         and initialize it to nil.
5152 2005-06-12  Jason Rumney  <jasonr@gnu.org>
5154         * w32fns.c (NEWOPENFILENAME): New struct.
5155         (Fx_file_dialog): Use it to trick the system into giving us up to
5156         date dialogs on systems that are documented to support it.
5157         Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
5159 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
5161         * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
5162         MB_ABORTRETRYIGNORE.  Never return, even if DebugBreak does.
5164 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
5166         * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
5167         to CreateDIBSection to avoid a compiler warning.
5168         (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
5169         warning.
5170         (png_load): Cast return values of fn_png_create_read_struct and
5171         fn_png_create_info_struct, to avoid compiler warnings on W32.
5172         Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
5173         to avoid compiler warnings.
5174         (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
5175         compiler warning on W32.  Cast 3rd arg to IMAGE_BACKGROUND to
5176         avoid a compiler warning.
5177         (tiff_load): Cast return values of fn_TIFFOpen and
5178         fn_TIFFClientOpen to avoid compiler warning on W32.  Cast 3rd arg
5179         to IMAGE_BACKGROUND to avoid a compiler warning.
5180         (gif_load): Cast return values of fn_DGifOpenFileName and
5181         fn_DGifOpen to avoid compiler warnings on W32.  Cast 3rd arg to
5182         IMAGE_BACKGROUND to avoid a compiler warning.
5183         (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
5184         before redefining.
5186         * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
5187         the call to CreateDIBSection, to avoid a compiler warning.
5189 2005-06-11  Jason Rumney  <jasonr@gnu.org>
5191         * w32fns.c (Fx_file_dialog): Unblock input before falling back to
5192         minibuffer.
5193         * macfns.c (Fx_file_dialog): Likewise.
5195 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
5197         * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
5199 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
5201         * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
5202         * w32fns.c (syms_of_w32fns): Fix spellings.
5204 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
5206         * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
5207         `verbose'; print diagnostic messages only if it is non-zero.
5208         All callers changed to pass a zero value unless DEBUG_DUMP is defined
5209         in the environment.
5210         (copy_executable_and_dump_data): Print section names with %.8s.
5212 2005-06-10  Masatake YAMATO  <jet@gyve.org>
5214         * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
5215         when mouse_face is not given.
5217 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
5219         * window.c (Fselect_window): Adapt call to Fselect_frame.
5221         * lisp.h: Update EXFUN of Fselect_frame.
5223         * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
5225         * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
5226         no_enter.
5227         (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
5228         Adapt to above change.
5230 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
5232         * fns.c (Fmemq, Fmaphash): Doc fixes.
5234 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
5236         * xfaces.c (Fdisplay_supports_face_attributes_p):
5237         Fix typo in docstring.
5239 2005-06-08  Steven Tamm  <steventamm@mac.com>
5241         * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
5242         used by gcc4 on intel mac.
5244 2005-06-09  Kim F. Storm  <storm@cua.dk>
5246         * search.c (Fmatch_data): Add optional RESEAT arg.  Unchain markers
5247         in REUSE list if non-nil; free them if equal to evaporate.
5248         (Fset_match_data): Add optional RESEAT arg.  Unchain markers in LIST
5249         if non-nil; free them if equal to evaporate.  Use XCAR/XCDR.
5250         (restore_search_regs): Rename from restore_match_data.  Uses changed.
5251         (unwind_set_match_data): New function.
5252         (record_unwind_save_match_data): New function like save-match-data.
5254         * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
5255         (record_unwind_save_match_data): Add prototype.
5256         (restore_search_regs): Rename from restore_match_data.
5258         * composite.c (compose_chars_in_text):
5259         * eval.c (do_autoload):
5260         * macmenu.c (set_frame_menubar):
5261         * process.c (read_process_output, exec_sentinel):
5262         * xmenu.c (set_frame_menubar):
5263         * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
5264         * w32menu.c (set_frame_menubar):
5265         Use record_unwind_save_match_data.
5267 2005-06-08  Richard M. Stallman  <rms@gnu.org>
5269         * xdisp.c (get_next_display_element): Alter previous change:
5270         Distinguish Vshow_nonbreak_escape = t or not t.
5271         For t, use escape_glyph once again, as before previous change.
5272         Use space or hyphen for display, instead of the non-ASCII char.
5273         (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
5275         * process.c (Fstart_process): Don't touch command_channel_p slot.
5277         * process.h (struct process): Delete command_channel_p.
5279 2005-06-07  Masatake YAMATO  <jet@gyve.org>
5281         * xdisp.c (note_mode_line_or_margin_highlight):
5282         Check the overlapping of re-rendering area to avoid flickering.
5283         (note_mouse_highlight): Call clear_mouse_face if PART
5284         is not ON_MODE_LINE nor ON_HEADER_LINE.
5286 2005-06-07  Kim F. Storm  <storm@cua.dk>
5288         * process.c: Improve commentary for adaptive read buffering.
5290 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5292         * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
5293         if available.
5295 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5297         * macmenu.c (menu_quit_handler, install_menu_quit_handler):
5298         New functions for popping down menus on C-g.
5299         (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
5301         * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
5302         non-static.
5304         * config.in: Add HAVE_CANCELMENUTRACKING.
5306 2005-06-06  Eli Zaretskii  <eliz@gnu.org>
5308         * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
5310         * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
5312         * w32proc.c (RVA_TO_PTR): New macro.
5314         * w32heap.c (RVA_TO_PTR): No need to #undef now.
5316         * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
5317         Depend on w32heap.h.
5319 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
5321         * keyboard.c (command_loop_1): Update Vthis_original_command.
5323 2005-06-06  Richard M. Stallman  <rms@gnu.org>
5325         * xmenu.c (popup_get_selection): Undo previous change.
5327 2005-06-06  Juri Linkov  <juri@jurta.org>
5329         * xdisp.c (Qno_break_space): New variable.
5330         (syms_of_xdisp): Initialize it.
5331         (get_next_display_element): Add no-break space and soft hypen
5332         codes for iso8859-2 and iso8859-5.  Don't add `\' for them.
5333         Use `no-break-space' face for no-break spaces.
5335 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5337         * window.c (delete_window): Handle the case where a h/vchild has
5338         a h/vchild.
5340 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
5342         * w32.c (sys_setsockopt): Change arg 4 to `const void *'.  In the
5343         call to pfn_setsockopt, cast optval to `const char *'.
5345 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
5347         * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
5348         (open_unc_volume): Cast return value of map_w32_filename, to avoid
5349         compiler warnings.
5351         * s/ms-w32.h (fileno): Don't define if already defined.
5353         * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
5355         * makefile.w32-in (DOC): Define to point to the generated DOC-X.
5357 2005-06-04  Richard M. Stallman  <rms@gnu.org>
5359         * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
5361 2005-06-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5363         * macmenu.c (cleanup_popup_menu): New function.
5364         (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
5365         mac_menu_show Quit:s.
5366         (mac_menu_show): Quit on cancel if not popped up on click (i.e.
5367         a dialog).
5369 2005-06-04  Kim F. Storm  <storm@cua.dk>
5371         * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
5373         * callproc.c (Fcall_process): Don't use alloca to gradually
5374         increase size of buf, as it effectively uses twice the necessary
5375         space on the stack.  Instead, pre-allocate buf of full size, and
5376         gradually increase the read size.
5378         * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
5380         * eval.c (unbind_to): Preserve value of Vquit_flag.
5382         * xterm.c (handle_one_xevent): Also ignore mouse motion just
5383         before a button release event.
5385 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
5387         * xfaces.c (Finternal_lisp_face_equal_p): Really report
5388         on faces in a frame, if the argument FRAME is non-nil.
5389         Improve argument/docstring consistency.
5391 2005-06-02  Kim F. Storm  <storm@cua.dk>
5393         * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
5394         (x_consider_frame_title, Fformat_mode_line): Save offset into
5395         mode_line_noprop_buf rather than pointer, in case buffer is relocated.
5397 2005-06-01  Kim F. Storm  <storm@cua.dk>
5399         * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
5401 2005-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5403         * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
5404         resolution fields for scalable fonts to 0.
5406         * xfaces.c (build_scalable_font_name): Round pixel size to the
5407         nearest integer.
5409 2005-06-01  Kim F. Storm  <storm@cua.dk>
5411         * xdisp.c (display_mode_line): Support nested calls to redisplay
5412         and format-mode-line.  Set mode_line_target to MODE_LINE_DISPLAY.
5414 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5416         * fileio.c (Finsert_file_contents):
5417         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
5419 2005-05-31  Kim F. Storm  <storm@cua.dk>
5421         * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
5422         (mode_line_noprop_ptr): Rename from frame_title_*.
5423         (store_mode_line_noprop_char): Rename from store_frame_title_char.
5424         (store_mode_line_noprop): Rename from store_frame_title.
5425         (mode_line_target): New enum to specify current output target
5426         for mode line formatting.
5427         (display_mode_element): Test it rather than frame_title_ptr and
5428         mode_line_string_list to determine where output should go.
5429         (mode_line_proptrans_alist, mode_line_string_alist): Make static.
5430         (Vmode_line_unwind_vector): New variable.
5431         (format_mode_line_unwind_data, unwind_format_mode_line):
5432         New functions for unwind protection in mode line formatting.
5433         (x_consider_frame_title): Use them and new local var 'title_start'
5434         to support nested calls to format-mode-line and redisplay.
5435         Set mode_line_target to MODE_LINE_TITLE.
5436         (Fformat_mode_line): Use them and new local var 'string_start' to
5437         support nested calls to format-mode-line and redisplay.
5438         Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
5439         Don't trim trailing dashes.
5440         (decode_mode_spec): Don't make infinite number of trailing dashes
5441         for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
5442         (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
5443         mode_line_string_face_prop, and Vmode_line_unwind_vector.
5444         (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
5445         Initialize mode_line_target to MODE_LINE_DISPLAY.
5447 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5449         * buffer.c (Fbuffer_local_value): Call indirect_variable.
5451 2005-05-28  Masatake YAMATO  <jet@gyve.org>
5453         * xdisp.c (note_mode_line_or_margin_highlight): Change the
5454         pointer to a hand cursor when hoovering over a mouse-face.
5456 2005-05-27  Kenichi Handa  <handa@m17n.org>
5458         * xterm.c (x_encode_char): Call check_ccl_update in advance.
5460         * ccl.c: Now an element of Vccl_program_table is a vector of
5461         length 4, not 3.
5462         (ccl_get_compiled_code): New arg idx.  Caller changed.
5463         Adjust for the change of Vccl_program_table.
5464         (setup_ccl_program): Adjust for the change of Vccl_program_table.
5465         (check_ccl_update): New function.
5466         (Fregister_ccl_program): Use ASET to set an element of a vector.
5467         Adjusted for the change of Vccl_program_table.
5469         * ccl.h (struct ccl_program): New member idx.
5470         (check_ccl_update): Extern it.
5472 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
5474         * image.c (Vimage_library_alist): Move from image.el.
5475         (syms_of_image): Defvar it.
5476         (lookup_image_type): Use it.
5478         * buffer.c (Fbuffer_local_value): Make argument name match its use
5479         in docstring.
5481 2005-05-26  Juanma Barranquero  <lekktu@gmail.com>
5483         * keyboard.c (Frecursive_edit): Fix typo in docstring.
5484         (Fposn_at_x_y): Make argument name match its use in docstring.
5486 2005-05-26  Lute Kamstra  <lute@gnu.org>
5488         * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
5490 2005-05-24  Masatake YAMATO  <jet@gyve.org>
5492         * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
5493         as loop sentinels.
5495 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
5497         * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
5498         select frame title ("Question"/"Information").
5499         (xdialog_show): Use it.
5501         * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
5503         * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
5505         * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
5506         a third argument (Qnil).
5508         * lisp.h: x-popup-dialog can have three arguments.
5510         * editfns.c (Fmessage_box): Use "Information" for frame title.
5512 2005-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
5514         * termcap.c [VMS]: Include <starlet.h>.
5516 2005-05-23  Masatake YAMATO  <jet@gyve.org>
5518         * xdisp.c (note_mode_line_or_margin_highlight): Add code
5519         for mouse-face.  Change the type of the first argument from `window'
5520         to `Lisp_Object'.
5521         (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
5522         window instead of w.
5524 2005-05-22  Andreas Schwab  <schwab@suse.de>
5526         * process.c (send_process): Move misplaced volatile.
5528 2005-05-21  Richard M. Stallman  <rms@gnu.org>
5530         * xdisp.c (display_mode_element): If we're processing a list and
5531         padding is specified, put it after the last element.
5533 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5535         * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
5536         "superroot" on DOS_NT systems.
5538 2005-05-21  David Hunter  <hunterd42@comcast.net>  (tiny change)
5540         * process.c (send_process): Restore the SIGPIPE handler if we
5541         catch a SIGPIPE.
5543 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
5545         * image.c (lookup_image, png_read_from_memory): Remove hacks (and
5546         misleading comments).
5547         (DEF_IMGLIB_FN): Use C calling convention for image libraries.
5549 2005-05-20  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
5551         * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
5552         Correct the right value.
5554 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
5556         * keyboard.c (syms_of_keyboard): Remove Lisp variables
5557         post-command-idle-hook and post-command-idle-delay.
5558         (command_loop_1): Don't try to execute post-command-idle-hook.
5560 2005-05-16  Kim F. Storm  <storm@cua.dk>
5562         * xdisp.c (handle_display_prop): Handle empty replacement.
5563         (handle_single_display_spec): Return -1 for empty replacement.
5565         * keyboard.c (adjust_point_for_property): Skip empty overlay string.
5567         * .gdbinit (pitx): Print more info about iterator.
5569 2005-05-16  Andreas Schwab  <schwab@suse.de>
5571         * unexmacosx.c (unexec_realloc): Move declarations before statements.
5573 2005-05-14  Richard M. Stallman  <rms@gnu.org>
5575         * xdisp.c (message3): Call cancel_echoing.
5577         * alloc.c (Fmemory_full_p): New function.
5578         (syms_of_alloc): defsubr it.
5580         * process.c (send_process_trap): Unblock SIGPIPE.
5581         (send_process): Reset SIGPIPE handler before reporting error.
5583 2005-05-14  Nick Roberts  <nickrob@snap.net.nz>
5585         * emacs.c (syms_of_emacs): Fix doc string for system-type.
5587 2005-05-13  Richard M. Stallman  <rms@gnu.org>
5589         * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
5590         (Finsert_file_contents): If we read 0 bytes from a special file,
5591         unlock the visited file if we locked it.
5592         (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
5593         (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
5595 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5597         * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
5599         * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
5600         Regard toolkit scroll bar thumb drag events as squeezable and prevent
5601         redisplay from being paused by them.
5603         * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
5604         [!MAC_OSX] (target_ticks): Remove variable.
5605         [!MAC_OSX] (check_alarm, pause, index): Remove functions.
5606         [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
5607         [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
5608         event occurs before timeout, behave as if the function were interrupted.
5609         [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
5610         handling using Time Manager routines.
5611         [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
5612         New variables.
5613         [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
5614         (setitimer): New functions.
5616         * macfns.c, macmenu.c: Don't include signal.h.
5618         * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
5619         Rename from get_control_part_bound.  All callers changed.
5620         (x_scroll_bar_clear): New function.
5621         (x_clear_frame): Use it.
5622         (XTset_vertical_scroll_bar): Don't call Draw1Control.
5623         (x_scroll_bar_handle_click): Change type of second argument from
5624         int to ControlPartCode.
5625         (check_alarm): Remove declaration.
5626         (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
5627         (XTread_socket): Use ControlPartCode instead of SInt16.
5629 2005-05-13  Nozomu Ando  <nand@mac.com>
5631         * unexmacosx.c: Include assert.h.
5632         (MACOSX_MALLOC_MULT16): New define.
5633         [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
5634         ptr is in unexec regions by checking it is multiple of 16.
5635         (unexec_malloc_header_t): New typedef.
5636         (unexec_malloc, unexec_realloc, unexec_free): Store and use
5637         allocated size information in unexec_malloc_header.
5639 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5641         * xterm.c (noinclude): Add #undef.
5643         * image.c, xfns.c, xmenu.c: Don't include signal.h.
5645 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
5647         * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
5648         (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
5649         Doc fixes.
5651         * dired.c (Ffile_name_completion): Make argument name
5652         match its use in docstring.
5654 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
5656         * eval.c (Fdefvaralias): Remove any pre-existing
5657         variable-documentation property of the alias.
5659 2005-05-07  Thien-Thi Nguyen  <ttn@gnu.org>
5661         * xfns.c (start_hourglass): Do nothing when running on a tty.
5663 2005-05-07  Juanma Barranquero  <lekktu@gmail.com>
5665         * fns.c (Fchar_table_range): Fix typos in docstring.
5667 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5669         * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
5671 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
5673         * lread.c (Flocate_file_internal): Doc fix.
5675         * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
5677 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5679         * macselect.c (x_own_selection): Accept Lisp string as result of
5680         selection converter function.
5681         (x_clear_frame_selections): Don't call x-lost-selection-functions
5682         if Emacs is not owner of the selection.
5683         (Vmac_services_selection): Put variable and initialization in
5684         #ifdef MAC_OSX.
5685         (syms_of_macselect) [MAC_OSX]: Set default value of
5686         Vmac_services_selection to PRIMARY.
5688         * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
5689         (mac_handle_tool_bar_click): Remove unused function and declaration.
5690         [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
5691         (install_scroll_bar_timer, set_scroll_bar_timer)
5692         (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
5693         (get_control_part_bound, x_scroll_bar_handle_press)
5694         (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
5695         (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
5696         [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
5697         (scroll_bar_timer_event_posted_p): New variables.
5698         [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
5699         (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
5700         (x_scroll_bar_create): Set control reference with NewControl.
5701         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
5702         Initialize track_top and track_height to nil.
5703         (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
5704         Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
5705         (XTset_vertical_scroll_bar): Don't make space between scroll bar
5706         and associated window.
5707         (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
5708         from window config.
5709         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
5710         Set track_top and track_height to nil when scroll bar size is changed.
5711         Recalculate them if they are nil.
5712         (XTread_socket) [MAC_OSX]: Use control kind to determine if the
5713         clicked control is a scroll bar.
5714         (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
5715         event handler functions.  Don't add modifiers to scroll bar click
5716         events.  Call scroll bar release handler when window is deactivated.
5717         (mac_initialize): Remove unused code for X toolkit.
5718         (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
5719         Initialize Vx_toolkit_scroll_bars to nil.
5721         * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
5722         New members track_top and track_height.
5724         * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
5725         init_process when including sys/select.h.
5727 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5729         * eval.c (Fdefvaralias): Doc fix.
5731         * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
5733 2005-05-05  Kim F. Storm  <storm@cua.dk>
5735         * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
5736         default value.
5737         (syms_of_buffer): Add default-cursor-in-non-selected-windows.
5738         Fix type of cursor-in-non-selected-windows.
5740 2005-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5742         * mac.c: #undef init_process so not to conflict with system headers.
5744 2005-05-02  Richard M. Stallman  <rms@gnu.org>
5746         * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
5748         * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
5750         * xdisp.c (Vcursor_in_non_selected_windows)
5751         (Qcursor_in_non_selected_windows): Vars deleted.
5752         (syms_of_xdisp): Don't initialize them.
5753         (get_window_cursor_type): Use cursor_in_non_selected_windows
5754         buffer slot.
5756 2005-05-02  Kim F. Storm  <storm@cua.dk>
5758         * macros.c (executing_kbd_macro_index): Rename from
5759         executing_macro_index.  All uses changed.
5760         (executing_kbd_macro_iterations): Rename from
5761         executing_macro_iterations.  All uses changed.
5762         (executing_kbd_macro): Rename from executing_macro.
5763         All uses changed.
5764         (syms_of_macros): Rename Lisp var executing-macro-index to
5765         executing-kbd-macro-index.
5767         * xdisp.c (move_it_in_display_line_to): Fix last change.
5769 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5771         * xmenu.c (Fx_popup_menu): Doc fix.
5773         * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
5775 2005-05-02  Jason Rumney  <jasonr@gnu.org>
5777         * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
5779 2005-05-02  Nozomu Ando  <nand@mac.com>
5781         * sysselect.h: Fix typo.
5783 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
5785         * charset.c (Fchars_in_region): Remove as obsolete.
5787 2005-05-01  Kim F. Storm  <storm@cua.dk>
5789         * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
5790         TO_CHARPOS.  This may happen if last glyphs was an image or stretch
5791         glyph.
5793 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5795         * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
5797 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5799         * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
5800         If user cancels the menu, quit unless FOR_CLICK.
5802         * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
5803         All uses changed.
5804         (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
5805         * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
5806         * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
5807         * commands.h (Vexecuting_kbd_macro): Likewise.
5809 2005-05-01  Thien-Thi Nguyen  <ttn@gnu.org>
5811         * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
5813 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5815         * fileio.c (Ffind_file_name_handler): Handle the `operations'
5816         property of the file name handler.
5817         (Qoperations): New variable.
5818         (syms_of_fileio): Initialize and staticpro it.
5820         * xdisp.c (set_message_1): Delete xassert.
5822 2005-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5824         * mac.c: Don't include time.h.  Include sysselect.h after systime.h.
5826         * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
5828         * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
5829         before/after including Carbon.h if there is a working mktime.
5831 2005-04-28  Kim F. Storm  <storm@cua.dk>
5833         * xfaces.c (resolve_face_name): Add arg SIGNAL_P.  Calls changed.
5834         Fix cyclic alias check.  If alias loop is detected, signal
5835         circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
5837 2005-04-28  Lute Kamstra  <lute@gnu.org>
5839         * eval.c (do_autoload): Record only autoloads in the autoload
5840         property of symbols.
5842 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
5844         * emacs.c (USAGE1): Add --basic-display and --quick options.
5846 2005-04-27  Kim F. Storm  <storm@cua.dk>
5848         * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
5850 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5852         * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
5853         (syms_of_window): Doc fixes.
5855         * indent.c (Fvertical_motion): Undo previous change.
5857 2005-04-26  Kenichi Handa  <handa@m17n.org>
5859         * fns.c (char_table_range): New function.
5860         (Fchar_table_range): Signal an error if characters in the range
5861         have inconsistent values.  Don't check the parent.
5863 2005-04-25  Kenichi Handa  <handa@m17n.org>
5865         * fontset.c (fontset_set): Fix previous change.
5867 2005-04-24  Richard M. Stallman  <rms@gnu.org>
5869         * indent.c (Fvertical_motion): Bind fontification-functions to nil.
5871 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5873         * regex.c (re_search_2, re_match_2_internal): Convert second arg
5874         of RE_TRANSLATE to int, to shut up GCC warnings.
5876         * fileio.c (Fcopy_file): Doc fix.
5877         [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
5878         not needed.
5880 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5882         * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
5883         (SOME_MACHINE_OBJECTS): Likewise.
5884         (mac.o): Depend on ccl.h.
5885         (macselect.o): New target.
5887         * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
5888         Call syms_of_macselect.
5890         * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
5892         * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
5893         (QCLIPBOARD): Remove variable.
5894         (syms_of_mac): Don't initialize it.
5895         (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
5896         Remove functions.
5897         (syms_of_mac): Don't defsubr them.
5898         [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
5899         (QHFS_plus_D, QHFS_plus_C): New variables.
5900         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
5901         [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
5902         (cfstring_create_normalized): New functions.
5903         [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
5904         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
5906         * macterm.c (handling_window_update, terminate_flag):
5907         Remove variables.
5908         (do_window_update, do_ae_quit_application, XTread_socket):
5909         Don't use them.
5910         (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
5911         [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
5912         (init_service_handler): Move to macselect.c.  Remove declarations.
5913         [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
5914         (Qapplication, Qabout): New variables.
5915         (syms_of_mac): Initialize them.
5916         [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
5917         (Qperform): New variables.
5918         (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
5919         (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
5920         (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
5921         (mac_store_application_menu_event, init_menu_bar): New functions.
5922         [USE_CARBON_EVENTS] (mac_handle_command_event)
5923         (init_command_handler): New functions.
5924         (mac_handle_window_event): Return noErr on window update event.
5925         (do_ae_quit_application): Call mac_store_application_menu_event.
5926         (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
5927         and init_menu_bar.
5929         * macterm.h (x_clear_frame_selections): Add extern.
5931         * macselect.c: New file for selection processing on Mac OS.
5933 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5935         * fileio.c (Fcopy_file): New arg MUSTBENEW.
5936         (Frename_file): Pass new arg to Fcopy_file.
5938         * window.c (window_size_fixed): Variable deleted.
5939         (syms_of_window): Initialize window-size-fixed to nil.
5940         But don't DEFVAR window_size_fixed.
5942 2005-04-23  Andreas Schwab  <schwab@suse.de>
5944         * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
5945         (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
5946         use lib64 instead of lib.
5947         (_LP64) [_ARCH_PPC64]: Define if not defined.
5949 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
5951         * s/ms-w32.h (HAVE_PWD_H): Define.
5953 2005-04-22  Kenichi Handa  <handa@m17n.org>
5955         * fns.c (copy_sub_char_table): Explicitly copy the default value
5956         of the sub-chartable.
5958         * fontset.c (fontset_set): When a sub-chartable is created,
5959         explicitly sets the defalt value.
5961 2005-04-22  Kim F. Storm  <storm@cua.dk>
5963         * fns.c (Fplist_get): Replace by Fsafe_plist_get.
5964         (Fsafe_plist_get): Rename to Fplist_get.
5965         (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
5966         (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
5968         * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
5970         * xdisp.c (store_mode_line_string, produce_stretch_glyph)
5971         (note_mode_line_or_margin_highlight, note_mouse_highlight):
5972         Use Fplist_get instead of Fsafe_plist_get.
5974         * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
5976 2005-04-21  Miles Bader  <miles@gnu.org>
5978         * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
5980 2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
5982         * sysdep.c: Remove reference to defunct vms-pwd.h.
5983         * dired.c: Likewise.  Also, for pwd.h, use HAVE_PWD_H, not !VMS.
5984         * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
5986         * config.in: Regenerate.
5988 2005-04-20  Kenichi Handa  <handa@m17n.org>
5990         * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
5991         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
5992         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
5994         * alloc.c (make_sub_char_table): Argument changed to initial
5995         value of the slots.
5997         * data.c (Faref): Handle special slots used as default values of
5998         ascii, eight-bit-control, eight-bit-control.  Don't ignore a
5999         default value set for a group of characters.
6000         (Faset): Signal an error if IDXVAL is not a valid character code.
6001         Make a sub-chartable with correct initial value.
6003         * fns.c (Fset_char_table_range): Don't set slots used as default
6004         values for ascii, eight-bit-control, eight-bit-graphic.
6005         Don't call Faref with charset-id.
6006         (Fset_char_table_default): Document how to treat normal character
6007         argument.  Handle special slots used as default values of ascii,
6008         eight-bit-control, eight-bit-control.  Make a sub chartable if
6009         necessary.
6011 2005-04-20  Kenichi Handa  <handa@m17n.org>
6013         * search.c (boyer_moore): Fix previous change.
6015 2005-04-19  Kim F. Storm  <storm@cua.dk>
6017         * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
6018         face unless last visible char and first invisible char have the
6019         same face.  Also use default face if saved_face_id is undefined.
6021 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6023         * macgui.h (MacFontStruct): Remove member `fontname'.  Add member
6024         `full_name'.
6025         [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
6026         mac_scriptcode member.
6028         * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
6029         (syms_of_mac): Don't initialize them.
6030         (Vmac_charset_info_alist): New variable.
6031         (syms_of_mac): Defvar it.
6032         (create_text_encoding_info_alist): New function.
6033         (decode_mac_font_name, mac_to_x_fontname)
6034         (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
6035         code the correspondence among XLFD charsets, Mac script codes, and
6036         Emacs coding systems.  Use Vmac_charset_info_alist and result of
6037         create_text_encoding_info_alist instead.
6038         (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
6039         routines also on Mac OS Classic.
6040         (init_font_name_table) [!TARGET_API_MAC_CARBON]:
6041         Use add_font_name_table_entry.
6042         (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
6043         specified.  Derive unspecified scalable fields from specified one.
6044         (x_list_fonts): Consider Valternate_fontname_alist.
6045         (kDefaultFontSize): Change value from 9 to 12.
6046         (XLoadQueryFont): Get decoded font family, font face, and charset
6047         from x_font_name_to_mac_font_name.  Set full name of loaded font.
6048         (mac_unload_font): Free `full_name' member.
6049         (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
6050         NULL.  Copy full_name member of struct MacFontStruct to that of
6051         struct font_info.
6053 2005-04-19  Kim F. Storm  <storm@cua.dk>
6055         * xdisp.c (handle_stop): Set saved_face_id to current face if
6056         selective_display_ellipsis_p so ellipsis will be shown in same
6057         face as preceding text.
6058         (setup_for_ellipsis): Don't set saved_face_id here.
6059         (next_element_from_display_vector): Default to saved_face_id.
6061         * fns.c (Fsafe_get): New function.
6062         (syms_of_fns): Defsubr it.
6064         * lisp.h (Fsafe_get): EXFUN it.
6066         * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
6067         loops in case of bad face property lists.  Limit number of face
6068         alias lookups to 10 (in case of face alias loops).
6070 2005-04-18  Kim F. Storm  <storm@cua.dk>
6072         * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
6073         It replaces the corresponding member from struct window, as a
6074         window may now show multiple overlay arrows.
6075         Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
6077         * dispnew.c (row_equal_p, update_window_line, scrolling_window):
6078         Compare overlay_arrow_bitmap than overlay_arrow_p members.
6080         * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
6081         rather than from window.
6082         (update_window_fringes): Compare overlay_arrow_bitmap rather than
6083         overlay_arrow_p members.
6084         (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
6085         if not default.
6087         * window.h (struct window): Remove member overlay_arrow_bitmap.
6089         * window.c (make_window): Don't initialize overlay_arrow_bitmap.
6091         * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
6092         Calls changed.  Don't check for overlay-arrow-bitmap property here.
6093         (overlay_arrow_at_row): Remove PBITMAP arg.  Instead, if left
6094         fringe is present, return Lisp integer for bitmap (or -1 for default).
6095         Fix value of overlay-arrow-bitmap property to be a symbol, use
6096         lookup_fringe_bitmap to parse it.
6097         (display_line): Change call to overlay_arrow_at_row.  Store integer
6098         return value as overlay bitmap in row rather than window.
6099         Only show overlay arrow if row displays text, or if no other overlay
6100         arrow is seen in window (if overlay marker is at point-max).
6102 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
6104         * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
6106 2005-04-18  Lute Kamstra  <lute@gnu.org>
6108         * lread.c (Vloads_in_progress): Static.
6109         * fns.c (Vloads_in_progress): Remove extern.
6110         (load_in_progress): Add extern.
6111         (Frequire): Use load_in_progress instead of Vloads_in_progress.
6113 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
6115         * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
6117 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6119         * macterm.c (XTread_socket): Don't beep on keyboard input even if
6120         no frame is visible.
6122 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
6124         * term.c (struct keys): Add support for shifted keys.
6126 2005-04-16  Richard M. Stallman  <rms@gnu.org>
6128         * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
6129         (set_message): Call with_echo_area_buffer with WHICH = 0.
6130         (set_message_1): Erase the echo area buffer first thing.
6131         (echo_area_display): Don't clear echo_message_buffer.
6133 2005-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6135         * Makefile.in (mac.o): Depend on charset.h and coding.h.
6137         * mac.c: Include charset.h and coding.h.
6138         [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
6139         [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
6140         [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
6142         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
6144         * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
6146         * macterm.c (x_autoselect_window_p): Remove variable.
6147         (last_window): New variable.
6148         (XTreassert_line_highlight, x_change_line_highlight):
6149         Remove declarations.
6150         (mac_focus_changed, x_detect_focus_change): New functions and
6151         declarations.
6152         (XTextExtents16, front_emacs_window): Remove function.
6153         (mac_focus_frame): New function.
6154         (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
6155         (mac_check_for_quit_char): Use it instead of front_emacs_window.
6156         (x_scroll_bar_report_motion): Obtain window from control owner.
6157         (x_make_frame_invisible): Set window manager size hint.
6158         (do_mouse_moved): Remove function.
6159         (XTread_socket): Move its contents here.  Generate select-window
6160         event on mouse movement if needed.  Use x_detect_focus_change on
6161         activate/deactivate events.  Don't deiconify frame or invalidate
6162         window rectangle when dnd items are dropped.
6163         Don't activate/deactivate root control.
6164         (frame_highlight, frame_unhighlight): Activate/deactivate root
6165         control here.
6166         (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
6168         * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
6169         New extern.
6171 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
6173         * Makefile.in: Define new macro TOOLTIP_SUPPORT.
6174         (lisp): Use it.
6175         (SOME_MACHINE_LISP): Add tooltip.
6177 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6179         * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
6180         Don't include TextEncodingConverter.h.
6181         (mac_system_script_code, Vmac_system_locale): New variables.
6182         (syms_of_mac): Defvar them.
6183         (mac_get_system_locale): New function.
6185         * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
6186         Use ENCODE_SYSTEM to encode title bar string.
6187         (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
6188         (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
6189         Use CFStringGetSystemEncoding to get system default string encoding.
6191         * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
6192         TextEncodingConverter.h.
6194 2005-04-13  Steven Tamm  <steventamm@mac.com>
6196         * macterm.c (syms_of_macterm): Remove redundant definition of
6197         mac-pass-control-to-system.
6199 2005-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6201         * window.c (Fset_window_configuration): Be careful when you choose
6202         among several possible points for the new_current_buffer.
6204 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6206         * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
6207         poll_for_input_1.  Set interrupt_input_pending to 1 instead.
6208         (Qlanguage_change) [MAC_OS]: New variable.
6209         (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
6210         (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
6212         * macterm.c (mac_keyboard_text_encoding)
6213         (current_mac_keyboard_text_encoding): Remove variables.
6214         (XTread_socket): Store language-change event if keyboard script change
6215         is detected.  Don't convert input to `mac_keyboard_text_encoding'.
6216         (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
6218         * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
6220 2005-04-10  Richard M. Stallman  <rms@gnu.org>
6222         * emacs.c (standard_args): Rename --bare-bones to --quick.
6223         Add -D aka --basic-display.
6225         * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
6227 2005-04-09  Richard M. Stallman  <rms@gnu.org>
6229         * keymap.c (where_is_internal): Convert a string used as event type
6230         into "(any string)".
6232         * lread.c (Vloads_in_progress): Not static.
6233         * fns.c (Vloads_in_progress): Add extern.
6234         (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
6236 2005-04-09  Thien-Thi Nguyen  <ttn@surf.glug.org>
6238         * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
6240 2005-04-09  Lute Kamstra  <lute@gnu.org>
6242         * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
6243         within the accessible part of the buffer.
6245 2005-04-09  Kim F. Storm  <storm@cua.dk>
6247         * lread.c (readevalloop): Add args START and END as region in
6248         current buffer to read.  Callers changed.
6249         When specified, narrow to this region only when reading,
6250         not during eval.  Track next point to read from during eval.
6251         Also restore point to "real" buffer position before eval.
6252         (Feval_region): Don't save excursion and restriction here, and
6253         don't narrow to region.  Just pass region to readevalloop.
6254         Note: Point is now preserved even when PRINTFLAG is nil.
6256 2005-04-08  Kim F. Storm  <storm@cua.dk>
6258         * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
6260 2005-04-06  Kim F. Storm  <storm@cua.dk>
6262         * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
6264 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6266         * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
6267         (Fmac_get_preference): Doc fix.
6269         * macfns.c (Fx_create_frame, x_create_tip_frame):
6270         Add "fontset-mac" to fallback font/fontsets.
6272 2005-04-04  Kim F. Storm  <storm@cua.dk>
6274         * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
6276         * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
6277         Call it again after autoload.
6279 2005-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6281         * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
6282         mallopt.
6284         * ralloc.c (r_alloc_init): Ditto.
6286 2005-04-01  Kenichi Handa  <handa@m17n.org>
6288         * lisp.h (Vascii_upcase_table, Vascii_canon_table)
6289         (Vascii_eqv_table): Extern them.
6291         * casetab.c (set_case_table): If standard is nonzero, setup
6292         Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
6294         * search.c (looking_at_1): Use current_buffer->case_canon_table,
6295         not DOWNCASE_TABLE.
6296         (string_match_1): Likewise.
6297         (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
6298         Vascii_downcase_table.
6299         (fast_string_match_ignore_case): Likewise.
6300         (search_buffer): Fix checking of boyer-moore usability.
6301         (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
6302         No need of tranlating characters in PAT.  Fix calculation of
6303         simple_translate.
6305 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6307         * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
6308         (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
6309         Use XtNtopShadowPixel and XtNbottomShadowPixel.
6310         (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
6311         really work and that breaks with some versions of Xaw3d.
6313 2005-03-31  Kenichi Handa  <handa@m17n.org>
6315         * coding.c (syms_of_coding): Fix previous change.
6317 2005-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6319         * fileio.c (search_embedded_absfilename): Fix last change.
6321 2005-03-25  Kenichi Handa  <handa@m17n.org>
6323         * coding.c (syms_of_coding): Suggest to use set-coding-category in
6324         the docstring of coding-category-list.
6326 2005-03-31  Kim F. Storm  <storm@cua.dk>
6328         * keyboard.c (Qmouse_fixup_help_message): New var.
6329         (syms_of_keyboard): Intern and staticpro it.
6330         (show_help_echo): Apply mouse-fixup-help-message to help string.
6332 2005-03-30  Kim F. Storm  <storm@cua.dk>
6334         * xdisp.c (display_line): Allow multiple overlay arrows in window.
6336 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6338         * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
6339         (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
6340         (Ffile_name_absolute_p): Use it.
6341         (search_embedded_absfilename): New fun, extracted from
6342         Fsubstitute_in_file_name.  Use file_name_absolute_p.
6343         Free the pw data after use.
6344         (Fsubstitute_in_file_name): Use it.
6345         After cutting a prefix, re-check file-name-handler.
6347 2005-03-26  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6349         * w32term.h (x_output): Add focus_state.
6351         * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
6352         (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
6354 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6356         * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
6357         Use Fexit_minibuffer.
6358         (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
6360 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6362         * dired.c (Ffile_attributes): Add a missing gcpro.
6364         * alloc.c (make_number): The arg can be bigger than `int'.
6365         * lisp.h (make_number): Make prototype more precise.
6367         * process.c, dired.c (Vfile_name_coding_system)
6368         (Vdefault_file_name_coding_system):
6369         * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
6370         (Vdefault_file_name_coding_system): Remove unused declarations.
6372 2005-03-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6374         * xmenu.c (create_and_show_popup_menu): Just remove menu and return
6375         if it failed to pop up (Gnome "show pointer on ctrl" option makes
6376         menus fail to pop up).
6378 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6380         * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
6381         Just prepend a backslash without replacing the NBSP by an SPC.
6383 2005-03-22  Kim F. Storm  <storm@cua.dk>
6385         * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
6386         * dispextern.h (lookup_derived_face): Fix prototype.
6387         * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
6389         * xdisp.c (handle_single_display_spec): Derive left-fringe and
6390         right-fringe face from fringe face.
6392         * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
6393         Derive face from fringe face.
6395 2005-03-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6397         * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
6399 2005-03-22  David Kastrup  <dak@gnu.org>
6401         * textprop.c (Fnext_char_property_change)
6402         (Fprevious_char_property_change): Allow marker as limit.
6403         (Fnext_single_char_property_change)
6404         (Fprevious_single_char_property_change): Check that limit is a
6405         number in strings.
6406         (Fnext_single_char_property_change): Coerce position to integer.
6407         (Fprevious_single_char_property_change): Same here.
6409 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
6411         * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
6413 2005-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6415         * frame.c (Fignore_event): Remove.
6416         (syms_of_frame): Don't defsubr it.
6418         * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
6419         redundant `ignore-event'.
6421 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
6423         * unexec.c (write_segment, unexec): Move these functions to avoid
6424         forward references (which cause errors with "gcc -gcoff").
6426 2005-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6428         * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
6429         that it doesn't become "tooltip".  The specbind is enough.
6431         * xrdb.c (x_load_resources): Use different char *helv when I18N
6432         is present.
6434 2005-03-17  Kenichi Handa  <handa@m17n.org>
6436         * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
6438 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6440         * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
6441         Use xic_create_fontsetname even for non-Motif menus.
6442         Don't forget to free the fontsetname.
6444         * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
6446 2005-03-17  Richard M. Stallman  <rms@gnu.org>
6448         * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
6450         * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
6451         (Fmake_symbolic_link): Use G to read the new file name.
6453         * callint.c (Finteractive): Document G option.
6454         (Fcall_interactively): Implement G option.
6456         * buffer.c (buffer_lisp_local_variables): New function,
6457         broken out from Fbuffer_local_variables.
6458         (clone_per_buffer_values): Use buffer_lisp_local_variables.
6460 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6462         * xfns.c (xic_create_fontsetname): Add `motif' argument.
6463         Always return a freshly allocated string.
6464         (xic_create_xfontset): Adjust call.
6466         * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
6467         Use xic_create_fontsetname to create a fontset so utf-8 locales work.
6468         (dump_realized_face): Fix warning.
6470         * emacs.c (Fkill_emacs): YAILOM.
6472         * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
6474 2005-03-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6476         * mac.c (HASHKEY_TERMINAL): Remove.
6477         (HASHKEY_MAX_NID): New macro.
6478         (xrm_q_get_resource_1): Rename from xrm_q_get_resource.  Add extra
6479         argument.
6480         (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
6481         (xrm_create_database, xrm_q_put_resource)
6482         (xrm_merge_string_database, xrm_q_get_resource_1)
6483         (xrm_q_get_resource): Change resource database representation so
6484         that it may not use multiple hash tables for a single database.
6485         [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
6487 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6489         * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
6491         * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
6492         locale-coding-system, as was already done for WINDOWSNT.
6494         * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
6495         translation for chars in the 0-255 range.
6497 2005-03-16  Lute Kamstra  <lute@gnu.org>
6499         * floatfns.c (Ffloor): Doc fix.
6501 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6503         * mac.c: Include macterm.h instead of directly including Carbon.h.
6504         [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
6505         (Qarray, Qdictionary): New variables.
6506         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
6507         [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
6508         [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
6509         [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
6510         in callback for CFDictionaryApplyFunction.
6511         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
6512         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
6513         (cfobject_desc_to_lisp, cfdictionary_add_to_list)
6514         (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
6515         [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
6516         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
6517         (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
6518         (skip_white_space, parse_comment, parse_include_file)
6519         (parse_binding, parse_component, parse_resource_name, parse_value)
6520         (parse_resource_line, xrm_create_database, xrm_q_put_resource)
6521         (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
6522         (xrm_cfproperty_list_to_value, xrm_get_preference_database):
6523         New functions.
6525         * macfns.c (mac_get_rdb_resource): Remove function.
6526         (x_get_string_resource): Use xrm_get_resource.
6528         * macgui.h (XrmDatabase): Typedef to Lisp_Object.
6530         * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
6531         name_list_element.
6532         (mac_make_rdb): Create resource database from preferences and
6533         argument string.
6534         (mac_term_init): Save resource database to cddr part of
6535         name_list_element.
6537         * macterm.h (xrm_merge_string_database, xrm_get_resource)
6538         (xrm_get_preference_database): Add externs.
6539         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
6540         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
6541         (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
6543         * process.c (init_process): Change `#ifdef DARWIN' to `#if
6544         defined (DARWIN) || defined (MAC_OSX)'
6546         * s/darwin.h (DARWIN): Don't define.
6548 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6550         * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
6551         Remove unused variables.
6552         (syms_of_macfns): Don't initialize them.  Likewise for
6553         Qface_set_after_frame_default.  Defvar and initialize
6554         Vx_window_horizontal_drag_shape.
6555         (x_set_mouse_color): Change mouse pointer shape.
6556         (mac_window) [!MAC_OSX]: Create root control.
6557         (Fx_create_frame): Remove initializations of mouse pointer shapes.
6558         (hourglass_started): New function (from xfns.c).
6559         (start_hourglass, cancel_hourglass): Put function body in #ifdef
6560         MAC_OSX.
6561         (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
6562         indicator for each non-tooltip frame if needed, and show it.
6563         (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
6565         * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
6566         Controls.h.  Use ThemeCursor instead of CursHandle.
6568         * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
6569         Remove functions and declarations.
6570         (mac_set_colors): Take argument for saving background color.
6571         All callers changed.
6572         (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
6573         (mac_draw_rectangle, mac_draw_string_common): Save and Restore
6574         background color.
6575         (x_update_end, mac_do_track_drag): Don't reset background color.
6576         (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
6577         Use SetThemeCursor.
6578         (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
6579         indicator control to the upper-right corner of the window.
6580         (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
6581         (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
6582         (do_window_update): Update controls after updating content area.
6583         (mac_handle_window_event): Remove unused extern.
6584         (XTread_socket): Check both control handle and control part code
6585         to determine whether a scroll bar is clicked.  Activate/deactivate
6586         root control instead of contained scroll bar controls.
6587         (make_mac_terminal_frame): Use ThemeCursor constants.
6589         * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
6590         New member hourglass_control.
6591         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
6592         (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
6594 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6596         * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
6597         coincides with that in Apple X11 except `clear', `enter' on
6598         laptops, and fn + `enter' on laptops.
6600 2005-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6602         * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
6603         (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
6604         (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
6606         * xfns.c (xic_defaut_fontset): New constant.
6607         (xic_create_fontsetname): New function.
6608         Extracted from create_frame_xic.  Try to generate a slightly
6609         better fontset.
6610         (xic_create_xfontset): Use it.
6611         (create_frame_xic): Simplify.
6613 2005-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6615         * fileio.c (Fmake_symbolic_link): Fix last change.
6617 2005-03-11  Richard M. Stallman  <rms@gnu.org>
6619         * fileio.c (Frename_file, Fadd_name_to_file)
6620         (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
6621         expand the basename of FILE relative to it.
6623 2005-03-11  Kenichi Handa  <handa@m17n.org>
6625         * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
6626         before calling setup_coding_system so that autoloading of a coding
6627         system work.
6629 2005-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6631         * xfns.c (hourglass_started): New function.
6633         * dispextern.h: Declare hourglass_started.
6635         * keyboard.c (Fexecute_extended_command): Restart hourglass
6636         after call to Fcompleting_read if already started.
6638         * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
6639         GTK main loop is entered in xterm.c, thus doing the redraw.
6641 2005-03-10  Kim F. Storm  <storm@cua.dk>
6643         * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
6645 2005-03-08  Kenichi Handa  <handa@m17n.org>
6647         * frame.c (x_set_font): Call set_default_ascii_font if an
6648         available font is found.
6650         * fontset.c (set_default_ascii_font): New function.
6651         (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
6653         * fontset.h (set_default_ascii_font): Extern it.
6655 2005-03-07  Kim F. Storm  <storm@cua.dk>
6657         * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
6658         (clear_image_cache_count): New var.
6659         (redisplay_internal): Don't clear face and image caches in the
6660         middle of redisplay; do it afterwards.
6662         * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
6664         * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
6665         is valid.  If not, clear phys_cursor_on_p and return.
6667 2005-03-07  Andreas Schwab  <schwab@suse.de>
6669         * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
6671 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6673         * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
6675         * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
6676         (Feval, Ffuncall): Use CHECK_CONS_LIST.
6678         * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
6680         * blockinput.h (UNBLOCK_INPUT_TO): New macro.
6681         (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
6683 2005-03-05  Juri Linkov  <juri@jurta.org>
6685         * emacs.c (USAGE1): Replace Info node name "command arguments"
6686         with "emacs invocation".
6687         (USAGE3): Fix usage of `--color=MODE' which actually doesn't
6688         allow arguments `--color' and `MODE' to be separated by space.
6689         Add --no-blinking-cursor, -nbc.
6690         (standard_args): Add -nbc, --no-blinking-cursor.
6692 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
6694         * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
6695         * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
6696         * fileio.c (Fexpand_file_name) [VMS]:
6697         Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
6698         * doc.c (munge_doc_file_name) [VMS]: Likewise.
6699         (Fsnarf_documentation): Call munge_doc_file_name.
6701 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
6703         * s/vms.h (FILE_SYSTEM_CASE): New macro.
6704         * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
6705         "manually"; this is now handled generally via FILE_SYSTEM_CASE.
6707 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6709         * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
6710         defined (MAC_OSX) && defined (HAVE_CARBON)'.
6712         * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
6714         * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
6715         [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
6716         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
6717         (mac_clear_font_name_table): Move extern to macterm.h.
6719         * macfns.c (install_window_handler): Move extern to macterm.h.
6720         (Fx_file_dialog): Check STRINGP (default_filename) to see it is
6721         valid.  Don't check !NILP (dir) because it is already checked with
6722         CHECK_STRING.
6723         (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
6724         specifying the default location and obtaining the selected filename.
6726         * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
6728         * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
6729         are included via Carbon.h.
6731         * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
6732         Define USE_CARBON_EVENTS to 1.
6733         (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
6734         (x_free_frame_resources): Call remove_window_handler for
6735         non-tooltip windows.
6736         [TARGET_API_MAC_CARBON]: Don't include headers that are included
6737         via Carbon.h.
6738         [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
6739         (mac_do_receive_dragUPP): New variables.
6740         (mac_handle_service_event, init_service_handler): Put declarations
6741         and definitions in #ifdef MAC_OSX.
6742         (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
6743         drag-and-drop handler functions and register them.
6744         (remove_window_handler): New function.
6745         (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
6746         Use fsspec_to_posix_pathname.
6747         (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
6748         (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
6749         [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
6750         Set default cursors.
6751         (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
6752         init_service_handler or init_quit_char_handler.
6753         (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
6755         * macterm.h (install_window_handler, remove_window_handler)
6756         (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
6757         (mac_clear_font_name_table): New externs.
6759 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
6761         * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
6762         (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
6763         (Fexpand_file_name): Likewise.
6765 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
6767         * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
6768         no longer special-case VMS.  Add bogus return value.
6770 2005-03-02  Kim F. Storm  <storm@cua.dk>
6772         * dispextern.h (XASSERTS): Define to 0 if not already defined.
6773         (xassert) [!XASSERTS]: Define dummy version.
6775 2005-03-02  Kim F. Storm  <storm@cua.dk>
6777         * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
6778         Reported by David Kastrup.
6780 2005-03-01  Ehud Karni  <ehud@unix.mvs.co.il>
6782         * xdisp.c (get_next_display_element): Fix control and escape
6783         glyph from display vector.
6785 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6787         * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
6789 2005-02-27  Richard M. Stallman  <rms@gnu.org>
6791         * xdisp.c (fast_find_position): Rename END to BEG.
6792         (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
6794 2005-02-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6796         * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
6797         gtk_window_resize and x_wm_set_size_hint.
6799 2005-02-25  Kim F. Storm  <storm@cua.dk>
6801         * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
6803         * xdisp.c (init_from_display_pos): Don't read past end of
6804         it->overlay_strings array.
6806 2005-02-25  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6808         * buffer.c (syms_of_buffer): Fix typo.
6810 2005-02-23  Lute Kamstra  <lute@gnu.org>
6812         * buffer.c (Foverlay_buffer): Doc fix.
6814 2005-02-22  Kim F. Storm  <storm@cua.dk>
6816         * minibuf.c (Ftry_completion, Fall_completions): Allow both string
6817         and symbol keys in alists and hash tables.
6819         * xdisp.c (fast_find_position): Fix search for start of overlay.
6821 2005-02-21  Kim F. Storm  <storm@cua.dk>
6823         * window.c (window_scroll_pixel_based): When scrolling backwards,
6824         handle partial visible line at end of window even when we hit PT.
6826 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6828         * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
6830 2005-02-21  Kim F. Storm  <storm@cua.dk>
6832         * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
6833         I think those asserts are bogus if buffer contains invisible text
6834         or images.
6836 2005-02-21  David Kastrup  <dak@gnu.org>
6838         * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
6840 2005-02-20  Kim F. Storm  <storm@cua.dk>
6842         * xdisp.c (pos_visible_p): Be sure to move to the specified
6843         position.  Always get the full ascent / descent of the
6844         corresponding row, to return reliable rtop and rbot values.
6845         (back_to_previous_visible_line_start): Fix 2005-01-18 change.
6846         Must look one character back, as back_to_previous_line_start
6847         returns position after the newline.
6848         (move_it_vertically_backward): Fix heuristic for when to move further
6849         back in case line_height * 2/3 is larger than window height.
6850         (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
6851         as it does not do anything anymore.  Add arg current_matrix_p to
6852         use current matrix rather than desired matrix when set.
6853         (try_cursor_movement): Don't scroll to make cursor row fully
6854         visible if cursor didn't move.  This avoids unexpected recentering
6855         in case of blinking cursor or accepting process output.
6856         Use current matrix to check cursor row visibility.
6857         (redisplay_window): Fix whether to recenter or move to top in case
6858         cursor line is taller than window height.
6859         (find_first_unchanged_at_end_row): Stop search if we reach a row
6860         which not enabled (instead of abort).
6862 2005-02-18  Kim F. Storm  <storm@cua.dk>
6864         * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
6865         to be nil in a :box attribute value list; customize prints that
6866         as lisp value when no box color is specified.
6868         * .gdbinit (pitx, pit): Pretty print display iterator.
6869         (prowx, prow): Pretty print glyph row.
6870         (pcursorx, pcursor): Pretty print a window cursor.
6871         (pwinx, pwin): Pretty print struct window.
6873 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6875         * alloc.c (BLOCK_BYTES): Harmless typo.
6877 2005-02-17  Andreas Schwab  <schwab@suse.de>
6879         * xfns.c (hack_wm_protocols): Use correct type for last parameter
6880         of XGetWindowProperty to avoid aliasing issues.
6881         (Fx_window_property): Likewise.
6883         * xselect.c (Fx_disown_selection_internal): Use union of struct
6884         input_event and struct selection_input_event to avoid aliasing issues.
6886         * xterm.c (handle_one_xevent): Use union of struct input_event and
6887         struct selection_input_event to avoid aliasing issues.
6888         (SET_SAVED_MENU_EVENT): Adapt reference to inev.
6890 2005-02-17  Kim F. Storm  <storm@cua.dk>
6892         * dispextern.h (enum it_method): New enum.
6893         (GET_FROM_*): Its members.
6894         (struct it): Change member method from function pointer to enum.
6896         * xdisp.c (check_it, init_from_display_pos, handle_stop)
6897         (setup_for_ellipsis, handle_single_display_spec)
6898         (handle_composition_prop, next_overlay_string)
6899         (get_overlay_strings, reseat_1, reseat_to_string)
6900         (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
6901         (in_display_vector_p, display_line, get_next_display_element):
6902         Change it->method from function pointer to enum.
6903         (get_next_element): New array to map it->method to function.
6904         (get_next_display_element): Use it.
6905         (set_iterator_to_next): Use switch instead of if/else chain.
6907 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
6909         * w32select.c: Summary: Thorough rework to implement Unicode
6910         clipboard operations and delayed rendering.
6912         Drop last_clipboard_text and related code, keep track of
6913         ownership via clipboard_owner instead.  Drop old #if0 sections.
6915         (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
6916         (clipboard_owner, modifying_clipboard, cfg_coding_system)
6917         (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
6918         (current_coding_system, current_requires_encoding)
6919         (current_num_nls, current_clipboard_type, current_lcid):
6920         New static variables.
6922         (convert_to_handle_as_ascii, convert_to_handle_as_coded)
6923         (render, render_all, run_protected, lisp_error_handler)
6924         (owner_callback, create_owner, setup_config)
6925         (enum_locale_callback, cp_from_locale, coding_from_cp):
6926         New local functions.
6928         (term_w32select, globals_of_w32select): New global functions.
6930         (Fw32_set_clipboard_data): Ignore parameter FRAME, use
6931         clipboard_owner instead.  Use delayed rendering and provide
6932         all text formats.  Provide CF_LOCALE if necessary.
6934         (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
6935         CF_LOCALE.  Fall back to CF_TEXT, if CF_UNICODETEXT is not
6936         available.  Force DOS line-ends for decoding.
6938         (Fx_selection_exists_p): Handle CF_UNICODETEXT.
6940         (syms_of_w32select): Init and register new variables.
6942         * w32.h: Add prototypes for globals_of_w32select and
6943         term_w32select.  Make the neighboring K&R declarations into
6944         prototypes, too.
6946         * emacs.c: Include w32.h to get function prototypes.
6947         (main): Call globals_of_w32select.
6949         * w32.c (term_ntproc): Call term_w32select.
6951         * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
6953 2005-02-16  Kim F. Storm  <storm@cua.dk>
6955         * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
6956         at end of display vector.
6958 2005-02-15  Richard M. Stallman  <rms@gnu.org>
6960         * xdisp.c (get_next_display_element): Fix escape-glyph criterion
6961         for mode and header lines.
6963         * lread.c (syms_of_lread) <user-init-file>: Doc fix.
6965         * keymap.h (describe_map_tree): Change decl.
6967         * keyboard.c (command_loop_1): Always use safe_run_hooks
6968         to run Qdeferred_action_function.
6970         * keymap.c (describe_map_tree): New arg MENTION_SHADOW.  Calls changed.
6971         (describe_map, describe_vector): Likewise.  When it's 1,
6972         don't omit shadowed bindings, instead mark them as shadowed.
6974         * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
6975         for describe_map_tree.  Pass 1 for MENTION_SHADOW.
6977         * data.c (Fsetq_default): Allow no arg case.
6979 2005-02-14  Kenichi Handa  <handa@m17n.org>
6981         * coding.c (encode_coding_string): Always return a unibyte string.
6982         If NOCOPY is nonzero and there's no need of encoding, make STR
6983         unibyte directly.
6985         * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
6986         multibyte string, signal an error instead of aborting.
6988 2005-02-12  Dan Nicolaescu  <dann@ics.uci.edu>
6990         * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
6992 2005-02-12  Kim F. Storm  <storm@cua.dk>
6994         * xdisp.c (expose_window): Don't fix overlaps for mode lines.
6996 2005-02-10  Kim F. Storm  <storm@cua.dk>
6998         * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
6999         if it moves outside window or it doesn't display text.
7001 2005-02-09  Kim F. Storm  <storm@cua.dk>
7003         * undo.c (Fprimitive_undo): Check that undo function does not
7004         switch buffer.
7006 2005-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7008         * xselect.c (selection_data_to_lisp_data): For the special case
7009         type == XA_ATOM, data contains array of int, not array of Atom.
7010         (x_property_data_to_lisp, selection_data_to_lisp_data):
7011         Comment update: data must be array of int for format == 32.
7013 2005-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7015         * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
7017 2005-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7019         * xfns.c (Fx_change_window_property): Use long array when format is 32.
7020         (Fx_window_property): If format is 32 and long is bigger than 32 bits,
7021         convert long array returned from XGetWindowProperty to an int array.
7022         (x_set_tool_bar_lines): Check that width and height is greater than
7023         zero before clearing area.
7025         * xselect.c (x_reply_selection_request): Pass long array to
7026         XChangeProperty so that 64 bit longs are handeled correctly.
7027         (x_get_window_property): If format is 32 and long is bigger than 32
7028         bits convert data from XGetWindowProperty from long array to int array.
7029         (lisp_data_to_selection_data): When the input is a vector and the
7030         format is 32, allocate a long array even if long is bigger than 32 bits.
7031         (x_fill_property_data): Use char, short and long as the man page
7032         for XChangeProperty specifies.  This way the data returned is OK for
7033         both 32 and 64 bit machines.
7034         (x_handle_dnd_message): Calculate size correctly even for 64 bit
7035         machines.
7036         (Fx_send_client_event): Undo change from 2005-02-05,
7037         x_fill_property_data now handles that case.
7039         * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
7040         reason for the approach in the code.
7042 2005-02-07  Kim F. Storm  <storm@cua.dk>
7044         * undo.c (Fprimitive_undo): Record max one dummmy apply element.
7046 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7048         * eval.c (Frun_hook_with_args)
7049         (Frun_hook_with_args_until_success)
7050         (Frun_hook_with_args_until_failure): Doc fixes.
7052 2005-02-05  Andreas Schwab  <schwab@suse.de>
7054         * sysdep.c (sys_subshell): Properly terminate execlp argument list.
7056 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7058         * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
7059         the longs in a XClientMessageEvent correctly when long is 64 bits.
7061 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7063         * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
7064         instead of HAVE_X_WINDOWS, for non-X windowed sessions.
7066 2005-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7068         * xmenu.c (menubar_selection_callback): Force out GTK buffered
7069         events so the menu event comes after them.  This is to prevent sit-for
7070         from exiting on buffered events directly after a menu selection,
7071         lisp code for Help => About Emacs uses sit-for.
7073         * gtkutil.c (create_menus): Connect selection-done event instead of
7074         the deactivate event to deactivate_cb.  This will make the last
7075         leave event come before the call to deactivate_cb, so the leave
7076         event does not make sit-for exit after a menu selection.
7078 2005-02-03  Kim F. Storm  <storm@cua.dk>
7080         * dispnew.c (build_frame_matrix_from_leaf_window)
7081          [!GLYPH_DEBUG]: Fix xassert.
7083         * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
7085         * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
7087 2005-02-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7089         * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
7090         the compiling OS version.
7092         * macfns.c (x_create_tip_frame): Likewise.
7094         * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
7096 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7098         * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
7100         * xdisp.c (echo_area_display): Clear echo_message_buffer.
7102         * buffer.c (Fbury_buffer): Doc fix.
7104 2005-02-02  Steven Tamm  <steventamm@mac.com>
7106         * macfns.c (unwind_create_frame): Fix compile error due to
7107         xassert being uncondition, but predicate is.
7108         * dispnew.c (update_window): Fix compile error due to
7109         xassert being uncondition, but predicate is.
7111 2005-02-02  Miles Bader  <miles@gnu.org>
7113         * dispextern.h (xassert): Enable unconditionally.
7115 2005-02-02  Kim F. Storm  <storm@cua.dk>
7117         * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
7119 2005-02-02  Kenichi Handa  <handa@m17n.org>
7121         * casefiddle.c (casify_object): Enable changing characters of
7122         different byte length.
7123         (casify_region): Fix loop condition, args to replace_range_2, and
7124         update opoint_byte.
7126         * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
7128 2005-02-01  Kim F. Storm  <storm@cua.dk>
7130         * xdisp.c (back_to_previous_visible_line_start): Reset iterator
7131         stack before calling handle_display_prop.
7133 2005-01-31  Kim F. Storm  <storm@cua.dk>
7135         * undo.c (Qapply): New lisp var.
7136         (syms_of_undo): Intern and staticpro it.
7137         (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
7138         (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
7140         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
7142 2005-01-30  Jesper Harder  <harder@phys.au.dk>
7144         * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
7145         <mac-emulate-three-button-mouse>: Fix docstring indentation.
7147 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
7149         * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
7150         Increase value to 3 Meg.
7152 2005-01-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7154         * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
7155         button events are not received otherwise.
7157 2005-01-29  Richard M. Stallman  <rms@gnu.org>
7159         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
7161         * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
7163 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7165         * keymap.c (access_keymap): YAILOM.
7167 2005-01-27  Kim F. Storm  <storm@cua.dk>
7169         * xdisp.c (get_phys_cursor_geometry): New function to calculate
7170         phys cursor position and size for hollow cursor.  Position is
7171         aligned with get_glyph_string_clip_rect and ensures that a hollow
7172         cursor is shown, even when the actual glyph is not visible.
7174         * dispextern.h (get_phys_cursor_geometry): Add prototype.
7176         * xterm.c (x_clip_to_row): Ensure y >= 0.
7177         (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
7179         * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
7181         * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
7183 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7185         * xterm.c (x_error_quitter): Add a prototype.  Make it static again.
7187 2005-01-27  Kim F. Storm  <storm@cua.dk>
7189         * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
7190         glyph, even when row is only partially visible and actual cursor
7191         position is not visible.
7193 2005-01-24  Richard M. Stallman  <rms@gnu.org>
7195         * xterm.c (x_error_quitter): No longer static, and moved after
7196         x_error_handler.
7198 2005-01-24  Kim F. Storm  <storm@cua.dk>
7200         * xdisp.c (move_it_by_lines): If we move forward after going too
7201         far back, cancel move if end position is same as start position.
7203 2005-01-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7205         * dispextern.h (struct glyph_string): New members clip_head and
7206         clip_tail.
7208         * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
7209         region to the area between clip_head and clip_tail.
7210         (draw_glyphs): Record the area that need to be actually redrawn to
7211         the new variables clip_head and clip_tail when there are
7212         overhangs.  Set values of these variables to the corresponding
7213         members in struct glyph_string.  Refine x coordinates for
7214         notice_overwritten_cursor using clip_head and clip_tail.
7216         * macgui.h (STORE_XCHARSETSTRUCT): New macro.
7218         * macterm.c (mac_compute_glyph_string_overhangs): Implement with
7219         QDTextBounds.
7220         (x_draw_glyph_string): Don't fill the background of the successor
7221         of a glyph with a right overhang if the successor will draw a cursor.
7222         (XLoadQueryFont): Obtain font metrics using QDTextBounds.
7223         (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
7225 2005-01-24  Kim F. Storm  <storm@cua.dk>
7227         * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
7228         direction if window height was smaller than next-screen-context-lines.
7229         Now always scroll at least one line in the requested direction.
7230         Ensure that we actually do scroll backwards when requested to do so.
7232         * xdisp.c (redisplay_window): Only try to make cursor line fully
7233         visible once (to avoid redisplay loop).
7235 2005-01-23  Kim F. Storm  <storm@cua.dk>
7237         * window.c (Fpos_visible_in_window_p): Simplify return value for
7238         partially visible rows.
7239         (window_scroll_pixel_based): Adapt to that change.
7241         * window.c (window_scroll_pixel_based): Force moving to next line
7242         if scrolling doesn't move start point, e.g. if looking at tall image.
7244         * xdisp.c (pos_visible_p): Return 0 if non-interactive.
7245         Clear last_height before calling line_bottom_y to get real height.
7246         Fix calculation of y.
7248 2005-01-22  Steven Tamm  <steventamm@mac.com>
7250         * s/darwin.h: Removed PTY_ITERATION from here.
7251         (DARWIN): Define.
7253         * process.c (init_process): Default process-connection-type to
7254         nil on darwin 6 or less, t if it is 7 or higher.  This way the
7255         broken pty behavior is still allowed on darwin 6 for interactive
7256         processes for people that know what they are doing.
7258 2005-01-22  Kim F. Storm  <storm@cua.dk>
7260         * window.c (auto_window_vscroll_p): New boolean.
7261         (syms_of_window): DEFVAR_BOOL it.
7262         (Fpos_visible_in_window_p): Extend return value to include RTOP
7263         and RBOT values if FULLY is nil.
7264         (window_scroll_pixel_based): Adjust vscroll for partially visible
7265         rows if auto_window_vscroll_p is set.
7266         (Fset_window_vscroll): Do nothing if vscroll is not modified.
7268         * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
7269         to return number of partially invisible pixels at top and bottom
7270         of the dislay row at POS.
7272         * lisp.h (pos_visible_p): Fix prototype.
7274 2005-01-21  Richard M. Stallman  <rms@gnu.org>
7276         * fileio.c (Fcopy_file): Doc fix.
7278 2005-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7280         * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
7281         (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
7282         start of function for older compilers.
7284 2005-01-20  Richard M. Stallman  <rms@gnu.org>
7286         * editfns.c (Fmessage): If arg is "", return "" (as before).
7288         * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
7290         * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
7291         variable.
7293 2005-01-20  Steven Tamm  <steventamm@mac.com>
7295         * editfns.c (Voperating_system_release): Add.
7296         (init_editfns): Assign new variable operating-system-release
7297         based on call to uname if available.
7298         (get_operating_system_release): Add function to
7299         allow c-level access to operating system release.
7301         * config.h: Regenerated.
7303         * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
7304         (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
7305         using ptys as '7'.
7307 2005-01-20  Kim F. Storm  <storm@cua.dk>
7309         * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
7311         * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
7312         Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
7314         * macterm.c (x_draw_glyph_string_box): Likewise.
7316         * w32term.c (x_draw_glyph_string_box): Likewise.
7318         * indent.c (Fvertical_motion): Temporarily disable selective display.
7320 2005-01-19  Kim F. Storm  <storm@cua.dk>
7322         * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
7323         image property.
7325         * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
7327 2005-01-18  Kim F. Storm  <storm@cua.dk>
7329         * xdisp.c (fast_find_position): Backtrack to find first row if
7330         charpos is inside a display overlay that spans multiple lines.
7332 2005-01-18  Kenichi Handa  <handa@m17n.org>
7334         * coding.c (decode_coding_iso2022): Translate invalid codes if
7335         translation-table is specified.
7337 2005-01-18  Kim F. Storm  <storm@cua.dk>
7339         * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
7340         change.  If handle_display_prop indicates newline is replaced by
7341         image or text, move back to start of relevant overlay or interval
7342         and continue scan from there.  Simplify.
7344 2005-01-17  Kim F. Storm  <storm@cua.dk>
7346         * dispnew.c (mode_line_string, marginal_area_string):
7347         Fix off-by-one error in search for glyph.
7349 2005-01-16  Kim F. Storm  <storm@cua.dk>
7351         * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
7353 2005-01-16  Steven Tamm  <steventamm@mac.com>
7355         * macterm.c (mac_to_x_fontname): Remove spurious argument.
7357 2005-01-16  Andreas Schwab  <schwab@suse.de>
7359         * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
7361 2005-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7363         * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
7364         fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
7366 2005-01-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7368         * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
7369         (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
7370         New flags for readable_events.
7371         (get_filtered_input_pending, readable_filtered_events): Remove.
7372         (tracking_off): Call readable_events and get_input_pending with
7373         flag READABLE_EVENTS_DO_TIMERS_NOW.
7374         (readable_events): Move code from old readable_filtered_events here,
7375         but check new READABLE_EVENTS_* in argument flags instead of previous
7376         two boolean arguments do_timers_now and filter_events.
7377         If we are doing mouse tracking and the mouse moved, return only if
7378         READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
7379         (swallow_events): Call get_input_pending with flag
7380         READABLE_EVENTS_DO_TIMERS_NOW.
7381         (get_input_pending): Move code from old get_filtered_input_pending
7382         here.  Replace boolean arguments do_timers_now, filter_events with
7383         flags, and pass flags to readable_events.  Document new
7384         READABLE_EVENTS_* flags.
7385         (detect_input_pending_ignore_squeezables): New function.
7386         (detect_input_pending_run_timers): Call get_input_pending with flag
7387         READABLE_EVENTS_DO_TIMERS_NOW.
7388         (Finput_pending_p): Call get_input_pending with flags
7389         READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
7391         * dispnew.c (update_window, update_frame_1): Replace calls to
7392         detect_input_pending with detect_input_pending_ignore_squeezables
7393         so that redisplay is not paused if the event queue contains only
7394         mouse movements.
7396         * lisp.h: Declare detect_input_pending_ignore_squeezables.
7398 2005-01-15  Steven Tamm  <steventamm@mac.com>
7400         * macterm.c (Vmac_use_core_graphics): Declare variable for
7401         mac-allow-anti-aliasing.
7402         (syms_of_macterm): DEFVAR_LISP and initialize it.
7403         (mac_draw_string_common): Use core graphics text rendering if
7404         mac-allow-anti-aliasing is enabled.
7406         * macfns.c (Fx_file_dialog): Save As dialog includes only the
7407         file name in the text box.
7409 2005-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7411         * macfns.c (x_set_foreground_color, x_set_background_color):
7412         Sync with xfns.c.
7413         (mac_window, x_create_tip_frame): Use XSetWindowBackground.
7414         * macterm.c (XSetBackground, XSetWindowBackground): New functions.
7415         * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
7417 2005-01-14  Kim F. Storm  <storm@cua.dk>
7419         * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
7421 2005-01-13  Richard M. Stallman  <rms@gnu.org>
7423         * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
7424         if Voverriding_terminal_local_map is non-nil.
7426         * keyboard.c (syms_of_keyboard): Doc fix.
7428 2005-01-13  Kim F. Storm  <storm@cua.dk>
7430         * xdisp.c (Fformat_mode_line): Fix last change.  Remove NO_PROPS arg
7431         (specify 0 for FACE instead).  Reorder arg list.  Doc fix.
7433 2005-01-12  Richard M. Stallman  <rms@gnu.org>
7435         * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
7436         face property for characters that don't specify one.
7438         * fns.c (Frequire): Record in load-history unconditionally.
7440 2005-01-10  Kim F. Storm  <storm@cua.dk>
7442         * dispextern.h (merge_faces): Rename from merge_into_realized_face.
7444         * xfaces.c (merge_faces): Rename from merge_into_realized_face.
7445         Callers changed.
7446         Add support to merge with lisp face id too (if face_name is t).
7448         * xdisp.c (get_next_display_element, next_element_from_display_vector):
7449         Don't lookup lface_id from display table glyphs here; instead use
7450         merge_faces to merge the lisp face id into current face.
7452 2005-01-09  Kim F. Storm  <storm@cua.dk>
7454         * dispextern.h (struct it): New member dpvec_face_id.
7455         (merge_into_realized_face): Add prototype.
7457         * xfaces.c (merge_into_realized_face): New function.  Used to
7458         merge escape-glyph face or face from display table into current face.
7460         * xdisp.c (Vshow_nonbreak_escape): New lisp var.
7461         (syms_of_xdisp): DEFVAR_LISP it.
7462         (escape_glyph_face): Remove var.
7463         (redisplay_window): Don't initialize it.
7464         (setup_for_ellipsis, get_next_display_element):
7465         Set it->dpvec_face_id to -1.
7466         (get_next_display_element): Test Vshow_nonbreak_escape.
7467         Do not setup escape_glyph_face.
7468         Properly merge escape-glyph face or face from display table with
7469         current face for escape and control characters.
7470         Set it->dpvec_face_id to relevant face id instead of adding it to each
7471         element of display vector.
7472         (next_element_from_display_vector): If it->dpvec_face_id is set,
7473         use that instead of lface_id from glyph itself.
7475 2005-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7477         * xterm.h (struct x_output): New member, toolbar_detached.
7479         * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
7480         38.
7481         (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
7482         (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
7483         (xg_create_tool_bar): Initialize toolbar_detached.
7484         (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
7485         toolbar_detached is zero.
7487 2005-01-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7489         * xmenu.c (create_and_show_popup_menu): Pass zero as button to
7490         gtk_menu_popup if not for_click, so callbacks for the menu are called.
7492         * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
7493         (xg_tool_bar_callback, xg_tool_bar_help_callback)
7494         (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
7496         * xselect.c (x_get_foreign_selection, x_fill_property_data)
7497         (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
7498         XFLOAT_DATA to get extract number from Lisp object.
7500 2005-01-07  Kim F. Storm  <storm@cua.dk>
7502         * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
7503         Set stop_charpos to current charpos instead of 0.
7505 2005-01-06  Nick Roberts  <nickrob@snap.net.nz>
7507         * xdisp.c (Fformat_mode_line): First arg now required.
7509 2005-01-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7511         * macterm.c (XLoadQueryFont): Correctly handle 0 size
7512         font widths that are returned from some Japanese fonts.
7514 2005-01-06  Kim F. Storm  <storm@cua.dk>
7516         * fringe.c (fringe_faces): Change to Lisp_Object pointer.
7517         (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
7518         (destroy_fringe_bitmap): Set fringe_faces element to nil.
7519         (Fdefine_fringe_bitmap, init_fringe): Change allocation of
7520         fringe_faces array and init elements to nil.
7521         (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
7522         non-persistent face id.
7523         (mark_fringe_data): New function for GC.
7525         * alloc.c (mark_fringe_data): Declare extern.
7526         (Fgarbage_collect): Call mark_fringe_data.
7528         * alloc.c (overrun_check_free): Invalidate freed memory if
7529         XMALLOC_CLEAR_FREE_MEMORY is defined.
7531 2005-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7533         * macfns.c: Include sys/param.h.
7534         [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
7535         and function.
7536         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
7537         of filename string.  Set event callback function when creating
7538         dialog boxes.  Add code conversions for filenames.  Don't dispose
7539         of apple event descriptor record if failed to create it.
7541         * macterm.c: Include sys/param.h.
7542         [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
7543         kEventWindowUpdate.
7544         (install_window_handler) [USE_CARBON_EVENTS]: Register it.
7545         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
7546         of FSSpec from apple event descriptor record.
7547         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
7548         size of filename string.
7549         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
7550         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
7551         file dialog is in action.
7552         [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
7553         Reject only when there are no filename items.  Set background color
7554         before (un)highlighting the window below the dragged items.
7555         (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
7557 2005-01-05  Romain Francoise  <romain@orebokech.com>
7559         * term.c (encode_terminal_code): Fix buffer size computation.
7561 2005-01-04  Richard M. Stallman  <rms@gnu.org>
7563         * xdisp.c (Fformat_mode_line): Doc fix.
7565 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7567         * alloc.c (refill_memory_reserve): Move.
7568         (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
7569         (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
7571 2005-01-03  Richard M. Stallman  <rms@gnu.org>
7573         * window.c (window_scroll_pixel_based): Don't correct preserve_y
7574         for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
7576 2005-01-03  Jason Rumney  <jasonr@gnu.org>
7578         * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
7579         fontp->space_width to FONT_WIDTH so they are valid.
7581         * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
7582         average width.  Set fontp->average_width and fontp->space_width to
7583         their appropriate values.
7585         * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
7586         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
7587         fontp->space_width.
7589 2005-01-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7591         * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
7592         (x_font_min_bounds, XLoadQueryFont): Use the correct font width
7593         metrics for max and min bounds.
7594         (x_load_font): Correctly calculate average font width metrics.
7596 2005-01-02  Richard M. Stallman  <rms@gnu.org>
7598         * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
7600 2004-12-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7602         * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
7604 2004-12-31  Richard M. Stallman  <rms@gnu.org>
7606         * xdisp.c (setup_for_ellipsis, get_next_display_element):
7607         Set it->ellipsis_p to 1 or 0.
7608         (display_line): Record whether row ends in mid-ellipsis.
7609         (set_cursor_from_row): If ends in ellipsis, find start of it.
7610         (cursor_row_p): If PT's at the end of the ellipsis the row
7611         ends within, don't display cursor on this row.
7613         * dispextern.h (struct it): New element ellipsis_p.
7614         (struct glyph_row): New element ends_in_ellipsis_p.
7616         * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
7617         position if we're reading from something other than the buffer.
7619         * window.c (window_scroll_pixel_based): Only look at
7620         Vscroll_preserve_screen_position if the old PT can't be kept.
7621         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
7623 2004-12-30  Kim F. Storm  <storm@cua.dk>
7625         * xdisp.c (get_line_height_property): New function extracted from
7626         original calc_line_height_property.
7627         (calc_line_height_property): Rework.  Handle t and (nil . ratio).
7628         (x_produce_glyphs): Use them to handle line-height and
7629         line-spacing according to new height spec.
7630         (Qtotal): Remove.
7631         (syms_of_xdisp): Remove intern and staticpro for Qtotal.
7633 2004-12-30  Kenichi Handa  <handa@m17n.org>
7635         * fileio.c (Finsert_file_contents): Don't use
7636         current_buffer->buffer_file_coding_system even if REPLACE is
7637         non-nil.  Call Qafter_insert_file_set_coding with the second arg VISIT.
7639         * fontset.h (struct font_info): New members space_width and
7640         average_width.
7642         * frame.h (struct frame): New member space_width.
7643         (FRAME_SPACE_WIDTH): New macro.
7645         * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
7647         * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
7648         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
7649         fontp->space_width.
7650         (x_load_font): Calculate fontp->space_width and fontp->average_width.
7651         (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
7653         * xdisp.c (x_produce_glyphs): Calculate tab width by
7654         FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
7656 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
7658         * macterm.c (SelectionRange): Add Xcode position apple event struct.
7659         (do_ae_open_documents): Handle Xcode-style file position open events.
7661 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
7663         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
7665 2004-12-29  Richard M. Stallman  <rms@gnu.org>
7667         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
7669 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7671         * macfns.c (install_window_handler): Modify extern to return OSErr
7672         value.
7673         (mac_window): Handle return value of install_window_handler.
7675         * macterm.c (reflect_byte): Remove function.
7676         (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
7677         Lookup table instead.
7678         (mac_do_font_lists): Simplify calculation of the longest
7679         nonspecial string.
7680         (init_mac_drag_n_drop): Remove function and declaration.
7681         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
7682         init_mac_drag_n_drop.
7683         (mac_do_track_drag): New function and declaration.
7684         (install_window_handler): Return OSErr value.
7685         (install_window_handler) [TARGET_API_MAC_CARBON]:
7686         Register handlers for tracking/receiving drag-and-drop items.
7687         (do_ae_open_documents): Generate unibyte strings for filenames.
7688         (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
7689         Reject only non-filename items.  Set event modifiers, and return value.
7691 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7693         * coding.c (decode_coding): Fix previous change.
7695 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7697         * xdisp.c (back_to_previous_visible_line_start):
7698         Don't call handle_display_prop.
7700 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7702         * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
7703         (decode_coding_emacs_mule, encode_coding_emacs_mule)
7704         (decode_coding_iso2022, encode_designation_at_bol)
7705         (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
7706         (decode_coding): Constify arguments and local vars.
7708 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7710         * xmenu.c (popup_get_selection): Only pop down dialogs
7711         on C-g and Escape.
7712         (popup_get_selection): Remove parameter down_on_keypress.
7713         (create_and_show_popup_menu, create_and_show_dialog):
7714         Remove parameter down_on_keypress to popup_get_selection.
7716 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7718         * dispextern.h: Change HAVE_CARBON to MAC_OS.
7719         (struct glyph_string): Likewise.
7721         * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
7722         mac_initialize.
7724         * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
7725         Change TARGET_API_MAC_CARBON to HAVE_CARBON.
7727         * fns.c (vector): Change MAC_OSX to MAC_OS.
7729         * frame.c (x_set_frame_parameters, x_report_frame_params)
7730         (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
7731         (x_set_border_width, Vdefault_frame_scroll_bars):
7732         Change HAVE_CARBON to MAC_OS.
7734         * image.c [MAC_OS]: Include sys/stat.h.
7735         [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
7736         QuickTimeComponents.h.
7738         * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
7739         [!MAC_OSX] (select): Use mac_wait_next_event.
7740         [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
7741         [!MAC_OSX] (select, run_mac_command): Change `#ifdef
7742         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
7743         (mac_clear_font_name_table): Add extern.
7744         (Fmac_clear_font_name_table): New defun.
7745         (syms_of_mac): Defsubr it.
7746         [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
7747         [MAC_OSX] (select_and_poll_event): New function.
7748         [MAC_OSX] (sys_select): Use it.
7749         [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
7750         [MAC_OSX && SELECT_USE_CFSOCKET]
7751         (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
7752         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
7753         RunLoop for simultaneously monitoring two kinds of inputs, window
7754         events and process outputs, without periodically polling.
7756         * macfns.c (mac_initialized): Remove extern.
7757         (stricmp): Put in #if 0.  All callers changed to use xstricmp in
7758         xfaces.c.
7759         (strnicmp): Decrement `n' at the end of each loop, not the beginning.
7760         (check_mac): Use the term "Mac native windows" instead of "Mac OS".
7761         (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
7762         (mac_get_rdb_resource): New function (from w32reg.c).
7763         (x_get_string_resource): Use it.
7764         (install_window_handler): Add extern.
7765         (mac_window): New function.
7766         (Fx_create_frame): Use it instead of make_mac_frame.
7767         Set parameter for Qfullscreen.  Call x_wm_set_size_hint.
7768         (Fx_open_connection, Fx_close_connection): New defuns.
7769         (syms_of_macfns): Defsubr them.
7770         (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
7771         Add kWindowNoUpdatesAttribute to the window attribute.
7772         (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
7773         (x_create_tip_frame): Don't call ShowWindow.
7774         (Fx_show_tip): Call ShowWindow.
7775         (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
7776         TARGET_API_MAC_CARBON'.
7777         (mac_frame_parm_handlers): Set handlers for Qfullscreen.
7778         (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
7780         * macgui.h [!MAC_OSX]: Don't include Controls.h.  Include Windows.h.
7781         (Window): Typedef to WindowPtr and move outside `#if
7782         TARGET_API_MAC_CARBON'.
7783         (XSizeHints): New struct.
7785         * macterm.c (x_update_begin, x_update_end)
7786         [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
7787         frame.
7788         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
7789         [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
7790         (construct_mouse_click): Put in #if 0.
7791         (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
7792         (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
7793         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
7794         (activate_scroll_bars, deactivate_scroll_bars)
7795         [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
7796         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
7797         if the position is neither user-specified nor program-specified.
7798         (x_free_frame_resources): Free size_hints.
7799         (x_wm_set_size_hint): Allocate size_hints if needed.  Set size_hints.
7800         (mac_clear_font_name_table): New function.
7801         (mac_do_list_fonts): Initialize font_name_table if needed.
7802         (x_list_fonts): Don't initialize font_name_table.  Add BLOCK_INPUT
7803         around mac_do_list_fonts.
7804         (mac_unload_font): New function.
7805         (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
7806         (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
7807         and definitions with #if TARGET_API_MAC_CARBON.
7808         [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
7809         (install_window_handler): Add decl.
7810         (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
7811         window.  Use UpdateControls.  Get the rectangle that should be
7812         updated and restrict the target of expose_frame to it.
7813         (do_grow_window): Set minimum height/width according to size_hints.
7814         (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
7815         (do_zoom_window): Don't use x_set_window_size.
7816         [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
7817         (install_window_handler): New function.
7818         [!USE_CARBON_EVENTS] (mouse_region): New variable.
7819         [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
7820         (XTread_socket) [USE_CARBON_EVENTS]: Move call to
7821         GetEventDispatcherTarget inside BLOCK_INPUT.
7822         (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
7823         Update mouse_region when mouse is moved.
7824         (make_mac_frame): Remove.
7825         (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
7826         Initialize mouse pointer shapes.  Change values of f->left_pos and
7827         f->top_pos.  Don't use make_mac_frame.  Use NewCWindow.
7828         Don't call ShowWindow.
7829         (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
7830         Vinvocation_name and Vsystem_name.
7831         (mac_make_rdb): New function (from w32term.c).
7832         (mac_term_init): Use it.  Add BLOCK_INPUT.  Error if display has
7833         already been opened.  Don't pass argument to
7834         mac_initialize_display_info.  Don't set dpyinfo->height/width.
7835         Add entries to x_display_list and x_display_name_list.
7836         (x_delete_display): New function.
7837         (mac_initialize): Don't call mac_initialize_display_info.
7838         (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
7840         * macterm.h (check_mac): Add extern.
7841         (struct mac_output): New member size_hints.
7842         (FRAME_SIZE_HINTS): New macro.
7843         (mac_unload_font): Add extern.
7845         * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
7847         * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
7849 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7851         * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
7852         (syms_of_buffer): Don't defsubr it.
7854         * process.c (list_processes_1): Set undo_list instead
7855         of calling Fbuffer_disable_undo.
7857         * xdisp.c (single_display_spec_string_p): Rename from
7858         single_display_prop_string_p.
7859         (single_display_spec_intangible_p): Rename from
7860         single_display_prop_intangible_p.
7861         (handle_single_display_spec): Rename from handle_single_display_prop.
7862         Rewritten to be easier to understand.
7864         Change in load-history format.  Functions now get (defun . NAME),
7865         and variables get just NAME.
7867         * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
7869         * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
7870         (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
7871         (Qdefvar): Var deleted.
7872         (syms_of_eval): Don't initialze it.
7874         * lread.c (syms_of_lread) <load-history>: Doc fix.
7876 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7878         * xmenu.c (popup_get_selection): Pop down on C-g.
7879         (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
7880         pops down menu on C-g.
7881         (xdialog_show): If dialog popped down and no button in the dialog was
7882         pushed, call Fsignal to quit.
7883         (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
7884         Fsignal to quit.
7886         * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
7888         * gtkutil.c (xg_initialize): Install bindings for C-g so that
7889         dialogs and menus pop down.
7891 2004-12-27  Kenichi Handa  <handa@m17n.org>
7893         * coding.c (code_convert_region): Fix calculation of `ratio'.
7895 2004-12-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7897         * gtkutil.c (update_frame_tool_bar): Make the value of
7898         tool-bar-button-margin control margins of images in tool bar.
7900         * alloc.c (check_depth): New variable.
7901         (overrun_check_malloc, overrun_check_realloc): Only add
7902         overhead and write check pattern if check_depth is 1 (to handle
7903         recursive calls).  Increase/decrease check_depth in entry/exit.
7904         (overrun_check_free): Only check for overhead if check_depth is 1.
7905         Increase/decrease check_depth in entry/exit.
7907 2004-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7909         * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
7910         before touching input_available_clear_time, to avoid accessing it
7911         from multiple threads.
7913 2004-12-23  Jason Rumney  <jasonr@gnu.org>
7915         * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
7916         of JPEG library.
7918 2004-12-22  Richard M. Stallman  <rms@gnu.org>
7920         * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
7922         * lisp.h (Vundo_outer_limit): Fix decl.
7924         * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
7925         Uses changed.
7926         (syms_of_undo): Initialize appropriately.
7927         (truncate_undo_list): If it's nil, there's no limit.
7929 2004-12-22  Kenichi Handa  <handa@m17n.org>
7931         * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
7933 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7935         * eval.c (unwind_to_catch): Clear immediate_quit.
7937         * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
7938         specially as `\ ' and `\-'.
7940         * keyboard.c (kbd_buffer_store_event_hold):
7941         In the code for while-no-input, handle immediate_quit.
7943         * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
7944         Call that at the very start.
7945         (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
7946         (syms_of_alloc): Don't define undo-limit,
7947         undo-strong-limit and undo-outer-limit here.
7949         * undo.c (truncate_undo_list): Return void.
7950         Take just one argument, the buffer.
7951         Make it current, and inhibit recursive GC.
7952         Access and update the undo list directly; return void.
7953         Refer to the undo...limit variables directly.
7954         Test undo_outer_limit only after counting the whole current command.
7955         When it's exceeded, call the function in undo-outer-limit-function.
7956         (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
7957         (Vundo_outer_limit_function): New variable.
7958         (syms_of_undo): Define undo-limit, undo-strong-limit
7959         and undo-outer-limit here, and undo-outer-limit-function.
7960         Doc fixes.
7962         * lisp.h (truncate_undo_list): Update decl.
7964 2004-12-21  Piet van Oostrum  <piet@cs.uu.nl>
7966         * fileio.c (Fread_file_name): Delete duplicates in
7967         file-name-history when history_delete_duplicates is true.
7969 2004-12-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7971         * macterm.c (mac_do_list_fonts): Fix memory leak
7973 2004-12-20  Richard M. Stallman  <rms@gnu.org>
7975         * regex.c (re_match_2_internal) <symend, wordend>:
7976         Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
7978 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7980         * macterm.c (endif, x_font_name_to_mac_font_name):
7981         Use maccentraleurroman instead of maccentraleuropean
7982         (mac_c_string_match, mac_do_list_fonts): Speed up font search by
7983         quickly finding a specific font without needing regexps.
7985 2004-12-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7987         * syssignal.h: Declare main_thread.
7988         (SIGNAL_THREAD_CHECK): New macro.
7990         * keyboard.c (input_available_signal): Move thread checking code
7991         to macro SIGNAL_THREAD_CHECK and call that macro.
7992         (interrupt_signal): Call SIGNAL_THREAD_CHECK.
7994         * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
7996         * emacs.c: Define main_thread.
7997         (main): Initialize main_thread.
7998         (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
7999         (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
8001         * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
8003         * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
8005         * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
8007         * process.c (send_process_trap, sigchld_handler):
8008         Call SIGNAL_THREAD_CHECK.
8010         * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
8012         * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
8014         * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
8015         returning when xg_ignore_gtk_scrollbar is true.
8017 2004-12-14  Kim F. Storm  <storm@cua.dk>
8019         * keyboard.c (read_char): Save and restore echo_string when
8020         handling input method.
8022 2004-12-13  Richard M. Stallman  <rms@gnu.org>
8024         * eval.c (syms_of_eval) <quit-flag>: Doc fix.
8026         * keyboard.c (Vthrow_on_input): New variable.
8027         (syms_of_keyboard): Defvar and initialize it.
8028         (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
8030         * lisp.h (QUIT): Check for Vthrow_on_input.
8031         (Vthrow_on_input): Declare it.
8033 2004-12-13  Kim F. Storm  <storm@cua.dk>
8035         * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
8036         vector.
8038 2004-12-12  Richard M. Stallman  <rms@gnu.org>
8040         * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
8042         * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
8043         (Ftry_completion): Really use outer `zero'; eliminate inner one.
8045 2004-12-12  Kenichi Handa  <handa@m17n.org>
8047         * term.c (encode_terminal_code): Fix previous change.
8049 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8051         * keyboard.c (handle_async_input): Remove pthread mutex handling.
8052         (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
8054         * syntax.c (Fforward_word): Avoid non-idempotent side-effects
8055         in macro arguments.
8057         * minibuf.c (Ftry_completion, Fall_completions): Don't use
8058         XFASTINT blindly.
8060         * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
8062 2004-12-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8064         * w32term.c (x_calc_absolute_position): Remove calculation of
8065         difference between inner and outer window.  Don't subtract difference
8066         for left and top calculations.
8068         * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
8069         for left and top calculations.  Remove call to x_real_positions.
8070         [Bug report by Drew Adams in November]
8071         (x_check_expected_move): Do not set change_gravity to 1 when calling
8072         x_set_offset.
8074 2004-12-08  Richard M. Stallman  <rms@gnu.org>
8076         * xdisp.c (get_next_display_element): Use `escape-glyph' for
8077         control chars and escaped octal codes.
8078         (Qescape_glyph): New variable.
8079         (syms_of_xdisp): Initialize it.
8080         (escape_glyph_face): New variable.
8081         (redisplay_window): Initialize it.
8083 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8085         * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
8086         (init_image): Use 1 rather than TRUE.  TRUE's not always defined.
8088 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8090         * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
8091         reset_malloc_hooks.
8093         * keyboard.c (handle_async_input, input_available_signal):
8094         Add ! defined (SYSTEM_MALLOC) around thread code.
8096         * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
8098 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8100         * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
8102         * config.in: Regenerate.
8104 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8106         * xmenu.c (Fx_popup_menu): Correct documentation about position.
8107         (xmenu_show): Do not call XTranslateCoordinates.  Adjust position
8108         if not given by a mouse click to correspond with x-popup-menu
8109         documentation.
8111         * config.in: Regenerate.
8113         * gtkutil.c: Include signal.h and syssignal.h.
8114         (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
8116         * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
8117         new variables main_thread and alloc_mutex,
8118         define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
8119         emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
8120         If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
8121         (UN)BLOCK_INPUT.
8122         (emacs_blocked_free, emacs_blocked_malloc)
8123         (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
8124         (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
8125         (reset_malloc_hooks): New function.
8127         * lisp.h: Declare reset_malloc_hooks.
8129         * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
8131         * keyboard.c: Conditionally include pthread.h
8132         (handle_async_input, input_available_signalt): If not in the main
8133         thread, block signal, send signal to main thread and return.
8135         * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
8136         Set current folder in file chooser if default_filename is a directory.
8138 2004-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8140         * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
8141         Remove redundant correctness checks.
8142         (regex_compile): Fix up error codes for \{..\} expressions.
8144 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8146         * regex.c (regex_compile): Fix end-of-pattern case for space.
8148 2004-12-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8150         * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
8151         * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
8152         crashes with invalid characters.
8153         * macmenu.c (add_menu_item): Use it.
8154         * image.c (image_load_quartz2d): Likewise.
8155         * macfns.c (x_set_name, x_set_title): Likewise.
8156         (Fx_file_dialog): Likewise.  Use constant CFRefs instead of
8157         creating them each time for labels.
8159 2004-12-02  Richard M. Stallman  <rms@gnu.org>
8161         * config.in (RE_TRANSLATE_P): If make_number is not a macro,
8162         don't use it here.
8164         * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
8165         (interactive_p): Skip Scalled_interactively_p frames
8166         like Sinteractive_p frames.
8167         (unwind_to_catch): Clear handling_signal.
8169         * data.c (Fmake_variable_buffer_local): Doc fix.
8170         (Fmake_local_variable): Doc fix.
8172         * insdel.c (insert_from_string_before_markers)
8173         (insert_from_string): Don't modify buffer on empty insertion.
8175         * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
8177 2004-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8179         * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
8180         menu text as UTF8 fails.
8182 2004-12-01  Kim F. Storm  <storm@cua.dk>
8184         * alloc.c: Add commentary for last change.
8185         (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
8186         sizeof(size_t) != 4.
8187         (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
8188         Use them.  Also clear header and trailer of freed memory.
8189         (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
8190         (string_overrun_cookie): Rename from string_overrun_pattern.
8191         (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
8193 2004-12-01  Andreas Schwab  <schwab@suse.de>
8195         * lisp.h: Declare string_to_multibyte.
8197 2004-12-01  Kenichi Handa  <handa@m17n.org>
8199         * w32console.c (w32con_write_glyphs): Decide coding here.
8200         Adjusted for the change of encode_terminal_code.
8202         * term.c (encode_terminal_code): Don't make it "static".
8204 2004-11-30  Kenichi Handa  <handa@m17n.org>
8206         * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
8207         (encode_terminal_code): Argument changed.  Encode all
8208         characters at once, and return a pointer to the result of encoding.
8209         (write_glyphs): Decide coding here.  Adjusted for the above change.
8210         (insert_glyphs): Likewise.
8211         (term_init): Initialize encode_terminal_bufsize to 0.
8213         * coding.c (Vcode_conversion_workbuf_name): New variable.
8214         (syms_of_coding): Initialize and staticpro it.
8215         (set_conversion_work_buffer): New function.
8216         (run_pre_post_conversion_on_str): Use it.
8217         (run_pre_write_conversin_on_c_str): New function.
8219         * coding.h (run_pre_write_conversin_on_c_str): Extern it.
8221 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8223         * keyboard.c: Don't undef SIGIO
8224         * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
8225         * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
8226         (macfns.o): Don't depend on ccl.h.
8227         * macfns.c (mac_frame_parm_handlers): Set handlers for
8228         Qleft_fringe and Qright_fringe.
8229         * macterm.c (mac_fill_rectangle_to_pixmap)
8230         (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
8231         (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
8232         Put in #if 0.
8233         (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
8234         (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
8235         (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
8236         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
8237         [!MAC_OS8]: Added ifdef'd out code for os8.  Don't use
8238         XDrawImageString.  Always draw background and foreground separately.
8239         (x_draw_image_foreground): Use clipping instead of computing the
8240         intersection rectangle.
8241         (x_draw_image_glyph_string): Don't draw an image with mask to a
8242         pixmap.
8243         (x_redisplay_interface): Set flush_display_optional member to 0.
8244         (XTread_socket): Correctly reset the TEConverter
8245         object.
8247 2004-11-30  Kim F. Storm  <storm@cua.dk>
8249         * lisp.h: New defines to enable buffer overrun checking.
8250         (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
8251         (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
8253         * alloc.c: Add more checks for buffer overruns.
8254         (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
8255         xmalloc_overrun_check_trailer, overrun_check_malloc)
8256         overrun_check_realloc, overrun_check_free): Add.
8257         (GC_STRING_EXTRA, string_overrun_pattern): Add.
8258         (check_sblock, allocate_string_data, compact_small_strings):
8259         Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
8260         (check_cons_list): Condition on GC_CHECK_CONS_LIST.
8261         (check_string_free_list): Add.
8262         (allocate_string, sweep_strings): Call check_string_free_list.
8264         * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
8265         XMALLOC_OVERRUN_CHECK to avoid crash during load.
8267 2004-11-29  Kim F. Storm  <storm@cua.dk>
8269         * fns.c (concat): Use SAFE_ALLOCA.
8271 2004-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8273         * sysdep.c (emacs_write): Don't use QUIT.
8275 2004-11-29  Kenichi Handa  <handa@m17n.org>
8277         * buffer.c (init_buffer): Set current_buffer->directory to a
8278         multibyte string made by string_to_multibyte.
8280         * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
8282 2004-11-27  Andreas Schwab  <schwab@suse.de>
8284         * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
8286         * s/gnu-linux.h: Enable no-op gcpros on ia64.
8287         (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
8289         * filelock.c (lock_file_1): Call get_boot_time early.
8290         Increase buffer size.
8292 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
8294         * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
8295         is not defined.
8297 2004-11-27  Kim F. Storm  <storm@cua.dk>
8299         * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
8300         marker out of doc string.
8302 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8304         * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
8305         which was not mentioned in the log.
8307 2004-11-26  Kim F. Storm  <storm@cua.dk>
8309         * fringe.c (update_window_fringes): Prefer truncation bitmaps over
8310         angle bitmaps at top/bottom line.
8312         * xdisp.c: Undo recent changes for restoring saved_face_id.  Instead,
8313         set it when it->method is set to next_element_from_display_vector.
8314         (setup_for_ellipsis): Add LEN argument.  Callers changed.
8315         Set it->saved_face_id.
8316         (get_next_display_element): Use loop instead of recursion.
8317         Set it->saved_face_id.  Combine duplicate code for ctr chars.
8318         (next_element_from_display_vector): Do not set it->saved_face_id.
8319         (next_element_from_ellipsis): Use setup_for_ellipsis.
8321 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8323         * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
8324         prevent compiler warnings.
8326 2004-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8328         * keyboard.c (command_loop_1): Print a message describing the key
8329         the user just pressed when this key has no binding.
8331         * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
8332         (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
8334         * lread.c (readchar): Check QUIT when `getc' is interrupted.
8336 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8338         * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
8340         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
8342 2004-11-24  Kim F. Storm  <storm@cua.dk>
8344         * xdisp.c (move_it_in_display_line_to, display_line):
8345         Restore saved_face_id also when truncate-lines or hscrolled.
8347 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8349         * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
8350         x-use-old-gtk-file-dialog.
8352         * xfns.c: Define x_use_old_gtk_file_dialog.
8353         (syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
8354         outside ifdef USE_GTK.
8356 2004-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8358         * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
8359         Don't use XFASTINT blindly.
8361         * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
8363         * indent.c (skip_invisible): Avoid non-idempotent side-effects
8364         in macro arguments.
8366         * keymap.c (Flookup_key): Check INTEGERP before XINT.
8368         * lread.c (oblookup): Don't use XFASTINT blindly.
8370         * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
8371         (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
8373 2004-11-23  Kim F. Storm  <storm@cua.dk>
8375         * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
8376         (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
8378         * xfaces.c (lookup_named_face): Add signal_p arg.  Return -1 if
8379         signal_p is zero and face name is unknown.
8380         (Fx_list_fonts): Don't signal error in lookup_named_face.
8381         (Fface_font): Signal error in lookup_named_face.
8382         (ascii_face_of_lisp_face): Likewise.
8384         * dispextern.h (lookup_named_face): Fix prototype.
8386         * xdisp.c (handle_single_display_prop): Don't signal error in
8387         lookup_named_face for unknown fringe face name.
8388         (highlight_trailing_whitespace): Don't signal error in
8389         lookup_named_face if trailing-whitespace face unknown.
8390         (calc_line_height_property): Don't signal error in
8391         lookup_named_face if specified face name is unknown.
8393         * fringe.c (update_window_fringes): Show top row indicator if
8394         window has header-line.  Don't show arrow at bob and eob
8395         if the boundary indicators are not used.
8396         (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
8398         * window.c (set_window_buffer): Clear display_error_modiff.
8400 2004-11-22  Kim F. Storm  <storm@cua.dk>
8402         * fringe.c (update_window_fringes): Provide sensible fall-back
8403         value for non-nil indicate-buffer-boundaries setting.
8405 2004-11-22  Markus Rost  <rost@ias.edu>
8407         * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
8409 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8411         * eval.c (Fdefvar): Warn when var is let-bound but globally void.
8413 2004-11-21  Kim F. Storm  <storm@cua.dk>
8415         * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
8417         * xterm.c (x_clip_to_row): Add area arg.  Callers changed.
8418         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
8420         * w32term.c (w32_clip_to_row): Add area arg.  Callers changed.
8421         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
8423         * macterm.c (x_clip_to_row): Add area arg.  Callers changed.
8424         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
8426         * xdisp.c (move_it_in_display_line_to, display_line):
8427         Restore saved_face_id if overflow-newline-into-fringe is enabled and
8428         line is continued before or in middle of element from display vector.
8430         * indent.c (Fvertical_motion): Fix last change.  Use another
8431         method to detect if iterator moved too far ahead after reseat.
8433         * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro.  Do not
8434         expand matrix width for overflow in zero-width area.
8435         (append_glyph, append_composite_glyph, produce_image_glyph)
8436         (append_stretch_glyph): Use it to avoid loop in redisplay.
8437         (note_mode_line_or_margin_highlight): Don't let help-echo from
8438         string override help-echo from image map.
8440 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8442         * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
8443         * callint.c (Fcall_interactively): Ditto.
8445 2004-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8447         * minibuf.c (Fminibuffer_complete_and_exit):
8448         Fixup the case of the completed value, for case-indep completion.
8450 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8452         * lisp.h (Fread_from_minibuffer): Add arg in decl.
8454         * minibuf.c (read_minibuf): New arg KEEP_ALL.  Callers changed.
8455         (Fread_from_minibuffer): New arg KEEP_ALL.  Callers changed.
8457         * search.c (Vsearch_spaces_regexp):
8458         Rename from Vsearch_whitespace_regexp.  All uses changed.
8460 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
8462         * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
8464 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8466         * search.c (Vsearch_whitespace_regexp): New variable.
8467         (syms_of_search): Defvar it.
8468         (compile_pattern_1): Call re_set_whitespace_regexp with it.
8469         (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
8470         is non-nil.
8471         (struct regexp_cache): New element whitespace_regexp.
8472         (syms_of_search): Initialize whitespace_regexp elements.
8473         (compile_pattern): Compare whitespace_regexp elements.
8474         (compile_pattern_1): Set whitespace_regexp elements.
8476         * regex.c (regex_compile): Substitute whitespace_regexp
8477         for spaces, if it is nonzero.
8478         (whitespace_regexp): New variable.
8479         (re_set_whitespace_regexp): New function.
8481 2004-11-19  Kim F. Storm  <storm@cua.dk>
8483         * indent.c (Fvertical_motion): Fix last change.
8485 2004-11-18  Kim F. Storm  <storm@cua.dk>
8487         * indent.c (Fvertical_motion): Undo 2004-11-16 change.
8488         Instead, move back again if reseating moves too far ahead.
8490 2004-11-17  Luc Teirlinck  <teirllm@auburn.edu>
8492         * xdisp.c (message3): Call clear_message.
8494 2004-11-17  Kim F. Storm  <storm@cua.dk>
8496         * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
8498 2004-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8500         * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
8502         * xmenu.c (x_menu_in_use): Remove.
8503         (x_menu_set_in_use): Also set popup_activated_flag.
8505         * xfns.c (Fx_file_dialog): Call popup_activated instead of
8506         x_menu_in_use.  Call x_menu_set_in_use in Motif version also.
8508         * xterm.h (x_menu_in_use): Remove.
8510 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8512         * keymap.c (Fmap_keymap): New arg SORT-FIRST.
8513         Use map-keymap-internal to implement that.
8515         * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
8517 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8519         * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
8520         a window before using XWINDOW.
8522         * window.c (make_window, Fselect_window, make_dummy_parent)
8523         (save_window_save):
8524         * frame.c (make_frame):
8525         * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
8527         * lisp.h (NILP): Use EQ rather than XFASTINT.
8529 2004-11-16  Kim F. Storm  <storm@cua.dk>
8531         * fringe.c (Fdefine_fringe_bitmap): Always set 'h'.  Simplify.
8533         * indent.c (Fvertical_motion): Fix last change.  Only reseat when
8534         moving backwards.
8536 2004-11-16  Luc Teirlinck  <teirllm@auburn.edu>
8538         * dispextern.h: Extern reseat_at_previous_visible_line_start.
8540 2004-11-16  Kenichi Handa  <handa@m17n.org>
8542         * xdisp.c (display_mode_element): Fix previous change (calculate
8543         end position of substring to display correctly).
8545 2004-11-16  Kim F. Storm  <storm@cua.dk>
8547         * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
8548         Reported by Andrew M. Scott.
8550 2004-11-15  Kim F. Storm  <storm@cua.dk>
8552         * fns.c (Fsafe_plist_get): New defun.
8553         (syms_of_fns): Defsubr it.
8555         * lisp.h (Fsafe_plist_get): Add EXFUN.
8557         * xdisp.c (store_mode_line_string, produce_stretch_glyph):
8558         Use Fsafe_plist_get.
8559         (note_mode_line_or_margin_highlight, note_mouse_highlight):
8560         Fix image map element parsing.  Use Fsafe_plist_get.
8562 2004-11-15  Richard M. Stallman  <rms@gnu.org>
8564         * xdisp.c (get_next_display_element): Fix previous change.
8566 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8568         * window.c (shrink_windows): Handle special case of one window left
8569         when trying to shrink the final reminder.  Grow windows if
8570         total_removed is less than total_shrink.
8572         * xmenu.c (pop_down_menu): Remove global variable current_menu,
8573         extract pointer from arg with XSAVE_VALUE.
8574         (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
8575         Construct arg to record_unwind_protect with make_save_value.
8577 2004-11-13  Richard M. Stallman  <rms@gnu.org>
8579         * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
8580         (get_next_display_element): Fix previous change to apply only to \n.
8582         * indent.c (Fvertical_motion): Scan to PT from start of line to
8583         make iterator consistent.
8585         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
8587 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8589         * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
8591         * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
8592         Record unwind with clean_up_file_dialog.
8594         * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
8595         Declare.
8597         * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
8599 2004-11-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8601         * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
8602         (xg_file_sel_destroy): Remove.
8603         (xg_file_response_cb, pop_down_file_dialog)
8604         (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
8605         New functions.
8606         (xg_get_file_with_chooser, xg_get_file_with_selection):
8607         Take new arg func, set it to xg_get_file_name_from_chooser/selector.
8608         Move common code to xg_get_file_name.  Return widget created.
8609         (xg_get_file_name): Set name, transient for, modal and destroy
8610         with parent here.  Connect response signal to xg_file_response_cb,
8611         connect delete-event to gtk_true.  Record pop_down_file_dialog
8612         for unwind.  Do event loop and call x_menu_wait_for_event in loop.
8613         (xg_create_widget): Make dialogs modal.
8615         * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
8616         Lisp_Object.
8617         (popup_get_selection): Move unwind protect ...
8618         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
8619         Move destroy of widget to pop_down_menu.
8620         (popup_widget_loop): Move unwind protect ...
8621         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
8622         Move destroy of widget to pop_down_menu.
8623         (pop_down_menu): BLOCK_INPUT and destroy widget/window.
8624         (xmenu_show): Record unwind pop_down_menu.  Move XMenuDestroy,
8625         x_mouse_leave and grabbed = 0 to pop_down_menu.
8627 2004-11-13  Kim F. Storm  <storm@cua.dk>
8629         * xdisp.c (make_cursor_line_fully_visible_p): New variable.
8630         (syms_of_xdisp): DEFVAR_BOOL it.
8631         (make_cursor_line_fully_visible, try_cursor_movement)
8632         (try_window_id): Use it.
8634 2004-11-12  Kim F. Storm  <storm@cua.dk>
8636         * dispextern.h (struct glyph_row): New member extra_line_spacing.
8637         (struct it): New member max_extra_line_spacing.
8638         (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
8639         (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
8640         (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
8641         part of last line is only extra line spacing (so the text on the
8642         line is fully visible).  Use helper macros.
8643         Add W arg (to use them).  All callers changed.
8644         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
8645         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
8647         * window.c (window_scroll_pixel_based, Frecenter):
8648         Use move_it_vertically_backward directly.
8649         (Frecenter): Fix calculation of new start pos for negative arg.
8650         Before, the new start pos was sometimes chosen too far back, so
8651         the last line became only partially visible, and thus would be
8652         either only semi-visible or automatically scrolled to the middle
8653         of the window by redisplay.
8655         * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
8656         (move_it_vertically_backward): Don't recure to move further back.
8657         (move_it_vertically): Remove superfluous condition.
8658         (move_it_by_lines): Clear last_height when moved 0 lines.
8659         (resize_mini_window): Use it.max_extra_line_spacing.
8660         (display_tool_bar_line): Clear row->extra_line_spacing.
8661         (try_scrolling): Use move_it_vertically_backward directly.
8662         (redisplay_window): Likewise.
8663         (compute_line_metrics): Set row->extra_line_spacing.
8664         (display_line, display_string): Likewise.
8665         (x_produce_glyphs): Update it->max_extra_line_spacing.
8667         * xmenu.c (pop_down_menu): Return nil.
8669 2004-11-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8671         * xmenu.c (x_menu_wait_for_event): New function.
8672         (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
8673         to handle timers.
8674         (popup_widget_loop): Add argument do_timers.
8675         (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
8676         do_timers to popup_widget_loop.
8677         (xmenu_show): Call XMenuActivateSetWaitFunction so that
8678         x_menu_wait_for_event is called by XMenuActivate.
8679         (create_and_show_popup_menu): Pass 1 for do_timers to
8680         popup_get_selection.
8681         (pop_down_menu): New function.
8682         (popup_get_selection, popup_widget_loop): Unwind protect to
8683         pop_down_menu.
8684         (popup_widget_loop): Add argument widget.
8685         (create_and_show_popup_menu, create_and_show_dialog): Pass new
8686         argument widget to popup_widget_loop.
8688 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
8692 2004-11-09  Kim F. Storm  <storm@cua.dk>
8694         * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
8695         Fix various comments referring to XEvents instead of input events.
8696         (x_queue_event): Fix format strings.
8697         (x_stop_queuing_selection_requests): Likewise.
8699         * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
8700         (pint2hrstr): Add extra braces to silence compiler.
8702         * print.c (print_object): Fix format string.
8704         * lread.c (read1): Fix next_char matching.
8706         * lisp.h (Fdelete): Add EXFUN.
8707         (replace_range_2): Add prototype.
8709         * keyboard.c (read_avail_input): Remove unused variable 'discard'.
8711         * intervals.h (NULL_INTERVAL_P): Add separate version when
8712         ENABLE_CHECKING is not defined to silence compiler.
8713         (compare_string_intervals): Add prototype.
8715         * fringe.c (destroy_fringe_bitmap): Fix return type.
8716         (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
8718         * emacs.c (Fdump_emacs): Fix format string.
8720         * doc.c: Include <ctype.h>.
8721         (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
8723         * data.c (store_symval_forwarding): Remove unused variables.
8725         * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
8727 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8729         * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
8730         to ${OLDXMENU}.
8732 2004-11-09  Kim F. Storm  <storm@cua.dk>
8734         * process.c (Fmake_network_process): Remove kludge for interrupted
8735         connects on BSD.  If connect is interrupted, just close socket and
8736         start over rather than sleeping and retry with same socket.
8738 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8740         * .cvsignore: Add buildobj.lst.
8742         * doc.c: New variable Vbuild_files.
8743         (Fsnarf_documentation): If Vbuild_files is nil, populate it with
8744         file names from buildobj.lst.  Only attach docstrings from files
8745         that are in Vbuild_files.
8746         (syms_of_doc): Defvar Vbuild_files.
8748         * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
8749         and w32*.o.
8750         (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
8751         (mostlyclean): Rm buildobj.lst
8753         * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
8754         is linked.
8756 2004-11-09  Kim F. Storm  <storm@cua.dk>
8758         * fringe.c (update_window_fringes): Update fringe bitmaps if
8759         cur and row ends_at_zv_p differs.  If bitmaps of a row is updated,
8760         also update previous row to get rid of misc. artifacts.
8762 2004-11-08  Kim F. Storm  <storm@cua.dk>
8764         * xdisp.c (fast_find_position): Fix start pos if header line present.
8765         (note_mouse_highlight): Clear mouse face if we move out of text area.
8767 2004-11-08  Eli Zaretskii  <eliz@gnu.org>
8769         * editfns.c: Move #include "systime.h" before <sys/resource.h>.
8770         Don't include <sys/time.h> explicitly.
8771         Include <stdio.h> unconditionally, not just on MacOS.
8773 2004-11-08  Kenichi Handa  <handa@m17n.org>
8775         * fontset.c (fontset_pattern_regexp): Cancel my previous change;
8776         don't pay attention to '\' before '*'.
8777         (fontset_pattern_regexp): Change the meaning of the second arg.
8778         (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
8779         (check_fontset_name): Try NAME as literal at first, and if it
8780         failes, try NAME as pattern.
8782 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8784         * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
8786 2004-11-07  Andreas Schwab  <schwab@suse.de>
8788         * lisp.h (Fmsdos_downcase_filename): Declare.
8789         * dired.c (Fmsdos_downcase_filename): Don't declare here.
8790         * fileio.c: Likewise.
8792 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8794         * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
8795         comparisons with integers instead of Lisp_Object address.
8796         (Fmsdos_set_keyboard): Declare argument allkeys.
8798         * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
8800         * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
8801         int/Lisp_Object mixup.
8803         * fileio.c: Ditto.
8805 2004-11-06  Steven Tamm  <steventamm@mac.com>
8807         * editfns.c: Need to include sys/time.h before resource.h on darwin.
8809 2004-11-06  Richard M. Stallman  <rms@gnu.org>
8811         * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
8813         * xfaces.c (merge_named_face): GCPRO the face_name in the
8814         named_merge_point struct that we make.
8815         (merge_face_heights): Eliminate GCPRO arg.  All callers changed.
8817         * keyboard.c (command_loop_1): Change Vtransient_mark_mode
8818         before deciding whether to inactivate mark.
8820 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
8822         * config.in: Regenerate (add HAVE_GETRUSAGE).
8823         * editfns.c (Fget_internal_run_time): New function.
8824         (syms_of_data): Defsubr it.
8825         * fns.c (sxhash): As far as possible, merge calculation of
8826         hash code for symbols and strings.
8828 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8830         * frame.c (syms_of_frame): Fix the example in the doc string.
8832 2004-11-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8834         * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
8836         * xmenu.c (popup_get_selection, create_and_show_popup_menu)
8837         (create_and_show_dialog): Revert change from 2004-10-31.
8839 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8841         * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
8843 2004-11-05  Kim F. Storm  <storm@cua.dk>
8845         * print.c (print_object): Print Lisp_Misc_Save_Value objects.
8847         * fileio.c (Ffile_modes): Doc fix.
8848         (auto_save_1): Check for Ffile_modes nil value.
8850 2004-11-05  Kim F. Storm  <storm@cua.dk>
8852         * xselect.c (struct selection_event_queue, selection_queue)
8853         (x_queue_selection_requests, x_queue_event)
8854         (x_start_queuing_selection_requests)
8855         (x_stop_queuing_selection_requests): Add new queue for selection
8856         input events to replace previous XEvent queue in xterm.c.
8857         (queue_selection_requests_unwind): Adapt to new queue.
8858         (x_reply_selection_request): Adapt to new queue.
8859         Unexpect wait_object in case of x errors (memory leak).
8860         (x_handle_selection_request, x_handle_selection_clear): Make static.
8861         (x_handle_selection_event): New function.  May queue selection events.
8862         (wait_for_property_change_unwind): Use save_value instead of cons.
8863         Clear property_change_reply_object.
8864         (wait_for_property_change): Abort if already waiting.
8865         Use save_value instead of cons for unwind data.
8866         (x_handle_property_notify): Skip events already arrived, but don't
8867         free them, as "arrived" field is checked by wait_for_property_change,
8868         and it will be freed by unwind or explicit unexpect_property_change.
8869         (x_get_foreign_selection): Add to new queue.
8870         (receive_incremental_selection): Don't unexpect wait_object when done
8871         as it has already been freed by previous wait_for_property_change.
8873         * xterm.h (x_start_queuing_selection_requests)
8874         (x_stop_queuing_selection_requests, x_handle_selection_request)
8875         (x_handle_selection_clear): Remove prototypes.
8876         (x_handle_selection_event): Add prototype.
8878         * xterm.c (handle_one_xevent): Don't queue X selection events
8879         here, it may be too late if we start queuing after we have already
8880         stored some selection events into the kbd buffer.
8881         (struct selection_event_queue, queue, x_queue_selection_requests)
8882         (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
8883         (x_stop_queuing_selection_requests): Remove/move to xselect.c.
8884         (x_catch_errors_unwind): Block input around final XSync.
8886         * keyboard.h (kbd_buffer_unget_event): Add prototype.
8888         * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
8889         (kbd_buffer_unget_event): New function.
8890         (kbd_buffer_get_event, swallow_events): Combine SELECTION events
8891         and use x_handle_selection_event.
8892         (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
8894 2004-11-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8896         * xselect.c (TRACE3): New debug macro.
8897         (x_reply_selection_request): Use it.
8898         (receive_incremental_selection): In call to TRACE0, the name of
8899         a symbol is in xname.
8901 2004-11-05  Kim F. Storm  <storm@cua.dk>
8903         * fontset.c (fontset_pattern_regexp): Use unsigned char.
8905 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8907         * fileio.c (Fnext_read_file_uses_dialog_p): New function.
8909         * gtkutil.h (use_old_gtk_file_dialog): Declare.
8911         * gtkutil.c: Make use_old_gtk_file_dialog non-static.
8912         (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
8913         * xfns.c (syms_of_xfns): ... to here.
8915         * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
8916         it doesn't start with /.
8918 2004-11-04  Kenichi Handa  <handa@m17n.org>
8920         * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
8921         treat it as a literal character.
8923 2004-11-03  Kim F. Storm  <storm@cua.dk>
8925         * .gdbinit (ppt): New function.
8927 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8929         * xterm.c (x_window_to_scroll_bar): Only call
8930         xg_get_scroll_id_for_window if toolkit scroll bars are used.
8932         * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
8933         of save.
8935 2004-11-02  Andreas Schwab  <schwab@suse.de>
8937         * window.c (Fscroll_right): Fix last change.
8939 2004-11-02  Kim F. Storm  <storm@cua.dk>
8941         * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
8943 2004-11-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8945         * callproc.c (Fcall_process): Block input around vfork.
8947 2004-11-02  Kim F. Storm  <storm@cua.dk>
8949         * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
8950         (syms_of_eval): Defsubr it.
8952 2004-11-02  Richard M. Stallman  <rms@gnu.org>
8954         * insdel.c (replace_range_2): New function.
8956         * casefiddle.c (casify_region): Handle changes in byte-length
8957         using replace_range_2.
8959         * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
8961         * xdisp.c (back_to_previous_visible_line_start):
8962         Subtract 1 from pos when checking previous newline for invisibility.
8964         * window.c (window_scroll_pixel_based): Update preserve_y
8965         for header line if any.
8966         (Fscroll_left, Fscroll_right): Don't call interactive_p;
8967         use a new second argument instead.
8969         * eval.c (Fcall_interactive_p): New function.
8970         (interactive_p): Don't test INTERACTIVE here.
8971         (Finteractive_p): Doc fix.
8973         * eval.c (Feval): Abort if INPUT_BLOCKED_P.
8975 2004-11-02  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
8977         * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
8978         comparing font names.
8980 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8982         * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
8983         Fx_file_dialog if only directories should be read.
8985         * lisp.h: Fx_file_dialog takes 5 parameters.
8987         * xfns.c (Fx_file_dialog): Both Motif and GTK version:
8988         Add parameter only_dir_p.
8989         In Motif version, don't put DEFAULT_FILENAME in filter part of the
8990         dialog, just text field part.  Do not add DEFAULT_FILENAME
8991         to list of files if it isn't there.
8992         In GTK version, pass only_dir_p parameter to xg_get_file_name.
8994         * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
8995         Check only_dir_p instead of comparing prompt to "Dired".  When using
8996         a save dialog, add option kNavDontConfirmReplacement, change title
8997         to "Enter name", change text for save button to "Ok".
8999         * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
9000         Check only_dir_p instead of comparing prompt to "Dired".
9002         * gtkutil.c (xg_get_file_with_chooser)
9003         (xg_get_file_with_selection): New functions, only defined ifdef
9004         HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
9005         respectively.
9006         (xg_get_file_name): Add parameter only_dir_p.
9007         Call xg_get_file_with_chooser or xg_get_file_with_selection
9008         depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
9009         (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
9011         * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
9013         * config.in: Rebuild (added HAVE_GTK_FILE_*).
9015 2004-11-01  Kim F. Storm  <storm@cua.dk>
9017         * process.c (connect_wait_mask, num_pending_connects):
9018         Only declare and use them if NON_BLOCKING_CONNECT is defined.
9019         (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
9020         (IF_NON_BLOCKING_CONNECT): New helper macro.
9021         (wait_reading_process_output): Only declare and use local vars
9022         Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
9024 2004-11-01  Andy Petrusenco  <Igrek@star-sw.com>  (tiny change)
9026         * w32term.c (x_scroll_run): Delete region objects after use.
9028 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9030         * xmenu.c: Add prototypes for forward function declarations.
9031         (popup_get_selection): Remove parameter do_timers, remove call to
9032         timer_check.
9033         (create_and_show_popup_menu, create_and_show_dialog):
9034         Remove parameter do_timers from call to popup_get_selection.
9036         * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
9037         tool_bar_items and assign the result to f->tool_bar_items if
9038         not equal.  Move BLOCK/UNBLOCK_INPUT from around call to
9039         tool_bar_items to assignment of result.
9041         * atimer.c (alarm_signal_handler): Do not call set_alarm if
9042         pending_atmers is non-zero.
9044 2004-10-31  Kim F. Storm  <storm@cua.dk>
9046         * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
9048 2004-10-28  Will  <will@glozer.net>
9050         * macterm.c: Allow user to assign key modifiers to the Mac Option
9051         key via a 'mac-option-modifier' variable.
9053 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
9056         Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
9057         (x_handle_selection_request, x_handle_selection_clear)
9058         (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
9060 2004-10-28  Richard M. Stallman  <rms@gnu.org>
9062         * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
9064         * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
9066 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9068         * syntax.c (scan_sexps_forward): Give precedence to a 2-char
9069         comment-starter over a 1-char one.
9071 2004-10-27  Richard M. Stallman  <rms@gnu.org>
9073         * xdisp.c (get_next_display_element): In mode lines,
9074         treat newline and tab like other control characters.
9076         * editfns.c (Fmessage): Doc fix.
9078         * indent.c (vmotion): When moving up, check the newline before.
9079         Make prevline an int, not a Lisp_Object.
9081 2004-10-27  Kim F. Storm  <storm@cua.dk>
9083         * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
9084         Only allocate info and discarded tables once.
9086         * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
9087         (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
9088         (SAFE_FREE): Test it to determine if we need to unwind to free.
9089         Remove size arg.  All users changed.
9090         (SAFE_FREE_LISP) Remove.  All users changed to use SAFE_FREE.
9092 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9094         * gtkutil.c: Put empty line between comment and function body.
9095         (xg_destroy_widgets): Rename from remove_from_container.
9096         Just destroy all widgets in list.  Argument wcont removed.
9097         (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
9098         instead of remove_from_container.
9099         (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
9100         (free_frame_tool_bar): Add comment.
9102         * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
9103         is not NULL before strcmp.
9105 2004-10-26  Kim F. Storm  <storm@cua.dk>
9107         * callint.c (Fcall_interactively): Add 'U' code to get the
9108         up-event discarded by a previous 'k' or 'K' argument.
9110 2004-10-26  David Kastrup  <dak@gnu.org>
9112         * buffer.c (syms_of_buffer): Fix a few typos.
9114 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9116         * xsmfns.c: Put empty line between comment and function body.
9117         Use two spaces before comment end.
9119 2004-10-25  Kenichi Handa  <handa@m17n.org>
9121         * fontset.c (fontset_pattern_regexp): Optimize for the case that
9122         PATTERN is full XLFD.
9124 2004-10-24  Kenichi Handa  <handa@m17n.org>
9126         * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
9128         * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
9129         (regex_compile): Return REG_ERANGEX if appropriate.
9131 2004-10-22  Kenichi Handa  <handa@m17n.org>
9133         * editfns.c (Ftranslate_region_internal): New function.
9134         (syms_of_editfns): Defsubr it.
9136 2004-10-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9138         * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
9140 2004-10-21  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9142         * xterm.h (x_output): New member `xic_base_fontname'.
9143         (FRAME_XIC_BASE_FONTNAME): New macro.
9144         (xic_free_xfontset): Declare.
9146         * xfns.c (xic_create_xfontset): Share fontsets between frames
9147         based on base_fontname.
9148         (xic_free_xfontset): New function.
9149         (free_frame_xic): Use it.
9150         (xic_set_xfontset): Ditto.
9152         * xterm.c (xim_destroy_callback): Ditto.
9155 2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
9157         * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
9159 2004-10-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9161         * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
9162         XSync.
9164         * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
9165         New variables and constant.
9166         (main): Calculate heap_bss_diff.  If we are dumping and the
9167         heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
9168         and exec ourself again.
9169         (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
9170         print a warning.
9172         * lastfile.c: Make my_endbss and my_endbss_static available on all
9173         platforms.
9175         * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
9176         * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
9178 2004-10-19  Luc Teirlinck  <teirllm@auburn.edu>
9180         * data.c (Flocal_variable_if_set_p): Doc fix.
9182 2004-10-19  Jason Rumney  <jasonr@gnu.org>
9184         * w32.c (init_environment): Set emacs_dir correctly when running
9185         emacs from the build directory.
9187 2004-10-19  Richard M. Stallman  <rms@gnu.org>
9189         * editfns.c (Fdelete_and_extract_region):
9190         If region is empty, return null string.
9192 2004-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9194         * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
9195         and canon_width.
9196         (xg_frame_cleared): Remove.
9198         * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
9199         (xg_find_top_left_in_fixed): Remove.
9200         (xg_create_scroll_bar): Put an event box widget between
9201         the scroll bar widget and the edit widget.
9202         (xg_show_scroll_bar): Show the parent widget (the event box).
9203         (xg_remove_scroll_bar): Destroy parent (the event box) also.
9204         (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
9205         Move the parent (the event box) widget inside the fixed widget.
9206         Move window clear to xterm.c.
9208         * gtkutil.h (xg_frame_cleared): Remove.
9210         * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
9211         (x_scroll_bar_create, XTset_vertical_scroll_bar):
9212         Remove arguments left and width to xg_update_scrollbar_pos.
9213         (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
9215 2004-10-19  Kenichi Handa  <handa@m17n.org>
9217         * xdisp.c (display_mode_element): Fix display of wide chars.
9219 2004-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9221         * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
9222         gdk_window_clear and move gdk_window_process_all_updates after
9223         clear so events are sent to the X server in correct order.
9225 2004-10-18  Kenichi Handa  <handa@m17n.org>
9227         * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
9228         comparing font names.
9229         (fs_query_fontset): Use fast_string_match for comparing fontset names.
9230         (list_fontsets): Likewise.
9232         * search.c (fast_string_match_ignore_case): New function.
9234         * lisp.h (fast_string_match_ignore_case): Extern it.
9236 2004-10-17  Kim F. Storm  <storm@cua.dk>
9238         * xdisp.c (overlay_arrow_at_row): Return overlay string rather
9239         than bitmap if there is not left fringe.
9240         (get_overlay_arrow_glyph_row): Also used on windows system.
9241         (display_line): Display overlay string if no left fringe.
9243 2004-10-16  Jason Rumney  <jasonr@gnu.org>
9245         * w32fns.c (w32_font_match): Encode font name being matched.
9247 2004-10-16  Richard M. Stallman  <rms@gnu.org>
9249         * window.c (Fspecial_display_p): Doc fix.
9251 2004-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9253         * doc.c (Fsubstitute_command_keys): Fix remap-handling.
9254         Don't ignore menus, because where-is-internal already does it for us.
9256 2004-10-15  Kim F. Storm  <storm@cua.dk>
9258         * xdisp.c (redisplay_window): Only update fringes and vertical
9259         border on window frames.
9261 2004-10-14  Andreas Schwab  <schwab@suse.de>
9263         * m/ia64.h (DATA_SEG_BITS): Don't define.
9265 2004-10-14  Kim F. Storm  <storm@cua.dk>
9267         * xterm.h: Include Xutil.h after keysym.h to work around bug
9268         in some X versions.
9270 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9272         * fns.c (map_char_table): Add missing gcpros.
9274 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9276         * keymap.c (get_keymap): An autoload form is not a keymap.
9278         * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
9280 2004-10-13  Kim F. Storm  <storm@cua.dk>
9282         * callproc.c (Fcall_process): Simplify handling of display arg.
9283         Resume `display_on_the_fly' once a coding system is determined.
9285         * xdisp.c (redisplay_preserve_echo_area): Fix last change.
9287 2004-10-12  Kim F. Storm  <storm@cua.dk>
9289         * xdisp.c (redisplay_preserve_echo_area): Flush display in case
9290         caller, such as call-process, is not going to poll for input.
9291         (calc_line_height_property): Handle case where it->object is nil.
9293         * xterm.c (x_redisplay_interface): Fix flush_display_optional.
9295 2004-10-12  Kenichi Handa  <handa@m17n.org>
9297         * xdisp.c (get_next_display_element):
9298         If unibyte_display_via_language_environment is zero, display 8-bit
9299         chars in octal in unibyte buffer.
9301 2004-10-12  Kim F. Storm  <storm@cua.dk>
9303         * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
9304         are no ordinary bindings.
9306 2004-10-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9308         * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
9310 2004-10-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9312         * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
9313         (x_lower_frame): Add BLOCK_INPUT around SendBehind.
9314         (make_mac_frame): Add BLOCK_INPUT around the making of a
9315         terminal frame.
9316         (mac_initialize): Add BLOCK_INPUT around carbon initialization.
9317         * macgui.h (mktime): Use emacs_mktime.
9318         * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
9319         Make a cancel file-open dialog be like C-g.
9320         * mac.c (mktime): Use emacs_mktime.
9321         (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
9322         (Fmac_paste_function): Add better error handling for carbon cut/paste.
9324 2004-10-10  Kim F. Storm  <storm@cua.dk>
9326         * keyboard.c (timer_resume_idle): New function to resume idle
9327         timer without resetting timers on the idle list.
9328         (read_char): Use timer_resume_idle.  Remove local var last_idle_start.
9329         (timer_start_idle, timer_stop_idle): Declare static.
9330         (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
9332         * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
9334 2004-10-08  Steven Tamm  <steventamm@mac.com>
9336         * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
9337         * macterm.c (mac_check_for_quit_char): Remove warning for using
9338         NULL where 0 should be used.
9339         * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
9340         objc/malloc.h
9341         * mac.c: Include time.h for Tiger compatibility.
9343 2004-10-07  Kim F. Storm  <storm@cua.dk>
9345         * xdisp.c (redisplay_window): Fix flicker on vertical line between
9346         windows.  Update vertical line after drawing window fringes, but
9347         only if actually drawing any bitmaps--or there is no fringe.
9349         * xterm.c (x_update_window_end): Likewise.
9350         * macterm.c (x_update_window_end): Likewise.
9351         * w32term.c (x_update_window_end): Likewise.
9353         * fringe.c (draw_window_fringes): Return value now indicates if
9354         any fringe bitmaps were redrawn (or there are no fringes).
9356         * dispextern.h (draw_window_fringes): Update prototype.
9358 2004-10-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9360         * macfns.c (mac_get_window_bounds): Add extern.
9361         (x_real_positions): Use mac_get_window_bounds.
9363         * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
9364         xmenu.c (YAILOM).
9366         * macterm.c [!MAC_OSX]: Include Windows.h.
9367         (front_emacs_window): Rename from mac_front_window.  All uses
9368         changed.  Return the frontmost non-tooltip emacs window.
9369         (mac_get_window_bounds): New function.
9370         (x_calc_absolute_position): Use the difference of width and height
9371         between the inner and outer window.
9372         (x_set_offset): Specify window position by the coordinae of the
9373         outer window.  Adjust the position if the title bar is completely
9374         outside the screen.
9375         (app_is_suspended, app_sleep_time): Remove unused variables.
9376         (do_app_resume, do_app_suspend): Remove their contents because
9377         window-activate/deactivate events will do the job.
9378         (do_zoom_window): Remove unused variables.  Make compliant to the
9379         standard way of zooming.  Set f->left_pos and f->top_pos.
9380         (XTread_socket): Don't use argument `expected'.  Don't use
9381         FrontWindow to determine the clicked window.  Exclude unprocessed
9382         mouseUp cases in the early stage.  Add parentheses to fix operator
9383         precedence.
9384         (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
9386 2004-10-05  Jan Dj\e,Ad\e(Brv.  <jan.h.d@swipnet.se>
9388         * config.in: Regenerate.
9390         * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
9391         HAVE_EXECSHIELD.
9393 2004-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9395         * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
9396         a row if Alt or Meta has been found for that row.  Also stop scanning
9397         for Keysyms for that row.
9399 2004-10-04  Kim F. Storm  <storm@cua.dk>
9401         * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
9402         to list.  Include overlay arrow bitmap in return value.
9404         * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
9405         bars with fractional column width.  If scroll bar separates two
9406         windows, move it towards the window it belongs to.  Only update
9407         the padding area below the scroll bar widget when necessary,
9408         i.e. when scroll bar widget is created, moved, or resized.
9410         * xdisp.c (define_frame_cursor1): Do not change frame cursor
9411         while tracking/dragging mouse.
9412         (x_draw_vertical_border): Do not draw line if frame has scroll bars.
9414         * window.c (coordinates_in_window): Relax check for cursor
9415         on vertial border between mode lines.
9416         (Fset_window_fringes): Do not allow negative widths.
9417         (Fset_window_scroll_bars): Likewise.
9419         * .gdbinit (pp): Shorthand for p ARG + pr.
9420         (ff): New command: flush frame updates (X only).
9422 2004-10-03  Michael Albinus  <michael.albinus@gmx.de>
9424         * fileio.c (auto_save_1) Call Ffile_modes for remote files.
9426 2004-09-30  Kenichi Handa  <handa@m17n.org>
9428         * process.c (send_process): Free composition data.
9430         * fileio.c (Finsert_file_contents): Free composition data.
9432         * coding.c (code_convert_region): Don't skip ASCIIs if there are
9433         compositions to encode.
9434         (encode_coding_string): Likewise.  Free composition data.
9436 2004-09-30  Florian Weimer  <fw@deneb.enyo.de>
9438         * coding.c (code_convert_region): Free composition data.
9440 2004-09-29  Kim F. Storm  <storm@cua.dk>
9442         * fringe.c: Remove limit on number of bitmaps.
9443         (fringe_bitmaps, fringe_faces): Change to pointers.
9444         (max_fringe_bitmaps): New var.
9445         (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
9446         (init_fringe): Allocate fringe_bitmaps and fringe_faces.
9448         * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
9449         (struct glyph_row): Reorder fringe_bitmap related fields.
9450         (struct it): Likewise.
9452         * w32term.c (fringe_bmp): Change to pointer.
9453         (max_fringe_bmp): New var.
9454         (w32_define_fringe_bitmap): Expand fringe_bmp.
9455         (w32_draw_fringe_bitmap): Check max_fringe_bmp.
9456         (w32_destroy_fringe_bitmap): Likewise.
9458 2004-09-29  Kim F. Storm  <storm@cua.dk>
9460         * fringe.c: Simplify last change.
9461         (lookup_fringe_bitmap): New function.
9462         (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
9463         (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
9464         Keep standard bitmaps in Vfringe_bitmaps.
9465         (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
9466         (Fset_fringe_bitmap_face): Likewise.
9468         * dispextern.h (lookup_fringe_bitmap): Add prototype.
9469         (valid_fringe_bitmap_p): Remove prototype.
9471         * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
9473 2004-09-29  Kim F. Storm  <storm@cua.dk>
9475         * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
9476         (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
9478         * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
9480         * fringe.c (Vfringe_bitmaps): New variable.
9481         (syms_of_fringe): DEFVAR_LISP it.
9482         (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
9483         Change arg to Lisp_Object and fail if not an integer.
9484         (get_fringe_bitmap_name, resolve_fringe_bitmap)
9485         (destroy_fringe_bitmap): New functions.
9486         (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
9487         Use destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
9488         clear its fringe property.
9489         (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
9490         Fdestroy_fringe_bitmap.
9491         (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
9492         bitmap symbol; remove WHICH arg.  Add symbol to Vfringe_bitmaps
9493         and set fringe property.  Signal error if no free slots.
9494         (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
9495         (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
9497         * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
9498         symbols with a fringe property.
9500 2004-09-27  Kim F. Storm  <storm@cua.dk>
9502         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
9503         Doc fix.  Format may now be a symbol or alist, not a cons.
9505         * fringe.c (update_window_fringes): Handle new formats of
9506         indicate-buffer-boundaries (symbol or alist).  No longer
9507         allow a simple cons.
9508         (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
9510 2004-09-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9512         * config.in: Rebuild.
9514 2004-09-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9516         * config.in: Rebuild.
9518         * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
9520 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9522         * xterm.c (x_term_init): Work around a bug in some X servers.
9524 2004-09-18  Richard M. Stallman  <rms@gnu.org>
9526         * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
9528         * xdisp.c (try_window_reusing_current_matrix):
9529         Handle the case where we reach the old displayed text,
9530         out of sync with the old line boundary.
9532 2004-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9534         * fileio.c (Finsert_file_contents): Fix case of replacement in a
9535         narrowed buffer.
9537 2004-09-14  Kim F. Storm  <storm@cua.dk>
9539         * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
9541         * xfaces.c (Qface_no_inherit): New var.
9542         (syms_of_xfaces): Intern and staticpro it.
9543         (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
9544         (Finternal_copy_lisp_face, update_face_from_frame_parameter):
9545         Don't increment face_change_count when face has non-nil
9546         face-no-inherit property.
9548 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9550         * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
9551         (Fbyte_code): Remove dead code after `wrong_type_argument'.
9553         * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
9554         before doing the mark_stack_check_gcpros since they're not on the stack.
9556 2004-09-12  Kim F. Storm  <storm@cua.dk>
9558         * editfns.c (Fformat): Handle format strings with multiple text
9559         properties.  Reverse text property list from the format string,
9560         so the positions are in increasing order.
9562 2004-09-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9564         * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
9565         x_uncatch_errors so that possible protocol errors are delivered.
9567 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
9569         * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
9570         blockinput.h.
9571         (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
9572         charset.h, and coding.h
9573         (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
9574         (term.o): Depend on window.h and keymap.h.
9575         (abbrev.o): Depend on syntax.h.
9576         (callint.o): Depend on keymap.h.
9577         (casefiddle.o): Depend on charset.h and keymap.h.
9578         (category.o): Depend on keymap.h.
9579         (coding.o): Depend on dispextern.h.
9580         (cmds.o): Depend on keyboard.h and keymap.h.
9581         (dispnew.o): Depend on indent.h and intervals.h.
9582         (doc.o): Depend on keymap.h.
9583         (editfns.o): Depend on frame.h.
9584         (emacs.o): Depend on dispextern.h.
9585         (fileio.o): Don't depend on ccl.h.
9586         (filelock.o): Depend on charset.h and coding.h.
9587         (frame.o): Depend on w32term.h and macterm.h.
9588         (insdel.o): Depend on region-cache.h.
9589         (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
9590         (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
9591         (search.o): Depend on $(INTERVALS_SRC).
9592         (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
9593         (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
9594         xterm.h, w32term.h, and macterm.h.
9595         (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
9596         w32term.h, and macterm.h.
9597         (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
9598         region-cache.h, xterm.h, w32term.h, and macterm.h.
9599         (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
9600         (data.o): Depend on frame.h.
9601         (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
9602         (print.o): Depend on termchar.h and $(INTERVALS_SRC).
9603         (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
9604         (intervals.o): Depend on keymap.h.
9606         * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
9607         Add debugging print-out to termscript.
9609 2004-09-09  Richard M. Stallman  <rms@gnu.org>
9611         * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
9613 2004-09-08  Richard M. Stallman  <rms@gnu.org>
9615         * window.c (Fset_window_buffer): Doc fix.
9617         * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
9619 2004-09-08  Dan Nicolaescu  <dann@ics.uci.edu>
9621         * minibuf.c (history_delete_duplicates): New variable.
9622         (read_minibuf): Use it.
9623         (syms_of_minibuf): Create the corresponding lisp variable.
9625 2004-09-08  Kim F. Storm  <storm@cua.dk>
9627         * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
9628         overlay just before point.
9630 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
9632         * buffer.h (struct buffer): Add auto_save_file_format field.
9633         * buffer.c (reset_buffer, init_buffer_once):
9634         Handle auto_save_file_format field.
9635         (syms_of_buffer): Add DEFVAR_PER_BUFFER for
9636         `buffer-auto-save-file-format'.
9637         * fileio.c: Delete declaration for removed Vauto_save_file_format.
9638         (build_annotations): Adapt to replacement of
9639         `auto-save-file-format' with the new buffer-local variable
9640         `buffer-auto-save-file-format'.
9641         (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
9643 2004-09-07  Jason Rumney  <jasonr@gnu.org>
9645         * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
9647         * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
9648         Handle Unicode menu titles.
9650 2004-09-07  Kim F. Storm  <storm@cua.dk>
9652         * xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
9653         property from text property or overlay strings at point.
9655 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9657         * xmenu.c (update_submenu_strings): YAILOM.
9658         (set_frame_menubar): Make sure last_i is initialized.
9660 2004-09-03  Jason Rumney  <jasonr@gnu.org>
9662         * w32menu.c (_widget_value): Add lname and lkey.
9663         (digest_single_submenu): Set lname and lkey in widget_value
9664         instead of name and key.
9665         (update_submenu_strings): New function.
9666         (set_frame_menubar): Remove call to inhibit_garbage_collection,
9667         call update_submenu_strings.
9669         * w32menu.c (globals_of_w32menu): Check for Unicode API.
9670         (digest_single_submenu, w32_menu_show): Encode menu strings as
9671         UTF-8 if Unicode API is available.
9672         (utf8to16): New function.
9673         (add_menu_item): Use it when calling Unicode API.
9675 2004-09-03  Kim F. Storm  <storm@cua.dk>
9677         * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
9678         in overlay or text-property strings; set cursor on corresponding
9679         glyph rather than at end of the string.
9681 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9683         * macfns.c (x_real_positions): Save the current window port and
9684         set a new one before obtaining the global coordinate.
9685         Use FRAME_MAC_WINDOW.
9686         (x_set_name, x_set_title): Encode title to UTF8.
9687         Use SetWindowTitleWithCFString.
9688         (Fx_server_version): Get correct OS version.
9690         * macmenu.c (add_menu_item): Remove unused variable `i'.
9691         Don't let separator items destroy refence constants of other menu items.
9693         * macterm.c (x_update_end): Move SetPortWindowPort to inside
9694         BLOCK_INPUT.
9695         (x_set_offset): Use FRAME_MAC_WINDOW.
9697         * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
9698         nontext_cursor if it is on a scroll bar.
9700         * s/darwin.h (LIBS_CARBON): New define to specify libraries for
9701         Carbon support.
9702         (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
9703         Use LIBS_CARBON.
9705 2004-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9707         * xfns.c (x_set_name_internal): New function.  Check if we shall call
9708         xfree before ENCODE_UTF_8.
9709         (x_set_name, x_set_title): Call x_set_name_internal.
9711 2004-08-31  NAKAMURA Toshikazu  <nr-tkz@nifty.com>  (tiny change)
9713         * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
9714         reload it.
9716 2004-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9718         * macmenu.c (_widget_value): Add lname and lkey.
9719         (single_submenu): Set lname and lkey in widget_value
9720         instead of name and key.
9721         (update_submenu_strings): New function.
9722         (set_frame_menubar): Remove call to inhibit_garbage_collection,
9723         call update_submenu_strings.
9725         * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
9726         instead of name and key.
9727         (update_submenu_strings): New function.
9728         (set_frame_menubar): Remove call to inhibit_garbage_collection,
9729         call update_submenu_strings.
9731         * gtkutil.h (_widget_value): Added lname and lkey.
9733 2004-08-30  Steven Tamm  <steventamm@mac.com>
9735         * macmenu.c (mac_menu_show): Remove shadowing of menu variable
9736         by using different names for inner loop variables.
9738 2004-08-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9740         * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
9741         from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
9743         * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
9744         tool bar items is 0.
9746 2004-08-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9748         * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
9749         strings in menu items.
9750         (single_submenu): Use ENCODE_MENU_STRING
9751         (mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
9752         button release isn't passed to event loop
9753         (add_menu_item): Use SetMenuItemWithCFString
9755 2004-08-26  Steven Tamm  <steventamm@mac.com>
9757         * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
9758         tool-bar/menu click.
9759         * macfns.c (Fx_file_dialog): Implement using NavServices.
9761 2004-08-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9763         * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
9765         * xfns.c (x_window_to_frame, x_any_window_to_frame)
9766         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
9767         (x_top_window_to_frame): Return 0 if wdesc is None.
9769 2004-08-22  Richard M. Stallman  <rms@gnu.org>
9771         * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
9772         HAVE_TERMIOS]: If there's no char for this signal, drop through
9773         and use system calls.
9775         * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
9777 2004-08-20  Kim F. Storm  <storm@cua.dk>
9779         * process.c (wait_reading_process_output): Rename from
9780         wait_reading_process_input.  All uses changed.
9781         (wait_reading_process_output_1): Rename from
9782         wait_reading_process_input_1.  All uses changed.
9784         * dispnew.c (Fsleep_for): Remove obsolete code.
9786 2004-08-20  Kenichi Handa  <handa@m17n.org>
9788         * syntax.c (skip_chars): Fix for unibyte case.
9790 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9792         * syntax.c (char_quoted): Mixup byte/char pos.
9793         (back_comment): Fixup globals in all cases.
9795 2004-08-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9797         * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
9798         passing it to gtk_window_set_title.
9800 2004-08-19  Kim F. Storm  <storm@cua.dk>
9802         * process.c (wait_reading_process_input): Clean up.
9803         Add wait_for_cell, wait_proc, and just_wait_proc args
9804         to avoid overloading `read_kbd' and `do_display' args.
9805         Change read_kbd arg to int.  All callers changed.
9807         * process.c (process_send_signal): Use CDISABLE.
9809         * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
9811 2004-08-18  Kim F. Storm  <storm@cua.dk>
9813         * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
9814         forward to wait_reading_process_input via DO_DISPLAY arg.
9815         (wait_reading_process_input): If DO_DISPLAY < 0 for a process
9816         object, only process output from that process; also inhibit
9817         running timers if DO_DISPLAY==-2.
9819 2004-08-17  Kim F. Storm  <storm@cua.dk>
9821         * process.c (process_send_signal): Fix last change--use
9822         _POSIX_VDISABLE instead of CVDISABLE when available.
9824 2004-08-16  Richard M. Stallman  <rms@gnu.org>
9826         * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
9827         Set VQUIT and VINTR chars to the standard ones if they are unset.
9828         [AIX]: Don't do that here.  And don't force VINTR to standard
9829         when SIGNALS_VIA_CHARACTERS.
9831         * process.c (process_send_signal)
9832         [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
9833         Do nothing if the character is CVDISABLE.
9835         * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
9837         * intervals.c (move_if_not_intangible):
9838         Force POSITION to be between BEGV and ZV.
9840 2004-08-14  John Paul Wallington  <jpw@gnu.org>
9842         * buffer.c (Frestore_buffer_modified_p): Doc fix.
9844         * fileio.c (Fread_file_name): Doc fix.
9846         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
9848 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
9850         * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
9852 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
9854         * keyboard.c: Declare Qdisabled_command_function instead of
9855         Qdisabled_command_hook.
9856         (Fcommand_execute): Use Qdisabled_command_function instead of
9857         Qdisabled_command_hook.
9858         (syms_of_keyboard): Ditto.
9860 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
9862         * keymap.c (Flocal_key_binding, Fglobal_key_binding)
9863         (syms_of_keymap) <key-translation-map>: Doc fixes.
9865 2004-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9867         * window.c (window_list_1): YAILOM.
9869         * fileio.c (make_temp_name): Handle multibyte prefixes.
9871 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
9873         * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
9874         Doc fix.
9876 2004-08-03  Kenichi Handa  <handa@m17n.org>
9878         * coding.c (decode_coding_string): Adjust coding->consumed, and
9879         etc. with shrinked_bytes.
9881 2004-08-03  Kim F. Storm  <storm@cua.dk>
9883         * indent.c (compute_motion): Fix check for full width window
9884         in non-window case.  Do not count left truncation glyph on
9885         window systems.
9887 2004-08-02  Luc Teirlinck  <teirllm@auburn.edu>
9889         * data.c (Finteractive_form): Doc fix.
9891 2004-08-02  Kim F. Storm  <storm@cua.dk>
9893         * indent.c (compute_motion): Use actual window width if WIDTH is -1,
9894         properly accounting for continuation glyph on non-window systems.
9895         (Fcompute_motion): Use actual window width if WIDTH is nil, and
9896         actual window width/height if TOPOS is nil, properly accounting for
9897         continuation glyphs on non-window systems, and optional header lines.
9898         (vmotion): Let compute_motion calculate actual window width.
9900         * window.c (window_scroll_line_based): Let compute_motion
9901         calculate actual window width.
9903 2004-08-02  Kim F. Storm  <storm@cua.dk>
9905         * process.c (read_process_output): Use whole read buffer.
9906         Don't trigger adaptive read buffering on errors.
9908 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
9910         * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
9912         * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
9914         * callint.c (Fcall_interactively): Doc fix.
9916 2004-07-30  Richard M. Stallman  <rms@gnu.org>
9918         * abbrev.c (Fexpand_abbrev): Undo previous change.
9920 2004-07-30  Kim F. Storm  <storm@cua.dk>
9922         * editfns.c (Fformat): Allocate extra (dummy) element in info.
9924 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
9926         * eval.c (Fdefvar, Fdefconst): Doc fixes.
9928 2004-07-27  Kim F. Storm  <storm@cua.dk>
9930         * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
9931         we have ensured that the glyph fits on the current line (or returned
9932         MOVE_LINE_CONTINUED otherwise).
9934 2004-07-26  Kim F. Storm  <storm@cua.dk>
9936         * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
9937         is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
9938         if target position is at end of display line but char is not a newline.
9940 2004-07-25  Richard M. Stallman  <rms@gnu.org>
9942         * window.c (coordinates_in_window): Return ON_SCROLL_BAR
9943         instead of ON_VERTICAL_BORDER, when on scroll bar.
9944         (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
9946         * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
9948         * window.c (Fcoordinates_in_window_p):
9949         Take account of FRAME_INTERNAL_BORDER_WIDTH.
9951         * alloc.c (check_cons_list): New function (contents commented out).
9953 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
9955         * xfaces.c (Fcolor_supported_p): Doc fix.
9957         * frame.c (Fselect_frame, Fset_frame_selected_window)
9958         (Fframe_visible_p, Fraise_frame): Doc fixes.
9960 2004-07-24  Richard M. Stallman  <rms@gnu.org>
9962         * keyboard.h (not_single_kboard_state): Declare.
9964         * fileio.c (Fwrite_region): Doc fix.
9966         * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
9968         * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
9969         only when a real abbrev is present.
9971         * xfns.c (x_icon_verify): New function.
9972         (Fx_create_frame): Use it.
9974 2004-07-22  Barry Fishman  <barry_fishman@att.net>  (tiny change)
9976         * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
9978 2004-07-21  Kim F. Storm  <storm@cua.dk>
9980         * window.h (struct glyph_matrix): New members nrows_scale_factor
9981         and ncols_scale_factor.
9983         * window.c (make_window): Initialize nrows_scale_factor and
9984         ncols_scale_factor members.
9986         * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
9987         (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
9988         (required_matrix_height): Apply nrows_scale_factor.
9989         (required_matrix_width): Apply ncols_scale_factor.
9991         * xdisp.c (display_line): Increment nrows_scale_factor and set
9992         fonts_changed_p if past last allocated row.
9993         (append_glyph, append_composite_glyph, produce_image_glyph)
9994         (append_stretch_glyph): Increment ncols_scale_factor and set
9995         fonts_changed_p if current area is full.
9997 2004-07-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9999         * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
10001 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
10003         * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
10004         (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
10005         (Fset_window_start, Fscroll_up, Fscroll_down)
10006         (Fother_window_for_scrolling, Fscroll_other_window)
10007         (Fsave_window_excursion, Fset_window_vscroll)
10008         (syms_of_window) <window-size-fixed>: Doc fixes.
10010 2004-07-19  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
10012         * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
10013         ENCODE_SYSTEM for filenames.
10015 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10017         * mac.c (sys_select): Block input around call to
10018         ReceiveNextEvent to prevent breakage.  Correctly handle
10019         blocking on event queue only by calling ReceiveNextEvent
10020         instead of select (since GUI events aren't on an fd).
10021         (sys_read): Remove function
10022         * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
10024 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10026         * mac.c (sys_select): Redo sys_select to use alarm-based
10027         polling instead of 1 sec timeouts (like solaris).
10029         * macterm.c (x_make_frame_visible): Comment in polling on
10030         frame creation.
10032         * keyboard.c: Undef SIGIO on Carbon
10034         * atimer.c (alarm_signal_handler): Call alarm handlers after
10035         scheduling.
10037         * eval.c (Feval): Remove quit_char test
10039         * process.c (wait_reading_process_input): Remove clearing
10040         stdin for select call on process input.
10042 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
10044         * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
10045         capitalization error in docstring.
10047 2004-07-17  Juanma Barranquero  <lektu@terra.es>
10049         * keyboard.c (not_single_kboard_state): Do nothing unless
10050         MULTI_KBOARD is defined.
10052 2004-07-17  Richard M. Stallman  <rms@gnu.org>
10054         * window.c (coordinates_in_window): Inside the window but outside
10055         its box to the L or R, return ON_VERTICAL_BORDER.
10056         (window_list_1): Rotate the list to start with WINDOW.
10058         * print.c (print_preprocess): Test for print_depth at limit
10059         before entering in being_printed.
10061         * keyboard.c (not_single_kboard_state): New function.
10062         (stuff_buffered_input): Now no-op only if no SIGTSTP.
10064         * frame.c (Fdelete_frame): If we're in single_bboard_state on
10065         this kboard, and we delete its last frame, go to any_kboard_state.
10067         * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
10069 2004-07-15  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
10071         * w32fns.c (Fx_file_dialog): Encode strings in system coding
10072         system before passing them to OS functions for display.
10074 2004-07-15  David Kastrup  <dak@gnu.org>
10076         * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
10077         Apparently fixes an abort condition.
10079 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
10081         * fileio.c (Fvisited_file_modtime): Return a list of two integers,
10082         instead of a cons.
10084 2004-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10086         * keyboard.c (echo_dash): Do nothing if there already is a dash
10087         at the end of the echo string.
10089 2004-07-12  Kim F. Storm  <storm@cua.dk>
10091         * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
10092         if GC_MARK_STACK.
10094 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
10096         * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
10098         * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
10099         (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
10100         (Freplace_buffer_in_windows, Fset_window_buffer)
10101         (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
10102         (syms_of_window): Expand docstring of `display-buffer-function'.
10104 2004-07-09  Luc Teirlinck  <teirllm@auburn.edu>
10106         * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
10107         (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
10108         that time values of the type (HIGH . LOW) are considered obsolete.
10110 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
10112         * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
10113         docstring.
10115         * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
10117 2004-07-06  John Paul Wallington  <jpw@gnu.org>
10119         * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
10121         * fns.c (Fclear_string): Signal an error if STRING is not a string.
10123 2004-07-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10125         * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
10126         instead of CGMainDisplayID (only in OSX 10.2 and later).
10128 2004-07-04  John Paul Wallington  <jpw@gnu.org>
10130         * fileio.c (read_file_name_completion_ignore_case): New variable.
10131         (syms_of_fileio): Declare and initialise it.
10132         (Fread_file_name): Bind `completion-ignore-case' to respect it.
10134 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
10136         * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
10137         for event.x and event.y.
10139 2004-07-01  Kenichi Handa  <handa@m17n.org>
10141         * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
10142         after getting a new string by pre-write-conversion.
10144 2004-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10146         * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
10147         (x_calc_absolute_position): Remove unused var `child'.
10149         * xfaces.c (x_supports_face_attributes_p)
10150         (Fdisplay_supports_face_attributes_p): YAILOM.
10151         (tty_supports_face_attributes_p): Remove unused var `i'.
10153         * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
10154         back_unibyte_ok.
10156         * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
10158         * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
10160         * Makefile.in (${etc}DOC): Fix file name of make-docfile.
10162 2004-06-30  Andreas Schwab  <schwab@suse.de>
10164         * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
10165         (Finit_image_library): Pass LIBRARIES through to
10166         CHECK_LIB_AVAILABLE.  Declare parameters.  Doc fix.
10167         (lookup_image_type): Pass Qnil as second argument to
10168         Finit_image_library.
10170         * lisp.h (Finit_image_library): Declare.
10172 2004-06-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10174         * macterm.c (do_window_activate, do_window_deactivate): Remove.
10175         (XTread_socket): Send mouse button events to the toolbox
10176         dispatcher even when the mouse is grabbed.  Don't process window
10177         activate events for non-Emacs windows.  Replace function calls to
10178         do_window_activate and do_window_deactivate with their contents.
10179         Reset mouse grabbing status when a window is deactivated.
10181 2004-06-29  Steven Tamm  <steventamm@mac.com>
10183         * macterm.c (mac_get_emulated_btn)
10184         (mac_event_to_emacs_modifiers): Fix emulated mouse button
10185         support to correctly mask out modifiers.
10187 2004-06-29  David Kastrup  <dak@gnu.org>
10189         * search.c (Fset_match_data): Allow buffer before end of list
10190         which can happen if set-match-data is using a pre-consed list.
10192 2004-06-28  Steven Tamm  <steventamm@mac.com>
10194         * macterm.c (XTread_socket): Correctly set the frame position
10195         after the window is moved.
10197 2004-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10199         * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
10200         gpix and gmask just before return to avoid memory leak.
10201         (xg_get_image_for_pixmap): Add workaround for monochrome displays
10202         so insensitive and activated icons look ok.
10204 2004-06-27  Jason Rumney  <jasonr@gnu.org>
10206         * w32fns.c (file_dialog_callback): Disable edit control if set
10207         to directories only on CDN_INITDONE message.
10208         (Fx_file_dialog): Default to directories only when prompt starts
10209         with "Dired".
10211 2004-06-25  Kim F. Storm  <storm@cua.dk>
10213         * alloc.c (allocate_misc): Update total_free_markers.
10214         (free_misc): New function.
10215         (safe_alloca_unwind, free_marker): Use it.
10217         * lisp.h (free_misc): Add prototype.
10219         * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
10221 2004-06-24  Richard M. Stallman  <rms@gnu.org>
10223         * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
10224         (syms_of_emacs): Lisp variables deleted.
10226 2004-06-23  David Kastrup  <dak@gnu.org>
10228         * search.c (Freplace_match): Adjust the match-data more thoroughly
10229         when replacing strings in the buffer.
10230         (Fmatch_data): When INTEGERS is non-nil and the last match was in
10231         a buffer, add the buffer as last element to the match data.
10232         (Fset_match_data): If an additional element of the match-data is a
10233         buffer, restore it to last_thing_searched.
10234         (save_search_regs): Save last_thing_searched as part of the match data.
10235         (restore_match_data): Restore it again.
10237 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10239         * keymap.c (Ftext_char_description): Doc fix.
10240         * doc.c (Fsnarf_documentation): Doc fix.
10242 2004-06-22  Kim F. Storm  <storm@cua.dk>
10244         * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
10246         * lisp.h (struct Lisp_Save_Value): New member dogc.
10247         (SAFE_ALLOCA_LISP): Change second arg to number of elements.
10248         Set dogc member in Lisp_Save_Value object so it will be GC'ed.
10249         (SAFE_FREE_LISP): New macro.
10251         * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
10252         (make_save_value): Init new dogc member.
10253         (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
10255         * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
10256         SAFE_FREE_LISP macros.
10258 2004-06-22  Kim F. Storm  <storm@cua.dk>
10260         * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
10261         Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
10262         in that memory area are unknown to GC.  Add comments.
10264         * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
10266 2004-06-21  Kim F. Storm  <storm@cua.dk>
10268         * lisp.h (MAX_ALLOCA): Define here.
10269         (safe_alloca_unwind): Add prototype.
10270         (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
10272         * alloc.c (safe_alloca_unwind): New function.
10274         * casefiddle.c (casify_object): Use SAFE_ALLOCA.
10276         * charset.c (Fstring): Use SAFE_ALLOCA.
10278         * coding.c (MAX_ALLOCA): Remove define.
10280         * data.c (MAX_ALLOCA): Remove define.
10281         (Faset): Use SAFE_ALLOCA.
10283         * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
10285         * fns.c (string_make_multibyte, string_to_multibyte)
10286         (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
10287         (MAX_ALLOCA): Remove define.
10288         (Fbase64_encode_region, Fbase64_encode_string)
10289         (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
10290         (Fbase64_encode_region, Fbase64_encode_string): Fix potential
10291         memory leak if encoding fails.
10293         * xdisp.c (add_to_log): Use SAFE_ALLOCA.
10295 2004-06-21  Eli Zaretskii  <eliz@gnu.org>
10297         * print.c (Fwith_output_to_temp_buffer): Doc fix.
10299 2004-06-20  Richard M. Stallman  <rms@gnu.org>
10301         * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
10303         * search.c (match_limit): Cleaner err msg when no match data available.
10305         * window.c (syms_of_window): Doc fix.
10307         * keyboard.c (command_loop_1): Handle values `only' and `identity'
10308         for Vtransient_mark_mode.
10310         * buffer.c (syms_of_buffer): Doc fix.
10312 2004-06-21  David Kastrup  <dak@gnu.org>
10314         * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
10315         and unbinding of `case-fold-search' according to
10316         `completion-ignore-case' around calls of string-match and
10317         predicates, respectively.  Should give satisfactory performance
10318         in all relevant cases.
10320 2004-06-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10322         * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
10323         clip_x/y_origin.
10325         * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
10327         * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
10329         * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
10330         on Mac OSX.
10332 2004-06-16  Luc Teirlinck  <teirllm@auburn.edu>
10334         * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
10336 2004-06-16  Kim F. Storm  <storm@cua.dk>
10338         * dispextern.h (Vimage_types): Remove extern.
10340 2004-06-16  Miles Bader  <miles@gnu.org>
10342         * image.c (lookup_image_type): Initialize image type if necessary.
10344 2004-06-15  Kim F. Storm  <storm@cua.dk>
10346         * xdisp.c (try_cursor_movement): Exclude header line from scroll
10347         margin at top of window.
10348         (try_window_reusing_current_matrix): Calculate proper cursor position
10349         after scrolling up with non-zero scroll margin, as the old cursor
10350         position corresponds to value of PT before executing this command.
10351         (try_window_id): Consider scroll margin at bottom of window too;
10352         otherwise we fail to scroll when hl-line-mode is enabled.
10354         * syntax.c (skip_chars): Only recognize [:class:] when it has the
10355         proper format and class is a lower-case word.
10357 2004-06-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10359         * gtkutil.c (xg_get_image_for_pixmap): New function.
10360         (xg_get_gdk_pixmap_and_mask): Remove.
10361         (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
10362         xg_get_gdk_pixmap_and_mask.
10364         * xterm.h (struct x_display_info): Typo in comment fixed.
10366 2004-06-14  Juanma Barranquero  <lektu@terra.es>
10368         * dispextern.h (Vimage_types): Make it conditional on
10369         HAVE_WINDOW_SYSTEM.
10371         * image.c (Vimage_types): Move from xdisp.c.
10372         (Vimage_type_cache): New variable.
10373         (define_image_type): New argument indicating whether an image
10374         library was loaded; cache loaded status and return t on success,
10375         nil otherwise.
10376         (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
10377         (w32_delayed_load): New function to load an image library from a
10378         list of possible filenames.
10379         (init_xpm_functions, init_png_functions, init_jpeg_functions)
10380         (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
10381         (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
10382         (Finit_image_library): New function, extracted from `init_image'.
10383         Try to initialize an image library on demand and cache whether we
10384         were successful or not.
10385         (syms_of_image): Initialize `Vimage_types' and
10386         `Vimage_type_cache'.  Add recognized image types to Vimage_types.
10387         Export `init-image-library'.
10388         (init_image): Remove initialization of all image types, except xbm
10389         and pbm.
10391         * xdisp.c (Vimage_types): Delete (moved to image.c).
10393 2004-06-14  Andreas Schwab  <schwab@suse.de>
10395         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
10396         Avoid calling specbind when completion-regexp-list is empty.
10398 2004-06-13  Richard M. Stallman  <rms@gnu.org>
10400         * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
10401         (re_wctype, re_iswctype, re_wctype_to_bit):
10402         Non-function definitions moved here from regex.c.
10404         * regex.c (re_wctype, re_iswctype): Function defs longer static.
10405         (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
10406         (re_wctype, re_iswctype, re_wctype_to_bit):
10407         Non-function definitions moved to regex.h.
10409         * window.c (Fselect_window): Doc fix.
10411         * syntax.c: Include regex.h.
10412         (skip_chars): New arg HANDLE_ISO_CLASSES.  Callers changed.
10413         If requested, make a list of classes, then check the scanned
10414         chars for membership in them.
10415         (in_classes): New function.
10416         Doc fix.
10418         * keyboard.c (cmd_error): Don't call any_kboard_state
10419         if inside a recursive edit level.
10421 2004-06-13  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10423         * keyboard.c (command_loop): Call any_kboard_state before
10424         command_loop_2 when at top level.
10426 2004-06-13  Andreas Schwab  <schwab@suse.de>
10428         * print.c (print_object): Always use %ld for printing EMACS_INT.
10430         * keyboard.c (cancel_hourglass_unwind): Return a value.
10431         (modify_event_symbol): Always use %ld for printing EMACS_INT.
10432         (Fexecute_extended_command): Likewise.
10434         * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
10435         avoid clashes.
10436         (SYNTAX): Likewise.
10437         (SYNTAX_WITH_FLAGS): Likewise.
10438         (SYNTAX_MATCH): Likewise.
10440         * syntax.c (char_quoted): Avoid warning about undefined operation.
10441         (find_defun_start): Likewise.
10442         (scan_lists): Likewise.
10443         (INC_FROM): Likewise.
10444         (scan_sexps_forward): Likewise.
10446         * image.c: Include <ctype.h>.
10448         * xfaces.c (face_attr_equal_p): Declare parameters.
10450 2004-06-13  Kenichi Handa  <handa@m17n.org>
10452         * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
10454 2004-06-12  Matthew Mundell  <matt@mundell.ukfsn.org>
10456         * eval.c (Fdefun): Signal an error if NAME is not a symbol.
10458 2004-06-12  Kenichi Handa  <handa@m17n.org>
10460         * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
10461         ccl_prog_stack_struct and update it.
10462         (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
10463         (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
10464         ccl->eof_ic on EOF.
10465         (ccl_debug_hook): New function.
10466         (struct ccl_prog_stack): New member eof_ic.
10467         (ccl_driver): Handle EOF in subrountine call correctly.
10469 2004-06-11  Kenichi Handa  <handa@m17n.org>
10471         * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
10473 2004-06-11  Kim F. Storm  <storm@cua.dk>
10475         * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
10477 2004-06-11  Juanma Barranquero  <lektu@terra.es>
10479         * keyboard.c (Fposn_at_point): Doc fix.
10481 2004-06-11  David Kastrup  <dak@gnu.org>
10483         * search.c (match_limit): Don't flag an error if match-data
10484         exceeding the allocated search_regs.num_regs gets requested, just
10485         return Qnil.
10487 2004-06-08  Miles Bader  <miles@gnu.org>
10489         * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
10491 2004-06-07  Juanma Barranquero  <lektu@terra.es>
10493         * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
10494         (Fcurrent_time_string, Fcurrent_time_zone)
10495         (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
10497 2004-06-07  Miles Bader  <miles@gnu.org>
10499         * xfaces.c (struct named_merge_point): New type.
10500         (push_named_merge_point): New function.
10501         (merge_named_face): New function.
10502         (merge_face_ref, face_at_buffer_position, face_at_string_position):
10503         Use `merge_named_face'.
10504         (merge_face_inheritance): Function removed.
10505         (merge_face_ref): Rename from `merge_face_vector_with_property'.
10506         Add new `err_msgs' and `named_merge_points' args.  Return error
10507         status.  Only print error messages if ERR_MSGS is true.  Don't try to
10508         do :inherit attribute validation.
10509         (merge_face_heights): Handle `unspecified' in both directions.
10510         (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
10511         Call `merge_face_ref' instead of `merge_face_inheritance'.
10512         (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
10513         (compute_char_face, face_at_buffer_position)
10514         (face_at_string_position): Call `merge_face_ref' instead of
10515         `merge_face_vector_with_property'.
10517 2004-06-07  Kenichi Handa  <handa@m17n.org>
10519         * coding.c (find_safe_codings): Check NILP (safe_codings) only at
10520         the necessary places.
10522 2004-06-07  Kim F. Storm  <storm@cua.dk>
10524         * process.c (Fdelete_process): Undo 2004-05-28 change.
10525         Instead, call status_notify also for network process.
10526         (status_message): Use process instead of status as arg.
10527         Give messages "deleted" or "connection broken by remote peer" for
10528         an exited network process.
10529         (status_notify): Change call to status_message.
10530         (read_process_output): Increase readmax to 4096.  Do not increase
10531         buffer size for datagram channels (default is now large enough).
10533 2004-06-06  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
10535         * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
10536         problem due to newly defined variable.
10538 2004-06-06  Miles Bader  <miles@gnu.org>
10540         * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
10541         immediately if non-interactive or not initialized.
10543 2004-06-05  Richard M. Stallman  <rms@gnu.org>
10545         * minibuf.c (Fcompleting_read): Doc fix.
10547 2004-06-05  Andreas Schwab  <schwab@suse.de>
10549         * macfns.c (x_create_tip_frame): Fix declaration after statement.
10551 2004-06-05  Juanma Barranquero  <lektu@terra.es>
10553         * keymap.c (Fdescribe_vector): Fix docstring.
10554         (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
10556 2004-06-05  Miles Bader  <miles@gnu.org>
10558         * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
10559         attributes have different values than the default face.
10561 2004-06-04  Eli Zaretskii  <eliz@gnu.org>
10563         * xfaces.c (x_supports_face_attributes_p): Make this function
10564         conditional on HAVE_WINDOW_SYSTEM.
10565         (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
10566         Don't call x_supports_face_attributes_p if it was not compiled in.
10568 2004-06-04  Miles Bader  <miles@gnu.org>
10570         * xfaces.c (tty_supports_face_attributes_p): New function, mostly
10571         from Ftty_supports_face_attributes_p.
10572         (x_supports_face_attributes_p): New function.
10573         (Ftty_supports_face_attributes_p): Function deleted.
10574         (Fdisplay_supports_face_attributes_p): New function.
10575         (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
10576         (face_attr_equal_p): New function.
10577         (lface_equal_p): Use it.
10579 2004-06-03  Juanma Barranquero  <lektu@terra.es>
10581         * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
10582         (Vw32_color_map): Fix typo in docstring.
10583         (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
10584         (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
10585         Make argument names match their use in docstring.
10587 2004-06-02  Juanma Barranquero  <lektu@terra.es>
10589         Work around bugs/problems with MinGW builds of graphics libraries
10590         called from MSVC builds of Emacs.
10592         * image.c (lookup_image): Make pointer to img static.
10593         (png_read_from_memory): Disable "global" optimization.
10595 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10597         * eval.c (Fcondition_case): Fix usage.  Simplify.
10599         * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
10601 2004-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10603         * macfns.c: Don't include ccl.h.
10604         [MAC_OSX]: Don't include QuickTime/QuickTime.h.
10605         [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
10606         TextUtils.h.
10607         (Fx_create_frame): Sync with xfns.c.  Initialize cursor descriptors.
10608         (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
10609         display height/width.
10610         (compute_tip_xy, Vx_max_tooltip_size): Declare.
10611         (unwind_create_tip_frame, compute_tip_xy): New functions.
10612         (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
10613         (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
10614         and last_show_tip_args.
10616         * macgui.h [!MAC_OSX]: Include Gestalt.h.
10617         (Cursor, No_Cursor): New defines.
10618         [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
10619         [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
10621         * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
10623         * macterm.c: Don't include Gestalt.h.
10624         (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
10625         (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
10626         (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
10627         (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
10628         (mac_copy_area, mac_copy_area_with_mask, x_update_end)
10629         (construct_mouse_click, XTmouse_position)
10630         (x_scroll_bar_report_motion, x_calc_absolute_position)
10631         (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
10632         (XTread_socket, make_mac_frame): Use SetPortWindowPort.
10633         (note_mouse_movement): Clear the mouse face and reset the pointer
10634         shape when the pointer goes outside the frame without grabbing.
10635         (mac_front_window): New function.
10636         (mac_window_to_frame): New macro.
10637         (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
10638         (do_window_activate, do_window_deactivate, do_app_resume)
10639         (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
10640         (do_zoom_window, mac_do_receive_drag, XTread_socket)
10641         (mac_check_for_quit_char): Use mac_front_window and/or
10642         mac_window_to_frame.
10643         (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
10644         scroll-bar click event.
10645         (mac_define_frame_cursor): Change the pointer shape.
10646         (x_free_frame_resources): Reset tip_window to NULL when it is
10647         disposed of.
10648         [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
10649         [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
10650         (do_window_update): Don't do anything if the updated window is the
10651         tooltip window.
10652         (do_mouse_moved): Handle mouse movement events here (previously in
10653         XTread_socket).  Clear the mouse face if
10654         dpyinfo->mouse_face_hidden is set.
10655         (do_os_event, do_events): Remove (now in XTread_socket).
10656         (XTread_socket): Immediately return if interrupt_input_blocked.
10657         Loop until all the events in the queue are processed.
10658         Rearrange codes for mouse grabbing.  Add tooltip support.  Include the
10659         contents of do_os_event and do_events.  Remove mouse movement
10660         handling (now in do_mouse_moved).  Add the case where
10661         Vmouse_highlight has an integer value.
10662         (NewMacWindow): Remove.
10663         (make_mac_frame): Do what NewMacWindow previously did.  Don't do
10664         excess initializations.
10665         (make_mac_terminal_frame): Previous initializations in
10666         make_mac_frame are moved here.
10667         (mac_initialize_display_info):
10668         Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
10670         * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
10671         (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
10673 2004-05-29  Richard M. Stallman  <rms@gnu.org>
10675         * lisp.h (truncate_undo_list): Update decl.
10677         * alloc.c (undo_outer_limit): New variable.
10678         (syms_of_alloc): Defvar it.
10679         (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
10681         * undo.c (truncate_undo_list): New arg LIMITSIZE.
10683         * alloc.c (lisp_align_malloc): Check for base == 0
10684         regardless of HAVE_POSIX_MEMALIGN.
10685         Clean up HAVE_POSIX_MEMALIGN handling of `err'.
10687 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10689         * alloc.c: Undo Kim's recent changes and fix the same bug differently.
10690         (marker_blocks_pending_free): Remove.
10691         (Fgarbage_collect): Sweep after cleaning up undo-lists.
10692         Mark the undo lists after claning them up.
10693         Don't free block in marker_blocks_pending_free.
10694         (mark_buffer): Don't mark undo_list.
10695         (gc_sweep): Sweep hash-tables and strings first.
10696         Do free marker blocks that are empty.
10698 2004-05-28  Jim Blandy  <jimb@redhat.com>
10700         * regex.c (print_partial_compiled_pattern): Add missing 'break'
10701         after 'case wordend'.  For symbeg and symend, print to stderr,
10702         like the other cases.
10704 2004-05-28  Noah Friedman  <friedman@splode.com>
10706         * process.c (Fdelete_process): Do not call remove_process.
10708 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10710         * alloc.c (struct backtrace): Remove.
10711         (Fgarbage_collect): Use the new mark_backtrace.
10713         * eval.c (mark_backtrace): New function.
10715         * minibuf.c (run_exit_minibuf_hook): New function.
10716         (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
10717         (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
10719 2004-05-27  Kim F. Storm  <storm@cua.dk>
10721         * xdisp.c (back_to_previous_visible_line_start): Skip backwards
10722         over display properties, e.g. images, that replace buffer text.
10724 2004-05-25  Kim F. Storm  <storm@cua.dk>
10726         * alloc.c (marker_blocks_pending_free): New var.
10727         (gc_sweep): Store free marker blocks on that list.
10728         (Fgarbage_collect): Free them after undo-list cleanup.
10730         * process.c (wait_reading_process_input): Check connect_wait_mask
10731         before actually accepting connection in case it has already been
10732         accepted due to recursion.
10734 2004-05-23  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10736         * coding.c (Fset_safe_terminal_coding_system_internal):
10737         Set suppress_error in safe_terminal_coding, not terminal_coding.
10739 2004-05-22  Richard M. Stallman  <rms@gnu.org>
10741         * alloc.c (Fmake_string): Doc fix.
10743         * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
10744         and the alist pairs too.
10746         * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
10748         * emacs.c (main): Update copyright year.
10750         * fileio.c (Fread_file_name): Expand DIR if not absolute.
10752         * insdel.c (del_range_2, replace_range): Don't write an anchor
10753         if the gap is empty.
10755         * xdisp.c (try_scrolling): If scroll-up-aggressively or
10756         scroll-down-aggressively is small but positive, put point
10757         near the screen edge.
10759 2004-05-22  Juanma Barranquero  <lektu@terra.es>
10761         * keymap.c (Fdefine_key): Doc fix.
10763 2004-05-22  Kim F. Storm  <storm@cua.dk>
10765         * alloc.c (struct backtrace): Add debug_on_exit member.
10766         (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
10767         Identify those markers as Lisp_Misc_Free objects.  Clear car and cdr of
10768         the removed cons cells.
10769         (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
10770         (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
10771         any cons cells pointing to unallocated stings.
10772         Do not lisp_free any marker blocks, as there may still be pointers
10773         to them from buffer undo lists at this stage of GC.
10775         * keyboard.c (struct backtrace): Add debug_on_exit member.
10776         (Fcommand_execute): Clear it.
10778 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
10780         * intervals.c (lookup_char_property): Do not prematurely return nil.
10782 2004-05-19  Jim Blandy  <jimb@redhat.com>
10784         Add support for new '\_<' and '\_>' regexp operators, matching the
10785         beginning and end of symbols.
10787         * regex.c (enum syntaxcode): Add Ssymbol.
10788         (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
10789         (re_opcode_t): New opcodes `symbeg' and `symend'.
10790         (print_partial_compiled_pattern): Print the new opcodes properly.
10791         (regex_compile): Parse the new operators.
10792         (analyse_first): Skip sym(beg|end) (they match only the empty string).
10793         (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
10794         \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
10795         (re_match_2_internal): Match symbeg and symend.
10797         * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
10799 2004-05-19  Kim F. Storm  <storm@cua.dk>
10801         * .gdbinit (xsymbol): Fix last change.
10803 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10805         * .gdbinit (xprintstr): New fun.
10806         (xstring, xprintsym): Use it.
10808         * w32proc.c (create_child): Use INTMASK.
10810         * alloc.c (Fgarbage_collect): Do all the marking before flushing
10811         unmarked elements of the undo list.
10813 2004-05-18  David Ponce  <david@dponce.com>
10815         * print.c (print): Reset print_depth before to call print_object.
10817 2004-05-18  Jason Rumney  <jasonr@gnu.org>
10819         * w32console.c: Prefix RIF functions with w32con_ to avoid
10820         namespace clash with functions in term.c and w32term.c.
10822         * w32menu.c (add_menu_item, w32_menu_display_help)
10823         [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
10825         * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
10827 2004-05-18  Eli Zaretskii  <eliz@gnu.org>
10829         * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
10831         * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
10832         with make_number.
10833         (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
10834         with XINT.
10836 2004-05-18  Kim F. Storm  <storm@cua.dk>
10838         * blockinput.h (INPUT_BLOCKED_P): New macros.
10840         * keyboard.c (Frecursive_edit): Return immediately if input blocked.
10841         (Ftop_level): Unblock input if blocked.
10843         * buffer.h (GET_OVERLAYS_AT): New macro.
10844         * msdos.c (IT_note_mouse_highlight): Use it.
10845         * textprop.c (get_char_property_and_overlay): Use it.
10846         * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
10847         * xfaces.c (face_at_buffer_position): Use it.
10849         * print.c (print_object): Increase buf size.
10851 2004-05-17  Jason Rumney  <jasonr@gnu.org>
10853         * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
10854         (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
10855         Lisp_Object using i member.
10856         (w32_quit_key): Rename from Vw32_quit_key, and make an int.
10857         (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
10858         consistently.
10860         * w32proc.c (create_child): Use make_number instead of masking pid.
10862         * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
10863         (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
10864         Use EQ to compare Lisp_Objects.
10865         (w32_parse_hot_key): Use int for lisp_modifiers consistently.
10867         * w32term.c (w32_num_mouse_buttons): Rename from
10868         Vw32_num_mouse_buttons and make it an int.
10870         * w32.c (init_environment): Use it.
10872         * w32fns.c (w32_wnd_proc): Likewise.
10874         * w32proc.c (w32_pipe_read_delay): Rename from
10875         Vw32_pipe_read_delay and make it an int.
10877         * w32.c (_sys_read_ahead): Use it.
10879         * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
10881         * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
10883         * w32inevt.c (w32_console_mouse_position, do_mouse_event)
10884         (key_event): Don't mix Lisp_Object and int.
10886         * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
10888         * keyboard.c (kbd_buffer_get_event): Don't use event->code and
10889         modifiers in language change event.
10891 2004-05-17  Kim F. Storm  <storm@cua.dk>
10893         * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
10894         Such objects may be freed markers which still exist on an undo list.
10896 2004-05-16  Juanma Barranquero  <lektu@terra.es>
10898         * data.c (Fset_default): Make argument names match their use in
10899         docstring.
10901 2004-05-15  Andreas Schwab  <schwab@suse.de>
10903         * emacs.c (gdb_array_mark_flag): Define.
10904         * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
10906 2004-05-15  Eli Zaretskii  <eliz@gnu.org>
10908         * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
10909         __attribute__((__aligned__)), so that USE_LSB_TAG would not become
10910         defined for the MS-DOS build.
10912 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10914         * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
10916 2004-05-14  Kenichi Handa  <handa@m17n.org>
10918         * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
10920 2004-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10922         * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
10923         section to frame.c section.
10924         (Fxw_display_color_p, Fx_file_dialog): Declare if
10925         HAVE_WINDOW_SYSTEM defined.
10927         * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
10929         * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
10931         * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
10932         (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
10933         (XTread_socket): Fix int/Lisp_Object mixup.
10934         (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
10936         * macterm.h (struct frame, struct face, struct image)
10937         (display_x_get_resource, Fx_display_color_p)
10938         (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
10939         Add prototypes.
10941 2004-05-14  Kim F. Storm  <storm@cua.dk>
10943         * process.c (wait_reading_process_input): Make reentrant.
10944         Make Available and Connecting non-static.  Save and restore value
10945         of waiting_for_user_input_p.
10947 2004-05-13  Kim F. Storm  <storm@cua.dk>
10949         * keyboard.c (mark_kboards): Don't mark x and y members
10950         that are overloaded in selection request events.
10952 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
10956 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
10958         * window.c (Fdisplay_buffer, Fsplit_window)
10959         (split-height-threshold): Doc fix.
10961 2004-05-13  Juanma Barranquero  <lektu@terra.es>
10963         * xfaces.c (Ftty_supports_face_attributes_p)
10964         (Finternal_copy_lisp_face): Fix typo in docstring.
10965         (Finternal_get_lisp_face_attribute): Fix docstring.
10967 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10969         * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
10971 2004-05-11  Steven Tamm  <steventamm@mac.com>
10973         * macfns.c (Fx_create_frame): Default to using tool-bar by
10974         setting tool-bar-lines to 1 in default-frame-alist.
10976 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10978         * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
10979         (xpm_get_color_table_v, xpm_make_color_table_h)
10980         (xpm_put_color_table_h, xpm_get_color_table_h)
10981         (xpm_str_to_color_key, xpm_load_image, xpm_load)
10982         (syms_of_image): Support XPM on Carbon Emacs.  Does not
10983         depend on libXpm, but only supports XPM version 3 without extensions.
10985 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10987         * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
10988         instead of FRAME_X_P
10990 2004-05-11  Kim F. Storm  <storm@cua.dk>
10992         * process.c (read_process_output): Grow decoding_buf when needed;
10993         this could cause a crash in allocate_string and compact_small_strings.
10995 2004-04-29  Jim Blandy  <jimb@redhat.com>
10997         * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
10998         against proper opcode.
11000 2004-05-10  Juanma Barranquero  <lektu@terra.es>
11002         * process.c (Fstart_process): Fix docstring.
11004         * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
11005         (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
11006         (Fsplit_char, Fchar_charset): Make argument names match their use
11007         in docstring.
11009 2004-05-10  Richard M. Stallman  <rms@gnu.org>
11011         * print.c (print_preprocess): Use being_printed, loop_count and
11012         halftail to detect overdeep nesting and cyclic cdr chains.
11014 2004-05-10  Andreas Schwab  <schwab@suse.de>
11016         * lisp.h (Fmake_symbolic_link): Declare.
11018         * fileio.c (Frename_file): Remove extra argument in call to
11019         Fmake_symbolic_link.
11021 2004-05-10  Kim F. Storm  <storm@cua.dk>
11023         * xdisp.c (calc_line_height_property): Use string position when
11024         object is a string.
11026 2004-05-10  Kenichi Handa  <handa@m17n.org>
11028         * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
11029         inhibit-modification-hooks to t temporarily before calling
11030         Ferase_buffer.
11032         * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
11033         inhibit-modification-hooks to t temporarily before calling
11034         Ferase_buffer.
11036         * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
11037         inhibit-modification-hooks to t temporarily before calling
11038         Ferase_buffer.
11040         * fns.c (count_combining): Delete it.
11041         (concat): Don't check combining bytes.
11043 2004-05-09  Jason Rumney  <jasonr@gnu.org>
11045         * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
11046         (globals_of_w32fns): Set it.
11048 2004-05-09  Piet van Oostrum  <piet@cs.uu.nl>
11050         * data.c (Fquo): Simplify.
11052 2004-05-08  Peter Whaite  <emacs@whaite.ca>  (tiny change)
11054         * data.c (Fquo): If any argument is float, do the computation in
11055         floating point.
11057 2004-05-08  Juanma Barranquero  <lektu@terra.es>
11059         * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
11060         (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
11061         Fix spelling of Emacs on docstring.
11062         (Fset_process_coding_system, Fprocess_coding_system)
11063         (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
11064         Make argument names match their use in docstring.
11065         (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
11066         Fix docstring.
11068         * editfns.c (Finsert_buffer_substring): Make argument names match their
11069         use in docstring.
11071         * syntax.c (Fmodify_syntax_entry): Fix docstring.
11073 2004-05-07  Steven Tamm  <steventamm@mac.com>
11075         * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
11076         around call to ReceiveEvent to avoid certain crashes.
11078 2004-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11080         * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
11081         (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
11082         (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
11083         Save/restore the current graphics port and device handle when
11084         drawing into an offscreen graphics world.
11086         * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
11087         (gif_load): Likewise.
11089 2004-05-07  Juanma Barranquero  <lektu@terra.es>
11091         * window.c (Fset_window_buffer): Fix docstring.
11093 2004-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11095         * emacs.c (main) [VMS]: Fix var ref.
11097 2004-05-06  Romain Francoise  <romain@orebokech.com>
11099         * data.c (Fsetq_default): Fix docstring.
11101 2004-05-06  Jason Rumney  <jasonr@gnu.org>
11103         * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
11104         to avoid name clash.
11106 2004-05-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11108         * fileio.c (barf_or_query_if_file_exists): Use lstat.
11109         (Frename_file): Handle renaming of symlinks across file systems.
11110         (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
11112 2004-05-04  Kim F. Storm  <storm@cua.dk>
11114         * xdisp.c (Qtotal): New var.
11115         (syms_of_xdisp): Intern and staticpro it.
11116         (calc_line_height_property): New arg total.  Set it if
11117         line-spacing property has format (total . VALUE).
11118         (x_produce_glyphs): Ignore line-spacing if line-height is 0.
11119         Handle total line-spacing property.
11121 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11123         * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
11124         "under" scroll bar when size/position changes.
11126 2004-05-03  Jason Rumney  <jasonr@gnu.org>
11128         * makefile.nt: Remove.
11130 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
11132         * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
11133         Avoid compiler warnings.
11135         * Makefile.in (region-cache.o): Depend on config.h.
11137 2004-05-02  Romain Francoise  <romain@orebokech.com>
11139         * indent.c (compute_motion): Save vpos in prev_vpos when dealing
11140         with continuation lines, too.
11142 2004-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
11144         * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
11146 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11148         * xdisp.c (calc_line_height_property): YAILOM (yet another
11149         int/Lisp_Object mixup).
11151 2004-05-01  Eli Zaretskii  <eliz@gnu.org>
11153         * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
11154         undo bad effect of pack(4) in some versions of system headers.
11156 2004-05-01  Jason Rumney  <jasonr@gnu.org>
11158         * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
11160 2004-04-30  Kim F. Storm  <storm@cua.dk>
11162         * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
11163         (syms_of_buffer) <cursor-type>: Doc fix.
11165         * dispextern.h (struct it): Remove member use_default_face.
11166         Add members override_ascent, override_descent, override_boff.
11168         * xdisp.c (init_iterator): Handle line-spacing float value.
11169         Initialize override_ascent member.
11170         (append_space_for_newline): Reset override_ascent.
11171         Remove use_default_face.
11172         (calc_line_height_property): New function to calculate value of
11173         line-height and line-spacing properties.  Look at overlays, too.
11174         Set override_ascent, override_descent, override_boff members when
11175         using another face than the current face.  Float values are now
11176         relative to the frame default font, by default; accept a cons
11177         of ratio and face name to specify value relative to a specific face.
11178         (x_produce_glyphs): Use calc_line_height_property.
11179         Use override_ascent etc. when set to handle different face heights.
11180         A negative line-spacing property value is interpreted as a total
11181         line height, rather than inter-line spacing.
11182         (note_mouse_highlight): Allocate room for 40 overlays initially.
11184 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11186         * data.c (Fsubr_name): New fun.
11187         (syms_of_data): Defsubr it.
11189 2004-04-29  Kim F. Storm  <storm@cua.dk>
11191         * xdisp.c (null_glyph_slice): New var.
11192         (append_glyph, append_composite_glyph, append_stretch_glyph):
11193         Use it to initialize glyph slice.
11195 2004-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11197         * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
11198         (on_hot_spot_p): Make sure we always return a value.
11199         (Flookup_image_map): Remove unused var ix and iy.
11200         (note_mode_line_or_margin_highlight): Remove unused var `image'.
11202 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
11204         * msdos.c (init_environment): If one of the TMP... environment
11205         variables is set to a drive letter without a trailing slash,
11206         append a slash.
11208 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
11210         * editfns.c (lisp_time_argument): Provide externally.
11212         * fileio.c (Fset_file_times): New function.
11213         (syms_of_fileio): Intern and staticpro it.
11215 2004-04-27  Kim F. Storm  <storm@cua.dk>
11217         * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
11218         header line strings.
11220         * dispextern.h (struct it): New member use_default_face.
11222         * xdisp.c (Qline_height): New variable.
11223         (syms_of_xdisp): Intern and staticpro it.
11224         (append_space_for_newline): Partially undo 2004-04-25 change;
11225         add default_face_p arg, and restore callers.
11226         Clear it->use_default_face after use.
11227         (x_produce_glyphs): Set default font for ascii char if
11228         it->use_default_font is set.  Change line-spacing property to set
11229         just extra line spacing.  Handle new line-height property.
11231 2004-04-26  Andreas Schwab  <schwab@suse.de>
11233         * print.c (print_object): Print non-ascii characters in bool
11234         vector representation as octal escapes.
11236         * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
11237         * print.c (print_object): Use it instead of BITS_PER_CHAR for
11238         bool vectors.
11239         * lread.c (read1): Likewise.
11240         * alloc.c (Fmake_bool_vector): Likewise.
11241         * data.c (Faref, Faset): Likewise.
11242         * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
11243         (mapcar1): Likewise.
11245 2004-04-26  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
11247         * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
11249 2004-04-26  Miles Bader  <miles@gnu.org>
11251         * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
11253 2004-04-26  Juanma Barranquero  <lektu@terra.es>
11255         * buffer.c (Fpop_to_buffer): Fix docstring.
11257 2004-04-26  Steven Tamm  <steventamm@mac.com>
11259         * lread.c (init_lread): Don't display missing lisp directory
11260         warnings with Carbon Emacs because self-contained bundled Emacs
11261         may be built without correct installation path.
11263 2004-04-25  Kim F. Storm  <storm@cua.dk>
11265         * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
11267         * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
11269         * xdisp.c (append_space_for_newline): Rename from append_space.
11270         Remove DEFAULT_FACE_P arg; always use current face.  Callers changed.
11271         (x_produce_glyphs): Handle line-spacing property on newline char.
11272         If value is t, adjust ascent and descent to fit current row height.
11273         If value is an integer or float, set extra_line_spacing to integer
11274         value, or to float value x current line height.
11276 2004-04-23  Kenichi Handa  <handa@m17n.org>
11278         * fontset.c (Finternal_char_font): If POSITION is nil, return
11279         font for displaying CH with the default face.
11281 2004-04-23  Juanma Barranquero  <lektu@terra.es>
11283         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11285 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11287         * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
11288         Don't make assumptions about the relative place of i and val.
11289         (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
11291 2004-04-21  Kim F. Storm  <storm@cua.dk>
11293         * dispextern.h (struct glyph_slice): New struct.
11294         (struct glyph): New member slice.
11295         (GLYPH_SLICE_EQUAL_P): New macro.
11296         (GLYPH_EQUAL_P): Use it.
11297         (struct glyph_string): New member slice.
11298         (struct it_slice): New struct.
11299         (struct it): New member slice, add member to stack too.
11300         New member constrain_row_ascent_descent_p.
11301         (image_ascent): Add prototype.
11303         * dispnew.c (buffer_posn_from_coords): Return full image width
11304         and height even for image slices (posn is relative to full image).
11305         (marginal_area_string): Adjust x0,y0 for image slice.
11307         * image.c (image_ascent): Add slice arg; calculate ascent for
11308         image slice (or full image).
11310         * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
11311         (syms_of_keyboard): Defsubr them.
11313         * lisp.h (pos_visible_p): Fix prototype.
11315         * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
11316         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
11317         (x_draw_image_foreground, x_draw_image_relief)
11318         (x_draw_image_foreground_1, x_draw_image_glyph_string):
11319         Draw sliced images.
11321         * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
11322         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
11323         (x_draw_image_foreground, x_draw_image_relief)
11324         (w32_draw_image_foreground_1, x_draw_image_glyph_string):
11325         Draw sliced images.
11327         * w32term.h (image_ascent): Remove prototype.
11329         * window.c (Fpos_visible_in_window_p): Return pixel position if
11330         PARTIALLY arg is non-nil.  Simplify.  Doc fix.
11331         (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
11332         to return/set vscroll in pixels.
11334         * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
11336         * xdisp.c (Qslice): New variable.
11337         (syms_of_xdisp): Intern and staticpro it.
11338         (pos_visible_p): Return pixel position in new x and y args.
11339         (init_iterator): Reset it->slice info.
11340         (handle_display_prop): Parse (slice ...) property.
11341         (push_it, pop_it): Save/restore slice info.
11342         (make_cursor_line_fully_visible): Fix 2004-04-14 change.  Do not
11343         force repositioning of tall row if window is vscrolled, as that
11344         would reset vscroll.
11345         (append_space): Set it->constrain_row_ascent_descent_p to avoid
11346         increasing row height if row is non-empty.
11347         (fill_image_glyph_string): Copy slice info.
11348         (take_vertical_position_into_account): Simplify.
11349         (produce_image_glyph): Handle iterator slice info, setup glyph
11350         slice info.  Do not force minimum line height.
11351         (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
11352         do not increase height (ascent/descent) of non-empty row when
11353         adding normal character glyph; instead reduce glyph ascent/descent
11354         appropriately; if row is higher than current glyph, adjust glyph
11355         descent/ascent to reposition glyph within the existing row.
11356         Likewise, when char is newline, only set ascent/descent if row is
11357         currently empty.
11358         (note_mouse_highlight): Handle hotspots with sliced image.
11360         * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
11361         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
11362         (x_draw_image_foreground, x_draw_image_relief)
11363         (x_draw_image_foreground_1, x_draw_image_glyph_string):
11364         Draw sliced images.
11366         * xterm.h (image_ascent): Remove prototype.
11368 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11370         * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
11372 2004-04-20  John Paul Wallington  <jpw@gnu.org>
11374         * fns.c (Fassoc, Feql): Fix indentation.
11376         * fontset.c (regularize_fontname): Rename from regulalize_fontname.
11378 2004-04-19  John Paul Wallington  <jpw@gnu.org>
11380         * fns.c (Feql): New function.
11381         (syms_of_fns): Defsubr it.
11383 2004-04-18  Jason Rumney  <jasonr@gnu.org>
11385         * w32select.c (Fw32_set_clipboard_data): Get sequence number
11386         after closing the clipboard.
11388 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
11390         * buffer.c (Fbuffer_base_buffer): Doc fix.
11392 2004-04-17  Kim F. Storm  <storm@cua.dk>
11394         * keymap.c (Fkey_description): Add optional PREFIX arg.
11395         Combine prefix with KEYS to make up the full key sequence to describe.
11396         Correlate meta_prefix_char and following (simple) key to describe
11397         as meta modifier.  All callers changed.
11398         (describe_map): Rename arg `keys' to `prefix'.  Remove local
11399         `elt_prefix' var.  Use Fkey_description with prefix instead of
11400         elt_prefix combined with Fsingle_key_description.
11401         (describe_vector): Declare static.  Replace arg `elt_prefix' with
11402         `prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
11403         if !KEYMAP_P.  Use Fkey_description with prefix instead of
11404         Fsingle_key_description.
11406         * keymap.h (Fkey_description): Fix prototype.
11407         (describe_vector): Remove prototype.
11409         * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
11411         * image.c (PNG_BG_COLOR_SHIFT): Remove.
11412         (png_load): Fix calculation of transparent background color on X
11413         and W32 platforms.
11415 2004-04-16  Juanma Barranquero  <lektu@terra.es>
11417         * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
11418         not too large before computing how much to scroll.
11420 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11422         * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
11424 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
11426         * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
11427         Add hyperlink to Elisp manual to the docstring.
11429 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11431         * callint.c (fix_command): Use XDCR.
11433 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
11435         * window.c (Fget_lru_window): Doc fix.
11437 2004-04-14  Kim F. Storm  <storm@cua.dk>
11439         * editfns.c (Fformat): Fix allocation size of precision array.
11441         * dispnew.c (update_window): Only set changed_p if
11442         scrolling_window actually did scroll.
11443         (scrolling_window): Only return 1 if we actually did scroll.
11445         * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
11446         height to glyph height when cursor row is not fully visible.
11447         (make_cursor_line_fully_visible): Add FORCE_P arg to return
11448         failure in case row is higher than window.  Callers changed.
11449         (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
11450         Try to scroll partially visible, higher-than-window cursor row.
11451         (redisplay_window): Always try to scroll partially visible,
11452         higher-than-window cursor row - both initially and again with
11453         centering_position = 0.
11454         Clear desired matrix before retrying with centering_position = 0.
11456 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11458         * syntax.c (scan_lists): Simplify backward string scan.
11459         Fix off-by-one boundary check for string and comment fences.
11461 2004-04-13  Joe Buehler  <jbuehler@hekimian.com>
11463         * sheap.c, unexcw.c: New files.
11465 2004-04-12  Luc Teirlinck  <teirllm@auburn.edu>
11467         * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
11468         base buffer has been killed.  Correct the error message if the
11469         base buffer does not exist.
11471 2004-04-12  Joe Buehler  <jbuehler@hekimian.com>
11473         * s/cygwin.h: Changes for Cygwin unexec() support, changes in
11474         Cygwin itself.  Add support for Xaw3d scrollbars.
11476         * puresize.h: Set up PURE_P() for Cygwin unexec() support.
11478         * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
11480         * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
11481         before Cygwin unexec.
11483         * Makefile.in: Link changes for Cygwin unexec() support.
11485 2004-04-12  Andreas Schwab  <schwab@suse.de>
11487         * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
11489 2004-04-11  Luc Teirlinck  <teirllm@auburn.edu>
11491         * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
11492         IGNORE argument equals NAME.  Doc fix.
11494 2004-04-11  Masatake YAMATO  <jet@gyve.org>
11496         * buffer.c (fix_start_end_in_overlays): Make overlays
11497         empty if they are backwards.
11499 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11501         * xfaces.c (face_color_supported_p): Fix compilation without X11.
11503 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11505         * doc.c (Fsnarf_documentation): Ignore new file name entries.
11507 2004-04-06  Kim F. Storm  <storm@cua.dk>
11509         * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
11510         (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
11512         * w32term.c (w32_read_socket): Set mouse_face_hidden after
11513         clearing highlight.
11515         * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
11517         * xterm.c (handle_one_xevent): Set mouse_face_hidden after
11518         clearing highlight.
11520         * indent.c (vmotion): Do not reserve one column for continuation
11521         marks on window frames.
11523 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
11525         * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
11526         from GCC.
11528 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11530         * .gdbinit-union: Remove.
11532         * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
11533         (xgetptr, xgetint, xgettype): New funs.  Use them everywhere.
11534         ($nonvalbits): Remove.
11535         ($valmask): Set it by calling xreload to avoid redundancy.
11537         * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
11538         (gdb_emacs_intbits): Remove.
11540 2004-03-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11542         * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
11544 2004-03-30  Kenichi Handa  <handa@m17n.org>
11546         * editfns.c (Fformat): Fix initialization of the array info.
11548 2004-03-30  Kim F. Storm  <storm@cua.dk>
11550         * xterm.c (x_mouse_click_focus_ignore_position): New var.
11551         (syms_of_xterm): DEFVAR_BOOL it.
11552         (ignore_next_mouse_click_timeout): New var.
11553         (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
11554         Use it to filter mouse clicks following focus event.
11556 2004-03-29  David Ponce  <david@dponce.com>
11558         * callint.c (Fcall_interactively): Fix last change.
11560 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11562         * eval.c (Fcommandp): Simplify.
11564         * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
11565         Extend to handle all kinds of functions.
11567         * lisp.h (Finteractive_form): Declare.
11569         * callint.c (Fcall_interactively): Use it.
11571 2004-03-26  Kim F. Storm  <storm@cua.dk>
11573         * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
11574         to catch errors in calc_pixel_width_or_height during redisplay.
11576 2004-03-26  Masatake YAMATO  <jet@gyve.org>
11578         * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
11580         * lisp.h (fix_start_end_in_overlays): Likewise.
11582         * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
11584         * editfns.c (Ftranspose_regions): Likewise.
11586 2004-03-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11588         * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
11590 2004-03-19  Richard M. Stallman  <rms@gnu.org>
11592         * s/sol2-6.h: Delete previous change.
11594 2004-03-19  Kim F. Storm  <storm@cua.dk>
11596         * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
11597         to_charpos corresponds to newline in right fringe.  Use local
11598         BUFFER_POS_REACHED_P macro.
11600 2004-03-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11602         * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
11603         to compile on non-window system.
11605 2004-03-19  Kim F. Storm  <storm@cua.dk>
11607         * dispextern.h (calc_pixel_width_or_height): Add prototype.
11609         * image.c (Qcenter): Move to xdisp.c.
11611         * xdisp.c (Qcenter): Declare here.
11612         (syms_of_xdisp): Intern and staticpro it.
11613         (handle_single_display_prop): Allow space display property on all
11614         platforms.
11615         (display_mode_line): Set mode_line_p before displaying line.
11616         (calc_pixel_width_or_height): Declare extern.  Add separate :align-to
11617         handling.  Remove complex cases for fringes and scroll-bars.
11618         Add left, right, and center alignment positions.  Add text (area)
11619         width/height.  Return width or height for image specs.
11620         (produce_stretch_glyph): Improve handling of :align-to.  Is now
11621         relative to left of text area by default, but other base offsets
11622         can be specified -- also for text lines.
11624         * term.c (produce_glyphs): Handle IT_STRETCH.
11625         (produce_stretch_glyph): New function to handle space width and
11626         align-to display properties on non-window systems.
11628 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11630         * fileio.c (Fread_file_name): Set completion-ignore-case for
11631         case-insensitive systems.
11633 2004-03-14  Masatake YAMATO  <jet@gyve.org>
11635         * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
11636         when keymap and cursor are setup.
11638 2004-03-14  Steven Tamm  <steventamm@mac.com>
11640         * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
11642 2004-03-14  Kim F. Storm  <storm@cua.dk>
11644         * dispextern.h (x_find_image_file): Add prototype.
11646         * image.c (x_find_image_file): Make extern.
11648         * xfns.c (x_find_image_file): Remove prototype.
11650 2004-03-13  Eli Zaretskii  <eliz@gnu.org>
11652         * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
11654         * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
11656 2004-03-12  Richard M. Stallman  <rms@gnu.org>
11658         * fns.c (internal_equal): New arg PROPS controls comparing
11659         text properties.  All callers changed.
11660         (Fequal_including_properties): New function.
11661         (syms_of_fns): defsubr it.
11663 2004-03-12  Kim F. Storm  <storm@cua.dk>
11665         Fix image support on MAC.  From YAMAMOTO Mitsuharu.
11667         * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
11668         (image_background, image_background_transparent): Fix prototypes.
11670         * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
11672         * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
11673         (x_query_font, x_find_ccl_program, x_set_window_size)
11674         (x_make_frame_visible, mac_initialize, XCreatePixmap)
11675         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
11676         (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
11678         * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
11679         (x_query_font, x_find_ccl_program, x_set_window_size)
11680         (x_make_frame_visible, mac_initialize, XCreatePixmap)
11681         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
11682         (mac_draw_line_to_pixmap): Add prototypes.
11684 2004-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11686         * macterm.c (XTread_socket): Fix mouse click on tool bar.
11688 2004-03-11  Kim F. Storm  <storm@cua.dk>
11690         * dispextern.h: Move image related prototypes from xfns.c section
11691         to image.c.  Condition them by HAVE_WINDOW_SYSTEM rather than
11692         HAVE_X_WINDOWS.
11694         * Makefile.in (XOBJ): Consolidate into one list.  Add image.o.
11695         Move gtkutil.o to new GTK_OBJ list.
11696         (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
11697         (GTK_OBJ) [USE_GTK]: New declaration.
11698         (obj): Add $(GTK_OBJ) to list.
11700 2004-03-11  Steven Tamm  <steventamm@mac.com>
11702         * image.c [MAC_OSX]: Include sys/stat.h.
11704         * macfns.c (syms_of_macfns): Remove definitions of things now
11705         defined in image.c.
11707 2004-03-11  Kim F. Storm  <storm@cua.dk>
11709         The following changes consolidates the identical/similar image
11710         support code previously found in xfns.c, w32fns.c, and macfns.c
11711         into a new file image.c.
11713         * makefile.w32-in (OBJ1): Add image.o.
11714         ($(BLD)/image.$(O)): Add dependencies.
11716         * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
11717         (image.o): Add dependencies.
11719         * image.c: New file with consolidated image support code.
11720         (COLOR_TABLE_SUPPORT): New define to control whether
11721         color table support is available (X only).
11722         (Bitmap_Record): Common name for x_bitmap_record,
11723         w32_bitmap_record, and mac_bitmap_record.
11724         (XImagePtr): Common name for pointer to XImage or equivalent.
11725         (XImagePtr_or_DC): New type to simplify code sharing; equivalent
11726         to XImagePtr on X+MAC, and to HDC on W32.
11727         (GET_PIXEL): Wrapper for XGetPixel or equivalent.
11728         (NO_PIXMAP): Common name for "None" or equivalent.
11729         (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
11730         (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
11731         (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
11732         (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
11733         Define with suitable equivalents on W32 and MAC for code sharing.
11734         (XDrawLine): Define on MAC for code sharing.
11735         (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
11736         (IF_LIB_AVAILABLE): Macro to simplify code sharing.
11737         (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
11738         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
11739         (x_reference_bitmap, x_create_bitmap_from_data)
11740         (x_create_bitmap_from_file, x_destroy_bitmap)
11741         (x_destroy_all_bitmaps, x_create_bitmap_mask)
11742         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11743         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
11744         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
11745         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
11746         (define_image_type, lookup_image_type, valid_image_p)
11747         (image_error, enum image_value_type, struct image_keyword)
11748         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
11749         (make_image, free_image, prepare_image_for_display, image_ascent)
11750         (four_corners_best, image_background, image_background_transparent)
11751         (x_clear_image_1, x_clear_image, x_alloc_image_color)
11752         (make_image_cache, free_image_cache, clear_image_cache)
11753         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
11754         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
11755         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
11756         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
11757         (init_image_func_pointer, image_load_quartz2d)
11758         (struct ct_color, init_color_table, free_color_table)
11759         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
11760         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
11761         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
11762         (x_disable_image, x_build_heuristic_mask)
11763         (XBM support, XPM support, PBM support, PNG support, JPEG support)
11764         (TIFF support, GIF support, Ghostscript support): Consolidate image
11765         code from xfns.c, w32fns.c, and macfns.c.
11766         (syms_of_image): Consolidate image related symbol setup here.
11767         (init_image): Consolidate image related initializations here.
11769         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
11770         and init_image.  Remove call to init_xfns.
11772         * macterm.h (struct mac_bitmap_record): Add file member.
11773         Not currently used, but simplifies code sharing.
11775         * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
11776         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
11777         (x_reference_bitmap, x_create_bitmap_from_data)
11778         (x_create_bitmap_from_file, x_destroy_bitmap)
11779         (x_destroy_all_bitmaps, x_create_bitmap_mask)
11780         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11781         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
11782         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
11783         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
11784         (define_image_type, lookup_image_type, valid_image_p)
11785         (image_error, enum image_value_type, struct image_keyword)
11786         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
11787         (make_image, free_image, prepare_image_for_display, image_ascent)
11788         (four_corners_best, image_background, image_background_transparent)
11789         (x_clear_image_1, x_clear_image, x_alloc_image_color)
11790         (make_image_cache, free_image_cache, clear_image_cache)
11791         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
11792         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
11793         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
11794         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
11795         (init_image_func_pointer, image_load_quartz2d)
11796         (struct ct_color, init_color_table, free_color_table)
11797         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
11798         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
11799         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
11800         (x_disable_image, x_build_heuristic_mask)
11801         (XBM support, XPM support, PBM support, PNG support, JPEG support)
11802         (TIFF support, GIF support, Ghostscript support): Merge with image
11803         code from xfns.c and macfns.c into image.c.
11804         (syms_of_xfns): Move image related symbols to image.c.
11805         (init_external_image_libraries, init_xfns): Remove; initialization
11806         moved to init_image in image.c.
11808         * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
11809         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
11810         (x_reference_bitmap, x_create_bitmap_from_data)
11811         (x_create_bitmap_from_file, x_destroy_bitmap)
11812         (x_destroy_all_bitmaps, x_create_bitmap_mask)
11813         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
11814         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
11815         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
11816         (define_image_type, lookup_image_type, valid_image_p)
11817         (image_error, enum image_value_type, struct image_keyword)
11818         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
11819         (make_image, free_image, prepare_image_for_display, image_ascent)
11820         (four_corners_best, image_background, image_background_transparent)
11821         (x_clear_image_1, x_clear_image, x_alloc_image_color)
11822         (make_image_cache, free_image_cache, clear_image_cache)
11823         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
11824         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
11825         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
11826         (struct ct_color, init_color_table, free_color_table)
11827         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
11828         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
11829         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
11830         (x_disable_image, x_build_heuristic_mask)
11831         (XBM support, XPM support, PBM support, PNG support, JPEG support)
11832         (TIFF support, GIF support, Ghostscript support): Merge with image
11833         code from xfns.c and macfns.c into image.c.
11834         (syms_of_xfns): Move image related symbols to image.c.
11835         (init_external_image_libraries, init_xfns): Remove; initialization
11836         moved to init_image in image.c.
11838         * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
11839         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
11840         (x_reference_bitmap, x_create_bitmap_from_data)
11841         (x_create_bitmap_from_file, x_destroy_bitmap)
11842         (x_destroy_all_bitmaps, x_create_bitmap_mask)
11843         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
11844         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
11845         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
11846         (define_image_type, lookup_image_type, valid_image_p)
11847         (image_error, enum image_value_type, struct image_keyword)
11848         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
11849         (make_image, free_image, prepare_image_for_display, image_ascent)
11850         (four_corners_best, image_background, image_background_transparent)
11851         (x_clear_image_1, x_clear_image, x_alloc_image_color)
11852         (make_image_cache, free_image_cache, clear_image_cache)
11853         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
11854         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
11855         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
11856         (struct ct_color, init_color_table, free_color_table)
11857         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
11858         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
11859         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
11860         (x_disable_image, x_build_heuristic_mask)
11861         (XBM support, XPM support, PBM support, PNG support, JPEG support)
11862         (TIFF support, GIF support, Ghostscript support): Merge with
11863         w32fns.c and macfns.c image code into image.c.
11864         (syms_of_xfns): Move image related symbols to image.c.
11865         (init_xfns): Remove; initialization moved to init_image in image.c.
11867         * lisp.h (syms_of_image, init_image): Add protoypes.
11868         (init_xfns): Remove prototype.
11870         * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
11871         (x_reference_bitmap, x_create_bitmap_from_data)
11872         (x_create_bitmap_from_file, x_destroy_bitmap)
11873         (x_create_bitmap_mask): Move prototypes from dispextern.h.
11874         (gamma_correct) [MAC_OS]: Add prototype.
11876         * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
11877         (x_reference_bitmap, x_create_bitmap_from_data)
11878         (x_create_bitmap_from_file, x_destroy_bitmap)
11879         (x_create_bitmap_mask): Move prototypes to dispextern.h.
11881 2004-03-09  Kenichi Handa  <handa@etlken2>
11883         * coding.c (decode_coding_emacs_mule): Handle insufficent source
11884         correctly.
11886 2004-03-04  Richard M. Stallman  <rms@gnu.org>
11888         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
11890         * window.c (Fdisplay_buffer): Doc fix.
11892         * buffer.c (Fpop_to_buffer): Doc fix.
11894 2004-03-03  Kim F. Storm  <storm@cua.dk>
11896         * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
11898 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11900         * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
11902 2004-03-02  Richard M. Stallman  <rms@gnu.org>
11904         * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
11906 2004-03-02  Kenichi Handa  <handa@m17n.org>
11908         * doc.c (Fsubstitute_command_keys): Fix counding bytes.
11910 2004-03-02  Kim F. Storm  <storm@cua.dk>
11912         * window.h (struct window): New member overlay_arrow_bitmap.
11914         * window.c (make_window): Initialize overlay_arrow_bitmap.
11916         * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
11917         implement and integrate multiple overlay arrows with redisplay.
11918         (syms_of_xdisp): DEFVAR_LISP and initialize it.
11919         (last_arrow_position, last_arrow_string): Replace by properties.
11920         (Qlast_arrow_position, Qlast_arrow_string)
11921         (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
11922         (syms_of_xdisp): Intern and staticpro them.
11923         (overlay_arrow_string_or_property, update_overlay_arrows)
11924         (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
11925         (overlay_arrow_at_row): New functions for multiple overlay arrows.
11926         (redisplay_internal): Use them instead of directly accessing
11927         Voverlay_arrow_position etc. for multiple overlay arrows.
11928         (mark_window_display_accurate): Use update_overlay_arrows.
11929         (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
11930         (try_window_id): Use overlay_arrows_changed_p.
11931         (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
11932         (display_line): Use overlay_arrow_at_row to check multiple
11933         overlay arrows, and get relevant overlay-arrow-string and
11934         overlay-arrow-bitmap.  Set w->overlay_arrow_bitmap accordingly.
11935         (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
11936         (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
11938         * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
11939         (update_window_fringes): Remove unused code.
11941 2004-03-01  Jason Rumney  <jasonr@gnu.org>
11943         * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
11945 2004-03-01  Juanma Barranquero  <lektu@terra.es>
11947         * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
11949         * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
11951 2004-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11953         * xfns.c (Fx_display_color_cells): Use number of planes to calculate
11954         how many colors can be displayed.
11956 2004-03-01  Kenichi Handa  <handa@m17n.org>
11958         * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
11959         correctly.
11961 2004-02-28  Kim F. Storm  <storm@cua.dk>
11963         * dispnew.c (update_window): Update header line also if there are
11964         no other changes in window (move code after set_cursor label).
11966         * lisp.h (mark_window_display_accurate): Remove prototype.
11968         * window.c (window_loop, Fforce_window_update): Force mode line
11969         updates by setting prevent_redisplay_optimizations_p and
11970         update_mode_lines.
11972 2004-02-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11974         * xfns.c (x_window): Fix indentation.
11976         * xterm.c (x_calc_absolute_position): Call x_real_positions
11977         to get WM window sizes and use those to calculate position.
11978         (x_set_offset): Remove code commented out.
11980 2004-02-28  Miles Bader  <miles@gnu.org>
11982         * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
11984 2004-02-28  Kim F. Storm  <storm@cua.dk>
11986         * keyboard.c (kbd_buffer_store_event_hold): New function to store
11987         an event into kbd fifo, but with special handling of quit event;
11988         a quit event is saved for later, and further events are discarded
11989         until the saved quit event has been processed.
11990         (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
11991         (gen_help_event): Store help event in kbd fifo.
11992         (NREAD_INPUT_EVENTS): Remove.
11993         (read_avail_input): Adapt to new read_socket_hook interface.
11994         Remove allocation and initialization of local input_event buffer,
11995         as read_socket_hook stores events directly in fifo.  Allocate and
11996         initialize local hold_quit event to handle postponed quit event
11997         (and store it if set by kbd_buffer_store_event_hold).
11999         * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
12000         (gen_help_event): Fix prototype.
12002         * macterm.c (XTread_socket): Remove bufp_r and
12003         numcharsp args.  Add hold_quit arg.
12004         Rework to use just one, local, inev input_event.  Store inev
12005         directly in fifo using kbd_buffer_store_event_hold.
12007         * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
12008         (read_input_waiting): Adapt to new read_socket_hook interface.
12009         Remove allocation and initialization of local input_event buffer,
12010         as read_socket_hook stores events directly in fifo.  Allocate and
12011         initialize local hold_quit event to handle postponed quit event
12012         (and store it if set by kbd_buffer_store_event_hold).
12014         * term.c (read_socket_hook): Fix arg list.
12016         * termhooks.h (read_socket_hook): Fix prototype.
12018         * w32inevt.c (w32_console_read_socket): Remove bufp_r and
12019         numcharsp args.  Add hold_quit arg.
12020         Rework to use just one, local, inev input_event.  Store inev
12021         directly in fifo using kbd_buffer_store_event_hold.
12023         * w32inevt.h (w32_console_mouse_position): Fix prototype.
12025         * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
12026         Add hold_quit arg.  Rework to use just one, local, inev
12027         input_event.  Store inev directly in fifo using
12028         kbd_buffer_store_event_hold.  Update count in one place.
12029         Postpone call to gen_help_event until inev is stored; use new
12030         local do_help for this.
12031         Remove local emacs_event in handing of ButtonPress event; just use
12032         inev instead (so no reason to copy it later).
12034         * xsmfns.c (x_session_check_input): Remove numchars arg.
12036         * xterm.c (x_focus_changed, x_detect_focus_change):
12037         Remove numchars arg.  Always store event into bufp arg.
12038         Return nothing.  Callers changed accordingly.
12039         (glyph_rect): Simplify.
12040         (STORE_KEYSYM_FOR_DEBUG): New macro.
12041         (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
12042         (current_bufp, current_numcharsp) [USE_GTK]: Remove.
12043         (current_hold_quit) [USE_GTK]: Add.
12044         (event_handler_gdk): Adapt to new handle_one_xevent.
12045         (handle_one_xevent): Remove bufp_r and numcharsp args.
12046         Add hold_quit arg.  Rework to use just one, local, inev
12047         input_event.  Store inev directly in fifo using
12048         kbd_buffer_store_event_hold.  Update count in one place.
12049         Postpone call to gen_help_event until inev is stored; use new
12050         local do_help for this.
12051         Simplify handling of keysyms (consolidate common code).  Fix bug
12052         where count was updated with nchars instead of nbytes.
12053         Remove local emacs_event in handing of ButtonPress event; just use
12054         inev instead (so no reason to copy it later).
12055         Remove `out' label.  Rename label `ret' to `done'; add various
12056         `goto done' to clarify code flow in deeply nested blocks.
12057         (x_dispatch_event): Simplify as handle_one_xevent now calls
12058         kbd_buffer_store_event itself.
12059         (XTread_socket): Remove bufp_r and numcharsp args.  Add hold_quit
12060         arg.  Call handle_one_xevent with new arglist.  Store event from
12061         x_session_check_input in fifo.
12062         [USE_GTK]: Setup current_hold_quit.
12063         Decrement handling_signal before unblocking input.
12064         (x_initialize) [USE_GTK]: Initialize current_count.
12066         * xterm.h (x_session_check_input): Fix prototype.
12068 2004-02-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12070         * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
12072         * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
12073         macgui.h).
12075         * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
12077         * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
12078         (mktime, DEBUG, Z, free, malloc, realloc, max, min)
12079         (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
12080         [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
12081         (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
12082         (Bitmap): Remove typedef.
12083         (Pixmap): Change int to GWorldPtr.
12085         * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
12087         * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
12088         (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
12089         New #define to extract 16-bit depth color components from unsigned
12090         long representation.
12091         (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
12092         colors used for masks.
12093         (struct mac_display_info): Add color_p.  Remove n_cbits.
12095         * macfns.c: Include sys/types.h and sys/stat.h.
12096         [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
12097         Include QuickTime/QuickTime.h.
12098         (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
12099         (XSetForeground, mac_draw_line_to_pixmap): Add externs for
12100         functions defined in macterm.c.
12101         (XImagePtr): New typedef.  Corresponds to XImage * in xfns.c.
12102         (ZPixmap): New #define for compatibility with xfns.c.
12103         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
12104         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
12105         (find_image_fsspec, image_load_qt_1, image_load_quicktime):
12106         New functions.
12107         (four_corners_best, x_create_x_image_and_pixmap)
12108         (x_destroy_x_image, unwind_create_frame, x_disable_image)
12109         (x_edge_detection, init_color_table, colors_in_color_table)
12110         (lookup_rgb_color, lookup_pixel_color, postprocess_image)
12111         (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
12112         (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
12113         (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
12114         (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
12115         long mixup.
12116         (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
12117         (x_decode_color): Don't use n_cbits (in struct mac_display_info).
12118         (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
12119         (x_set_cursor_type, Fxw_color_values, valid_image_p)
12120         (image_value_type, parse_image_spec, image_ascent, x_clear_image)
12121         (x_alloc_image_color, clear_image_cache, lookup_image)
12122         (x_find_image_file, xbm_read_bitmap_file_data)
12123         (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
12124         (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
12125         (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
12126         (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
12127         (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
12128         (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
12129         (x_make_gc): Sync with xfns.c.  Enclose unused `border_tile' with
12130         #if 0.
12131         (x_free_gcs): Sync with xfns.c.  Enclose unused `border_tile' with
12132         #if 0.  Free white_relief.gc and black_relief.gc.
12133         (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
12134         New functions (from xfns.c).
12135         (Fx_create_frame): Record unwind_create_frame.
12136         (Fxw_display_color_p): Use dpyinfo->color_p.
12137         (Fx_display_grayscale_p, Fx_display_planes): Don't use
12138         dpyinfo->n_cbits.
12139         (Fx_display_color_cells): Use dpyinfo->n_planes;
12140         (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
12141         (Qheuristic, cross_disabled_images, emboss_matrix)
12142         (laplace_matrix): New variables (from xfns.c).
12143         (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
12144         (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
12145         (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
12146         (image_background_transparent): New function (from xfns.c).
12147         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
12148         (image_load_quicktime): Add declaration.
12149         [MAC_OSX] (image_load_quartz2d): Likewise.
12150         [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
12151         [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
12152         [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
12153         (xbm_load_image_from_file, x_laplace_read_row)
12154         (x_laplace_write_row, pbm_read_file): Remove functions.
12155         [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
12156         (xpm_load): Sync with xfns.c (although XPM is not supported yet).
12157         (colors_in_color_table): Sync with xfns.c (although not used).
12158         (lookup_rgb_color): Don't lookup color table.  Just do gamma
12159         correction.
12160         (COLOR_INTENSITY): New #define (from xfns.c).
12161         (x_disable_image): New function (from xfns.c).
12162         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
12163         (x_build_heuristic_mask): Sync with xfns.c.
12164         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
12165         (HAVE_PBM): Remove #ifdef.
12166         (pbm_load): Sync with xfns.c.  Set img->width and img->height
12167         before IMAGE_BACKGROUND.
12168         (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
12169         (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
12170         Don't enclose with #if HAVE_PNG.
12171         [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
12172         symbol _CGImageCreateWithPNGDataProvider is defined.
12173         Otherwise use image_load_quicktime.
12174         [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
12175         [HAVE_PNG] (png_load): Sync with xfns.c.
12176         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
12177         (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
12178         HAVE_JPEG.
12179         (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
12180         (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
12181         [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
12182         [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
12183         [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
12184         (tiff_image_p, tiff_load): Don't enclose declarations with #if
12185         HAVE_TIFF.
12186         (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
12187         (tiff_image_p): Don't enclose with #if HAVE_TIFF.
12188         [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
12189         [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
12190         New functions (from xfns.c).
12191         [HAVE_TIFF] (tiff_load): Sync with xfns.c.
12192         (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
12193         (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
12194         Don't enclose with #if HAVE_GIF.
12195         [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
12196         animated gif.  Otherwise use image_load_quicktime.
12197         [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
12198         gif_DrawText to avoid conflict with QuickdrawText.h.
12199         [HAVE_GIF] (gif_load): Sync with xfns.c.
12200         (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
12201         [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
12202         Ghostscript is not supported yet).
12203         (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
12204         QCmatrix, QCcolor_adjustment, and QCmask.  Add DEFVAR_BOOL
12205         cross_disabled_images (from xfns.c).  Remove #if 0 for supported
12206         image types.  Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
12207         HAVE_PNG.  Add defsubr for Simage_size and Simage_mask_p.
12208         (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
12209         HAVE_PNG.  Call EnterMovies to support animated gifs.
12210         Call init_image_func_pointer to bind a symbol
12211         _CGImageCreateWithPNGDataProvider if it is defined.
12213         * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
12214         (x_draw_bar_cursor): Sync declaration with xterm.c.
12215         (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
12216         (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
12217         graphics).
12218         (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
12219         (mac_draw_line_to_pixmap, XCreatePixmap)
12220         (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
12221         (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
12222         New functions.
12223         (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
12224         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
12225         Cast bits to char *.
12226         (reflect_byte): New function (from w32fns.c).
12227         (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
12228         due to byte alignment.
12229         (mac_scroll_area) [TARGET_API_MAC_CARBON]:
12230         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
12231         (XSetForeground): Remove static (now used in macfns.c).
12232         (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
12233         (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
12234         (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
12235         (x_draw_glyph_string_box, x_draw_image_foreground)
12236         (x_draw_image_foreground_1, x_draw_image_glyph_string)
12237         (x_draw_stretch_glyph_string, x_draw_glyph_string)
12238         (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
12239         Sync with xterm.c.
12240         (x_draw_relief_rect): Sync with xterm.c.  Make 1 pixel shorter
12241         than the xterm.c version when a strictly horizontal or vertical
12242         line is drawn.
12243         (XTset_terminal_window): Add static.
12244         (x_make_frame_visible): Add UNBLOCK_INPUT.
12245         (x_free_frame_resources): New funcion (from xterm.c).
12246         (XTread_socket): Call handle_tool_bar_click if mouse up/down event
12247         occurs in tool bar area.
12248         (mac_initialize_display_info): Remove dpyinfo->n_cbits.
12249         Set dpyinfo->color_p.  Determine dpyinfo->n_planes using HasDepth.
12250         Initialize image cache.
12251         (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
12252         Enclose unused functions with #if 0.
12253         (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
12254         (decode_mac_font_name): New function to apply code conversions
12255         from a mac font name to an XLFD font name according to its script code.
12256         (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
12257         font name to a mac font name according to REGISTRY and ENCODING fields.
12258         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
12259         whose name starts with `.'.
12260         (init_font_name_table): Use decode_mac_font_name.  Add both
12261         jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
12262         of a font is smJapanese.
12263         (mac_do_list_fonts): New function to list fonts that match a given
12264         pattern.
12265         (x_list_fonts, XLoadQueryFont): Use it.
12266         (XLoadQueryFont): Set rbearing field for each variable width
12267         character to avoid needless redraw.
12268         (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
12270 2004-02-26  Kim F. Storm  <storm@cua.dk>
12272         * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
12273         as read_socket_hook handler on X aborts if buffer is too small
12274         and W32 handler doesn't always check buffer limit.
12276         * xdisp.c (handle_single_display_prop): Handle left-fringe and
12277         right-fringe similar to a display margin image.  Specifically,
12278         the characters having the fringe prop are no longer shown, and
12279         we use IT_IMAGE/next_element_from_image with image_id = -1 to
12280         do this.  Set fringe bitmap face_id in it->face_id.
12281         (produce_image_glyph): Handle image_id < 0 as "no image" case, but
12282         still realize it->face (i.e. the fringe bitmap face).
12284 2004-02-25  Miles Bader  <miles@gnu.org>
12286         * xdisp.c (check_it): Check string/string_pos consistency.
12287         (init_iterator): Initialize string-related fields properly.
12289 2004-02-11  Miles Bader  <miles@gnu.org>
12291         * xdisp.c (produce_image_glyph): Force negative descents to zero.
12293 2004-02-10  Miles Bader  <miles@gnu.org>
12295         * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
12296         BLOCK_INPUT can be nested, so it doesn't make much sense.
12298 2004-02-24  Michael Mauger  <mmaug@yahoo.com>
12300         * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
12301         (xbm_read_bitmap_data): Use unsigned char for image data.
12303 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12305         * abbrev.c (Finsert_abbrev_table_description): Doc fix.
12307 2004-02-22  Jason Rumney  <jasonr@gnu.org>
12309         * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
12310         correctly over other bitmaps.
12312 2004-02-21  Eli Zaretskii  <eliz@gnu.org>
12314         * emacs.c (USAGE1): Split into two halves.
12315         (USAGE2): Second half of the old USAGE1.
12316         (USAGE3): Rename from USAGE2.
12317         (USAGE4): Rename from USAGE3.
12319 2004-02-21  Juri Linkov  <juri@jurta.org>
12321         * emacs.c (USAGE1): Add --no-desktop.  Move --display from USAGE2.
12322         Fix --multibyte.  Move --help, --version to USAGE2.  Add alias
12323         --file.  Fix -f, -l.  Sort options.  Untabify.
12324         (USAGE2): Add -hb.  Fix --name, --title.  Sort options.  Untabify.
12326 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
12328         * category.c (Fdefine_category, Fcategory_docstring)
12329         (Fget_unused_category, Fset_category_table)
12330         (Fcategory_set_mnemonics): Doc fixes.
12332 2004-02-20  Kim F. Storm  <storm@cua.dk>
12334         * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
12335         The following changes are relative to the 2004-01-21 revision.
12336         (NREAD_INPUT_EVENTS): Define as max number of input events to read
12337         in one call to read_socket_hook.  Value is 8.
12338         (read_avail_input): Separate and rework handling of read_socket_hook
12339         and non-read_socket_hook cases.  Use smaller input_event buffer
12340         in read_socket_hook case, and repeat if full buffer is read.
12341         Use new local variable 'discard' to skip input after C-g.
12342         In non-read_socket_hook case, just use a single input_event, and
12343         call kbd_buffer_store_event on the fly for each character.
12345 2004-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12347         * lisp.h (union Lisp_Object): Give a more precise type for `type'.
12348         Remove unused `gu' alternative.
12350 2004-02-19  Andreas Schwab  <schwab@suse.de>
12352         * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
12353         warning.
12355 2004-02-18  Kim F. Storm  <storm@cua.dk>
12357         * xdisp.c (get_window_cursor_type, display_and_set_cursor):
12358         Fix last change.
12360 2004-02-17  Kim F. Storm  <storm@cua.dk>
12362         * xdisp.c (fast_find_position): Fix return value of new version;
12363         it was inverted compared to the 21.1 version.
12364         (get_window_cursor_type): Don't look at glyph if NULL.
12365         (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
12367         * keyboard.c: Rework previous change; it didn't consider that the
12368         buf array was allocated on the stack.
12369         (prev_read): Remove variable.
12370         (read_avail_input_buf): New static event buffer array.
12371         (in_read_avail_input): New static variable to handle re-entrancy.
12372         (read_avail_input): Change buf to pinter to read_avail_input_buf.
12373         Use in_read_avail_input to handle re-entrance; when re-entered,
12374         fully initialize and use tmp_buf array instead of read_avail_input_buf.
12375         Do not initialize read_avail_input_buf in full here; instead assume it
12376         is always cleared on entry.  To ensure that, we clear (just) the
12377         entries that were used before we return.
12378         (init_keyboard): Initialize read_avail_input_buf here.
12380 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
12382         * cmds.c (Fend_of_line): Doc fix.
12384 2004-02-16  Dmitry Antipov  <dmitry.antipov@mail.ru>  (tiny change)
12386         * keyboard.c (prev_read): New static variable.
12387         (read_avail_input): Use it to zero out only those slots in buf[]
12388         that were used last time we were called.
12390 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12392         * Makefile.in (obj): Move fringe.o from here...
12393         (XOBJ, MAC_OBJ): ...to here.
12395 2004-02-16  Stephen Eglen  <stephen@gnu.org>
12397         * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
12399 2004-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12401         * data.c (Fbyteorder):
12402         * fringe.c (Fdefine_fringe_bitmap):
12403         * xdisp.c (handle_single_display_prop):
12404         * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
12406 2004-02-16  Jason Rumney  <jasonr@gnu.org>
12408         * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
12410 2004-02-15  Steven Tamm  <steventamm@mac.com>
12412         * macterm.c (Vmac_emulate_three_button_mouse): New variable for
12413         controlling emulation of a three button mouse with option and
12414         command keys.
12415         (Qreverse, mac_get_enumlated_btn): Handle the emulation.
12416         (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
12418 2004-02-15  Kim F. Storm  <storm@cua.dk>
12420         * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
12422         * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
12423         Perform byte-swapping.
12425 2004-02-14  Kim F. Storm  <storm@cua.dk>
12427         * dispextern.h (struct draw_fringe_bitmap_params): Change member
12428         bits from char to short to facilitate wider bitmaps.
12429         (struct redisplay_interface): Fix prototype of define_fringe_bitmap
12430         member.
12432         * fringe.c (struct fringe_bitmap): Change member bits from char to
12433         short to facilitate 16 bits wide bitmaps.  Modify all standard
12434         bitmaps accordingly.
12435         (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
12436         (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
12437         (draw_fringe_bitmap): Ditto.
12438         (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
12439         (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
12440         handle up to 16 bits wide bitmaps.
12441         (Fdefine_fringe_bitmap): Doc fix.  Handle wider bitmaps.
12442         (Ffringe_bitmaps_at_pos): Add missing arg declarations.
12444         * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
12445         (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
12446         need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
12448         * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
12449         so it is no longer necessary to expand them here.
12451         * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
12453 2004-02-12  Kim F. Storm  <storm@cua.dk>
12455         * window.c (Fwindow_fringes): Doc fix.
12457 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12459         * xselect.c (x_get_foreign_selection): Add new optional parameter
12460         time_stamp.
12461         (Fx_get_selection_internal): Ditto, pass time_stamp to
12462         x_get_foreign_selection.
12464         * data.c (Fbyteorder): New function.
12466 2004-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12468         * atimer.c: Move include stdio.h to same place as in other files.
12470         * region-cache.c: Ditto.
12472         * sysdep.c: Ditto.
12474         * xfaces.c: Ditto.
12476 2004-02-09  Sam Steingold  <sds@gnu.org>
12478         * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
12480 2004-02-09  Kim F. Storm  <storm@cua.dk>
12482         * fringe.c: New file.  Move original fringe related declarations
12483         and code from dispextern.h and xdisp.c here.
12484         Rework code to support user defined fringe bitmaps, redefining
12485         standard bitmaps, ability to overlay user defined bitmap with
12486         overlay arrow bitmap, and add faces to bitmaps.
12487         (Voverflow_newline_into_fringe): Declare here.
12488         (enum fringe_bitmap_align): New enum.
12489         (..._bits): All bitmaps are now defined without bitswapping; that
12490         is now done in init_fringe_once (if necessary).
12491         (standard_bitmaps): New array with specifications for the
12492         standard fringe bitmaps.
12493         (fringe_faces): New array.
12494         (valid_fringe_bitmap_id_p): New function.
12495         (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
12496         (draw_fringe_bitmap): New function which draws fringe bitmap,
12497         possibly overlaying bitmap with cursor in right fringe or the
12498         overlay arrow in the left fringe.
12499         (update_window_fringes): Do not handle overlay arrow here.
12500         Compare and copy fringe bitmap faces.
12501         (init_fringe_bitmap): New function.
12502         (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
12503         define and destroy user defined fringe bitmaps.
12504         (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
12505         (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
12506         (syms_of_fringe): New function.  Defsubr new DEFUNs.
12507         DEFVAR_LISP Voverflow_newline_into_fringe.
12508         (init_fringe_once, init_fringe): New functions.
12509         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
12511         * Makefile.in (obj): Add fringe.o.
12512         (fringe.o): New dependencies.
12514         * dispextern.h (FRINGE_ID_BITS): New definition for number of
12515         bits allocated to hold a fringe number.  Increase number of bits
12516         from 4 to 8 to allow user defined fringe bitmaps.
12517         (struct glyph_row, struct it): New members left_user_fringe_bitmap,
12518         left_user_fringe_face_id, right_user_fringe_bitmap,
12519         right_user_fringe_face_id.
12520         (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
12521         Move to new file fringe.c.
12522         (MAX_FRINGE_BITMAPS): Define here.
12523         (struct draw_fringe_bitmap_params): New members bits, cursor_p,
12524         and overlay_p.  Change member which to int.
12525         (struct redisplay_interface): New members define_fringe_bitmap
12526         and destroy_fringe_bitmap.
12527         (valid_fringe_bitmap_id_p): Add prototype.
12528         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
12530         * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
12531         arrows.
12532         (update_frame): Do flush_display if force_flush_display_p to
12533         ensure display (specifically fringes) are updated in a timely
12534         manner when resizing the frame by dragging the mouse.
12535         (update_window_line): Update row if overlay arrow changed.
12536         (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
12537         or overlay arrow changed.
12539         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
12540         syms_of_fringe, and init_fringe.
12542         * frame.h (struct frame): New member force_flush_display_p.
12544         * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
12545         Add prototypes.
12547         * macterm.c (mac_draw_bitmap): Add overlay_p arg.
12548         (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
12549         thanks to YAMAMOTO Mitsuharu for advice on how to do this.
12550         Use cursor color for displaying cursor in fringe.
12551         (x_redisplay_interface): Add null handlers for
12552         define_fringe_bitmap and destroy_fringe_bitmap functions.
12554         * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
12555         xterm.c to handle overlayed fringe bitmaps and to use cursor color
12556         for displaying cursor in fringe.
12557         (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
12558         specific functions to define and destroy fringe bitmaps in fringe_bmp.
12559         (w32_redisplay_interface): Add them to redisplay_interface.
12560         (w32_term_init): Call w32_init_fringe instead of explicitly
12561         defining fringe bitmaps in fringe_bmp array.
12562         (x_delete_display): Call w32_reset_fringes instead of explicitly
12563         destroying fringe bitmaps in fringe_bmp array.
12565         * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
12566         (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
12567         (continued_bits, continuation_bits, ov_bits, first_line_bits)
12568         (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
12569         (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
12570         (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
12571         (draw_window_fringes, compute_fringe_widths, update_window_fringes):
12572         Move fringe handling vars and code to new file fringe.c.
12573         (handle_display_prop): Handle left-fringe and right-fringe
12574         display properties; store user fringe bitmaps in iterator.
12575         (move_it_in_display_line_to): Handle cursor in fringe at eob.
12576         (clear_garbaged_frames): Set force_flush_display_p if resized.
12577         (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
12578         (display_line): Handle cursor in fringe at eob.
12579         (display_line): Set row user fringe bitmaps from iterator.
12581         * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
12582         Use cursor color for displaying cursor in fringe.
12583         (x_redisplay_interface): Add null handlers for
12584         define_fringe_bitmap and destroy_fringe_bitmap functions.
12586 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12588         * macfns.c (Fx_change_window_property): Make doc string and
12589         parameters same as for X version.
12591         * w32fns.c (Fx_change_window_property): Ditto.
12593 2004-02-07  Kim F. Storm  <storm@cua.dk>
12595         * xdisp.c (hscroll_window_tree): Position cursor near to right
12596         margin in hscrolled window when jumping to end of line (rather
12597         than centering cursor).
12599         * process.c (wait_reading_process_input): Don't do adaptive read
12600         buffering if waiting for a specific process.
12602 2004-02-05  Luc Teirlinck  <teirllm@auburn.edu>
12604         * minibuf.c (Fminibufferp, Fread_from_minibuffer)
12605         (Fread_minibuffer, Feval_minibuffer)
12606         (Fread_string, Fread_no_blanks_input)
12607         (Fcompleting_read): Doc fixes.
12608         (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
12609         completion-regexp-list.  Define Qcase_fold_search and staticpro it.
12610         (read_minibuf): Fix initial comment.
12611         (Ftry_completion, Fall_completions, Ftest_completion): Bind
12612         case-fold-search to the value of completion-ignore-case when
12613         checking completion-regexp-list.
12614         (Fdisplay_completion_list): Make it handle arguments that are
12615         symbols.  Doc fix.
12617 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12619         * xterm.h: Add declaration of free_frame_menubar.
12621         * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
12622         (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
12623         (Fx_change_window_property): Add declaration of parameters type and
12624         format.  Remove unused variable cons.
12626         * xselect.c: Include stdio.h.
12628 2004-02-05  Kenichi Handa  <handa@m17n.org>
12630         * fns.c (Fset_char_table_range): Fix previous change.
12632         * buffer.c (Fset_buffer_multibyte): Fix docstring.
12634 2004-02-04  Luc Teirlinck  <teirllm@auburn.edu>
12636         * editfns.c (Fchar_after, Fchar_before): Doc fixes.
12638 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12640         * keymap.c (Vmouse_events): Rename from Vmenu_events.
12641         (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
12643 2004-02-04  Kenichi Handa  <handa@m17n.org>
12645         * fns.c (Fset_char_table_range): Handle charsets ascii,
12646         eight-bit-control, and eight-bit-graphic correctly.
12648 2004-02-03  Jason Rumney  <jasonr@gnu.org>
12650         * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
12652         * w32fns.c (x_to_w32_font): Likewise.
12654 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12656         * xterm.h: Add x_handle_dnd_message, x_check_property_data,
12657         x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
12659         * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
12660         ClientMessages.
12662         * xselect.c: Include termhooks.h and X11/Xproto.h
12663         (x_check_property_data, x_fill_property_data)
12664         (x_property_data_to_lisp, mouse_position_for_drop)
12665         (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
12666         (Fx_send_client_event): Move here from xfns.c.
12667         (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
12669         * xfns.c (x-send-client-message): Move to xselect.c
12670         (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
12671         OUTER_P.
12672         (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
12673         VECTOR_RET_P.  Handle AnyPropertyType.  Call x_property_data_to_lisp
12674         if vector_ret_p is true.
12675         (syms_of_xfns): Sx_send_client_message moved to xselect.c.
12677 2004-02-02  Eli Zaretskii  <eliz@gnu.org>
12679         * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
12680         basename of FILE relative to it, not FILE itself.
12682 2004-02-02  Kenichi Handa  <handa@m17n.org>
12684         * coding.c (coding_restore_composition): Check invalid
12685         composition data more rigidly.
12687 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
12689         * fileio.c (Fread_file_name_internal): Correctly handle the case
12690         where insert-default-directory is nil.
12691         (Fread_file_name): Always return an empty string if the user exits
12692         with an empty minibuffer.  Adapt the docstring accordingly.
12693         (syms_of_fileio): Adapt the docstring of insert-default-directory
12694         to the change in Fread_file_name.
12696 2004-01-29  Eli Zaretskii  <eliz@gnu.org>
12698         * alloca.c [!alloca]: Fix the prototype for xfree.
12700 2004-01-29  Kenichi Handa  <handa@m17n.org>
12702         * fns.c (string_char_to_byte): Optimize for ASCII only string.
12703         (string_byte_to_char): Likewise.
12705 2004-01-28  Peter Runestig  <peter@runestig.com>
12707         * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
12709 2004-01-27  Steven Tamm  <steventamm@mac.com>
12711         * unexmacosx.c (unexec_copy): Do not copy more than was
12712         requested to prevent overwriting during unexec.
12714 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12716         * process.c (sigchld_handler): Add comment about not calling malloc.
12718         * process.h: Add extern to synch_process_termsig.
12720 2004-01-27  Steven Tamm  <steventamm@mac.com>
12722         * macterm.c (make_mac_frame, make_mac_terminal_frame):
12723         Move setting of scroll bars from make_mac_frame to
12724         make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
12726 2004-01-26  Richard M. Stallman  <rms@gnu.org>
12728         * search.c (Freplace_match): Handle nonexistent
12729         back-references properly.
12731 2004-01-03  Richard M. Stallman  <rms@gnu.org>
12733         * window.c (decode_any_window): New function.
12734         (Fwindow_height, Fwindow_width, Fwindow_edges)
12735         (Fwindow_pixel_edges, Fwindow_inside_edges)
12736         (Fwindow_inside_pixel_edges): Use decode_any_window.
12738 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12740         * process.h: synch_process_termsig new variable.
12742         * callproc.c: Define synch_process_termsig.
12743         (Fcall_process): Initiate synch_process_termsig to zero and
12744         check if non-zero and get signal name after subprocess has ended.
12746         * process.c (sigchld_handler): Set synch_process_termsig
12747         if terminated by a signal.  synch_process_death setting removed.
12749         * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
12751 2004-01-26  Andreas Schwab  <schwab@suse.de>
12753         * print.c (print_preprocess): Declare size as EMACS_INT to not
12754         lose bits.
12755         (print_object): Likewise.
12756         * alloc.c (Fpurecopy): Likewise.
12758 2004-01-25  Luc Teirlinck  <teirllm@auburn.edu>
12760         * window.c (Fwindow_minibuffer_p): Doc fix.
12762 2004-01-24  Jonathan Yavner  <jyavner@member.fsf.org>
12764         * editfns.c (Fformat): Make both passes accept the same set of flags.
12766 2004-01-23  Kenichi Handa  <handa@m17n.org>
12768         * fns.c (Fmd5): If OBJECT is a buffer different from the current
12769         one, set buffer to OBJECT temporarily.
12771 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12773         * keyboard.c (kbd_buffer_gcpro): Remove.
12774         (kbd_buffer_store_event, clear_event, Fdiscard_input)
12775         (stuff_buffered_input, init_keyboard, syms_of_keyboard):
12776         Don't initialize and/or maintain the variable any more.  It was made
12777         redundant by my commit of 2003-06-15.
12779         * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
12781 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12783         * lisp.h: Add undef DECL_ALIGN.
12785 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12787         * process.c (wait_reading_process_input) [SYNC_INPUT]:
12788         Check interrupt_input_pending explicitly.
12790         * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
12792         * keyboard.c (handle_async_input): New fun,
12793         extracted from input_available_signal.
12794         (input_available_signal, reinvoke_input_signal): Use it.
12796 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12798         * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
12800         * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
12801         manipulation macros for when tags are in the lower bits.
12802         (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
12803         (DECL_ALIGN): New macro.
12804         (DEFUN): Use it.
12806         * lisp.h [ENABLE_CHECKING]: Don't force union type.
12808         * s/darwin.h (__attribute__): Remove outdated workaround.
12810         * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
12812         * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
12813         Don't check range of malloc address.
12814         (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
12816         * process.c (wait_reading_process_input): Lisp_Object/int mixup.
12818         * dired.c (Ffile_attributes): Lisp_Object/int mixup.
12820 2004-01-19  Kenichi Handa  <handa@m17n.org>
12822         * fontset.c (fontset_font_pattern): Fix previous change.
12824 2004-01-16  Miles Bader  <miles@gnu.ai.mit.edu>
12826         * xdisp.c (Voverflow_newline_into_fringe)
12827         (move_it_in_display_line_to, redisplay_internal)
12828         (update_window_fringes, redisplay_window, display_line, window):
12829         Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
12830         that it compiles without a window-system.
12831         * dispnew.c (direct_output_for_insert, update_window): Likewise.
12833 2004-01-16  Kim F. Storm  <storm@cua.dk>
12835         * buffer.h (struct buffer): New member indicate_buffer_boundaries.
12837         * buffer.c (init_buffer_once): Set buffer_defaults and
12838         buffer_local_flags for indicate_buffer_boundaries.
12839         (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
12840         default- variable for it.
12842         * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
12843         right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
12844         New members exact_window_width_line_p and cursor_in_fringe_p for
12845         overflowing newlines into right fringe.
12846         New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
12847         and indicate_bottom_line_p for buffer boundaries and scrolling.
12848         (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
12849         FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
12850         HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
12851         and HOLLOW_SQUARE_BITMAP.
12852         (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
12853         Add prototypes.
12855         * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
12856         instead of related indicator fields.
12857         Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
12858         (direct_output_for_insert): Handle exact width lines like
12859         contined lines.  Call update_window_fringes.
12860         (update_window): Call update_window_fringes.
12861         (scrolling_window): Don't skip desired rows with changed bitmaps.
12862         Check if fringe bitmaps changes when assigning scrolled rows.
12864         * xdisp.c (Voverflow_newline_into_fringe): New variable.
12865         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
12866         (move_it_in_display_line_to): Overflow newline into fringe for
12867         rows that are exactly as wide as the window.
12868         (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
12869         (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
12870         (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
12871         (fringe_bitmaps): Add new bitmaps.
12872         (draw_fringe_bitmap): Make extern.  Remove WHICH arg.
12873         Select proper bitmap for cursor in fringe when appropriate.
12874         Handle alignment of bitmap to top or bottom of row.
12875         (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
12876         done by update_window_fringes.
12877         (update_window_fringes, draw_window_fringes): New functions.
12878         (redisplay_internal): Call update_window_fringes in case only
12879         cursor row is updated.
12880         (redisplay_window): Call update_window_fringes.
12881         Explicitly call draw_window_fringes if redisplay was done using
12882         the current matrix or the overlay arrow is in the window.
12883         (try_window_reusing_current_matrix): Mark scrolled rows for
12884         fringe update (to update buffer-boundaries / scrolling icons).
12885         (find_last_unchanged_at_beg_row): Handle exact width lines line
12886         continued lines.
12887         (display_line): Overflow newline into fringe for rows that are
12888         exactly as wide as the window.  Don't append space for newline
12889         in this case.
12890         (notice_overwritten_cursor): Explicitly clear cursor bitmap
12891         in fringe as if it had been overwritten.
12892         (erase_phys_cursor): Erase cursor bitmap in fringe.
12893         (syms_of_xdisp): Mark show-trailing-whitespace and
12894         void-text-area-pointer as user options.
12895         DEFVAR_LISP Voverflow_newline_into_fringe.  Enable by default.
12897         * xterm.c (x_update_window_end): Call draw_window_fringes.
12898         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
12899         in row instead of actually drawing fringe bitmaps.
12900         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
12901         (x_draw_window_cursor): Draw cursor in fringe.
12903         * w32term.c (x_update_window_end): Call draw_window_fringes.
12904         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
12905         in row instead of actually drawing fringe bitmaps.
12906         (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
12907         (w32_draw_window_cursor): Draw cursor in fringe.
12909         * macterm.c (x_update_window_end): Call draw_window_fringes.
12910         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
12911         in row instead of actually drawing fringe bitmaps.
12912         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
12913         (mac_draw_window_cursor): Draw cursor in fringe.
12915 2004-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12917         * xterm.c (handle_one_xevent): Don't handle characters that are part
12918         of an old style (XLookupString) compose sequence.
12920 2004-01-15  Kenichi Handa  <handa@m17n.org>
12922         * search.c (Freplace_match): Use make_multibyte_string or
12923         make_unibyte_string according to the buffer multibyteness.
12925 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12927         * alloc.c (struct interval_block, struct string_block)
12928         (struct symbol_block, struct marker_block, live_string_p)
12929         (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
12930         Better preserve alignment for objects in blocks.
12931         (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
12933         * lread.c (defvar_per_buffer): Remove dead declaration.
12935         * macterm.c (do_check_ram_size): Don't hardcode the lisp address
12936         space size.
12938 2004-01-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12940         * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
12941         if a key press should pop down.  Only pop down if a key is pressed
12942         outside the menu/dialog.
12943         (create_and_show_popup_menu): Pass 0 for down_on_keypress to
12944         popup_get_selection.
12945         (create_and_show_dialog): Pass 1 for down_on_keypress to
12946         popup_get_selection.
12948 2004-01-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12950         * alloc.c (allocate_vectorlike): Surround calls to mallopt with
12951         BLOCK/UNBLOCK_INPUT.
12953 2004-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12955         * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
12956         specified.
12958 2004-01-08  Kenichi Handa  <handa@m17n.org>
12960         * editfns.c (Fformat): Fix '&' to '&&'.
12962 2004-01-08  Andreas Schwab  <schwab@suse.de>
12964         * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
12965         size if PSEUDOVECTOR_FLAG is set.
12967 2004-01-07  Kenichi Handa  <handa@m17n.org>
12969         * charset.c (Fdeclare_equiv_charset): Fix docstring.
12971         * fontset.c (fontset_ref_via_base): Fix previous change.
12973 2004-01-07  Kim F. Storm  <storm@cua.dk>
12975         * process.c (read_process_output): Only activate adaptive
12976         buffering if we read less than 256 bytes at a time.
12978 2004-01-06  Kim F. Storm  <storm@cua.dk>
12980         * dispnew.c (buffer_posn_from_coords): Return both buffer/string
12981         object and image object.  Return glyph width and height.
12982         (mode_line_string, marginal_area_string): Ditto.
12984         * dispextern.h (buffer_posn_from_coords, mode_line_string)
12985         (marginal_area_string): Fix prototypes.
12987         * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
12988         POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN.  All uses changed.
12989         (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
12991         * keyboard.c (make_lispy_position): Use modified mode_line_string,
12992         buffer_posn_from_coords, and marginal_area_string functions to
12993         include both string object and image object in the lispy position.
12994         Also add actual glyph width and height to position.
12995         (read_key_sequence): Use real buffer position from mouse
12996         event to find keymap property even when click is in marginal area.
12998         * xdisp.c (note_mode_line_or_margin_highlight): Use modified
12999         mode_line_string and marginal_area_string functions to handle
13000         both string object and image object properties.
13002 2004-01-06  Andreas Schwab  <schwab@suse.de>
13004         * syntax.c (skip_chars): Treat '-' at end of string as ordinary
13005         character.
13007 2004-01-02  Andreas Schwab  <schwab@suse.de>
13009         * macterm.c (emacs_options, x_initialized, same_x_server):
13010         Remove unused (and duplicated) definitions.
13012 2004-01-02  Kim F. Storm  <storm@cua.dk>
13014         * process.h (struct Lisp_Process): New members for adaptive read
13015         buffering: adaptive_read_buffering, read_output_delay, and
13016         read_output_skip.
13018         * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
13019         (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
13020         (READ_OUTPUT_DELAY_MAX_MAX): New constants.
13021         (process_output_delay_count, process_output_skip): New vars.
13022         (Vprocess_adaptive_read_buffering): New variable.
13023         (make_process): Initialize adaptive read buffering members.
13024         (Fstart_process): Set adaptive_read_buffering member.
13025         (deactivate_process): Cleanup adaptive read buffering.
13026         (wait_reading_process_input): Temporarily omit delayed
13027         subprocesses from the set of file descriptors to read from;
13028         adjust the select timeout if we skipped any subprocesses.
13029         (read_process_output): Increase adaptive read buffering delay if
13030         we read less than a full buffer; reduce delay when we read a
13031         full buffer.
13032         (send_process): Simplify using local Lisp_Process var.
13033         Reset adaptive read buffering delay after write.
13034         (init_process): Initialize process_output_delay_count and
13035         process_output_skip.
13036         (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
13038 2004-01-01  Jason Rumney  <jasonr@gnu.org>
13040         * w32term.c (w32_text_out): Use s->font, for consistency with callers.
13042 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
13044         * print.c (Ferror_message_string): Add hyperlink in the docstring
13045         to the definition of `signal' in the Elisp manual.
13046         * eval.c (Fsignal): Ditto.
13048 2003-12-29  James Clark  <jjc@jclark.com>
13050         * fns.c (internal_equal): Return t for two NaN arguments.
13052 2003-12-29  Richard M. Stallman  <rms@gnu.org>
13054         * data.c (store_symval_forwarding): Handle setting
13055         default-fill-column, etc., by changing the value in
13056         buffers that use the default.
13058         * minibuf.c (Fset_minibuffer_window): Doc fix.
13060         * fileio.c (choose_write_coding_system): Ignore auto_saving
13061         if using the visited file for auto saves.
13062         (Fwrite_region): Don't update SAVE_MODIFF
13063         if auto-saving in visited file.
13065 2003-12-29  Kenichi Handa  <handa@m17n.org>
13067         * dispextern.h (face_font_available_p): Extern it.
13069         * fontset.c (Voverriding_fontspec_alist): New variable.
13070         (lookup_overriding_fontspec): New function.
13071         (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
13072         (fontset_font_pattern): Likewise.
13073         (regulalize_fontname): New function.
13074         (Fset_fontset_font): Call regulalize_fontname.
13075         (Fset_overriding_fontspec_internal): New function.
13076         (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
13077         Defsubr Sset_overriding_fontspec_internal.
13079         * xfaces.c (face_font_available_p): New function.
13081 2003-12-28  Richard M. Stallman  <rms@gnu.org>
13083         * buffer.c (Fother_buffer): Don't crash if BUF is nil
13084         or if its name is nil.
13086         * buffer.c (Fkill_buffer): Don't delete auto-save file
13087         if it's the same as the visited file.
13089 2003-12-28  Luc Teirlinck  <teirllm@auburn.edu>
13091         * coding.c (Fcheck_coding_system): Doc fix.
13093 2003-12-28  Kim F. Storm  <storm@cua.dk>
13095         * Makefile.in (eval.o): Depend on dispextern.h.
13097         * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
13098         image glyph using image's ascent.
13099         (mode_line_string): Return image glyph as object clicked on.
13100         Adjust y0 for image glyph using image's ascent.
13102         * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
13103         (struct glyph): New members, ascent and descent.  Used to save
13104         this glyph's ascent and descent, instead of having.
13105         (struct glyph): Declare member face_id using FACE_ID_BITS.
13106         (find_hot_spot): Add prototype.
13108         * keyboard.c (Qimage): Remove extern (now in lisp.h).
13109         (QCmap): Declare extern.
13110         (make_lispy_position): When position is inside image hot-spot,
13111         use hot-spot element's id as posn element.
13113         * lisp.h (IMAGEP): New macro to test for image object type.
13114         (Qimage): Declare extern.
13116         * macfns.c (Qimage): Remove extern (now in lisp.h).
13117         (valid_image_p, parse_image_spec): Use IMAGEP macro.
13119         * macterm.c (Qface, Qmouse_face): Remove unused externs.
13121         * w32fns.c (Qimage): Remove extern (now in lisp.h).
13122         (valid_image_p, parse_image_spec): Use IMAGEP macro.
13124         * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
13126         * w32term.c (Qface, Qmouse_face): Remove unused externs.
13128         * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
13129         pointer types.
13130         (Qrelative_width, Qalign_to): Remove unused variables.
13131         (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
13132         (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
13133         image maps.
13134         (x_y_to_hpos_vpos): Return glyph relative coordinates through
13135         new dx and dy args.
13136         Remove buffer_only_p arg (always 0).  Simplify code accordingly.
13137         (get_glyph_string_clip_rect): Draw cursor using glyph's rather
13138         than row's ascent and height, to get sensible height on tall rows.
13139         (build_desired_tool_bar_string): Remove Qimage extern.
13140         (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
13141         (produce_image_glyph): Adjust it.ascent to minimum row ascent if
13142         image glyph is alone on the last line.
13143         (append_glyph, append_composite_glyph, produce_image_glyph)
13144         (append_stretch_glyph): Set glyph's ascent and descent.
13145         (on_hot_spot_p): New function to check if position is inside an
13146         rectangular, circular, or polygon-shaped image hot-spot,
13147         (find_hot_spot): New function to search for image hot-spot.
13148         (Flookup_image_map): New defun to search for image hot-spot.
13149         (define_frame_cursor1): New aux function to determine frame pointer.
13150         (note_mode_line_or_margin_highlight, note_mouse_highlight):
13151         Handle `pointer' text property and :pointer image property to
13152         control frame pointer shape.  Detect image hot-spots for pointer
13153         and help_echo properties.  Use define_frame_cursor1.
13154         (note_mouse_highlight): Use Vvoid_text_area_pointer.
13155         (syms_of_xdisp): Defsubr new defun.  Intern and staticpro new variables.
13156         DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
13158         * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
13160         * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
13161         (Qimage): Remove extern (now in lisp.h).
13162         (valid_image_p, parse_image_spec): Use IMAGEP macro.
13164         * xmenu.c (show_help_event): Remove unused code.
13166         * xterm.c (Qface, Qmouse_face): Remove unused externs.
13167         (x_draw_hollow_cursor): Draw cursor using glyph's rather than
13168         row's ascent and descent, to get a sensible height on tall rows.
13170 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
13172         * minibuf.c (Fcompleting_read): Undo previous change.
13174 2003-12-25  Lars Hansen  <larsh@math.ku.dk>
13176         * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
13177         Arguments GCPRO'ed in call to file name handler.
13179 2003-12-25  Thien-Thi Nguyen  <ttn@gnu.org>
13181         * termcap.c (tgetst1): Scan for "%pN"; if all
13182         N are continuous in [1,9], remove all "%pN".
13184 2003-12-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13186         * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
13188         * xfaces.c (lface_fully_specified_p): Take into account that
13189         MAC OS always have unspecified stipple.
13191 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
13193         * tparam.c (tparam1): Add handling for `%pN', which
13194         means use param N for the next substitution.
13196 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
13198         * xfaces.c (Fcolor_gray_p): Fix omission bug:
13199         In case `frame' is nil, consult the selected frame.
13200         (Fcolor_supported_p): Likewise.
13202 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
13204         * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
13205         Doc fixes.
13207         * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
13208         and an integer.  Adapt the introductory comment accordingly.
13209         (Fread_from_minibuffer): Delete code moved into read_minibuf.
13210         Doc fix.
13211         (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
13212         read_minibuf.
13213         (Fcompleting_read): Delete code moved into read_minibuf.
13214         (Ftest_completion): Make it handle obarrays and hash tables correctly.
13216 2003-12-03  Kenichi Handa  <handa@m17n.org>
13218         * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
13219         encoding sequence.
13221 2003-12-01  Kenichi Handa  <handa@m17n.org>
13223         * composite.c (syms_of_composite): Don't make the compostion hash
13224         table week.
13226 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
13228         * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
13229         * textprop.c (Fget_char_property_and_overlay): New function.
13230         (syms_of_textprop): Defsubr it.
13232 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13234         * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
13235         to compile on terminal configuration.
13237         * fileio.c (Fread_file_name): Check use_file_dialog also before
13238         calling Fx_file_dialog.
13240         * fns.c (use_file_dialog): New variable.
13241         (syms_of_fns): DEFVAR_BOOL use-file-dialog.
13243 2003-11-29  Kim F. Storm  <storm@cua.dk>
13245         * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
13246         (syms_of_msdos): Don't intern and staticpro them.
13248 2003-11-27  Kim F. Storm  <storm@cua.dk>
13250         * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
13251         coordinates relative to glyph at posn.  If glyph is an image,
13252         return that as object at posn.  Callers changed.
13253         (mode_line_string, marginal_area_string): Calculate and return
13254         pixel coordinates relative to glyph.  Callers changed.
13256         * dispextern.h (buffer_posn_from_coords, mode_line_string)
13257         (marginal_area_string): Fix prototypes.
13258         (window_box_left_offset, window_box_right_offset): Add prototypes.
13260         * frame.h (get_specified_cursor_type, get_window_cursor_type):
13261         Remove prototypes.
13263         * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
13265         * keyboard.c (make_lispy_position): Add x and y coordinates
13266         relative to the current glyph as 7th element of position.
13267         If glyph is an image, return it in the object element.
13268         (read_key_sequence): Skip checks for keymap property in cases
13269         where POSN_STRING is not a string (e.g. an image).
13271         * xdisp.c (Vdisplay_pixels_per_inch): New variable.
13272         (Vshow_text_cursor_in_void): New variable.
13273         (glyph_to_pixel_coords): Don't use negative hpos.
13274         (x_y_to_hpos_vpos): Fix for partially visible first glyph.
13275         (append_stretch_glyph): Change ascent arg to be actual value
13276         in pixels rather than ratio to height.  Callers changed.
13277         (calc_pixel_width_or_height): New aux function, implementing
13278         pixel based artihmetic for glyph widths and heights.
13279         (produce_stretch_glyph): Use calc_pixel_width_or_height for
13280         :width, :height, :align-to, and :ascent, thus allowing these to
13281         be specified in pixels as well as multiples of characters.
13282         Don't produce stretch glyphs with zero width or height.
13283         (get_specified_cursor_type): Declare static.
13284         (get_window_cursor_type): Declare static.  Add glyph arg to be
13285         able to know when cursor is on an image; always substitute
13286         hollow-box cursor for filled-box cursor on images, to avoid
13287         negative images and flicker when blinking the cursor.
13288         (display_and_set_cursor): Pass glyph to get_window_cursor_type.
13289         (note_mode_line_or_margin_highlight): Use non-text cursor rather
13290         than vertical scroll-bar cursor in display margins.
13291         (note_mouse_highlight): Use non-text cursor rather than text
13292         cursor in fringes and over images in the text area.
13293         Use non-text cursor when mouse pointer is outside editable text,
13294         i.e. in the void after end-of-line or end-of-buffer; this was
13295         already done for W32, but is now standard for all systems --
13296         user can toggle show-text-cursor-in-void to get old behaviour.
13297         (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
13298         Vdisplay_pixels_per_inch.
13300 2003-11-25  Andreas Schwab  <schwab@suse.de>
13302         * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
13303         EMACS_INT to not lose bits.
13304         (Ffillarray): Don't set bits beyond the size of a bool vector.
13306 2003-11-25  Kim F. Storm  <storm@cua.dk>
13308         * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
13309         define this defun on systems that cannot use stderr as lvalue.
13311 2003-11-24  Gerd Moellmann  <gerd@gnu.org>
13313         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
13314         [__FreeBSD_version >= 500042]: Define as -znocombreloc because
13315         ld's default is incompatible with unexec.
13317 2003-11-23  Kim F. Storm  <storm@cua.dk>
13319         * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
13320         (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
13321         (Fforce_window_update): New defun.
13322         (syms_of_window): Defsubr it.
13323         (Fset_window_margins, Fset_window_fringes): Doc fix.
13325         * print.c (Fredirect_debugging_output): New defun.
13326         (syms_of_print): Defsubr it.
13328 2003-11-22  Luc Teirlinck  <teirllm@auburn.edu>
13330         * fns.c (Fset_char_table_parent): Doc fix.
13332 2003-11-22  Kim F. Storm  <storm@cua.dk>
13334         * dispnew.c (buffer_posn_from_coords): Return actual row/column
13335         for glyph clicked on, rather than (unused) pixel positions.
13336         (mode_line_string, marginal_area_string): Change X and Y args to
13337         pointers for returning actual row/column for glyph clicked on.
13338         Simplify and optimize loops.
13340         * dispextern.h (mode_line_string, marginal_area_string):
13341         Update prototypes.
13343         * keyboard.c (make_lispy_position): New function for generating
13344         mouse click positions from frame and pixel coordinates.
13345         Enhanced to return buffer position and actual row/column for
13346         events outside the text area using updated mode_line_string and
13347         marginal_area_string functions.
13348         Return left-fringe and right-fringe clicks as such, rather than
13349         clicks in text area.
13350         (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
13351         pixel_to_glyph_coords, as we never use the results.
13352         (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
13353         WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
13354         Eliminate unused code in WHEEL_EVENT handling.
13355         (make_lispy_movement): Use make_lispy_position.
13357         * window.c (coordinates_in_window): Remove redundant tests.
13358         Fix returned X pixel value for left-margin.
13360         * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
13361         mode_line_string and marginal_area_string parameters.
13363 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
13365         * w32.c (struct the_group, getgrgid): Add.
13366         * mac.c (struct my_group, getgrgid): Add.
13368 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
13370         * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
13372 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
13374         * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
13375         include in call to file name handler.  Optionally translate numeric
13376         UID and GID to strings.  Update docstring.
13377         (directory_files_internal): Add parameter ID-FORMAT.
13378         (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
13379         include in call to file name handler and call to
13380         directory_files_internal.  Update Docstring.
13381         (Fdirectory_files): Add dummy parameter in call to
13382         directory_files_internal.
13383         * lisp.h (Qinteger): Add.
13384         (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
13385         (Ffile_attributes): Add parameter.
13386         * data.c (Qinteger): Export.
13388 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
13390         * fns.c (Freverse, Fnreverse): Doc fixes.
13392 2003-11-19  Kim F. Storm  <storm@cua.dk>
13394         * xdisp.c (init_iterator): Initialize it->start to position
13395         before reseating (in case start position is invisible).
13396         (init_to_row_start): Set it->start to row-start.
13397         (redisplay_window): Accept optional_new_start if start position
13398         is invisible (in which case IT_CHARPOS overshoots PT).
13399         (display_line): Setup row->start from it->start (rather than
13400         it->current which is wrong if first char on line is invisible).
13401         When done, reseat it->start to it->current (= start of next row).
13402         (expose_area): Fix exposure of text area when first char (e.g. TAB)
13403         is only partially visible.
13405         * dispextern.h (struct it): New member start.
13407 2003-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13409         * alloc.c (make_float, Fcons): Clear the markbit at init time.
13410         (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
13411         of block_index outside of the macro call.
13412         (Fgarbage_collect): Remove null code.
13414         * m/amdx86-64.h: Don't redefine XPNTR.
13416         * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
13417         of VALMASK.
13419         * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
13420         (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
13421         (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
13423         * lisp.h (VALMASK): Only define for non-union type.
13424         (MARKBIT): Remove.
13425         (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
13426         (XTYPE): Define unconditionally.
13427         (XSETTYPE): Remove one more remnant.
13428         (EQ): Define differently for the union and non-union cases.
13429         (INTMASK): New bit mask.
13430         (struct Lisp_Marker): Move down to prepare for upcoming patch.
13431         (GC_EQ): Delegate to EQ.
13433         * coding.c (coding_restore_composition): Lisp_Object/int mixup.
13435 2003-11-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13437         * xterm.c (x_window_to_scroll_bar): Move check of display to
13438         where window_id is compared.
13440 2003-11-17  Kim F. Storm  <storm@cua.dk>
13442         * dispextern.h (struct it): New member first_vpos.
13444         * xdisp.c (start_display): Set it->first_vpos.
13445         (try_window_id): Use first_vpos to start display in first _text_
13446         line if no reusable lines at start of window with header line.
13448 2003-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13450         * w32fns.c (XPutPixel):
13451         * w32bdf.c (w32_init_bdf_font):
13452         * sunfns.c (sel_read):
13453         * process.c (Fmake_network_process):
13454         * frame.c (store_frame_param):
13455         * fontset.c (Fset_fontset_font):
13456         * emacs.c (shut_down_emacs):
13457         * ccl.c (ccl_driver): Remove period at end of error message.
13459         * config.in: Regenerate.
13461         * xfns.c (x_window_to_frame, x_any_window_to_frame)
13462         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
13463         (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
13464         (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
13465         (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
13467         * xterm.h (struct x_display_info): New field xg_cursor for GTK.
13469         * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
13470         (XTmouse_position, handle_one_xevent): Pass Display* to
13471         x_window_to_scroll_bar.
13472         (x_window_to_scroll_bar): Take a Display* argument.
13473         Check that display for frame is equal to Display* argument.
13474         (event_handler_gdk): Remove current_dpyinfo.  Get dpyinfo from
13475         x_display_info_for_display instead.  Use Display in xev instead
13476         of GDK_DISPLAY.
13477         (x_dispatch_event): Call x_display_info_for_display.
13478         (XTread_socket): Move GTK part out of loop.  current_dpyinfo removed.
13479         (x_connection_closed): Call xg_display_close for GTK.
13480         (x_term_init): Call xg_display_open for additional displays.
13481         Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
13482         for GTK.
13484         * xmenu.c (single_menu_item, mouse_position_for_popup)
13485         (x_activate_menubar): Formatting adjustments.
13487         * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
13488         adjustments.
13490         * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
13491         (xg_display_close, xg_create_default_cursor)
13492         (xg_get_gdk_pixmap_and_mask): New functions for multiple display
13493         handling.
13494         (xg_left_ptr_cursor): Remove.
13495         (xg_set_cursor): Change cursor to GdkCursor*.  Do not create
13496         cursor here.
13497         (xg_win_to_widget): Take Display* argument, call
13498         gdk_xid_table_lookup_for_display.
13499         (xg_create_frame_widgets, xg_get_file_name, create_menus)
13500         (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
13501         (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
13502         in FRAME_X_DISPLAY_INFO.
13503         (xg_get_scroll_id_for_window): Take Display* argument.
13504         (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
13505         (xg_initialize): Remove xg_left_ptr_cursor.
13507         * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
13508         Display* argument.
13509         (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
13511 2003-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13513         * xterm.c (x_detect_focus_change): Do not change focus frame for
13514         Enter/LeaveNotify if the current focus frame has explicit focus.
13516 2003-11-14  Kim F. Storm  <storm@cua.dk>
13518         * dispnew.c (update_text_area): Fix redisplay error when hscroll
13519         is active and first glyph is only partially visible.
13521 2003-11-13  Kenichi Handa  <handa@m17n.org>
13523         * xdisp.c (select_frame_for_redisplay): New function.
13524         (redisplay_internal): Record also selected_frame for
13525         unwind_redisplay.  Call select_frame_for_redisplay before
13526         redrawing each frame.
13527         (unwind_redisplay): Argument changed to a cons.
13529 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
13531         * fns.c (Fstring_to_multibyte): Doc fix.
13533 2003-11-11  Kenichi Handa  <handa@m17n.org>
13535         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
13537 2003-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13539         * xfns.c (x_window): Set XtNx and XtNy in shell widget for
13540         program specified positions.
13542 2003-11-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13544         * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
13546 2003-11-08  Kenichi Handa  <handa@m17n.org>
13548         * Makefile.in (lisp): Add kannada.el.
13549         (shortlisp): Likewise.
13551 2003-11-07  Kenichi Handa  <handa@m17n.org>
13553         * coding.c (coding_allocate_composition_data):
13554         Reset coding->composing to COMPOSITION_NO.
13555         (coding_restore_composition): Detect invalid composition data.
13556         Give Fstring and Fvector a Lispy integer, not C int.
13558 2003-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13560         * floatfns.c (Flogb): Don't use VALMASK.
13562         * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
13563         * m/ia64.h (VALBITS, XINT, XUINT): Remove.
13565         * lisp.h (XINT): Move the cast to clarify what is going on.
13566         (GCTYPEMASK, XSETTYPE): Remove.
13567         (XGCTYPE): Make it an alias of XTYPE.
13569 2003-11-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13571         * xterm.c (x_term_init): Fix formatting.
13573 2003-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13575         * gtkutil.h (xg_have_tear_offs): Declare.
13576         (xg_keep_popup, xg_did_tearoff): Remove.
13578         * gtkutil.c: Remove variable xg_did_tearoff.
13579         (xg_have_tear_offs): New function.
13580         (tearoff_remove): Just decrease xg_detached_menus.
13581         (tearoff_activate): Increase xg_detached_menus and call
13582         tearoff_remove when tearoff is removed.
13583         (xg_keep_popup): Remove function.
13584         (create_menus): Give add_tearoff_p as argument to recursive
13585         call to create_menus.
13586         (xg_create_widget): Use variables instead of multiple
13587         strcmp.  Tell create_menus to create tear off only for
13588         menu bar menus.
13589         (xg_update_menubar): Change title for a detached menu also.
13590         (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
13591         of deep_p.
13592         (xg_initialize): Initialize xg_detached_menus, remove
13593         initialization of xg_did_tearoff.
13595         * xmenu.c (set_frame_menubar): For GTK, set deep_p if
13596         xg_have_tear_offs returns non-zero.
13597         (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
13598         call to xg_keep_popup.
13600 2003-11-01  Andrew Choi  <akochoi@shaw.ca>
13602         * macterm.c (XTread_socket): Handle menubar selection and grow
13603         window only for mouseDown events.
13605 2003-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13607         * xterm.c (x_term_init): For GTK part, increase x_initialized
13608         to check for more than one display.  Use error instead of return 0.
13610 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
13612         * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
13613         (copy_dysymtab): Call it.
13615 2003-10-31  Luc Teirlinck  <teirllm@auburn.edu>
13617         * eval.c (Fdefvaralias): Doc fix.
13619 2003-10-26  Luc Teirlinck  <teirllm@auburn.edu>
13621         * data.c (Fsetplist): Doc fix.
13623 2003-10-14  Lute Kamstra  <lute@gnu.org>
13625         * window.c (Fset_window_fringes): Clarify docstring.
13627 2003-10-14  Kim F. Storm  <storm@cua.dk>
13629         * window.c (Fset_window_margins): Simplify arg checking.
13631 2003-10-13  Richard M. Stallman  <rms@gnu.org>
13633         * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
13634         (print_partial_compiled_pattern): Replace assert with a printout.
13635         (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
13637         * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
13639         * window.c (Fset_window_margins): Allow only integers as args.
13640         (syms_of_window) <special-display-buffer-names, special-display-regexps>:
13641         Doc fixes.
13643 2003-10-13  Lute Kamstra  <lute@gnu.org>
13645         * window.c (Fset_window_fringes): Elaborate docstring.
13647 2003-10-12  Andrew Choi  <akochoi@shaw.ca>
13649         * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
13651         * s/darwin.h (GC_MARK_STACK): Define.
13653 2003-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13655         * window.c (shrink_windows): New function.
13656         (size_window): Call shrink_windows to calculate window sizes when
13657         shrinking frame with more than one window.
13659 2003-10-12  Kim F. Storm  <storm@cua.dk>
13661         * xdisp.c (compute_fringe_widths): Doc fix.
13663 2003-10-08  Kenichi Handa  <handa@m17n.org>
13665         * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
13667 2003-10-07  Kenichi Handa  <handa@m17n.org>
13669         * coding.c (Qcoding_system_define_form): New variable.
13670         (syms_of_coding): Intern and staticpro it.
13671         (Fcheck_coding_system): Try to autoload the definition of
13672         CODING-SYSTEM.
13674 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
13676         * fns.c (Frequire): Doc fix.
13678 2003-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13680         * xfns.c (Fx_send_client_event): New function as a base for
13681         manipulating extended window manager hints.
13682         (Fx_send_client_event): Remove unused variable s.
13684         * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
13685         that function is removed.
13687         * xterm.c (x_set_offset): Use move_offset_left/top instead of
13688         x/y_pixels_outer_diff.
13689         (x_check_expected_move): Calculate move_offset_left/top.
13691         * xterm.h (struct x_output): New members: move_offset_top/left.
13693         * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
13694         call x_set_offset directly.
13696         * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
13698         * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
13700         * xterm.c (x_delete_display): Free font names and font_encoder
13701         in dpyinfo->font_table.
13703         * xfns.c (Fx_close_connection): Only call XFreeFont here.
13704         Move xfree of font names to x_delete_display.
13706         * xterm.h (struct x_display_info): New member, wm_type.
13707         (struct x_output): New members, expected_top/left and
13708         check_expected_move.
13710         * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
13711         is received.
13712         (handle_one_xevent): Rename x_check_expected_move from
13713         x_check_fullscreen_move.
13714         (x_set_offset): Only add WM decoration sizes to modified_top/left
13715         for X_WMTYPE_A.  Set check_expected_move when WM type is unknown.
13716         (x_check_expected_move): Rename from x_check_fullscreen_move.
13717         Removed fullscreen specific code.  Use check_expected_move,
13718         expected_left/top instead.  Also, set wm_type.
13719         (x_term_init): Initialize wm_type to unknown.
13721         * frame.c (x_fullscreen_move): Remove addition of WM decoration
13722         sizes to move_x/y.
13724 2003-10-03  Kenichi Handa  <handa@m17n.org>
13726         * macterm.c (x_load_font): Clear all members of FONTP before start
13727         filling them.
13729 2003-10-02  Kenichi Handa  <handa@m17n.org>
13731         * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
13732         before calling find_ccl_program_func.  Call find_ccl_program_func
13733         only when fontp->font_encoder is not NULL.
13735         * xterm.c (x_load_font): Clear all members of FONTP before start
13736         filling them.
13738 2003-10-03  John Paul Wallington  <jpw@gnu.org>
13740         * keymap.c (map_keymap): Don't abort when binding is a vector.
13742 2003-10-02  Jason Rumney  <jasonr@gnu.org>
13744         * makefile.w32-in (emacs.o, coding.o, bytecode.o):
13745         Sync dependencies with Makefile.in.
13746         (alloca.o): Remove.
13748         * w32fns.c (w32_load_system_font): Clear all members of FONTP before
13749         filling them.
13751         * w32bdf.c (w32_load_bdf_font): Likewise.
13753 2003-09-30  Richard M. Stallman  <rms@gnu.org>
13755         * term.c (set_tty_color_mode): Calculate current_mode_spec
13756         regardless of value of VAL.
13758         * intervals.c (graft_intervals_into_buffer):
13759         Set BUF_INTERVALS (buffer)->up_obj when appropriate.
13760         Handle over_used when splitting UNDER.
13762 2003-09-30  YAMAMOTO  Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13764         * regex.c (regex_compile): Free the stack when returning from function.
13766 2003-09-28  Kenichi Handa  <handa@m17n.org>
13768         * fontset.c (Finternal_char_font): Change return value to
13769         cons (FONT-NAME . GLYPH-CODE).
13771 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
13773         * term.c (tty_setup_colors): Treat any negative argument as -1.
13775 2003-09-27  Gaute B Strokkenes  <biggaute@uwc.net>  (tiny change)
13777         * process.c (send_process): Delete unused temp_buf.
13779 2003-09-26  Dave Love  <fx@gnu.org>
13781         * xterm.c (x_bitmap_mask): Declare.
13783 2003-09-25  Dave Love  <fx@gnu.org>
13785         * Makefile.in (fns.o): Depend on md5.h.
13787 2003-09-25  Kim F. Storm  <storm@cua.dk>
13789         * window.c (set_window_buffer): Fix redisplay problems when
13790         switching between buffers with different display margin widths.
13792 2003-09-23  Kim F. Storm  <storm@cua.dk>
13794         * process.c (set_socket_option): Fix :bindtodevice option.
13795         (Fset_network_process_option): Update process contact list when
13796         setting option succeeds.
13797         (Fmake_network_process): Doc fix.
13799 2003-09-23  Dave Love  <fx@gnu.org>
13801         * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
13803 2003-09-22  Eli Zaretskii  <eliz@gnu.org>
13805         * term.c (set_tty_color_mode): Use INTEGERP to test whether a
13806         color mode is an integer number (it could be -1).
13808 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13810         * intervals.c (graft_intervals_into_buffer): Correct the main loop
13811         in the case where OVER is longer than UNDER.
13813 2003-09-22  Masatake YAMATO  <jet@gyve.org>
13815         * window.c (Fset_window_scroll_bars): Validate the value of
13816         `vertical_type'.
13818 2003-09-21  Kim F. Storm  <storm@cua.dk>
13820         * frame.c (Vdefault_frame_scroll_bars): New variable.
13821         (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
13822         (syms_of_frame): DEFVAR_LISP it, and initialize according to
13823         window-system default scroll bar position.
13825         * window.c (Fwindow_scroll_bars): Doc fix.
13827 2003-09-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13829         * xterm.c (x_set_offset): Take window manager decorations into account.
13831 2003-09-19  Richard M. Stallman  <rms@gnu.org>
13833         * atimer.h: Don't include lisp.h.
13834         (P_): Define it here (as well as elsewhere).
13836         * print.c (Fprin1_to_string): Move the PRINTPREPARE
13837         later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
13839         * data.c (Fvariable_binding_locus): New function.
13840         (syms_of_data): defsubr it.
13841         (Flocal_variable_p): Delete duplicate call to indirect_variable.
13843 2003-09-18  Dave Love  <fx@gnu.org>
13845         * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
13847         * process.c (Fnetwork_interface_info): Fix type error.
13848         (Fnetwork_interface_list): Doc fix.
13849         (read_process_output, read_process_output): Delete unused var.
13851 2003-09-17  Kim F. Storm  <storm@cua.dk>
13853         * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
13854         Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
13855         (Fnetwork_interface_info): Check that ifreq struct has required
13856         fields before accessing them; this requires that those fields are
13857         defined as macros, which may be too restrictive on some platforms,
13858         but it is better than failing on other platforms.
13859         (syms_of_process): Only defsubr above fns when included.
13861 2003-09-17  Dave Love  <fx@gnu.org>
13863         * unexalpha.c: Don't include varargs.h.
13865 2003-09-17  Kim F. Storm  <storm@cua.dk>
13867         * process.c (Fset_process_sentinel): Add sentinel to childp plist
13868         for network process.
13869         (socket_options): Add `:' prefix to option names.  Add optbit field.
13870         (set_socket_option): Remove no_error arg and special handling of s < 0.
13871         Return 1<<optbit for known option, 0 for unknown.
13872         Do not interpret 0 as false for boolean option (only nil).
13873         Pass failed option and value to report_file_error.
13874         (Fset_network_process_options): Replace by Fset_network_process_option.
13875         (Fset_network_process_option): New function to set just one option.
13876         (Fmake_network_process): Allow :coding arg to be a cons.
13877         Allow :server arg to be an integer specifying backlog size.
13878         Remove :options arg, and allow options to be specified directly
13879         as :KEY, VALUE pairs.  Parse these options before binding socket.
13880         As before, :reuseaddr t is default for a server process, but this
13881         can now be disabled by specifying :reuseaddr nil.
13882         (Fnetwork_interface_info): Rename from Fget_network_interface_info.
13883         (init_process): Availability of network options is now checked with
13884         simpler syntax (featurep 'make-network-process :OPTION); use loop to
13885         setup features.
13886         (syms_of_process): Fix defsubr's for the replaced functions.
13888 2003-09-16  Dave Love  <fx@gnu.org>
13890         * Makefile.in: Depend on coding.h.
13892 2003-09-14  Kim F. Storm  <storm@cua.dk>
13894         * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
13895         (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
13896         (syms_of_process): Defsubr them.
13898         * config.in: Regenerate.
13900 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13902         * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
13903         * m/news-r6.h (XUNMARK): Remove.
13904         * m/mips.h (XUNMARK): Remove.
13905         * m/mips-siemens.h (XUNMARK): Remove.
13906         * m/iris4d.h (XUNMARK): Remove.
13907         * m/hp800.h (XMARKBIT, XUNMARK): Remove.
13909 2003-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * lisp.h (VALBITS): Don't remove 1 for the markbit.
13912         (union Lisp_Object): Use unsigned int for types.  Remove markbit.
13913         (MARKBIT): Remove 1 from VALBITS so we still use same old val.
13914         (XTYPE): Use unsigned right-shift.
13915         (XMARKBIT, XMARK, XUNMARK): Remove.
13917         * alloc.c (init_intervals, init_symbol, init_marker):
13918         Don't preallocate anything.
13919         (Fgarbage_collect, mark_object): Ignore the markbit.
13921         * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
13923 2003-09-08  Lute Kamstra  <lute@gnu.org>
13925         * xdisp.c (pint2hrstr): New function.
13926         (decode_mode_spec): Add `%i' and `%I' specs.
13927         * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
13928         for `mode-line-format'.
13930 2003-09-07  Andreas Schwab  <schwab@suse.de>
13932         * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
13933         avoid warning.
13935 2003-09-07  Eli Zaretskii  <eliz@gnu.org>
13937         * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
13939 2003-09-03  Kim F. Storm  <storm@cua.dk>
13941         * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
13942         change (superseded by 2002-08-30 change); the default blink-off
13943         cursor is now again "no cursor".
13945 2003-09-01  Jason Rumney  <jasonr@gnu.org>
13947         * makefile.w32-in (alloca.o): Remove.
13948         (coding.o): Depend on intervals.h
13949         (emacs.o, bytecode.o): Depend on window.h
13951 2003-09-01  Dave Love  <fx@gnu.org>
13953         * Makefile.in (alloca.o): Remove commands.
13954         (coding.o): Depend on intervals.h composite.h window.h.
13955         (emacs.o): Depend on window.h keyboard.h keymap.h.
13956         (gtkutil.o): Depend on keyboard.h charset.h coding.h.
13957         (bytecode.o): Depend on window.h.
13959 2003-08-31  Jason Rumney  <jasonr@gnu.org>
13961         * w32term.c (w32_per_char_metric): Allow cached metrics to be
13962         returned even when font_type is unknown.
13964         * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
13966 2003-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13968         * xterm.c (x_term_init): Initialize new fields in x_display_info.
13970         * xterm.h (struct x_display_info): Add red/green/blue_bits and
13971         *_offset.
13973         * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
13974         calculate pixel value.
13976 2003-08-29  Gerd Moellmann  <gerd.moellmann@t-online.de>
13978         * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
13979         Don't tell redisplay display is accurate when it's actually been
13980         paused for pending input.
13982 2003-08-29  Richard M. Stallman  <rms@gnu.org>
13984         * dispnew.c (adjust_glyph_matrix): Call window_box
13985         whenever W is nonzero.
13987         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
13988         (Fkill_local_variable, Fmake_variable_frame_local)
13989         (Flocal_variable_p, Flocal_variable_if_set_p):
13990         Use indirect_variable to trace thru variable aliases.
13992         * config.in: Updated.
13994         * callint.c (Fcall_interactively): Save and restore
13995         Vthis_command, Vthis_original_command, real_this_command,
13996         and current_kboard->Vlast_command.
13998         * abbrev.c (Fexpand_abbrev): Insert before deleting.
14000 2003-08-29  Gerd Moellmann  <gerd@gnu.org>
14002         * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
14004 2003-08-28  David Abrahams  <dave@boost-consulting.com>  (tiny change)
14006         * coding.c (decode_coding_iso2022): Initialize local variable c2.
14007         (decode_coding_sjis_big5): Likewise.
14009 2003-08-27  Jason Rumney  <jasonr@gnu.org>
14011         * w32.c (sys_pipe): Protect against file descriptor overflow.
14013         * w32fns.c (syms_of_w32fns): Remove non-existent functions.
14015         * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
14017 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
14019         * xfns.c (Vgtk_version_string): New variable.
14020         (syms_of_xfns): DEFVAR_LISP it.  Provide gtk.
14022 2003-08-24  Eli Zaretskii  <eliz@gnu.org>
14024         * term.c (term_init): Remove `const' from buffer_size's declaration.
14026         * Makefile.in (msdos.o): Depend on intervals.h.
14028         * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
14030 2003-08-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14032         * xterm.h (struct x_display_info): New fields: client_leader_window
14033         and Xatom_wm_client_leader.
14035         * xterm.c (x_initialize): Move call to x_session_initialize to ...
14036         (x_term_init): ... here.  Initialize client_leader fields in dpyinfo.
14038         * xsmfns.c (create_client_leader_window): New function.
14039         (x_session_initialize): Call create_client_leader_window, take
14040         dpyinfo as argument.
14042         * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
14044         * Makefile.in (xsmfns.o): Add more depenedencies.
14046 2003-08-21  Dave Love  <fx@gnu.org>
14048         * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
14050 2003-08-21  Kenichi Handa  <handa@m17n.org>
14052         * term.c (term_init): Fix previous change; don't rely on the
14053         length of `buffer' if TERMINFO is defined.
14055 2003-08-20  Dave Love  <fx@gnu.org>
14057         * atimer.h: Include lisp.h.
14059         * lisp.h (EMACS_LISP_H): New.
14060         (popup_activated_flag): Don't declare.
14062         * alloca.c: Some merging with gnulib.  Change logic and doc
14063         concerning (x)malloc/(x)free -- no longer Emacs-specific.
14064         [DO_BLOCK_INPUT]: Don't include lisp.h.
14065         (xmalloc, xfree): Declare.
14066         (malloc): Don't declare.
14068         * Makefile.in (LWLIB_OPTIONS): Remove (unused).
14069         (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
14070         atimer.h, blockinput.h.
14072         * alloc.c (lisp_align_malloc): Change type of `aligned'.
14074         * alloca.s: Remove.
14076 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
14078         * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
14079         use -lncurses.
14081         * term.c (term_init): Use a buffer of size 4096 for tgetent since
14082         FreeBSD returns something longer than 2044.  Abort if the end of
14083         the buffer is overwritten.
14085 2003-08-19  Miles Bader  <miles@gnu.org>
14087         * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
14089 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
14091         * alloc.c (lisp_align_malloc): Check for memory full when
14092         allocating ablocks, which also avoids freeing a pointer into an
14093         ablocks structure.
14095         * puresize.h (BASE_PURESIZE): Increase to 1100000.
14097         * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
14099 2003-08-16  Richard M. Stallman  <rms@gnu.org>
14101         * editfns.c (Fencode_time): Doc fix.
14103 2003-08-16  David Ponce  <david@dponce.com>
14105         * fileio.c (Fwrite_region): Fix conditional expression to issue
14106         the right message.
14108 2003-08-16  Juri Linkov  <juri@jurta.org>
14110         * syntax.c (Fforward_word): Argument changed to optional.
14111         Set default value to 1.
14113 2003-08-15  Kenichi Handa  <handa@m17n.org>
14115         * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
14116         what autoscaled.
14117         (best_matching_font): Once we find a better scalable font, set
14118         non_scalable_has_exact_height_p to 1.
14119         (try_font_list): Call try_alternative_families to try any family
14120         with the given registry.
14122 2003-08-09  Andreas Schwab  <schwab@suse.de>
14124         * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
14126         * print.c (print_string): Fix printing of multibyte string with
14127         nontrivial printcharfun.
14129 2003-07-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14131         * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
14133         * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
14135 2003-07-31  Kenichi Handa  <handa@m17n.org>
14137         * process.c (read_process_output): Return the actually read bytes
14138         instead of the result of decoding.
14140 2003-07-31  Kenichi Handa  <handa@m17n.org>
14142         * xterm.h (struct x_bitmap_record): New member have_mask.
14144         * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
14145         to 0.
14146         (x_create_bitmap_from_file): Likewise.
14147         (x_destroy_bitmap): Check have_mask member before freeing a mask.
14148         (x_destroy_all_bitmaps): Likewise.
14149         (x_create_bitmap_mask): Set have_mask member to 1.
14151 2003-07-30  Richard M. Stallman  <rms@gnu.org>
14153         * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
14155 2003-07-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14157         * gtkutil.c (xg_mark_data): Update calls to mark_object.
14159 2003-07-29  Richard M. Stallman  <rms@gnu.org>
14161         * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
14162         Conditionalize XIM code on HAVE_XIM.
14164         * fns.c (Fclear_string): New function.
14165         (syms_of_fns): defsubr it.
14167 2003-07-28  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
14169         * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
14171 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
14173         * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
14175         * buffer.c (delete_all_overlays): New function.
14176         * buffer.h (delete_all_overlays): Declare.
14177         * coding.c (run_pre_post_conversion_on_str):
14178         * print.c (temp_output_buffer_setup):
14179         * fileio.c (Finsert_file_contents):
14180         * minibuf.c (get_minibuffer): Use it.
14182 2003-07-22  Andrew Choi  <akochoi@shaw.ca>
14184         * unexmacosx.c (unexec_regions_sort_compare):
14185         (unexec_regions_merge): New functions.  Sort and merge unexec
14186         regions before dumping them.
14188 2003-07-22  Dave Love  <fx@gnu.org>
14190         * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
14192 2003-07-21  Stefan Monnier  <monnier@cs.yale.edu>
14194         * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
14195         (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
14196         MARKBIT as the gcmarkbit for strings.
14198 2003-07-21  Richard M. Stallman  <rms@gnu.org>
14200         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
14202         * fns.c (Flocale_info): Rename from Flanginfo.  Doc fixes.
14203         (syms_of_fns): Corresponding change.
14205         * alloc.c (syms_of_alloc): Doc fixes.
14207 2003-07-20  Han Boetes  <han@mijncomputer.nl>  (tiny change)
14209         * s/netbsd.h: Use -Wl syntax.
14211 2003-07-17  Richard M. Stallman  <rms@gnu.org>
14213         * xterm.c (xim_initialize): Redo 6/24 change.
14215 2003-07-15  Stefan Monnier  <monnier@cs.yale.edu>
14217         * buffer.c (copy_overlays): Use EMACS_INT for positions.
14218         (Fswitch_to_buffer): Don't signal an error when switching to the same
14219         buffer in a dedicated window.
14221         * alloc.c: Use bitmaps for cons, as was done for floats.
14222         (init_float, init_cons): Let the normal code allocate the first block.
14223         (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
14224         (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
14225         New macros.
14226         (struct cons_block): Move conses to the beginning.  Add gcmarkbits.
14227         (Fcons): Use lisp_align_malloc and CONS_UNMARK.
14228         (live_cons_p): Check the pointer is not past the `conses' array.
14229         (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
14230         (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
14231         (survives_gc_p): Use CONS_MARKED_P and simplify.
14232         (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
14234 2003-07-13  Paul Eggert  <eggert@twinsun.com>
14236         GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
14237         puts it into BSS instead, at least on Solaris 8 and 9.
14238         This is a valid optimization, and it may occur on other platforms,
14239         so Emacs should not assume that initializing a static variable to
14240         zero puts it into data.
14241         * alloc.c (pure, staticvec):
14242         Initialize these arrays to nonzero, so that they're not
14243         put into BSS by that optimization.
14245 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
14247         * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING.  Update users.
14248         (lisp_align_malloc): Use posix_memalign is available.
14249         (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
14250         (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
14251         for consistency.  Update users.
14253 2003-07-13  Richard M. Stallman  <rms@gnu.org>
14255         * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
14257 2003-07-13  Terje Rosten  <terjeros@phys.ntnu.no>
14259         * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
14260         and use the Gtk+ function gtk_window_icon_from_file if available.
14262         * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
14263         handle mask of bitmaps.
14264         (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
14265         mask property.
14266         (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
14268         * xterm.h (xg_set_icon): New function.
14270 2003-07-12  Paul Eggert  <eggert@twinsun.com>
14272         * unexelf.c (unexec): Consider a section to precede the .bss
14273         section if its addresses overlap that of .bss.
14275 2003-07-12  Richard M. Stallman  <rms@gnu.org>
14277         * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
14279         * config.in (HAVE_CRTIN): Add #undef.
14280         (INLINE): Really inline only if OPTIMIZE is defined.
14282         * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
14283         END_FILES_1.
14284         (START_FILES_1, END_FILES_1): New macros (conditional).
14285         (LD_SWITCH_SYSTEM_TEMACS): Define.
14287         * s/openbsd.h: Don't include bsd4-3.h.
14288         (TERMINFO): Define.
14289         (LIBS_TERMCAP): Define.
14290         (LD_SWITCH_SYSTEM): Define (two definitions).
14292         * xfns.c: Include libpng/png.h instead of png.h.
14294 2003-07-11  Andreas Schwab  <schwab@suse.de>
14296         * buffer.c (modify_overlay): Update prototype.
14297         * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
14298         Likewise.
14300 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14302         * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
14303         (struct interval): Move to intervals.h.
14304         (struct Lisp_Marker): Use EMACS_INT for position info.
14305         (forward_point): Remove prototype of defunct function.
14306         (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
14307         (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
14308         (syms_of_textprop, set_text_properties): Remove prototypes that are
14309         already in intervals.h.
14311         * intervals.h (struct interval): Move from lisp.h.
14312         Use EMACS_INT for position and size info.
14314         * coding.c: Include intervals.h for Fset_text_properties.
14316         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
14317         position and length information.
14319 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14321         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
14322         position and length information.
14324 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14326         Change overlays_after and overlays_before so the overlays themselves
14327         are linked into lists, rather than using cons cells.  After all each
14328         Lisp_Misc already occupies 5 words, so we can add a `next' field to
14329         Lisp_Overlay for free and save up one cons cell per overlay (not
14330         to mention one indirection when traversing the list of overlay).
14332         * lisp.h (struct Lisp_Overlay): New field `next'.
14334         * buffer.h (struct buffer): Change overlays_before and overlays_after
14335         from Lisp lists of overlays to pointers to overlays.
14337         * buffer.c (overlay_strings, recenter_overlay_lists):
14338         Fix typo in eassert in last commit.
14339         (unchain_overlay): New function.
14340         (add_overlay_mod_hooklist): Use AREF.
14341         (copy_overlays, reset_buffer, overlays_at, overlays_in)
14342         (overlay_touches_p, overlay_strings, recenter_overlay_lists)
14343         (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
14344         (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
14345         (report_overlay_modification, evaporate_overlays, init_buffer_once):
14346         Adjust to new type of overlays_(before|after).
14348         * alloc.c (mark_object): Mark the new `next' field of overlays.
14349         (mark_buffer): Manually mark the overlays_(after|before) fields.
14351         * coding.c (run_pre_post_conversion_on_str):
14352         * editfns.c (overlays_around):
14353         * xdisp.c (load_overlay_strings):
14354         * fileio.c (Finsert_file_contents):
14355         * indent.c (current_column):
14356         * insdel.c (signal_before_change, signal_after_change):
14357         * intervals.c (set_point_both):
14358         * print.c (temp_output_buffer_setup): Use new type for
14359         overlays_(before|after).
14361 2003-07-08  Stefan Monnier  <monnier@cs.yale.edu>
14363         * buffer.c (report_overlay_modification): Don't run hooks while
14364         traversing the list of overlays.
14366         * buffer.h (struct buffer): Use an int for overlay_center.
14367         (overlays_at, evaporate_overlays, recenter_overlay_lists)
14368         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
14370         * buffer.c (reset_buffer, recenter_overlay_lists)
14371         (adjust_overlays_for_insert, adjust_overlays_for_delete)
14372         (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
14373         (evaporate_overlays, init_buffer_once): Update use of overlay_center.
14374         (overlays_at, evaporate_overlays, recenter_overlay_lists)
14375         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
14377         * xdisp.c (fast_find_position): Remove unused var.
14379         * cmds.c (Qexpand_abbrev): New sym.
14380         (syms_of_cmds): Initialize it.
14381         (internal_self_insert): Use it to call expand-abbrev.
14383 2003-07-09  Kim F. Storm  <storm@cua.dk>
14385         * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
14386         was configured with --without-xim.
14387         (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
14389 2003-07-07  Richard M. Stallman  <rms@gnu.org>
14391         * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
14393         * alloc.c (Fgarbage_collect): Doc fix.
14395 2003-07-07  Nozomu Ando  <nand@mac.com>
14397         * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
14399 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14401         * minibuf.c (read_minibuf): UNGCPRO before returning.
14402         (Ftry_completion, Fall_completions): Doc fix.
14404         * alloc.c (live_float_p): Check that p is not past the `floats' array,
14405         now that `floats' is not the last element of the struct any more.
14407 2003-07-06  Jason Rumney  <jasonr@gnu.org>
14409         * w32term.h (ClipboardSequence_Proc): New type.
14411         * w32fns.c (clipboard_sequence_fn): New variable.
14412         (globals_of_w32fns): Initialize it.
14414         * w32select.c (last_clipboard_sequence_number): New variable.
14415         (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
14416         number if possible.
14418 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14420         * m/amdx86-64.h (MARKBIT):
14421         * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
14422         MARKBIT and ARRAY_MARK_FLAG any more.
14424         * m/hp800.h (XSETMARKBIT):
14425         * m/sr2k.h (XSETMARKBIT):
14426         * lisp.h (XSETMARKBIT): Remove unused macro.
14428         * lisp.h (mark_object): Change prototype.
14430         * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
14431         (last_marked): Change accordingly.
14432         (mark_interval, mark_maybe_object, mark_maybe_pointer)
14433         (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
14434         (mark_buffer): Update calls to mark_object.
14436         * bytecode.c (mark_byte_stack):
14437         * fns.c (sweep_weak_table):
14438         * keyboard.c (mark_kboards): Update calls to mark_object.
14440 2003-07-06  Jason Rumney  <jasonr@gnu.org>
14442         * alloc.c (struct ablock): Only include padding when there is some.
14444 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
14446         * alloc.c (ALIGN): Add casts to simplify usage.
14447         (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
14448         (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
14449         (struct ablock, struct ablocks): New types.
14450         (free_ablock): New global var.
14451         (lisp_align_malloc, lisp_align_free): New functions.
14452         (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
14453         (struct float_block): Reorder and add gcmarkbits.
14454         (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
14455         (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
14456         (init_float, make_float): Use lisp_align_malloc.
14457         (free_float, live_float_p): Don't use `type' any more.
14458         (make_float): Use FLOAT_UNMARK to access to mark bit.
14459         (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
14460         Use FLOAT_MARKED_P to access the mark bit.
14461         (pure_alloc): Simplify use of ALIGN.
14462         (mark_object): Use FLOAT_MARK to access the mark bit.
14463         (gc_sweep): Use new macros to access the float's mark bit.
14464         (init_alloc_once): Init free_ablock.
14466         * lisp.h (struct Lisp_Float): Remove unused field `type'.
14468 2003-06-27  Stefan Monnier  <monnier@cs.yale.edu>
14470         * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
14471         (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
14472         (allocate_buffer): Move.
14473         (string_bytes): Don't mask markbit of `size_byte'.
14474         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
14475         (mark_object, mark_buffer, survives_gc_p, gc_sweep):
14476         Use the `size' field of buffers (rather than the `name' field) for
14477         the mark bit, as is done for all other vectorlike objects.
14478         Use the new macros to access the mark bit of vectorlike objects.
14480 2003-06-26  Richard M. Stallman  <rms@gnu.org>
14482         * puresize.h (BASE_PURESIZE): Increment base size.
14484         * xdisp.c (fast_find_position): Enable Gerd's new definition.
14486         * xterm.c (xim_initialize): Undo previous change.
14488 2003-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14490         * alloc.c (survives_gc_p): Simplify.
14492         * buffer.c (set_buffer_internal_1): Test CONSP for lists.
14494         * window.c (Fset_window_dedicated_p): Simplify.
14495         (display_buffer_1): Don't raise the win from which minibuf was entered.
14496         (temp_output_buffer_show): Don't assume BEG == 1.  Simplify.
14497         (Fminibuffer_selected_window): Simplify.
14499         * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
14501         * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
14502         (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
14504         * insdel.c (check_markers, adjust_markers_for_delete)
14505         (adjust_markers_for_insert, adjust_markers_for_replace)
14506         (prepare_to_modify_buffer, RESTORE_VALUE):
14507         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
14508         (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
14509         (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
14510         * alloc.c (Fmake_marker, free_marker, gc_sweep):
14511         * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
14512         * editfns.c (save_excursion_restore, transpose_markers):
14513         * window.c (delete_window):
14514         * xdisp.c (message_dolog): Update for new types.
14516 2003-06-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14518         * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
14519         (realize_default_face): Use default_face_done_p for the force_p
14520         argument to set_lface_from_font_name.  Set default_face_done_p to one.
14522         * frame.c (make_frame): Initialize default_face_done_p.
14524         * frame.h (struct frame): Add default_face_done_p.
14526         * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
14527         will be defined.
14529 2003-06-25  Stefan Monnier  <monnier@cs.yale.edu>
14531         * alloc.c (make_interval, Fmake_symbol, allocate_misc):
14532         Initialize the new field `gcmarkbit'.
14533         (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
14534         (mark_interval_tree): Don't mark the tree separately from the nodes.
14535         (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
14536         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
14537         (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
14539         * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
14540         (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
14541         (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
14542         (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
14543         (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
14545 2003-06-24  Dave Love  <fx@gnu.org>
14547         * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
14549         * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux.  Merge changes
14550         from gnulib.
14552 2003-06-21  Richard M. Stallman  <rms@gnu.org>
14554         * fileio.c (Fwrite_region): Alternate messages
14555         for append and partial write.
14557         * keyboard.c (read_key_sequence): When converting upcase fn key to
14558         downcase, update fkey and keytran so `backspace' gets translated.
14560         * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
14562         * process.c (wait_reading_process_input): Don't signal SIGIO
14563         in batch mode.
14565 2003-06-17  Kenichi Handa  <handa@m17n.org>
14567         * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
14568         composite.h.
14570         * xselect.c: Don't include charset.h, coding.h, composite.h.
14571         (Qforeign_selection): New variable.
14572         (syms_of_xselect): Intern and static it.
14573         (selection_data_to_lisp_data): Return a unibyte string made from
14574         data with `foreign-selection' text property.
14576 2003-06-15  Stefan Monnier  <monnier@cs.yale.edu>
14578         * termhooks.h (EVENT_INIT): New macro.
14580         * keyboard.c (mark_kboards): Move from alloc.c.  Mark kbd_buffer.
14582         * alloc.c (mark_kboards): Move to keyboard.c.
14584         * keyboard.c (record_asynch_buffer_change, read_avail_input):
14585         * xterm.c (x_dispatch_event):
14586         * xmenu.c (find_and_call_menu_selection):
14587         * xdisp.c (handle_tool_bar_click):
14588         * w32menu.c (menubar_selection_callback):
14589         * sysdep.c (kbd_input_ast, read_input_waiting):
14590         * msdos.c (dos_rawgetc):
14591         * macterm.c (mac_check_for_quit_char):
14592         * macmenu.c (menubar_selection_callback):
14593         * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
14594         data to kbd_buffer_store_event.
14596 2003-06-15  Kim F. Storm  <storm@cua.dk>
14598         * xdisp.c (x_fix_overlapping_area): Always use area relative X
14599         to fix redisplay problem with tall characters (such as \e,AC\e(B).
14601 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
14603         * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
14605 2003-06-12  Kenichi Handa  <handa@m17n.org>
14607         * fileio.c (Fwrite_region): Save and restore restriction.
14609 2003-06-12  Dave Love  <fx@gnu.org>
14611         * alloca.c (alloca): Declare arg as size_t.
14613         * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
14614         Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
14616 2003-06-11  Dave Love  <fx@gnu.org>
14618         * search.c (shrink_regexp_cache): Use xrealloc.
14619         (syms_of_search): Use xmalloc.
14621 2003-06-10  Kim F. Storm  <storm@cua.dk>
14623         * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
14624         Adjust phys_cursor.x to be relative to window box, rather than
14625         text area before checking -- to ensure cursor is redrawn when
14626         exposing window.
14627         Note: This also fixes a similar (older) bug if display margins
14628         are present.
14630 2003-06-06  Kenichi Handa  <handa@m17n.org>
14632         * coding.c (encoding_buffer_size): If coding->type is
14633         coding_type_ccl, double magnification on CRLF encoding.
14635 2003-06-06  Jason Rumney  <jasonr@gnu.org>
14637         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
14638         (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
14640         * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
14641         Mac too.
14643 2003-06-05  Dave Love  <fx@gnu.org>
14645         * strftime.c: Merge changes from gnulib.
14647         * mktime.c (__mktime_internal): Merge changes from gnulib
14648         involving year 69 and dst2.
14650         Changes to merge with gnulib version and be consistent with the
14651         autoconf test:
14653         * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
14654         Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
14655         [HAVE_LOCALE_H]: Include locale.h.
14656         (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
14658 2003-06-05  Kim F. Storm  <storm@cua.dk>
14660         * window.c (coordinates_in_window): Convert X and Y to window
14661         relative coordinates inside mode-line and header-line parts.
14662         Convert X and Y to margin area relative coordinates inside left
14663         and right display margin parts.
14665 2003-06-05  Jason Rumney  <jasonr@gnu.org>
14667         * w32fns.c (add_system_logical_colors_to_map): New function.
14668         (Fx_open_connection): Use it.
14670 2003-06-04  Stefan Monnier  <monnier@cs.yale.edu>
14672         * process.c (allocate_pty): Revert part of the previous patch.
14673         (Faccept_process_output): Simplify.
14675 2003-06-04  Jason Rumney  <jasonr@gnu.org>
14677         * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
14679         * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
14680         (lispy_mouse_wheel_names): Remove.
14681         (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
14682         Always define drag_and_drop_syms.
14684         * macterm.c (XTread_socket): Map mouse wheel events to Emacs
14685         WHEEL_EVENT events.
14687 2003-06-03  Stefan Monnier  <monnier@cs.yale.edu>
14689         * xdisp.c (update_tool_bar): Add missing UNGCPRO.
14691         * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
14693 2003-06-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14695         * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
14696         menu item label.
14698 2003-06-03  Richard M. Stallman  <rms@gnu.org>
14700         * window.c (Fwindow_edges): Doc fix.
14701         (Fwindow_pixel_edges, Fwindow_inside_edges)
14702         (Fwindow_inside_pixel_edges): New functions.
14703         (syms_of_window): defsubr them.
14705         * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
14706         (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
14708 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
14710         * dispnew.c (Fsit_for): Don't lie about the number of args.
14712 2003-06-02  Dave Love  <fx@gnu.org>
14714         * callproc.c: Use HAVE_FCNTL_H, not USG5.
14715         (syms_of_callproc) <process-environment>: Doc fix.
14717         * doc.c: Use HAVE_FCNTL_H, not USG5.
14719         * xfaces.c (font_rescale_ratio): Fix for K&R.
14721         * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
14723         * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
14725         * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
14727         * gtkutil.c: Include keyboard.h, charset.h, coding.h.
14728         (xg_create_frame_widgets): Use ENCODE_UTF_8.
14730         * xterm.c (Qutf_8): Move to coding.c
14732         * xmenu.c (ENCODE_MENU_STRING): New.
14733         (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
14734         Use it.
14736         * coding.h (ENCODE_UTF_8): New.
14737         (Qutf_8): Declare.
14739         * coding.c (Qutf_8): New.
14740         (syms_of_coding): Intern it.
14742         * fns.c: Doc fixes.
14744 2003-06-02  Kenichi Handa  <handa@m17n.org>
14746         * buffer.c (Fset_buffer_multibyte): Fix previous change.
14748 2003-06-01  Stefan Monnier  <monnier@cs.yale.edu>
14750         * lread.c (openp): Make sure STR is a string.
14752 2003-06-01  David Ponce  <david@dponce.com>
14754         * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
14755         Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
14757         * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
14758         (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
14759         (discard_mouse_events): Discard WHEEL_EVENT events too.
14760         (lispy_wheel_names, wheel_syms): New.
14761         (syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
14762         staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
14763         (make_lispy_event): Add WHEEL_EVENT handler.
14765         * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
14766         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
14767         WHEEL_EVENT events.
14769 2003-05-31  John Paul Wallington  <jpw@gnu.org>
14771         * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
14772         timer are in lisp/emacs-lisp.
14774 2003-05-31  Kenichi Handa  <handa@m17n.org>
14776         * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
14777         region when a buffer is changed to unibyte.
14779         * charset.h (VALID_LEADING_CODE_P): New macro.
14780         (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
14782         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
14783         is nonzero, accept multibyte form of eight-bit-control chars.
14784         (decode_composition_emacs_mule): Likewise.
14785         (decode_coding_emacs_mule): Likewise.
14786         (encode_coding_emacs_mule): If coding->flags is nonzero, produce
14787         multibyte form of eight-bit-control chars.
14789         * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
14790         (Finsert_file_contents): If coding-system-for-read is bound to
14791         Qauto_save_coding, use the coding system emacs-mule with special
14792         setting for recovering a file.
14793         (choose_write_coding_system): On auto saving, use the coding
14794         system emacs-mule with special setting for auto saving.
14795         (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
14797 2003-05-30  Kenichi Handa  <handa@m17n.org>
14799         * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
14800         properly before calling ccl_driver.
14802         * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
14804         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
14805         (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
14806         (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
14808 2003-05-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
14810         * xfaces.c (realize_default_face): Do not abort if lface is
14811         non-existent - reverts change from 2003-05-19.
14813 2003-05-29  Kenichi Handa  <handa@m17n.org>
14815         * coding.c (decode_coding_iso2022): Pay attention to the byte
14816         sequence of CTEXT extended segment, and retain those bytes as is.
14818 2003-05-28  Kenichi Handa  <handa@m17n.org>
14820         * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
14821         of CODING_REPLACEMENT_CHARACTER.
14822         (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
14823         CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
14824         check this flag on encoding.
14825         (encode_coding_sjis_big5):
14826         Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
14827         (Fset_terminal_coding_system_internal):
14828         Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
14829         instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
14831         * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
14832         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
14833         (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
14835 2003-05-28  Richard M. Stallman  <rms@gnu.org>
14837         * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
14839         * eval.c (unbind_to): Move init of this_binding to separate statement.
14841 2003-05-28  Kim F. Storm  <storm@cua.dk>
14843         * xdisp.c (expose_window): Fix error in calculation of
14844         window relative coordinates of area to redisplay.
14846 2003-05-27  Jason Rumney  <jasonr@gnu.org>
14848         * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
14850 2003-05-27  David Ponce  <david@dponce.com>
14852         Handle W32 mouse wheel events as mouse click events, like in X.
14854         * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
14855         MOUSE_WHEEL_EVENT anymore.
14857         * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
14858         Scrolling down/up the mouse wheel is respectively mapped to mouse
14859         button 4 and 5.
14860         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
14861         MOUSE_CLICK_EVENT events.  Forward w32 MSH_MOUSEWHEEL events as
14862         WM_MOUSEWHEEL events.
14864 2003-05-27  Andreas Schwab  <schwab@suse.de>
14866         * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
14868         * xdisp.c (try_window_id): Avoid aborting if PT is inside a
14869         partially visible line.
14871         * alloc.c (Fgarbage_collect): Fix last change.
14873 2003-05-26  John Paul Wallington  <jpw@gnu.org>
14875         * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
14877 2003-05-25  Stefan Monnier  <monnier@cs.yale.edu>
14879         * window.c (Fset_window_buffer): Add type of `keep_margins'.
14880         (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
14882         * window.h (window_box_text_cols): Declare.
14884         * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
14885         (x_draw_vertical_border): Remove unused var `f'.
14887         * xfaces.c (build_scalable_font_name): Remove `unused var
14888         pixel_size' warning.
14890         * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
14892         * unexelf.c (unexec): Remove `unused var n' warning.
14894         * strftime.c (my_strftime_localtime_r): Remove `defined but
14895         unused' warning.
14897         * process.c (allocate_pty): Remove `unused var stb' and
14898         `cp might be used uninitialized' warnings.
14900         * dispnew.c (mode_line_string): Remove unused var `f'.
14902         * coding.c (find_safe_codings): Remove unused var `i'.
14904         * bytecode.c (Fbyte_code): Remove `unused val' warning.
14906         * buffer.c (Fkill_buffer): Remove unused var `list'.
14908         * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
14910 2003-05-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14912         * frame.c (make_frame): Condition want_fullscreen with
14913         HAVE_WINDOW_SYSTEM.
14915 2003-05-25  Juanma Barranquero  <lektu@terra.es>
14917         * window.c (Fset_window_scroll_bars): Fix typo in argument name.
14918         (Fwindow_scroll_bars): Fix typo in docstring.
14920 2003-05-24  Kim F. Storm  <storm@cua.dk>
14922         The following changes serve several purposes:
14924         1) Swap the position of fringes and display margins in windows, i.e.
14925         the fringes are now displayed between the margins and the text area
14926         (by default).
14928         2) Allow fringe and scroll bar parameters to be set per-buffer and
14929         per-window (like display margins).  Such settings are now stored
14930         in window configurations, preserved when frames are resized, and
14931         copied when windows are split vertically or horizontally.
14932         Several bugs related to display margins have been fixed.
14934         3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
14936         4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
14937         rather than FRAME_WIDTH (FRAME_FONT (f)).
14939         5) Introduce a consistent naming of variables, members and macros
14940         depending on whether their value is measured in pixels or in
14941         canonical columns/lines.  Pixel dimensions are named *_width and
14942         *_height, while canonical columns/lines are named *_cols and
14943         *_lines.  Pixel positions are named *_x and *_y, while column/line
14944         positions are named *_col and *_line.
14946         6) Consolidate more of the X, W32, and MAC gui code by moving
14947         common data into struct frame, and generalize it for the non-gui
14948         case by using suitable defaults.
14950         7) Cleanup and consolidate the macros controlling frame and window
14951         layout into frame.h and window.h, and generalize the use of the
14952         various window_box_* functions (enhanced to handle the new fringe
14953         position and the per-window fringe and scroll bar settings).
14955         * frame.h (struct frame): Rename members height to text_lines,
14956         width to text_cols, window_height to total_lines, window_width to
14957         total_cols, new_height to new_text_lines, new_width to
14958         new_text_cols.  All uses changed.
14959         (struct frame): New members which consolidate common members of
14960         x_output, w32_output, and mac_output structures: left_pos,
14961         top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
14962         win_gravity, size_hint_flags, border_width, internal_border_width,
14963         line_height, fringe_cols, left_fringe_width, right_fringe_width,
14964         want_fullscreen.  All uses changed.
14965         (struct frame): New member column_width contaning the canonical
14966         column width, analogue to line_height.  All uses changed.
14967         (struct frame): Rename members scroll_bar_pixel_width to
14968         config_scroll_bar_width, and scroll_bar_cols to
14969         config_scroll_bar_cols.  All uses changed.
14970         (struct frame): New member scroll_bar_actual_width which
14971         consolidates and renames the vertical_scroll_bar_extra member of
14972         x_output, w32_output, and mac_output structures.  All uses changed.
14973         (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
14974         from x/w32/macterm.h files.  All uses changed.  Also change code
14975         which referred to f->output_data...->pixel_height.
14976         (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
14977         from x/w32/macterm.h files.  All uses changed.  Also change code
14978         which referred to f->output_data...->pixel_width.
14979         (FRAME_LINES): Rename from FRAME_HEIGHT.  All uses changed.
14980         Also change code which referred to f->height.
14981         (FRAME_COLS): Rename from FRAME_WIDTH.  All uses changed.
14982         Also change code which referred to f->width.
14983         (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
14984         to update new_text_lines and new_text_cols members directly.
14985         (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
14986         FRAME_SCROLL_BAR_PIXEL_WIDTH.  All uses changed.
14987         (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
14988         FRAME_SCROLL_BAR_COLS.  All uses changed.
14989         (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
14990         Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
14991         FRAME_RIGHT_SCROLL_BAR_WIDTH, resp.  All uses changed.
14992         (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
14993         (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
14994         (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
14995         (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
14996         (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
14997         (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
14998         (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
14999         (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
15000         Unconditionally return line_height member (it now has proper value
15001         also for non-window frames).
15002         (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT.  Unconditionally
15003         return new column_width member (rather than the default font width).
15004         (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
15005         (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
15006         from x/w32/macterm.h files.  Unconditionally return corresponding
15007         member of frame structure (they now have proper values also for
15008         non-window frames).
15009         (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
15010         Calculate return value from left and right widths.
15011         (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
15012         internal_border_width member (has proper value for non-window frame).
15013         (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
15014         (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
15015         (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
15016         (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
15017         (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
15018         consolidated from xterm.h, macterm.h, and w32term.h.
15019         (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
15020         consolidated from xterm.h, macterm.h, and w32term.h.
15021         (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
15022         CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
15023         (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
15024         CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
15025         (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
15026         consolidated from x/mac/w32term.h.
15027         (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
15028         consolidated from x/mac/w32term.h.
15029         (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
15030         PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
15031         (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
15032         PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
15034         * window.h (struct window): Rename members left to left_col,
15035         top to top_line, height to total_lines, width to total_cols,
15036         left_margin_width to left_margin_cols, right_margin_width to
15037         right_margin_cols, orig_height to orig_total_lines, orig_top to
15038         orig_top_line.  All uses changed.
15039         (struct window): New members left_fringe_width, right_fringe_width,
15040         fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
15041         (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
15042         New macros primarily used to simplify other macros.
15043         (WINDOW_TOTAL_COLS): New macro.  Change relevant code that
15044         referred to XINT (w->width).
15045         (WINDOW_TOTAL_LINES): New macro.  Change relevant code that
15046         referred to XINT (w->height).
15047         (WINDOW_TOTAL_WIDTH): New macro.  Change relevant code that
15048         referred to XINT (w->width) * canon_x_unit.
15049         (WINDOW_TOTAL_HEIGHT): New macro.  Change relevant code that
15050         referred to XINT (w->height) * canon_y_unit.
15051         (WINDOW_LEFT_EDGE_COL): New macro.  Change relevant code that
15052         referred to XINT (w->left).
15053         (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE.  Change
15054         all uses and code that referred to XINT (w->left) + XINT (w->width).
15055         (WINDOW_TOP_EDGE_LINE): New macro.  Change relevant code that
15056         referred to XINT (w->top).
15057         (WINDOW_BOTTOM_EDGE_LINE): New macro.  Change relevant code that
15058         referred to XINT (w->top) + XINT (w->height).
15059         (WINDOW_LEFT_EDGE_X): New macro.  Change relevant code that
15060         referred to XINT (w->left) * canon_x_unit.
15061         (WINDOW_RIGHT_EDGE_X): New macro.  Change relevant code that
15062         referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
15063         (WINDOW_TOP_EDGE_Y): New macro.  Change relevant code that
15064         referred to XINT (w->top) * canon_y_unit.
15065         (WINDOW_BOTTOM_EDGE_Y): New macro.  Change relevant code that
15066         referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
15067         (WINDOW_LEFTMOST_P): New macro.
15068         (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
15069         All uses changed.
15070         (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
15071         All uses changed.
15072         (WINDOW_BOX_LEFT_EDGE_X): Rename from
15073         WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
15074         Do not exclude left fringe width.
15075         (WINDOW_BOX_RIGHT_EDGE_X): Rename from
15076         WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
15077         Do not exclude fringe widths.
15078         (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
15079         (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
15080         Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
15081         FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
15082         FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
15083         (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
15084         (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
15085         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
15086         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
15087         (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
15088         New macros.  Change code which referenced corresponding
15089         FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
15090         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
15091         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
15092         FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
15093         allow per-window scroll-bar settings.
15094         (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
15095         (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code that
15096         referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
15097         (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code
15098         that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
15099         FRAME_SCROLL_BAR_WIDTH.
15100         (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
15101         (WINDOW_SCROLL_BAR_AREA_X): New macros.
15102         (WINDOW_HEADER_LINE_HEIGHT): Rename from
15103         WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
15104         (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
15105         WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
15106         (WINDOW_BOX_TEXT_HEIGHT): Rename from
15107         WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
15108         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
15109         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
15110         (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
15111         (WINDOW_LEFT_MARGIN_WIDTH): Rename from
15112         WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
15113         (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
15114         WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
15115         (window_from_coordinates): Update prototype.
15116         (Fset_window_buffer): Update EXFUN.
15117         (set_window_buffer): Update prototype.
15119         * dispextern.h (struct glyph_matrix): Rename members window_left_x
15120         to window_left_col, window_top_y to window_top_line.  All uses
15121         changed.
15122         (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
15123         use FRAME_INTERNAL_BORDER_WIDTH macro instead as
15124         internal_border_width is now set to 0 for non-window frames.
15125         (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
15126         (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
15127         (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
15128         (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
15129         (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
15130         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
15131         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
15132         (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
15133         (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
15134         Move to window.h and renamed [see window.h changes].
15135         (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
15136         (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
15137         (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
15138         Use WINDOW_TOTAL_LINES.
15139         (frame_update_line_height): Remove prototype.
15141         * buffer.h (struct buffer): Rename members measured in columns:
15142         left_margin_width to left_margin_cols, right_margin_width to
15143         right_margin_cols.  All uses changed.
15144         New members left_fringe_width, right_fringe_width,
15145         fringes_outside_margins for per-buffer fringe settings.
15146         New members scroll_bar_width and vertical_scroll_bar_type for
15147         per-buffer scroll bar settings.
15149         * buffer.c (init_buffer_once): Set buffer_defaults and
15150         buffer_local_flags for new buffer-local variables
15151         left_fringe_width, right_fringe_width, fringes_outside_margins,
15152         scroll_bar_width, and vertical_scroll_bar_type.
15153         (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
15154         default-* variables for them.
15156         * dispnew.c: Make (many) trivial substitutions for renamed and
15157         new macros in dispextern.h, frame.h and window.h.
15158         (mode_line_string): No need to adjust width for mode lines, as it
15159         is already adjusted by the caller.
15160         (marginal_area_string): Handle fringes inside/outside margins.
15162         * frame.c: Make (many) trivial substitutions for renamed and
15163         new macros in dispextern.h, frame.h and window.h.
15164         (make_frame): Initialize left_fringe_width, right_fringe_width,
15165         fringe_cols, scroll_bar_actual_width, border_width,
15166         internal_border_width, column_width, line_height, x_pixels_diff,
15167         y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
15168         members with values suitable for a non-window frames.
15170         * gtkutil.c: Make (many) trivial substitutions for renamed and
15171         new macros in dispextern.h, frame.h and window.h.
15173         * indent.c: Make (few) trivial substitutions for renamed and
15174         new macros in dispextern.h, frame.h and window.h.
15176         * keyboard.c: Make (many) trivial substitutions for renamed and
15177         new macros in dispextern.h, frame.h and window.h.
15178         (make_lispy_event): Use window positions returned from
15179         window_from_coordinates when constructing the lisp event for
15180         MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
15181         (incorrect) values locally.
15182         (make_lispy_movement): Use window positions returned from
15183         window_from_coordinates when constructing the lisp event, rather
15184         than calculating (incorrect) values locally.
15186         * scroll.c: Make (some) trivial substitutions for renamed and
15187         new macros in dispextern.h, frame.h and window.h.
15189         * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
15190         scroll-bars.
15192         * sysdep.c: Make (few) trivial substitutions for renamed and
15193         new macros in dispextern.h, frame.h and window.h.
15195         * term.c: Make (some) trivial substitutions for renamed and
15196         new macros in dispextern.h, frame.h and window.h.
15198         * widget.c: Make (few) trivial substitutions for renamed and
15199         new macros in dispextern.h, frame.h and window.h.
15201         * window.c: Make (many) trivial substitutions for renamed and
15202         new macros in dispextern.h, frame.h and window.h.
15203         (make_window): Initialize new members
15204         left_margin_cols, right_margin_cols, left_fringe_width,
15205         right_fringe_width, fringes_outside_margins, scroll_bar_width,
15206         and vertical_scroll_bar_type.
15207         (coordinates_in_window): Adapt to new fringe/margin positions
15208         and per-window fringes and scroll-bars.
15209         Fix bug related to incorrectly adjusting coordinates by
15210         frame's internal_border_width (the effect normally negible since
15211         the internal_border_width is typically 0 or 1 pixel, but very
15212         noticeable for an internal_border_width of e.g. 25 pixels).
15213         Upon successful return (other than ON_NOTHING), the coordinates
15214         are now always properly converted to window relative for the
15215         given display element.
15216         (window_from_coordinates): Add new parameters wx and wy to
15217         return the window relative x and y position in the returned
15218         window and part.  A null arg means, don't return the position.
15219         All callers changed.
15220         (adjust_window_margins): New function which may reduce the width
15221         of the display margins if a window's text area is too small after
15222         resizing or splitting windows.
15223         (size_window): Fix bug that did not account for display margin
15224         widths when checking the minimum width of a window; use
15225         adjust_window_margins.
15226         (set_window_buffer): Call Fset_window_fringes and
15227         Fset_window_scroll_bars to setup per-window elements.
15228         Add new arg KEEP_MARGINS_P.  Non-nil means to keep window's
15229         existing display margin, fringe widths, and scroll bar settings
15230         (e.g. after splitting a window or resizing the frame).
15231         All callers changed.
15232         (Fset_window_buffer): New arg KEEP_MARGINS.  All callers changed.
15233         (Fsplit_window): Duplicate original window's display margin,
15234         fringe, and scroll-bar settings; then call Fset_window_buffer with
15235         KEEP_MARGINS non-nil.  This fixes a bug which caused a split
15236         window to only preserve the display margins in one of the windows.
15237         When splitting horizontally, call adjust_window_margins on both
15238         windows to ensure that the text area of the new windows is non too
15239         narrow.  This fixes a bug which could cause Emacs to trap if the
15240         width of the split window was less than the width of the display
15241         margins.
15242         (window_box_text_cols): Rename from window_internal_width.
15243         All uses changed.  Adapt to per-window fringes and scroll bars.
15244         Fix bug that caused vertical separator to be subtracted also on
15245         window frames.  Fix another bug that did not reduce the returned
15246         value by the columns used for display margins.
15247         (window_scroll_line_based): Fix bug related to scrolling too much
15248         when display margins are present (implicitly fixed by the fix to
15249         window_box_text_cols).
15250         (scroll_left, scroll_right): Fix bug related to scrolling too far
15251         by default when display margins are present (implicitly fixed by
15252         the fix to window_box_text_cols).
15253         (struct saved_window): Rename members left to left_col, top to
15254         top_line, width to total_cols, height to total_lines, orig_top to
15255         orig_top_line, orig_height to orig_total_lines.  All uses changed.
15256         New members left_margin_cols, right_margin_cols,
15257         left_fringe_width, right_fringe_width, fringes_outside_margins,
15258         scroll_bar_width, and vertical_scroll_bar_type for saving
15259         per-window display elements.
15260         (Fset_window_configuration): Restore display margins, fringes,
15261         and scroll bar settings.  This fixes a bug which caused display
15262         margins to be discarded when saving and restoring a window
15263         configuration.
15264         (save_window_save): Save display margins, fringes, and scroll bar
15265         settings.  This fixes a bug which caused display margins to be
15266         discarded when saving and restoring a window configuration.
15267         (Fset_window_margins): Do nothing if display margins are not
15268         really changed.  Otherwise, call adjust_window_margins to ensure
15269         the text area doesn't get too narrow.  This fixes a bug which
15270         could cause Emacs to trap if setting display margins wider than
15271         the width of the window.
15272         (Fset_window_fringes): New defun to allow user to specifically set
15273         this window's fringe widths and position vs. display margins.
15274         (Fwindow_fringes): New defun to return window's actual fringe settings.
15275         (Fset_window_scroll_bars): New defun to allow user to specifically
15276         set this window's scroll bar width and position.
15277         (Fwindow_scroll_bars): New defun to return window's actual scroll
15278         bar settings.
15279         (compare_window_configurations): Also compare display margins,
15280         fringes, and scroll bar settings.
15281         (syms_of_window): Defsubr new defuns for fringe and scroll bars.
15283         * xdisp.c: Make (many) trivial substitutions for renamed and
15284         new macros in dispextern.h, frame.h and window.h.
15285         (window_box_width): Adapt to per-window fringes and scroll bars,
15286         and new fringe vs. display margin position.  Note that returned
15287         value is no longer guaranteed to be a whole multiple of the frame
15288         column width, since per-window fringes may now be any width.
15289         (window_box_left_offset): New function like window_box_left, but
15290         value is relative to left border of window (rather than frame).
15291         (window_box_right_offset): New function like window_box_right,
15292         but value is relative to left border of window.
15293         (window_box_left): Adapt to per-window fringes and scroll bars,
15294         and new fringe vs. display margin position.  Simplify by using
15295         WINDOW_LEFT_EDGE_X and window_box_left_offset.
15296         (window_box): Allow null args for unnecessary return values;
15297         change/simplify relevant callers.
15298         (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
15299         and new fringe vs. display margin position.
15300         Use window_box_left_offset and window_box_right_offset
15301         (get_glyph_string_clip_rect): Adapt to per-window fringes and
15302         scroll bars, and new fringe vs. display margin position.
15303         Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
15304         (draw_fringe_bitmap): Rework to handle per-window fringes and new
15305         fringe vs. display margin position.
15306         (hscroll_window_tree): Use window_box_width instead of window_box.
15307         (redisplay_window): Adapt to per-window scroll bars.
15308         (draw_glyphs): Rework to handle per-window fringes and scroll
15309         bars, and new fringe vs. display margin position.
15310         Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
15311         (x_clear_end_of_line): Adapt to per-window fringes and scroll
15312         bars, and new fringe vs. display margin position.  Fix bug which
15313         increased total width of full_width rows by width of scroll bars
15314         although window's total width already includes that.
15315         (x_fix_overlapping_area): Simplify using window_box_left_offset.
15316         (expose_area): Simplify using window_box_left_offset.
15317         (x_draw_vertical_border): Handle per-window scroll bar settings,
15318         mixing windows with left, right and no scroll bars.
15320         * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
15321         where it's used in x_list_fonts (for clarity).
15322         (frame_update_line_height): Remove unused function; functionality
15323         is now done directly when setting the default font in x_set_font.
15325         * xfns.c: Make (many) trivial substitutions for renamed and
15326         new macros in dispextern.h, frame.h and window.h.
15328         * xmenu.c: Make (some) trivial substitutions for renamed and
15329         new macros in dispextern.h, frame.h and window.h.
15331         * xterm.h (struct x_output): Move members left_pos, top_pos,
15332         border_width, pixel_height, pixel_width, line_height,
15333         internal_border_width, vertical_scroll_bar_extra,
15334         left_fringe_width, right_fringe_width, fringe_cols,
15335         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
15336         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
15337         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
15338         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
15339         (PIXEL_WIDTH, PIXEL_HEIGHT)
15340         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
15341         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
15342         frame.h and renamed [see frame.h changes].
15343         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
15344         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
15345         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
15346         and renamed [see frame.h changes].
15348         * xterm.c: Make (several) trivial substitutions for renamed and
15349         new macros in dispextern.h, frame.h and window.h.
15350         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
15351         (scroll_run): Adapt to new fringe position.
15352         (glyph_rect): Use window coordinates returned from
15353         window_from_coordinates rather than frame_to_window_pixel_xy.
15354         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
15355         scroll-bars.
15356         (handle_one_xevent): Simplify a USE_GTK conditional.
15357         (x_clip_to_row): Remove superfluous whole_line_p arg and code
15358         (fringes are now inside margins, i.e. always in the clipping area).
15359         All callers changed.
15360         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
15361         directly, then call compute_fringe_widths.  Don't call
15362         frame_update_line_height.
15364         * w32term.h (struct w32_output): Move members left_pos, top_pos,
15365         border_width, pixel_height, pixel_width, line_height,
15366         internal_border_width, vertical_scroll_bar_extra,
15367         left_fringe_width, right_fringe_width, fringe_cols,
15368         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
15369         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
15370         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
15371         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
15372         (PIXEL_WIDTH, PIXEL_HEIGHT)
15373         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
15374         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
15375         frame.h and renamed [see frame.h changes].
15376         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
15377         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
15378         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
15379         and renamed [see frame.h changes].
15381         * w32term.c: Make (several) trivial substitutions for renamed and
15382         new macros in dispextern.h, frame.h and window.h.
15383         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
15384         (glyph_rect): Use window coordinates returned from
15385         window_from_coordinates rather than frame_to_window_pixel_xy.
15386         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
15387         scroll-bars.
15388         (w32_clip_to_row): Remove superfluous whole_line_p arg and code
15389         (fringes are now inside margins, i.e. always in the clipping area).
15390         All callers changed.
15391         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
15392         directly, then call compute_fringe_widths.  Don't call
15393         frame_update_line_height.
15395         * w32console.c: Make (few) trivial substitutions for renamed and
15396         new macros in dispextern.h, frame.h and window.h.
15398         * w32fns.c: Make (many) trivial substitutions for renamed and
15399         new macros in dispextern.h, frame.h and window.h.
15401         * w32menu.c: Make (few) trivial substitutions for renamed and
15402         new macros in dispextern.h, frame.h and window.h.
15404         * macterm.h (struct mac_output): Move members left_pos, top_pos,
15405         border_width, pixel_height, pixel_width, line_height,
15406         internal_border_width, vertical_scroll_bar_extra,
15407         left_fringe_width, right_fringe_width, fringe_cols,
15408         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
15409         x_pixels_diff, y_pixels_diff to struct frame (frame.h).
15410         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
15411         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
15412         (PIXEL_WIDTH, PIXEL_HEIGHT)
15413         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
15414         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
15415         frame.h and renamed [see frame.h changes].
15416         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
15417         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
15418         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
15419         and renamed [see frame.h changes].
15421         * macterm.c: Make (several) trivial substitutions for renamed and
15422         new macros in dispextern.h, frame.h and window.h.
15423         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
15424         (glyph_rect): Use window coordinates returned from
15425         window_from_coordinates rather than frame_to_window_pixel_xy.
15426         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
15427         scroll-bars.
15428         (x_clip_to_row): Remove superfluous whole_line_p arg and code
15429         (fringes are now inside margins, i.e. always in the clipping area).
15430         All callers changed.
15431         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
15432         directly, then call compute_fringe_widths.  Don't call
15433         frame_update_line_height.
15435         * macfns.c: Make (several) trivial substitutions for renamed and
15436         new macros in dispextern.h, frame.h and window.h.
15437         (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
15439         * macmenu.c: Make (few) trivial substitutions for renamed and
15440         new macros in dispextern.h, frame.h and window.h.
15442         * msdos.h (struct x_output): Remove members left_pos, top_pos,
15443         and line_height, and use corresponding new members in struct
15444         frame.  All uses changed.
15445         (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
15446         superseeded by corresponding macros in frame.h.
15448         * msdos.c: Make (several) trivial substitutions for renamed and
15449         new macros in dispextern.h, frame.h and window.h.
15450         (IT_note_mouse_highlight): Use updated window coordinates returned
15451         by window_from_coordinates, rather than adjusting them locally.
15452         (internal_terminal_init): No need to initialize line_height here;
15453         it now defaults to 1.
15455 2003-05-24  Stefan Monnier  <monnier@cs.yale.edu>
15457         * keyboard.c (read_key_sequence): Adjust fkey and keytran when
15458         dropping `down' events.
15460 2003-05-24  Andreas Schwab  <schwab@suse.de>
15462         * coding.c (find_safe_codings): Fix last change.
15464 2003-05-24  Istvan Marko  <mi@imarko.dhs.org>  (tiny change)
15466         * xfns.c (x_window): Fix typo from 2003-05-21 change.
15468 2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
15470         * xdisp.c (display_mode_element): Increase max depth.
15471         Simplify the error handling code.  Use a different error string
15472         for the case where we hit the depth limit.
15474         * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
15476         * buffer.c (reset_buffer_local_variables): Remove redundant setting.
15478 2003-05-21  Stefan Monnier  <monnier@cs.yale.edu>
15480         * intervals.c (get_local_map): Don't get char-property of previous
15481         point any more: get_pos_property already does it and better.
15483 2003-05-21  Dave Love  <fx@gnu.org>
15485         [Merged from unicode branch.]
15487         * xfns.c (x_window, x_window): Use use_xim.
15489         * xterm.c (use_xim): Initialize.
15490         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
15491         (x_term_init): Maybe set use_xim.
15493         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
15495 2003-05-21  Jason Rumney  <jasonr@gnu.org>
15497         * unexw32.c (_start): Remove _fmode initialization.
15499         * emacs.c (main) [WINDOWSNT]: Move it here.
15501 2003-05-20  Dave Love  <fx@gnu.org>
15503         * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
15505 2003-05-19  Richard M. Stallman  <rms@gnu.org>
15507         * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
15508         as value for QCfont attribute.
15509         (realize_default_face): lface should already exist; crash if not.
15510         Specify 0 for FORCE_P when calling set_lface_from_font_name.
15512         * frame.c (Fignore_event): Doc fix.
15514 2003-05-19  Kenichi Handa  <handa@m17n.org>
15516         * coding.c (decode_coding_string): Handle post-read-conversion
15517         even if the coding doesn't require decoding.
15519 2003-05-18  Richard M. Stallman  <rms@gnu.org>
15521         * callproc.c (Fcall_process_region): Doc fix.
15523 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
15525         * lread.c (Fload): Print a message if package is obsolete.
15527         * window.c (Fselect_window): Add optional `norecord' arg.
15528         (select_window_1): Fold into Fselect_window.
15529         (select_window_norecord): New function.
15530         (temp_output_buffer_show): Use it.  Preserve current buffer.
15532         * window.h (Fselect_window): Update declaration.
15534         * window.c (delete_window, Fother_window, Fset_window_configuration):
15535         * minibuf.c (read_minibuf):
15536         * macterm.c (x_new_focus_frame):
15537         * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
15538         * callint.c (Fcall_interactively):
15539         * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
15541         * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
15543 2003-05-17  David Kastrup  <dak@gnu.org>
15545         * process.c (read_process_output): Back out change from 2003-03-09.
15547 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
15549         * editfns.c (get_pos_property): Don't assume that `object' = nil.
15551         * textprop.c (text_property_stickiness): New arg `buffer'.
15553         * intervals.h (text_property_stickiness): New arg `buffer'.
15554         (get_pos_property): Declare.
15556         * intervals.c (get_local_map): Use get_pos_property, to obey
15557         stickiness and empty overlays.
15558         (create_root_interval, graft_intervals_into_buffer): Use BEG.
15559         (merge_properties, intervals_equal, merge_properties_sticky):
15560         Use XCAR, XCDR.
15561         (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
15563 2003-05-17  Richard M. Stallman  <rms@gnu.org>
15565         * minibuf.c (read_minibuf): If buffer is empty, record the default
15566         in the history.
15567         (Fminibuffer_complete_word): When deleting the overlap, take account
15568         of its real position.
15570         * fns.c (map_char_table): Fix previous change.
15572         * syntax.c (find_defun_start):
15573         When open_paren_in_column_0_is_defun_start,
15574         return beginning of buffer.
15576         * lisp.h (map_char_table): Declare added arg.
15578         * fns.c (map_char_table): New arg TABLE gets the master table.
15579         All calls changed.
15580         Process default and inheritance, resorting to Faref if necessary.
15582         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
15583         (Faccessible_keymaps): Pass new arg to map_char_table.
15585         * fontset.c (Ffontset_info): Pass new arg to map_char_table.
15587         * casetab.c (set_case_table): Pass new arg to map_char_table.
15589         * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
15591         * lisp.h (specbinding_func): New typedef.
15592         (struct specbinding): Use specbinding_func, to put the `volatile'
15593         in the right place.
15595         * alloc.c (Fgarbage_collect): Cast pointers into specpdl
15596         to avoid GCC warning.
15598 2003-05-16  Ralph Schleicher  <rs@nunatak.allgaeu.org>
15600         * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
15602 2003-05-15  Stefan Monnier  <monnier@cs.yale.edu>
15604         * keyboard.c (apply_modifiers): Don't fill the other cache.
15606 2003-05-14  Stefan Monnier  <monnier@cs.yale.edu>
15608         * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
15610         * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
15611         (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
15612         (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
15613         (Fset_window_configuration, Fcurrent_window_configuration)
15614         (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
15615         (Fpos_visible_in_window_p, mark_window_cursors_off)
15616         (window_internal_height, window_internal_width, Frecenter)
15617         (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
15618         (replace_buffer_in_all_windows, init_window_once, init_window)
15619         (syms_of_window, keys_of_window): Move from lisp.h.
15620         * lisp.h: Move window.c declarations to window.h.
15622         * bytecode.c: Include window.h.
15623         * emacs.c: Include window.h.
15625         * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
15626         (keyremap): Add `parent' field.
15627         (keyremap_step): Use it.  Remove `parent' argument.
15628         (read_key_sequence): Setup and use the new `parent' field.
15630 2003-05-11  Stefan Monnier  <monnier@cs.yale.edu>
15632         * keyboard.c (adjust_point_for_property): Ensure termination.
15634 2003-05-10  Stefan Monnier  <monnier@cs.yale.edu>
15636         * keyboard.c (follow_key): Remove dead variable `did_meta'.
15637         (access_keymap_keyremap, keyremap_step): New funs, extracted from the
15638         duplicated handling of function-key-map and key-translation-map
15639         in read_key_sequence.
15640         (read_key_sequence): Use them.
15642         * keyboard.c (adjust_point_for_property): Try harder to move point
15643         to the non-sticky end of an invisible property.
15645         * xdisp.c (single_display_prop_intangible_p): Make `space' display
15646         property intangible as well.
15648 2003-05-10  Andreas Schwab  <schwab@suse.de>
15650         * xmenu.c (single_menu_item): Change last parameter to void* to
15651         avoid warning.
15653 2003-05-09  Richard M. Stallman  <rms@gnu.org>
15655         * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
15656         Bind Qinhibit_modification_hooks to t so there will be no GC.
15657         Rename local `tem' to `save_deactivate_mark'.
15659         * eval.c (specpdl_ptr): Declare volatile.
15660         (unbind_to): Copy the whole binding and decrement specpdl_ptr
15661         before doing the work of unbinding it.
15663         * lisp.h (struct specbinding): Declare elements volatile.
15664         (specpdl_ptr): Declare volatile.
15666         * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
15668         * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
15669         for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
15671 2003-05-08  Dave Love  <fx@gnu.org>
15673         * coding.c (Vlast_coding_system_used): Doc fix.
15675 2003-05-07  Jason Rumney  <jasonr@gnu.org>
15677         * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
15678         when system does not support them.
15680 2003-05-05  Stefan Monnier  <monnier@cs.yale.edu>
15682         * fileio.c (Qwrite_region_annotate_functions): New var.
15683         (build_annotations): Use it to process the global part of the hook.
15684         (syms_of_fileio): Init and staticpro it.
15686         * keyboard.c (safe_run_hooks_error): Display a message instead of
15687         silently ignoring the error.
15689 2003-05-03  Stefan Monnier  <monnier@cs.yale.edu>
15691         * keyboard.c (input_available_signal): Mark static.
15692         (menu_bar_items): Use map_keymap.
15693         (menu_bar_one_keymap): Remove.
15694         (menu_bar_item): Adjust arglist (for use in map_keymap).
15695         Properly hide a second binding when not both are keymaps.
15697         * xmenu.c (struct skp): New struct, to pass args through map_keymap.
15698         (single_keymap_panes): Use it and map_keymap.
15699         (single_menu_item): Use skp as well.
15701         * keymap.h (map_keymap_function_t): New type.
15702         (map_keymap): Declare.
15704         * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
15705         (map_keymap_call, Fmap_keymap): New functions.
15706         (syms_of_keymap): Defsubr map-keymap.
15708 2003-05-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15710         * gtkutil.c (create_dialog, make_widget_for_menu_item)
15711         (make_menu_item, create_menus, xg_update_menu_item): Don't call
15712         ..._with_mnemonic functions for menu items.
15714 2003-05-01  Kenichi Handa  <handa@m17n.org>
15716         * coding.c (coding_system_accept_latin_extra_p): Delete this
15717         function.
15718         (find_safe_codings): Pay attention to
15719         the property tranlsation-table-for-encode of each codings.
15720         (syms_of_coding): Give Qtranslation_table the extra slot number 2.
15722 2003-05-01  Stefan Monnier  <monnier@cs.yale.edu>
15724         * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
15726 2003-04-30  Stefan Monnier  <monnier@cs.yale.edu>
15728         * eval.c (unbind_to): Don't handle symbol = Qnil any more.
15730         * lisp.h (CHECK): Wrap args in parenthesis.
15731         (specbind): Fix doc: symbol = Qnil is not supported any more.
15733         * bytecode.c (Fbyte_code) <unwind-protect>:
15734         Use Fprogn rather than 0 and Qnil.
15736         * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
15737         `double', and `triple' modifiers as well.
15739 2003-04-30  Richard M. Stallman  <rms@gnu.org>
15741         * keyboard.c (echo_char): Don't clear out a dash that follows a space.
15743         * alloc.c (abort_on_gc): New variable.
15744         (Fgarbage_collect): Abort if abort_on_gc is set.
15746         * lisp.h (abort_on_gc): Add decl.
15748         * eval.c (Fsignal): Clear abort_on_gc.
15750         * editfns.c (Fformat): Set abort_on_gc during first scan of format.
15751         Reinit FORMAT_START and END before second scan.
15753         * xdisp.c (move_it_vertically_backward): Do the final big else
15754         even if nlines is 0.
15756         * xdisp.c (redisplay_internal): Finish the per-frame loop
15757         even if redisplay is suspended by input.
15759 2003-04-24  Andrew Choi  <akochoi@shaw.ca>
15761         * macterm.c (x_list_fonts): Return all fonts that match if
15762         maxnames = -1.
15764 2003-04-25  Kenichi Handa  <handa@m17n.org>
15766         * syntax.c (skip_chars): Fix previous change.
15768 2003-04-24  Kenichi Handa  <handa@m17n.org>
15770         * syntax.c (skip_chars): Make the code faster by using the common
15771         technique of *p, *stop, and *endp.
15773 2003-04-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15775         * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
15776         tool_bar_items so GTK tool bar expose callback does not access items
15777         being updated.
15779 2003-04-19  Stefan Monnier  <monnier@cs.yale.edu>
15781         * eval.c (Fapply): Undo last change and add a comment about why.
15783 2003-04-18  Miles Bader  <miles@gnu.org>
15785         * data.c (Faset): Calculate nbytes earlier, to satisfy the now
15786         pickier PARSE_MULTIBYTE_SEQ.
15788 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
15790         * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
15791         Use XCDR, XCAR, CONSP.
15792         (Fdefmacro): Fix docstring.  Use XCAR, XCDR.
15793         (Fapply): Remove unnecessary GCPRO.
15795         * doc.c (Fsubstitute_command_keys): Remove spurious casts.
15797         * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
15799         * buffer.h: Don't hardcode BEG==1.
15801         * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
15803 2003-04-16  Richard M. Stallman  <rms@gnu.org>
15805         * xdisp.c (try_window, try_window_reusing_current_matrix):
15806         When at end of window, set window_end_pos to Z-ZV.
15808         * buffer.c (Foverlay_recenter): Doc fix.
15810 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
15812         * dispnew.c (Fsit_For): Support XEmacs-style arg list.
15814 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
15816         * macterm.c (mac_check_for_quit_char): Don't check more often than
15817         once a second.
15819 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
15821         * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
15822         specially, so that they can't hide an implicit switch-frame event.
15823         (make_lispy_event): Handle SELECT_WINDOW_EVENT.
15824         (head_table): Use switch-frame as event_kind for select-window.
15825         (keys_of_keyboard): Don't bind [select-window] in special-event-map.
15827         * editfns.c (Fformat): Lisp_Object/int mixup.
15828         (format2): Remove unused var numargs.
15830 2003-04-11  Kenichi Handa  <handa@m17n.org>
15832         * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
15833         (Qafter_insert_file_set_coding): New variable.
15834         (syms_of_fileio): Initialize and staticpro it.  Delete declaration
15835         for after-insert-file-adjust-coding-function.
15836         (Finsert_file_contents): Call Qafter_insert_file_set_coding
15837         instead of Vafter_insert_file_adjust_coding_function.
15839 2003-04-11  Kenichi Handa  <handa@m17n.org>
15841         * lisp.h (temp_echo_area_glyphs): Adjust prototype.
15843         * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
15844         string.  Callers changed.
15846 2003-04-10  Kenichi Handa  <handa@m17n.org>
15848         * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
15849         (syms_of_fileio): Declare it as a lisp variable.
15850         (Finsert_file_contents):
15851         Call Vafter_insert_file_adjust_coding_function before calling
15852         decode-format.
15854 2003-04-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15856         * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
15857         get GtkAdjustment as widget now is a GtkRange.
15859         * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
15860         GtkRange to avoid memory leak.
15862 2003-04-09  Kenichi Handa  <handa@m17n.org>
15864         * xfaces.c (Vface_font_rescale_alist): New variable.
15865         (struct font_name): New member rescale_ratio.
15866         (font_rescale_ratio): New function.
15867         (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
15868         (better_font_p): On comparing point sized, pay attention to
15869         recale_ratio member of fonts.
15870         (build_scalable_font_name): Reflect font->rescale_ratio in the
15871         font name.
15872         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
15874         * lread.c (read1): Before calling index, check if the 2nd
15875         arguemnt is in ASCII range.
15877 2003-04-08  Richard M. Stallman  <rms@gnu.org>
15879         * fileio.c (Ffile_symlink_p): Doc fix.
15881         * editfns.c (Fformat): Translate positions of text properties
15882         in the format string to apply them to the result.
15884         * fileio.c (Finsert_file_contents): Doc fix.
15885         (syms_of_fileio) <after-insert-file-functions>: Doc fix.
15887 2003-04-08  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
15889         * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
15891 2003-04-08  Steven Tamm  <steventamm@mac.com>
15893         * mac.c (init_mac_osx_environment): Switch libexec and bin so
15894         that self-contained application finds libexec files.
15896 2003-04-08  Kenichi Handa  <handa@m17n.org>
15898         * coding.c (code_convert_region_unwind):
15899         Set Vlast_coding_system_used to the argument.
15900         (code_convert_region): If post-read-conversion function changed
15901         the value of last-coding-sytem, keep the new value in
15902         coding->symbol so that it won't be overridden.
15903         (run_pre_post_conversion_on_str): Likewise.
15904         (coding_system_accept_latin_extra_p): New function.
15905         (find_safe_codings): Pay attention to characters registered in
15906         latin-extra-code-table.
15908 2003-04-07  Thien-Thi Nguyen  <ttn@gnu.org>
15910         * Makefile.in (md5.o): Add missing dependency info.
15912 2003-04-06  Richard M. Stallman  <rms@gnu.org>
15914         * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
15916         * marker.c (verify_bytepos): New function.
15918         * intervals.c (set_intervals_multibyte_1): When becoming
15919         multibyte, adjust right and left child sizes to a whole set of
15920         characters.  If an interval gets zero total-length, delete it.
15921         If an interval consists of just its children, delete one of them.
15923         * intervals.h (CHECK_TOTAL_LENGTH): New macro.
15924         * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
15926         * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
15927         All calls deleted.
15928         (lisp_malloc): Do the work here directly.
15930 2003-04-06  Gareth Jones  <emacs@referential.org.uk>  (tiny change)
15932         * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
15933         char tables.
15935 2003-04-04  Kenichi Handa  <handa@m17n.org>
15937         * editfns.c (Fformat): Use a copy of FORMAT string so that we can
15938         destructively change "%S" to "%s".
15940 2003-04-03  Miles Bader  <miles@gnu.org>
15942         * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
15943         always set.
15945 2003-04-01  Dave Love  <fx@gnu.org>
15947         * xfns.c (xpm_lookup_color): Grok "opaque".
15949 2003-03-31  Andrew Choi  <akochoi@shaw.ca>
15951         * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
15952         parent window ID.
15954         * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
15956         * macterm.h (struct mac_output): Define x_pixels_diff and
15957         y_pixels_diff.
15959 2003-03-31  Juanma Barranquero  <lektu@terra.es>
15961         * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
15962         blockinput.h and files included from it.
15964 2003-03-31  Kim F. Storm  <storm@cua.dk>
15966         The following changes consolidates the common code related to
15967         frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
15968         files into frame.c.
15970         * frame.c: Include blockinput.h.
15971         (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
15972         (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
15973         (Qauto_raise, Qauto_lower, ...): Define all frame parameter
15974         related vars here.
15975         (struct frame_parm_table, frame_parms): New table for describing
15976         frame parameters and their associated Q-variable.
15977         The order of the parameters corresponds to the sequence of the
15978         frame_parm_handlers table in redisplay_interface.
15979         (x_fullscreen_move, x_set_frame_parameters)
15980         (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
15981         (x_set_screen_gamma, x_set_font, x_set_fringe_width)
15982         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
15983         (x_set_autoraise, x_set_autolower, x_set_unsplittable)
15984         (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
15985         Generic functions for processing of frame parameters.
15986         (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
15987         (display_x_get_resource, x_get_resource_string): Functions for
15988         generic access to X resources.
15989         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
15990         (x_default_parameter, Fx_parse_geometry): Functions for generic
15991         access to frame parameters.
15992         (x_figure_window_size): Generic calculation of frame size.
15993         Fixed to add space needed for tool bar.  Also setup size_hint_flags.
15994         (syms_of_frame): Intern and staticpro frame parameter variables.
15995         Defvar_lisp Vx_resource_class and Vx_resource_name here.
15996         Defsubr Sx_get_resource and Sx_parse_geometry.
15998         * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
15999         parameter related vars defined in frame.c.
16000         (EMACS_CLASS): Define here.
16001         (enum FULLSCREEN_*): Define here.
16002         (x_set_scroll_bar_default_width, x_wm_set_icon_position)
16003         (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
16004         (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
16005         (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
16006         (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
16007         (x_set_visibility, x_set_autoraise, x_set_autolower)
16008         (x_set_unsplittable, x_set_vertical_scroll_bars)
16009         (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
16010         (x_figure_window_size): Add prototypes.
16012         * dispextern.h (frame_parm_handler): New typedef.
16013         (struct redisplay_interface): New member frame_parm_handlers.
16014         (enum resource_types): Move declaration here.
16015         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
16016         (x_default_parameter): Add prototypes.
16018         * window.c: Remove extern decl for frame parameter vars.
16019         (change_window_heights): New generic function;
16020         replaces x_change_window_heights.  All users changed.
16022         * window.h (change_window_heights): Add prototype.
16024         * xfaces.c: Remove extern decl for frame parameter vars.
16026         * xterm.h (EMACS_CLASS): Remove.  Use generic define.
16027         (struct w32_display_info): Fix type of xrdb member.
16028         (enum FULLSCREEN_*): Remove.
16029         Remove prototypes for generic functions (in frame.h).
16031         * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
16032         parameters now defined in frame.h and frame.c.
16033         (Vx_resource_name): Remove.  Use generic var.
16034         (enum x_frame_parms): Remove (bogus, unused enum).
16035         (check_x_display_info): Make non-static (for frame.c).
16036         (struct x_frame_parm_table, x_frame_parms): Remove.
16037         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
16038         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
16039         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
16040         (x_change_window_heights, x_set_autoraise, x_set_autolower)
16041         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
16042         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
16043         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
16044         Remove.  Use generic functions instead.
16045         (enum resource_types): Remove.
16046         (x_set_scroll_bar_default_width): New global function (for frame.c).
16047         (Fx_create_frame): Depend on x_figure_window_size to add space for
16048         toolbar and setup size_hint_flags.
16049         (x_frame_parm_handlers): New table for redisplay_interface.
16050         (syms_of_xfns): Don't intern/staticpro removed vars.
16052         * xterm.c: Remove unnecessary extern declarations.
16053         (x_fullscreen_adjust): Remove.  Use generic instead.
16054         (x_redisplay_interface): Add x_frame_parm_handlers member.
16056         * w32gui.h (XrmDatabase): New (dummy) typedef.
16058         * w32term.h (EMACS_CLASS): Remove.  Use generic define.
16059         (struct w32_display_info): Fix type of xrdb member.
16060         (enum FULLSCREEN_*): Remove.
16061         (x_fullscreen_adjust): Remove prototype.
16063         * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
16064         parameters now defined in frame.h and frame.c.
16065         (Vx_resource_name): Remove.  Use generic var.
16066         (enum x_frame_parms): Remove (bogus, unused enum).
16067         (check_x_display_info): Make non-static (for frame.c).
16068         (struct x_frame_parm_table, x_frame_parms): Remove.
16069         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
16070         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
16071         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
16072         (x_change_window_heights, x_set_autoraise, x_set_autolower)
16073         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
16074         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
16075         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
16076         Remove.  Use generic functions instead.
16077         (enum resource_types): Remove.
16078         (x_set_scroll_bar_default_width): New global function (for frame.c).
16079         (Fx_create_frame): Depend on x_figure_window_size to add space for
16080         toolbar and setup size_hint_flags.
16081         (w32_frame_parm_handlers): New table for redisplay_interface.
16082         (syms_of_w32fns): Don't intern/staticpro removed vars.
16084         * w32term.c: Remove unnecessary extern declarations.
16085         (x_fullscreen_adjust): Remove.  Use generic instead.
16086         (x_redisplay_interface): Add w32_frame_parm_handlers member.
16088         * w32reg.c (x_get_string_resource): Use XrmDatabase.
16090         * macgui.h (XrmDatabase): New (dummy) typedef.
16092         * macterm.h (EMACS_CLASS): Remove.
16093         (struct mac_display_info): Add xrdb member.
16094         (struct mac_output): Add want_fullscreen member.
16096         * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
16097         parameters now defined in frame.h and frame.c.
16098         (Vx_resource_name): Remove.  Use generic var.
16099         (check_x_display_info): Make non-static (for frame.c).
16100         (struct x_frame_parm_table, x_frame_parms): Remove.
16101         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
16102         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
16103         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
16104         (x_change_window_heights, x_set_autoraise, x_set_autolower)
16105         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
16106         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
16107         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
16108         Remove.  Use generic functions instead.
16109         (enum resource_types): Remove.
16110         (x_set_scroll_bar_default_width): New global function (for frame.c).
16111         (mac_frame_parm_handlers): New table for redisplay_interface.
16112         (syms_of_macfns): Don't intern/staticpro removed vars.
16114         * macterm.c: Remove unnecessary extern declarations.
16115         (x_redisplay_interface): Add mac_frame_parm_handlers member.
16117         * Makefile.in (frame.o): Add dependency on blockinput.h and files
16118         included from it (atimer.h and systime.h).
16120 2003-03-30  Andreas Schwab  <schwab@suse.de>
16122         * xdisp.c (x_insert_glyphs): Fix swapped width and height
16123         parameters for shift_glyphs_for_insert.
16125         * macterm.c (x_redisplay_interface): Add missing entry for
16126         draw_vertical_window_border.
16128 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
16130         * fileio.c (Fexpand_file_name): In the no-handler case, after
16131         expanding, look again for a handler and invoke it.  This is needed
16132         for filenames like "/foo/../user@host:/bar/../baz" -- the first
16133         expansion produces "/user@host:/bar/../baz" which needs to be
16134         expanded again for the finame result "/user@host:/baz".
16136 2003-03-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16138         * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
16139         of area to be redrawn for better performance.
16141 2003-03-28  Stefan Monnier  <monnier@cs.yale.edu>
16143         * xterm.c (take_vertical_position_into_account): Remove.
16144         (xt_action_hook): Call set_vertical_scroll_bar if needed.
16145         (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
16146         (xm_scroll_callback, x_create_toolkit_scroll_bar)
16147         (x_set_toolkit_scroll_bar_thumb): Simplify.
16148         (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
16149         (XTread_socket): Remove unused var.
16150         (x_make_frame_invisible): Replace goto with else.
16152         * xdisp.c (set_vertical_scroll_bar): New fun.
16153         (redisplay_window): Use it.
16155 2003-03-26  Richard M. Stallman  <rms@gnu.org>
16157         * xdisp.c (update_tool_bar): Recompute tool bar if
16158         update_mode_lines is set.  Set w->update_mode_line
16159         only if the tool bar contents actually change.
16160         (update_menu_bar): Undo previous change.
16162 2003-03-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16164         * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
16165         (xg_frame_set_char_size): Calculate scroll bar width before frame
16166         width.  Call SET_FRAME_GARBAGED and cancel_mouse_face.
16167         (xg_separator_p): Check for all documented separator types.
16168         (xg_update_scrollbar_pos): Variable gheight not needed, use height.
16169         (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
16171         * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
16172         so tool bar gets updated.
16174 2003-03-26  Stefan Monnier  <monnier@cs.yale.edu>
16176         * data.c (store_symval_forwarding): Re-instate part of the code
16177         that was deleted with too much enthusiasm.
16179 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
16181         * data.c (store_symval_forwarding): Delete special read-only
16182         hack for type == -1, since we now use ->constant instead.
16183         (Fkill_local_variable): Don't use XBUFFER if it can be nil.
16185         * buffer.c (overlays_in): Declare static.
16186         (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
16187         `constant' field rather than the variable's `type' field.
16189 2003-03-24  Andrew Choi  <akochoi@shaw.ca>
16191         * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
16193         * dispextern.h [HAVE_CARBON]: Include Carbon.h.
16195         * fns.c [MAC_OSX]: Do not redefine vector.
16197         * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
16199         * macgui.h: Remove definition of No_Cursor.
16201         * macterm.h: Include Carbon.h.  Replace (struct Cursor *) by Cursor.
16203         * xdisp.c: Define No_Cursor.
16204         (x_write_glyphs, notice_overwritten_cursor)
16205         (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
16206         (note_mouse_highlight): Remove Mac-specific code.
16207         (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
16209 2003-03-24  John Paul Wallington  <jpw@gnu.org>
16211         * xdisp.c (redisplay_window): If mini window's buffer is not
16212         empty, then redisplay it like other windows.
16214 2003-03-23  Kim F. Storm  <storm@cua.dk>
16216         * w32term.c (w32_draw_window_cursor): Fix last change.
16218 2003-03-23  Kenichi Handa  <handa@m17n.org>
16220         * alloc.c (make_string_from_bytes, make_specified_string):
16221         Add `const' for the arg CONTENTS.
16223         * lisp.h (make_string_from_bytes, make_specified_string):
16224         Prototypes adjusted.
16226 2003-03-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16228         * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
16230         * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
16231         (XG_SB_RANGE): New define.
16233         * gtkutil.c (xg_fixed_handle_expose): New function.
16234         (xg_create_frame_widgets): Call xg_fixed_handle_expose for
16235         expose events.
16236         (xg_update_scrollbar_pos): Take two more arguments, left and width
16237         of scroll bar including borders.
16238         Clear left and right part outside scroll bar separately as some
16239         themes have bars that are not an even number of pixels.
16240         Don't set reallocate_redraws, don't call
16241         gdk_window_process_all_updates.
16242         (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
16243         so no need to change it.  Calculate size and value with XG_SB_RANGE.
16245         * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
16246         Pass left and width of scroll bar including borders to
16247         xg_update_scrollbar_pos.
16249 2003-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16251         * Makefile.in: Make sure space precedes end-of-line backslashes.
16253 2003-03-22  Kim F. Storm  <storm@cua.dk>
16255         * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
16256         Add generic versions here.  Remove system specific versions
16257         defined elsewhere.
16259         * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
16260         Add prototypes.
16262         * xterm.h (STORE_NATIVE_RECT): New macro.
16264 2003-03-21  Kim F. Storm  <storm@cua.dk>
16266         * xdisp.c (get_glyph_string_clip_rect):
16267         Use FRAME_INTERNAL_BORDER_WIDTH.
16269         * dispextern.h (struct redisplay_interface): Add active_p
16270         argument to draw_window_cursor member.  All uses changed.
16272 2003-03-21  Kim F. Storm  <storm@cua.dk>
16274         The following changes consolidate code related to writing and
16275         inserting glyphs, exposing frame, the tool bar, the mouse face,
16276         the output cursor, and help echo from xterm.c, w32term.c and
16277         macterm.c into xdisp.c.  It also generalizes the use of the
16278         window_part enum instead of using numeric values throughout.
16280         * xdisp.c: Consolidate gui-independent code here.
16281         Include keymap.h.
16282         (Qhelp_echo): Import.
16283         (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
16284         (help_echo_string, help_echo_window, help_echo_object)
16285         (previous_help_echo_string, help_echo_pos): Declare here.
16286         (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
16287         (estimate_mode_line_height): Define here.  Handle windowing
16288         systems directly (without using estimate_mode_line_height_hook).
16289         (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
16290         (update_window_cursor, update_cursor_in_window_tree)
16291         (fast_find_position, fast_find_string_pos)
16292         (note_mode_line_highlight, note_mode_line_or_margin_highlight)
16293         (expose_area, expose_line, expose_overlaps, expose_window)
16294         (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
16295         declared static as they are only used locally in xdisp.c.
16296         (draw_glyphs): Rename from x_draw_glyphs and make static.
16297         (tool_bar_item_info, notice_overwritten_cursor): Make static.
16298         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
16299         (set_output_cursor, x_cursor_to, handle_tool_bar_click)
16300         (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
16301         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
16302         (display_and_set_cursor, x_update_cursor, x_clear_cursor)
16303         (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
16304         (note_mouse_highlight, x_clear_window_mouse_face)
16305         (cancel_mouse_face, x_draw_vertical_border, expose_frame)
16306         (x_intersect_rectangles): New generic functions for use by xdisp.c
16307         and GUI front-ends.
16308         (syms_of_xdisp): Initialize and staticpro help_echo* variables.
16309         Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
16311         * dispextern.h (Display_Info): Generic typedef for *_display_info.
16312         (NativeRectangle): Generic typedef for rectangle type.
16313         (enum window_part): Move here from window.c.
16314         (struct redisplay_interface): New members flush_display_optional,
16315         define_frame_cursor, clear_frame_area, draw_window_cursor,
16316         draw_vertical_window_border, shift_glyphs_for_insert.
16317         Rename member clear_mouse_face to clear_window_mouse_face.
16318         (estimate_mode_line_height_hook): Remove hook.
16319         (auto_raise_tool_bar_buttons_p): Don't declare extern.
16320         (tool_bar_item_info): Remove prototype.
16321         (help_echo_string, help_echo_window, help_echo_object)
16322         (previous_help_echo_string, help_echo_pos)
16323         (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
16324         (x_stretch_cursor_p, output_cursor): Declare extern.
16325         (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
16326         (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
16327         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
16328         (display_and_set_cursor, set_output_cursor, x_cursor_to)
16329         (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
16330         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
16331         (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
16332         (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
16333         (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
16334         Add prototypes.
16335         (mode_line_string, marginal_area_string): Fix prototypes.
16337         * window.c (enum window_part): Move to dispextern.h.
16338         (coordinates_in_window): Use enum window_part member names
16339         instead of numbers to describe return value.
16340         (struct check_window_data): Change part member to window_part.
16341         (check_window_containing): Return window_part unaltered.
16342         (window_from_coordinates): Change part arg from int to enum
16343         window_part.  Allow part arg to be null.  All users changed.
16345         * window.h (window_from_coordinates): Fix prototype.
16347         * term.c (estimate_mode_line_height): Move to xdisp.c.
16349         * keyboard.c (make_lispy_event): Use enum window_part.
16351         * dispnew.c (mode_line_string, marginal_area_string): Use enum
16352         window_part instead of int in arg list.  Users changed.
16354         * xterm.h (No_Cursor): Declare as None for X.
16355         (struct mac_output): Replace member cross_cursor by hand_cursor.
16357         * xterm.c: Remove consolidated defines and code.
16358         (BETWEEN): Remove unused macro.
16359         (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
16360         (x_define_frame_cursor, x_clear_frame_area)
16361         (x_draw_window_cursor): New X-specific functions for RIF.
16362         (x_redisplay_interface): Add new members.
16364         * xfns.c: Setup and use hand_cursor instead of cross_cursor.
16366         * w32term.h (struct w32_output): Remove cross_cursor member.
16368         * w32term.c: Remove consolidated defines and code.
16369         (BETWEEN): Remove unused macro.
16370         (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
16371         (w32_define_frame_cursor, w32_clear_frame_area)
16372         (w32_draw_window_cursor): New W32-specific functions for RIF.
16373         (w32_redisplay_interface): Add new members.
16375         * w32gui.h (No_Cursor): Define as 0 for W32.
16376         (XRectangle): Add X compatible rectangle type.
16377         (NativeRectangle): Declare as RECT for W32.
16378         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
16380         * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
16382         * w32console.c: Remove consolidated defines and code.
16384         * msdos.h (Display_Info): Add generic typedef.
16386         * msdos.c: Remove consolidated defines and code.
16387         (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
16389         * macterm.h (struct mac_output): Replace member cross_cursor by
16390         hand_cursor.
16391         (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
16393         * macterm.c: Remove consolidated defines and code.
16394         (BETWEEN): Remove unused macro.
16395         (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
16396         (mac_define_frame_cursor, mac_clear_frame_area)
16397         (mac_draw_window_cursor): New Mac-specific functions for RIF.
16398         (x_redisplay_interface): Add new members.
16400         * macgui.h (No_Cursor): Define as 0 for Mac.
16401         (XRectangle): Add X compatible rectangle type.
16402         (NativeRectangle): Declare as Rect for Mac.
16403         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
16405         * macfns.c (x_set_mouse_color): Setup hand_cursor.
16406         (x_set_cursor_color): Use x_display_and_set_cursor.
16408         * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
16409         included from it.  Add dependency on keymap.h.
16411         * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
16413 2003-03-21  Kenichi Handa  <handa@m17n.org>
16415         * fileio.c (Fexpand_file_name): Fix previous change.
16417 2003-03-19  Kenichi Handa  <handa@m17n.org>
16419         * fileio.c (Ffile_name_directory): Reconstruct file name by
16420         make_specified_string.
16421         (Ffile_name_nondirectory, Ffile_name_as_directory)
16422         (Fdirectory_file_name, Fexpand_file_name)
16423         (Fsubstitute_in_file_name): Likewise.
16424         (Fread_file_name): Compare decoded homedir with DIR and
16425         DEFAULT_FILENAME.
16427         * alloc.c (make_specified_string): If NCHARS is negative, count
16428         the number of characters.
16430 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16432         * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
16433         all widgets.
16435         * gtkutil.h: Removed xg_ignore_next_thumb.
16437 2003-03-18  Kenichi Handa  <handa@m17n.org>
16439         * coding.c (Vchar_coding_system_table): Remove this variable.
16440         (Vcoding_system_safe_chars): New variable.
16441         (intersection): Remove this function.
16442         (find_safe_codings): Don't use Vchar_coding_system_table, but try
16443         all codings in SAFE_CODINGS.
16444         (Ffind_coding_systems_region_internal): Adjust for the change of
16445         find_safe_codings.  Get generic coding systems from
16446         Vcoding_system_safe_chars.
16447         (Fdefine_coding_system_internal): New function.
16448         (syms_of_coding): Defsubr Sdefine_coding_system_internal.
16449         Initialize and staticpro Vcoding_system_safe_chars.
16451 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16453         * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
16454         equal old values before updating.
16456         * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
16458         * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
16460 2003-03-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16462         * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
16463         (xg_resize_widgets): Don't call foreach(handle_fixed_child).
16464         (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
16465         (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
16466         (xg_create_scroll_bar): Pass bar to button event callback.
16467         (xg_find_top_left_in_fixed): New function.
16468         (xg_update_scrollbar_pos): Don't call gdk_window_clear on
16469         whole scroll bar area.  Get old position with
16470         xg_find_top_left_in_fixed, calculate and only clear needed areas.
16471         (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
16472         dragging is in progress.  Calculate whole as for Motif.
16473         Remove code that saved last values.  Call gtk_range functions to
16474         set scroll bar sizes.
16476         * gtkutil.h: Removed xg_ignore_next_thumb.
16478 2003-03-17  Juanma Barranquero  <lektu@terra.es>
16480         * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
16481         and files included from it.
16483 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
16485         * keymap.c (accessible_keymaps_1): Break cycles but without preventing
16486         multiple occurrences of the same keymap under different prefixes.
16487         (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
16489 2003-03-16  Jason Rumney  <jasonr@gnu.org>
16491         * w32gui.h: Use HDC for Display.
16493         * w32term.c (w32_encode_char): Prevent double-byte chars from
16494         crashing Emacs.
16496         * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
16497         as binary.
16499 2003-03-16  Juanma Barranquero  <lektu@terra.es>
16501         * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
16503 2003-03-16  Kim F. Storm  <storm@cua.dk>
16505         The following changes consolidate some of the gui-independent
16506         parts of the processing and drawing of "glyph strings" from
16507         xterm.c, w32term.c, and macterm.c into xdisp.c.
16509         * dispextern.h (struct glyph): Reduce face_id member from 22 to
16510         21 bits (this reduces number of faces from 4M to 2M).
16511         Replace W32 specific w32_font_type member (2 bits) by generic
16512         font_type member (3 bits) for portability.
16513         (FONT_TYPE_UNKNOWN): New define, default for font_type member.
16514         (enum draw_glyphs_face): Define here.
16515         (struct glyph_string): Define here.  Merge W32 and X versions.
16516         (struct redisplay_interface): New members per_char_metric,
16517         encode_char, compute_glyph_string_overhangs, draw_glyph_string.
16518         (VCENTER_BASELINE_OFFSET): Define here.
16519         (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
16520         (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
16522         * xdisp.c: Consolidate gui-independent "glyph string" code here.
16523         (dump_glyph_string): Moved here.
16524         (init_glyph_string, append_glyph_string_lists, append_glyph_string)
16525         (prepend_glyph_string_lists, get_glyph_face_and_encoding)
16526         (fill_composite_glyph_string, fill_glyph_string)
16527         (fill_image_glyph_string, fill_stretch_glyph_string)
16528         (left_overwritten, left_overwriting, right_overwritten)
16529         (right_overwriting, get_char_face_and_encoding)
16530         (set_glyph_string_background_width, compute_overhangs_and_x)
16531         (append_glyph, append_composite_glyph, produce_image_glyph)
16532         (take_vertical_position_into_account, append_stretch_glyph)
16533         (produce_stretch_glyph): New generic functions (based on X version).
16534         Call platform specific functions through rif.
16535         (INIT_GLYPH_STRING): New macro, hides W32 details.
16536         (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
16537         (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
16538         (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
16539         (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
16540         (notice_overwritten_cursor):
16541         Generic functions exported to platform modules.  Users changed.
16543         * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
16544         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
16545         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
16546         New macros for consolidated code.
16548         * xterm.c: Remove consolidated defines and code.
16549         (x_per_char_metric, x_encode_char)
16550         (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
16551         (x_redisplay_interface): Add new members.
16553         * w32gui.h (Display): Add dummy typedef for consolidation.
16554         (XChar2b): Define alias for wchar_t for consolidation.
16555         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
16557         * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
16558         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
16559         New macros for consolidation.
16561         * w32term.c: Remove consolidated defines and code.
16562         (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
16563         to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
16564         (w32_per_char_metric): Change font_type arg to int for RIF.
16565         (w32_encode_char): Return int according to RIF requirements.
16566         (w32_compute_glyph_string_overhangs): Adapt to RIF.
16567         (w32_get_glyph_overhangs): New function for RIF.  Uses generic
16568         x_get_glyph_overhangs.
16569         (w32_redisplay_interface): Add new members.
16571         * macgui.h (XChar2b): Move typedef here for consolidation.
16572         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
16574         * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
16575         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
16576         consolidation.
16578         * macterm.c: Remove consolidated defines and code.
16579         (mac_per_char_metric): New function for RIF.
16580         (mac_encode_char): Adapt to new RIF requirements.
16581         (mac_compute_glyph_string_overhangs): Adapt for RIF.
16582         (x_redisplay_interface): Add new members.
16584 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
16586         * keymap.c (Vmenu_events): New var.
16587         (syms_of_keymap): Initialize it.
16588         (where_is_internal): Check more carefully what is a menu event.
16590 2003-03-14  Richard M. Stallman  <rms@gnu.org>
16592         * lread.c (read1): After #!, exit loop on eof.
16594 2003-03-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16596         * gtkutil.h: Add declaration for xg_frame_cleared.
16598         * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
16600         * gtkutil.c (struct xg_last_sb_pos): New structure.
16601         (handle_fixed_child): New function.
16602         (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
16603         and force a redraw on them.
16604         (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
16605         (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
16606         so we can avoid unneeded redraws.
16607         (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
16608         and force a redraw on the scroll bar.
16609         (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
16610         if xg_last_sb_pos shows the positions are up to date.
16611         (xg_frame_cleared): New function.
16613 2003-03-13  Kenichi Handa  <handa@m17n.org>
16615         * coding.c (Fdetect_coding_region): Fix docstring.
16616         (Fdetect_coding_string): Fix docstring.
16618 2003-03-13  Andreas Schwab  <schwab@suse.de>
16620         * gtkutil.c: Add prototype for create_menus.
16622         * data.c (long_to_cons): Fix type of top.
16624         * xselect.c (selection_data_to_lisp_data): Use int instead of
16625         long for an integer of size 4.
16627         * gtkutil.c (xg_update_frame_menubar): Add missing return value.
16628         (xg_tool_bar_help_callback): Likewise.
16630 2003-03-12  Andreas Schwab  <schwab@suse.de>
16632         * xterm.c (x_term_init) [USE_GTK]: Fix typo.
16634 2003-03-12  Kim F. Storm  <storm@cua.dk>
16636         The following changes consolidate the fringe handling from
16637         xterm.c, w32term.c, and macterm.c into xdisp.c.
16639         * xdisp.c: Consolidate fringe handling code here.
16640         (left_bits, right_bits, continued_bits, continuation_bits)
16641         (ov_bits, zv_bits): Define fringe bitmaps.
16642         (fringe_bitmaps): New array holding fringe bitmaps.
16643         (draw_fringe_bitmap): Draw a specific bitmap; call display
16644         specific drawing routine via rif->draw_fringe_bitmap.
16645         (draw_row_fringe_bitmaps): Generic replacement for
16646         x_draw_row_fringe_bitmaps; all callers changed.
16647         (compute_fringe_widths): Generic replacement for
16648         x_compute_fringe_widths; all callers changed.
16650         * dispextern.h (enum fringe_bitmap_type): Define here.
16651         (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
16652         (fringe_bitmaps): Declare extern.
16653         (struct redisplay_interface): New member draw_fringe_bitmap.
16654         (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
16656         * xterm.c: Remove generic fringe code.
16657         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
16658         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
16660         * w32term.c: Remove generic fringe code.
16661         (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
16662         (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
16664         * macterm.c: Remove generic fringe code.
16665         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
16666         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
16668 2003-03-11  Stefan Monnier  <monnier@cs.yale.edu>
16670         * print.c (Fprin1_to_string): Return unibyte string if possible.
16672 2003-03-09  David Kastrup  <dak@gnu.org>
16674         * process.c (read_process_output): We have allocated enough space
16675         for readmax and carryover, so actually use the alloted space.
16677 2003-03-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16679         * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
16680         toolkit scrollbar click.
16682         * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
16683         for USE_GTK.
16684         (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
16685         also.
16686         (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
16687         scrollbar and control is pressed, call x_scroll_bar_handle_click.
16689         * gtkutil.h (xg_get_scroll_id_for_window): Declare.
16691         * gtkutil.c (xg_get_scroll_id_for_window): New function.
16692         (xg_tool_bar_item_expose_callback): New function.
16693         (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
16694         (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
16695         on the tool bar widget.
16696         (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
16697         to expose on the tool bar item widgets.
16699 2003-03-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16701         * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
16702         struct image* when deciding to update (struct image* may have been
16703         deleted from the image cache).
16705         * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
16706         the event isn't for a frame (i.e. for dialogs).
16708 2003-03-07  Kenichi Handa  <handa@m17n.org>
16710         * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
16711         composition components reaches the limit, terminate composing.
16712         (COMPOSITION_OK): New macro.
16713         (detect_coding_iso2022): Use it if an escape sequence for
16714         composition is found.
16715         (coding_restore_composition): Adjust the number of composition
16716         components if it is not sane.
16718 2003-03-06  Juanma Barranquero  <lektu@terra.es>
16720         * w32term.h (struct w32_display_info): Add xrdb member to support
16721         passing resources via -xrm on Windows.
16723         * w32term.c (w32_make_rdb): New function.
16724         (w32_term_init): Use it to initialize xrdb member of w32_display_info
16725         struct.  Delete leftover code.
16727         * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
16728         for resources passed on the command line.
16730         * w32reg.c (w32_get_rdb_resource): New function.
16731         (x_get_string_resource): Use it, so resources passed with -xrm
16732         supercede the ones in the registry.
16734 2003-03-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16736         * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
16737         instead of x_top_window_to_frame.
16739 2003-03-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16741         * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
16742         when restarting Emacs.
16744 2003-03-03  Richard M. Stallman  <rms@gnu.org>
16746         * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
16747         to run kill-buffer-query-functions.
16748         (Qkill_buffer_query_functions): New var.
16749         (syms_of_buffer): Init and staticpro it.
16751 2003-03-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16753         * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
16755 2003-02-25  Kim F. Storm  <storm@cua.dk>
16757         * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
16758         If centering point failed to make whole line visible and vscroll
16759         is non-zero, disable vscroll and try centering point again.
16761         * lread.c (read1): Accept `single space' syntax like (? x).
16763 2003-02-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16765         * keyboard.c (cancel_hourglass_unwind): Surround with
16766         #ifdef HAVE_X_WINDOWS
16768 2003-02-25  Kenichi Handa  <handa@m17n.org>
16770         * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
16771         process only when "subprocesses" is defined.
16773 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
16775         * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
16777 2003-02-24  Juanma Barranquero  <lektu@terra.es>
16779         * callint.c (fix_command): Declare as static void and move before
16780         Fcall_interactively.
16782         * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
16783         (syms_of_xdisp): Don't initialize Qwhen.
16785 2003-02-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16787         * keyboard.c (cancel_hourglass_unwind): New function.
16788         (command_loop_1): Cancel hourglass with unwind-protect.
16790 2003-02-23  Richard M. Stallman  <rms@gnu.org>
16792         * callint.c (fix_command): New subroutine, from Fcall_interactively.
16793         Detect (when ... (region-beginning)) etc.
16794         (Fcall_interactively): Call fix_command.
16795         (Qif, Qwhen): New variables.
16796         (syms_of_callint): Init and staticpro them.
16798         * regex.c (print_partial_compiled_pattern): Output to stderr.
16800 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
16802         * dired.c (directory_files_internal): Don't expand directory.
16803         (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
16804         instead.  From Lars Hansen <larsh@math.ku.dk>.
16806 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
16808         * fns.c (string_to_multibyte): Remove unused var i.
16809         (Flanginfo): Fix int/Lisp_Object mixup.
16810         (void_call2): New fun.
16811         (Fmap_char_table): Use it in place of call2.
16813         * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
16815         * macros.c (Fstart_kbd_macro): Remove redundant assignment.
16817         * keymap.c (copy_keymap_1): Make it static.
16819         * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
16821 2003-02-22  David Ponce  <david@dponce.com>
16823         * lread.c (Fload): Don't check STRING_MULTIBYTE.
16825 2003-02-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16827         * process.h: Removed subtty field from struct Lisp_Process.
16829         * process.c (create_process): Remove setting of subtty.
16830         (emacs_get_tty_pgrp): New function.
16831         (Fprocess_running_child_p, process_send_signal):
16832         Call emacs_get_tty_pgrp instead of ioctl.
16833         (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
16835 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
16837         * keymap.c (Fdefine_key): Doc fix.
16839 2003-02-21  Juanma Barranquero  <lektu@terra.es>
16841         Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
16843         * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
16844         POLLING_PROBLEM_IN_SELECT.
16846         * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
16847         Delete #undef of POLLING_PROBLEM_IN_SELECT.
16849         * s/hpux10-20.h: New file.
16851         * process.c (wait_reading_process_input):
16852         Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
16854 2003-02-20  Kenichi Handa  <handa@m17n.org>
16856         * fontset.c (check_fontset_name): If NAME is nil, return the
16857         default fontset.
16858         (override_font_info): New function.
16859         (Fset_fontset_font): Document that NAME nil means the default fontset.
16860         (Ffontset_info): If FONTSET is not the default fontset, merge
16861         FONTSET onto the copy of the default fontset, and work on that
16862         copy.  Document that NAME nil means the default fontset.
16863         (Ffontset_font): Document that NAME nil means the default fontset.
16865         * process.c (setup_process_coding_systems): If the process's
16866         in/out descriptor is -1, do nothing.
16868 2003-02-19  Andreas Schwab  <schwab@suse.de>
16870         * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
16871         Add prototypes.
16873 2003-02-19  Kenichi Handa  <handa@m17n.org>
16875         * xfaces.c (try_alternative_families): Try all scalable fonts if
16876         Vscalable_fonts_allowed is not Qt.
16878 2003-02-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16880         * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
16882 2003-02-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16884         * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
16885         names.
16887         * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
16888         (sorted_font_list): Move allocation of struct font_name to
16889         x_face_list_fonts.
16890         (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
16891         (Fx_list_fonts): Set maxnames to -1 to get all font names.
16893 2003-02-18  Kim F. Storm  <storm@cua.dk>
16895         * lread.c (read1): Fix last change.
16896         "`" is not always special.  Allow "?" after a character constant.
16898 2003-02-18  Andrew Choi  <akochoi@shaw.ca>
16900         * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
16902 2003-02-18  Andreas Schwab  <schwab@suse.de>
16904         * window.c (window_scroll_pixel_based): Move outside a
16905         multi-glyph character before setting new window start.
16907         * xdisp.c (in_display_vector_p): New function.
16908         * dispextern.h (in_display_vector_p): Declare.
16910 2003-02-18  Kim F. Storm  <storm@cua.dk>
16912         * lread.c (read1): Fix and relax read syntax.
16913         Recognize "[", ";", "#", and "?" after a dotted-pair dot.
16914         Only recognize "," after dotted-pair dot if inside backquote.
16915         Never include "`" or "," (inside backquote) in a symbol.
16916         Allow dotted-pair dot after a character constant.
16917         Allow "`" and "," (inside backquote) after a character constant.
16919 2003-02-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16921         * gtkutil.c (xg_tool_bar_expose_callback): New function.
16922         (xg_create_tool_bar): Force style of tool bar to be horizontal with
16923         icons.  Set name of tool bar to emacs-toolbar.
16924         (update_frame_tool_bar): Connect expose event to
16925         xg_tool_bar_expose_callback.
16927 2003-02-17  Richard M. Stallman  <rms@gnu.org>
16929         * keyboard.c (this_command_key_count_reset): New variable.
16930         Initiatize to 0 where this_command_key_count is set.
16931         (read_char): Save and restore this_command_key_count_reset
16932         around input method code.
16933         (read_char): If this_command_key_count_reset, echo reread commands.
16934         (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
16936 2003-02-17  Kenichi Handa  <handa@m17n.org>
16938         * fns.c (string_to_multibyte): Always return a multibyte string.
16940 2003-02-16  Jason Rumney  <jasonr@gnu.org>
16942         * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
16943         Negative max_fonts parameter means list all.
16945 2003-02-14  Dave Love  <fx@gnu.org>
16947         * fns.c (Flanginfo): Doc fix.
16949 2003-02-13  Kim F. Storm  <storm@cua.dk>
16951         * lread.c (read_escape): Interpret \s as a SPACE character, except
16952         for \s-X in a character constant which still is the super modifier.
16953         (read1): Signal an `invalid read syntax' error if a character
16954         constant is immediately followed by a digit or symbol character.
16956         * search.c (Fmatch_data): Doc fix.  Explicitly state that
16957         match-data is undefined if last search failed.
16959         * keymap.c (Fcommand_remapping): Rename from Fremap_command.
16960         All uses changed.
16962 2003-02-12  Juanma Barranquero  <lektu@terra.es>
16964         * eval.c (Fdefmacro): Fix typo.
16966 2003-02-12  Kim F. Storm  <storm@cua.dk>
16968         * macros.c (Fstart_kbd_macro): If appending, and last keyboard
16969         macro is a string, convert meta modifiers in string when copying
16970         the string into a vector.
16972 2003-02-11  Kim F. Storm  <storm@cua.dk>
16974         * keymap.c (Fremap_command): Return nil if arg is not a symbol.
16976 2003-02-11  Kenichi Handa  <handa@m17n.org>
16978         * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
16980 2003-02-10  Kim F. Storm  <storm@cua.dk>
16982         * process.c: Doc fixes.
16983         (syms_of_process): Add `:' prefix to QCfilter_multibyte.
16985 2003-02-10  Kenichi Handa  <handa@m17n.org>
16987         * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
16989         * process.c (QCfilter_multibyte): New variable.
16990         (setup_process_coding_systems): New function.
16991         (Fset_process_buffer, Fset_process_filter):
16992         Call setup_process_coding_systems.
16993         (Fstart_process): Initialize the member `filter_multibyte' of
16994         struct Lisp_Process.
16995         (create_process): Call setup_process_coding_systems.
16996         (Fmake_network_process): New keyward `:filter-multibyte'.
16997         Initialize the member `filter_multibyte' of struct Lisp_Process.
16998         Call setup_process_coding_systems.
16999         (server_accept_connection): Call setup_process_coding_systems.
17000         (read_process_output): If the process has a filter, decide the
17001         multibyteness of a string to given to the filter by
17002         `filter_multibyte' member of the process.  If the process doesn't
17003         have a filter and the result of conversion is unibyte, use
17004         Fstring_to_multibyte (not Fstring_make_multibyte) to get the
17005         multibyte form.
17006         (Fset_process_coding_system): Call setup_process_coding_systems.
17007         (Fset_process_filter_multibyte): New function.
17008         (Fprocess_filter_multibyte_p): New function.
17009         (syms_of_process): Intern and staticpro QCfilter_multibyte.
17010         Defsubr Sset_process_filter_multibyte and
17011         Sprocess_filter_multibyte_p.
17013         * process.h (struct Lisp_Process): New member filter_multibyte.
17015         * lisp.h (setup_process_coding_systems): Add prototype.
17017         * buffer.c (Fset_buffer_multibyte): If the current buffer has a
17018         process, update coding systems for the process.
17020 2003-02-09  Kenichi Handa  <handa@m17n.org>
17022         * fns.c (string_to_multibyte): New function.
17023         (Fstring_to_multibyte): New function.
17024         (syms_of_fns): Defsubr it.
17026 2003-02-08  Andreas Schwab  <schwab@suse.de>
17028         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
17029         instead of the substitution.
17031 2003-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17033         * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
17035         * xmenu.c (menu_position_func): Adjust menu popup position so that
17036         the menu is fully visible.
17038 2003-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17040         * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
17041         (x_make_frame_invisible, x_wm_set_icon_position):
17042         Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
17044         * xfns.c (x_set_name, x_set_title): Ditto.
17046 2003-02-04  Richard M. Stallman  <rms@gnu.org>
17048         * keyboard.c (echo_now): Update before_command_echo_length.
17049         (Freset_this_command_lengths): Reset this_command_key_count etc.
17050         immediately rather than arranging to do it later.
17051         (before_command_key_count_1, before_command_echo_length_1)
17052         (before_command_restore_flag): Vars deleted.
17053         (add_command_key): Don't handle before_command_restore_flag.
17054         (read_char, record_menu_key): Don't update before_command_key_count or
17055         before_command_echo_length.
17056         (read_char): Don't handle before_command_restore_flag.
17058         * keyboard.c (command_loop_1): Don't call adjust_point_for_property
17059         in direct-output clauses if it wouldn't be called in the ordinary case.
17061 2003-02-04  Kim F. Storm  <storm@cua.dk>
17063         * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
17065 2003-02-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17067         * gtkutil.c (remove_from_container): Copying list is not needed.
17068         (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
17069         (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
17070         on list returned from gtk_container_get_children to avoid memory leak.
17072 2003-02-01  Jason Rumney  <jasonr@gnu.org>
17074         * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
17075         local malloc.
17076         [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
17077         definitions in xpm.h.
17078         (init_xpm_functions): New function.
17079         (xpm_load): Sync with xfns.c.  Adapt for Windows version of libXpm.
17080         (init_external_image_libraries): Try to load libXpm.dll.
17082         * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
17083         timestamp.
17085 2003-01-31  Dave Love  <fx@gnu.org>
17087         * syntax.c (Fskip_chars_forward)
17088         (open-paren-in-column-0-is-defun-start): Doc fix.
17090 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
17092         * fileio.c: Support // at start of name for Cygwin (just added proper
17093         preprocessor tests).
17095         * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
17097         * Makefile.in: Use @EXEEXT@ for Cygwin.
17099         * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
17101         * s/cygwin.h: Added for Cygwin port.
17103 2003-01-31  Juanma Barranquero  <lektu@terra.es>
17105         * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
17106         when including gif_lib.h.
17107         (init_gif_functions, init_tiff_functions): New functions.
17108         (gif_load, tiff_load): Sync with xfns.c version.  Adjust colors for
17109         Windows.  Disable color table lookups.  Call library functions
17110         through pointers determined at runtime.
17111         (init_external_image_libraries): Try to load libungif.dll and
17112         libtiff.dll.
17114 2003-01-31  Kenichi Handa  <handa@m17n.org>
17116         * xdisp.c (SKIP_GLYPHS): New macro.
17117         (set_cursor_from_row): Skip all glyphs that comes from overlay string.
17119 2003-01-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17121         * gtkutil.c (free_frame_tool_bar): Remove debug printf.
17123 2003-01-30  Dave Love  <fx@gnu.org>
17125         * alloc.c (Vgc_elapsed, gcs_done): New variables.
17126         (Fgarbage_collect): Use them.
17127         (init_alloc, syms_of_alloc): Set them up.
17129 2003-01-30  Juanma Barranquero  <lektu@terra.es>
17131         * w32fns.c (init_external_image_libraries): Add missing operator.
17133 2003-01-29  Jason Rumney  <jasonr@gnu.org>
17135         * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
17136         an alternative name for jpeg.dll.
17138 2003-01-29  Kenichi Handa  <handa@m17n.org>
17140         * xdisp.c (set_cursor_from_row): Pay attention to string display
17141         properties.
17143 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17145         * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
17146         <escape>.
17147         (keycode_to_xkeysym_table): Reformat and add more comments.
17148         (XTread_socket): Drop special case for backspace.
17150 2003-01-28  Andrew Choi  <akochoi@shaw.ca>
17152         * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
17153         values in old-style RGB specs.
17155 2003-01-27  Juanma Barranquero  <lektu@terra.es>
17157         * w32fns.c (init_external_image_libraries): Try alternate names for the
17158         jpeg dll.
17160 2003-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17162         * gtkutil.c (create_dialog, xg_separator_p)
17163         (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
17164         before calling strcmp or strlen.
17166 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17168         * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
17169         and handle image load failure.
17171 2003-01-26  Jason Rumney  <jasonr@gnu.org>
17173         * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
17174         New functions.
17175         (jpeg_load): Sync with xfns.c version.  Adjust colors for Windows.
17176         Disable color table lookups.  Call jpeg library functions
17177         through pointers determined at runtime.
17178         (init_external_image_libraries): Try to load jpeg.dll.
17180 2003-01-25  Richard M. Stallman  <rms@gnu.org>
17182         * lisp.h: Declare format2 instead of format1.
17184         * fileio.c (barf_or_query_if_file_exists):
17185         Call format2 instead of format1.
17187         * editfns.c (format2): New function, replaces format1
17188         but takes exactly two Lisp Objects as format args.
17190         * buffer.c (Fkill_buffer): Call format2 instead of format1.
17192 2003-01-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17194         * xterm.h: Change to return value of x_dispatch_event to int.
17196         * xterm.c (x_filter_event): New function.
17197         (event_handler_gdk, XTread_socket): Call x_filter_event.
17198         (x_dispatch_event): Change to return value of finish.
17199         (event_handler_gdk): Use return value from x_dispatch_event.
17201         * xfns.c (x_window): Call create_frame_xic for GTK version to
17202         initialize input methods.
17204         * gtkutil.h: Add (void) prototypes.
17206         * gtkutil.c (create_menus): Remove code that puts the help menu to
17207         the right.
17209 2003-01-25  Jason Rumney  <jasonr@gnu.org>
17211         * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
17212         [HAVE_PNG]: Sync with xfns.c version.
17213         (png_load): Adjust colors for Windows.  Use Windows
17214         bitmaps.  Disable color table lookups.
17215         (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
17216         (init_png_functions): New function.
17217         (png_read_from_memory, png_load): Call png library functions
17218         through pointers determined at runtime.
17219         (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
17220         (init_external_image_libraries): New function.
17221         (init_xfns): Call it.
17223 2003-01-24  Andreas Schwab  <schwab@suse.de>
17225         * minibuf.c (Fminibuffer_message): Verify type of parameter.
17227 2003-01-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17229         * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
17230         of static initializer.
17232 2003-01-24  Dave Love  <fx@gnu.org>
17234         * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
17235         architectures.
17237         * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
17238         Use __alignof__.
17240 2003-01-24  Kenichi Handa  <handa@m17n.org>
17242         * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
17243         It it is nonzero, don't pretend that an invisible area doesn't exist.
17244         (command_loop_1): Call adjust_point_for_property with proper
17245         second arg.
17247 2003-01-22  Jason Rumney  <jasonr@gnu.org>
17249         Sync changes with xterm.c and xfns.c.
17251         * w32term.c (x_draw_glyph_string_foreground)
17252         (x_draw_composite_glyph_string_foreground): Implement overstriking.
17254         * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
17255         phys_cursor's hpos is overwritten.  This is still not completely
17256         correct, as it doesn't really make sense to use hpos at all to
17257         get the cursor glyph (as that is relative to the width of the
17258         characters on the line, which may have changed during the update).
17260         * w32term.c (notice_overwritten_cursor): Handle the special case
17261         of the cursor being in the first blank non-text line at the
17262         end of a window.
17264         * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
17265         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
17266         Compute from the x position returned by x_draw_glyphs.
17268         (x_display_and_set_cursor): Don't set phys_cursor_width here,
17269         except for NO_CURSOR and system caret, to make phys_cursor_width
17270         contain what its name suggests.
17271         (notice_overwritten_cursor): Consider the cursor image erased if
17272         the output area intersects the cursor image in y-direction.
17274         * w32term.c (note_mode_line_or_margin_highlight): Rename from
17275         note_mode_line_highlight and extend.
17277         * w32term.c (last_window): New variable.
17278         (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
17279         (note_mouse_movement): Remove reimplemented code in #if 0.
17281         * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
17282         not update_mode_lines, and always set it to 1.
17284 2003-01-21  Jason Rumney  <jasonr@gnu.org>
17286         * w32fns.c (IDC_HAND): Define it if system headers don't.
17288 2003-01-21  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
17290         * w32term.h (struct w32_output): New member hand_cursor.
17291         (WM_EMACS_SETCURSOR): New message definition.
17293         * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
17294         function w32_define_cursor.
17295         (note_mouse_highlight): Initialize, setup cursor accoding to mouse
17296         position, change member name output_data.x to output_data.w32 and
17297         add function w32_define_cursor.
17298         (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
17299         and change member name output_data.x to output_data.w32.
17300         (w32_initialize_display_info):
17301         Setup dpyinfo->vertical_scroll_bar_cursor.
17303         * w32fns.c (Vx_hand_shape): New variable.
17304         (w32_wnd_proc): Add message entries for WM_SETCURSOR and
17305         WM_EMACS_SETCURSOR.
17306         (x-create-frame): Setup Cursor types.
17308 2003-01-21  David Ponce  <david@dponce.com>
17310         * w32term.c (w32_encode_char): For DIM=1 charset, set
17311         ccl->reg[2] to -1 before calling ccl_driver.
17312         (Sync. with xterm.c x_encode_char change by Kenichi Handa
17313         <handa@m17n.org> on 2002-09-30.)
17314         (w32_draw_relief_rect): Declare all args.
17315         (w32_define_cursor): New.
17317         * w32fns.c (w32_load_cursor): New function.
17318         (w32_init_class): Use it.
17319         (x_put_x_image): Declare all args.
17321 2003-01-21  Richard Dawe  <rich@phekda.freeserve.co.uk>
17323         * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
17325 2003-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17327         * gtkutil.c: Must include stdio.h before termhooks.h
17329 2003-01-21  Dave Love  <fx@gnu.org>
17331         * alloc.c (Fgc_status): Print zombie list.
17332         (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
17333         Fix assignment of zombies.
17334         (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
17335         Don't take car of non-cons.
17337         * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
17339         * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
17341 2003-01-20  David Ponce  <david@dponce.com>
17343         * w32menu.c (digest_single_submenu): Declare all args.
17345         Sync with 2002-12-23  Richard M. Stallman  <rms@gnu.org>
17346         changes in xmenu.c:
17348         (parse_single_submenu): Use individual keymap's prompt
17349         string as pane name, if there is one.
17350         (set_frame_menubar): Save menu_items_n_panes from each call to
17351         parse_single_submenu and use it when calling digest_single_submenu.
17353 2003-01-20  Steven Tamm  <steventamm@mac.com>
17355         * macterm.c (XTread_socket): Check for valid, visible window
17356         before sending a scroll-wheel event.
17358 2003-01-20  Richard M. Stallman  <rms@gnu.org>
17360         * xdisp.c (redisplay_window): If mini window's buffer is not
17361         a minibuffer, then redisplay it like other windows.
17363 2003-01-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17365         * gtkutil.c (xg_create_frame_widgets): Check if there is an
17366         external tool bar before setting tool bar height.
17368 2003-01-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17370         * xterm.c (handle_one_xevent): Surround popup_activated
17371         with #ifdef:s for non-toolkit version.
17373         * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
17374         (gtkutil.o): New file.
17375         (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
17376         (LIBW): Set to @GTK_LIBS@ if USE_GTK.
17378         * gtkutil.c: New file for GTK version.
17380         * gtkutil.h: New file for GTK version.
17382         * xterm.h: Add xt_or_gtk_widget.
17383         Include gtk files for USE_GTK.
17384         (struct x_output): Add toolbar_height.
17385         (struct x_output): Add GTK widgets and Gdk size_hints.
17386         (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
17387         (FRAME_OUTER_WINDOW): New macros for USE_GTK.
17388         (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
17390         * xterm.c: Include gtkutil.h for USE_GTK.
17391         (free_frame_menubar): Declare extern void for USE_GTK.
17392         (note_mouse_highlight): Check popup_activated for USE_GTK.
17393         (xt_action_hook): Don't compile if USE_GTK.
17394         (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
17395         (xg_scroll_callback): New function.
17396         (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
17397         (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
17398         for USE_GTK.
17399         (x_scroll_bar_create): Call xg_update_scrollbar_pos and
17400         xg_show_scroll_bar for USE_GTK.
17401         (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
17402         (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
17403         (event_handler_gdk): New function for USE_GTK.
17404         (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
17405         (handle_one_xevent): Make sure widget is mapped before
17406         calling x_real_positions for USE_GTK.
17407         (XTread_socket): Add GTK event loop for USE_GTK.
17408         (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
17409         (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
17410         (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
17411         (x_iconify_frame): Add code for USE_GTK.
17412         (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
17413         (x_wm_set_size_hint): Only compile if not USE_GTK.  GTK version
17414         is in gtkutil.c.
17415         (x_term_init): Add initialization for GTK.
17416         (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
17418         * xmenu.c: Include gtkutil.h for USE_GTK.
17419         (Fx_popup_menu): Use current position if x and y is NIL.
17420         (single_menu_item, single_menu_item, Fx_popup_dialog):
17421         Check for USE_GTK.
17422         (popup_widget_loop): New function for USE_GTK.
17423         (x_activate_menubar): Add code for USE_GTK.
17424         (popup_activate_callback, popup_deactivate_callback)
17425         (menu_highlight_callback, menubar_selection_callback):
17426         Add USE_GTK versions.
17427         (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
17428         (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
17429         (free_frame_menubar): Only compile if not USE_GTK.  GTK version
17430         is in gtkutil.c.
17431         (popup_selection_callback): New version for USE_GTK.
17432         (create_and_show_popup_menu): New fuction, one USE_GTK version and
17433         one USE_X_TOOLKIT version.
17434         (xmenu_show): Call create_and_show_popup_menu.
17435         (dialog_selection_callback): New version for USE_GTK.
17436         (create_and_show_dialog): New fuction, one USE_GTK version and
17437         one USE_X_TOOLKIT version.
17438         (xdialog_show): Call create_and_show_dialog.
17440         * xfns.c: Include gtkutil for USE_GTK.
17441         (x_window_to_frame, x_any_window_to_frame)
17442         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
17443         (x_top_window_to_frame): Add code for USE_GTK.
17444         (x_set_background_color): Call xg_set_background_color for GTK.
17445         (x_set_menu_bar_lines): Check for USE_GTK.
17446         (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
17447         (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
17448         (x_window): Call xg_create_frame_widgets for USE_GTK.
17449         (Fx_create_frame): Check for USE_GTK
17450         (Fx_file_dialog): New implementation for USE_GTK.
17452         * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
17453         (update_menu_bar): Add check for USE_GTK.
17454         (update_tool_bar): Add check for USE_GTK and external tool bar.
17455         (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
17456         (redisplay_internal): Add check for USE_GTK and popup_activated.
17457         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
17458         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
17459         (display_menu_bar): Add check for USE_GTK
17461         * lisp.h (Vx_resource_name): Declare extern.
17463         * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
17464         for USE_GTK.
17465         (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
17467         * frame.h (struct frame): Add external_tool_bar.  Check for USE_GTK.
17468         (FRAME_EXTERNAL_TOOL_BAR): New macro.
17469         (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
17471         * fileio.c (Fread_file_name): Add check for USE_GTK.
17473         * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
17474         Add check for USE_GTK.
17476         * config.in: Added HAVE_GTK
17478         * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
17480 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
17482         * charset.h (Funibyte_char_to_multibyte): Export.
17484 2003-01-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17486         * xmenu.c (mouse_position_for_popup): New function.
17487         (Fx_popup_menu): Call mouse_position_for_popup for X and
17488         mouse_position_hook for others.
17490 2003-01-17  Kim F. Storm  <storm@cua.dk>
17492         * editfns.c (Finsert): Mention `string-make-multibyte' and
17493         `string-as-multibyte' in doc string.
17495 2003-01-17  Kenichi Handa  <handa@m17n.org>
17497         * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
17499         * editfns.c (Fformat): Convert an unibyte char argument that is
17500         formatted by "%c" to multibyte if the total result must be a
17501         multibyte string.
17503 2003-01-16  Kim F. Storm  <storm@cua.dk>
17505         * process.c (set-process-filter): Document unibyte/multibyte-ness
17506         of string argument.
17508 2003-01-16  Kenichi Handa  <handa@m17n.org>
17510         * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
17512         * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
17513         (re_search_2): Likewise.
17515 2003-01-15  Kenichi Handa  <handa@m17n.org>
17517         * xdisp.c (message_dolog): Fix bug of the case that *Message*
17518         buffer is unibyte.
17520 2003-01-15  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17522         * fns.c (Fsubstring): Clarify doc string.
17524         * textprop.c (Ftext_properties_at, Fnext_char_property_change)
17525         (Fprevious_char_property_change)
17526         (Fnext_single_char_property_change)
17527         (Fprevious_single_char_property_change, Fnext_property_change)
17528         (Fnext_single_property_change, Fprevious_property_change)
17529         (Fprevious_single_property_change, Fadd_text_properties)
17530         (Fput_text_property, Fset_text_properties)
17531         (Fremove_text_properties, Fremove_list_of_text_properties)
17532         (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
17534 2003-01-14  Kim F. Storm  <storm@cua.dk>
17536         * process.h (struct Lisp_Process): New member plist replaces old
17537         member private_vars.  All uses changed.
17539         * process.c: Reworked 2003-01-12 change -- call a plist a plist!
17540         (QCplist): Rename from QCvars.  Change all uses.
17541         (Fprocess_plist): Replaces Fprocess_variable.  Simplified.
17542         (Fset_process_plist): Replaces Fset_process_variable.  Simplify.
17543         (syms_of_process): Intern, staticpro, defsubr these.
17544         (Fmake_network_process): Describe :plist arg.  Remove :vars arg.
17546 2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17548         * m/delta.h: Remove (obsolete).
17550 2003-01-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17552         * fileio.c (Fdelete_directory, Fdelete_file): Document the
17553         behaviour in front of symlinks.
17554         (Fdelete_file): Raise an error on directories.
17556 2003-01-13  Dave Love  <fx@gnu.org>
17558         * fns.c (Freverse): Use QUIT.
17560 2003-01-13  Richard M. Stallman  <rms@gnu.org>
17562         * minibuf.c (minibuffer_completion_contents):
17563         Error if point is inside prompt.
17565         * keyboard.c (command_loop_1): Don't redisplay directly
17566         if there's a post-command-hook.
17568         * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
17569         (Fdo_auto_save): Add gcpros around Ffile_name_directory.
17571 2003-01-12  Kim F. Storm  <storm@cua.dk>
17573         * process.h (struct Lisp_Process): New member private_vars.
17575         * process.c (QCvars): New variable.
17576         (syms_of_process): Intern and staticpro it.
17577         (Fset_process_contact): Removed function.
17578         (Fprocess_variable, Fset_process_variable): New functions.
17579         (syms_of_process): Defsubr them.
17580         (Fstart_process): Initialize private_vars plist to nil.
17581         (Fmake_network_process): New arg :vars to setup the private
17582         variables for new network process.
17583         (server_accept_connection): Copy server's private variables to
17584         client process.
17586         * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
17587         crashes).  Code rewritten and simplified.  Now directly aligns the
17588         pointer and recalculates pure_bytes_used, rather than aligning the
17589         size and adjusting the pointer.
17591 2003-01-11  Kim F. Storm  <storm@cua.dk>
17593         * process.c (Fset_process_contact): New function.
17594         (syms_of_process): defsubr it.
17595         (make-network-process): Update doc.
17597 2003-01-10  Andreas Schwab  <schwab@suse.de>
17599         * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
17600         Reported by Berthold Gunreben <b.gunreben@web.de>.
17602 2003-01-10  Dave Love  <fx@gnu.org>
17604         * composite.c (syms_of_composite): Make composition_hash_table weak.
17606 2003-01-09  Kim F. Storm  <storm@cua.dk>
17608         * process.c (Fmake_network_process): Convert new port number
17609         to host byte order for `:service t' case.  From Mario Lang.
17611 2003-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17613         * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
17614         instead of XtAppProcessEvent.
17616         * xterm.c (handle_one_xevent): New function.
17617         (x_dispatch_event): New function.
17618         (XTread_socket): Call handle_one_xevent.
17620         * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
17622         * xmenu.c (Fx_popup_menu): If popping up at mouse position,
17623         call XQueryPointer to get coordinates.
17624         (popup_get_selection): Do not set popup_activated_flag to zero,
17625         let popup_deactivate_callback do that.  Needed for Motif.
17626         Call x_dispatch_event instead of XtDispatchEvent.
17627         (xmenu_show): Calculate root coordinate from frame top/left position.
17629 2003-01-08  Kim F. Storm  <storm@cua.dk>
17631         * process.c (server_accept_connection): Fix recording of new
17632         connection's local address in :local property of contact info.
17633         (Fmake_network_process): Record local network address for new
17634         client processes in :local property of contact info.
17635         (format-network-address): Add arg OMIT-PORT.  Change callers.
17637 2003-01-07  Dave Love  <fx@gnu.org>
17639         * Makefile.in (fns.o): Depend on coding.h.
17641 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
17643         * minibuf.c (Fread_variable): Doc fix.
17645         * eval.c (Fuser_variable_p): Doc change.  For custom variables,
17646         use the same test as for custom-variable-p.
17648 2003-01-05  Richard M. Stallman  <rms@gnu.org>
17650         * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
17651         Count LAST_LINE_MISFIT in scroll margin for end of window.
17652         Move label too_near_end before setting SCROLL_MARGIN_POS.
17653         Set LAST_LINE_MISFIT before jumping there.
17655         * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
17656         scroll_conservatively case.  If scrolling that much doesn't change
17657         STARTP, move it down one line.
17659         * xdisp.c (redisplay_window): Pass last_line_misfit arg to
17660         try_scrolling.  Make it 1 after make_cursor_line_fully_visible fails.
17662         * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
17663         selected frame.
17665         * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
17666         (syms_of_keymap): Staticpro them.
17667         (Fapropos_internal): Initialize them and clear them out.
17668         Don't GCPRO them.
17670         * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
17672         * lisp.h: New misc type Lisp_Save_Value.
17673         (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
17674         (XSAVE_VALUE): New macro.
17675         (struct Lisp_Save_Value): New data type.
17676         (union Lisp_Misc): Add u_save_value alternative.
17677         (make_save_value): Declare.
17679         * alloc.c (make_save_value): New function.
17681         * xterm.c (x_catch_errors): Save dpy using make_save_value.
17682         (x_catch_errors_unwind): Call XSync.
17684 2003-01-01  Richard M. Stallman  <rms@gnu.org>
17686         * window.c (window_scroll_pixel_based): Partially undo last change.
17688         * keyboard.c (command_loop_1): Call adjust_point_for_property
17689         in direct action cases for Qforward_char and Qbackward_char.
17690         Set already_adjusted so it won't be done twice.
17692 2002-12-30  Richard Dawe  <rich@phekda.freeserve.co.uk>
17694         * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
17695         type definition of size_t.
17697 2003-01-02  Steven Tamm  <steventamm@mac.com>
17699         * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
17700         distinguish Carbon GUI builds from X11 builds on darwin.
17702 2002-12-30  Steven Tamm  <steventamm@mac.com>
17704         * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
17705         to default to t.
17707 2002-12-29  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17709         * data.c (Fstring_to_number, Fminus): Better English in doc strings.
17711 2002-12-28  Steven Tamm  <steventamm@mac.com>
17713         * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
17714         allow building in a different directory than source.  Uses some
17715         GNU Make extensions, but there is no other make on Mac OS X.
17717 2002-12-26  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17719         * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
17720         (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
17721         (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
17722         (Fstring_to_number): Mention the returned value in the doc strings.
17724 2002-12-23  Richard M. Stallman  <rms@gnu.org>
17726         * buffer.c (syms_of_buffer) <scroll-up-aggressively>
17727         <scroll-down-aggressively>: Doc fix.
17729         * xmenu.c (parse_single_submenu): Use individual keymap's prompt
17730         string as pane name, if there is one.
17731         (set_frame_menubar): Save menu_items_n_panes from each call to
17732         parse_single_submenu and use it when calling digest_single_submenu.
17734         * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
17735         Don't try to make last line fully visible if it is past end of window.
17737 2002-12-22  Steven Tamm  <steventamm@mac.com>
17739         * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
17740         (mac_menu_show): Add support for hierarchical popup menus.
17741         (add_menu_item): Remove indentation support.
17742         (fill_submenu, fill_menu): Create hierarchical menus
17743         instead of using indentation.
17745 2002-12-22  Richard M. Stallman  <rms@gnu.org>
17747         * xdisp.c (try_cursor_movement): Don't call try_window here.
17748         (redisplay_window): Never redisplay minibuffer when inactive.
17750         * window.c (select_window_1): Undo 9/21 change.
17752 2002-12-22  Steven Tamm  <steventamm@mac.com>
17754         * macterm.c (XTread_socket): Call KeyTranslate for control and
17755         meta to deal correctly shifted non-alpha characters, like C-S-5
17756         being treated like C-%.  Do not look for shift key to deal
17757         with masking off control-key with mac-reverse-ctrl-meta.
17759 2002-12-21  Richard M. Stallman  <rms@gnu.org>
17761         * xmenu.c (popup_get_selection): Now static.  New arg DO_TIMERS.
17762         If it is non-nil, run timers.  Use an unwind-protect to requeue
17763         the events that were read ahead.
17764         (popup_get_selection_unwind): New subroutine.
17765         (popup_get_selection_queue): File-scope variable now holds that queue.
17766         (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
17767         (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
17768         Use an unwind-protect to pop down the dialog box.
17769         (xdialog_show_unwind): New subroutine implements that.
17771         * xdisp.c (row_containing_pos): Change exit test using last_y.
17772         (try_window_id): Abort if row_containing_pos returns null.
17774         * lread.c (load_error_handler): New function.
17775         (Fload): Handle errors in Fsubstitute_in_file_name.
17776         Don't expect Fsignal to return.
17778         * eval.c: Errors and throws work right with interrupt blocking.
17779         (struct catchtag): New elt interrupt_input_blocked.
17780         (unwind_to_catch): Restore interrupt_input_blocked from saved value.
17781         (internal_catch, Fcondition_case, internal_condition_case)
17782         (internal_condition_case_1, internal_condition_case_2): Save it.
17783         (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
17785         * editfns.c (Fformat): Add parens.
17787         * dired.c (file_name_completion): Fix that change.
17788         Delete special quit-handling code; just use QUIT.
17790 2002-12-21  Tak Ota  <Takaaki.Ota@am.sony.com>
17792         * dired.c (file_name_completion): Close directory on error
17793         just as in directory_files_internal.
17795 2002-12-19  David Kastrup  <David.Kastrup@t-online.de>
17797         * window.c (Fset_window_configuration): Set old_point to correct
17798         value when new_current_buffer == current_buffer.
17800 2002-12-17  Ben Key  <bkey1@tampabay.rr.com>
17802         Revisited my earlier fix for the following entry in etc/PROBLEMS:
17803         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
17804         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
17806         These changes were in part based upon suggestions made by Peter
17807         'Luna' Runestig [peter@runestig.com].
17809         * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
17810         (g_b_init_get_token_information, g_b_init_lookup_account_sid)
17811         (g_b_init_get_sid_identifier_authority ): Add several static
17812         global variables.
17814         * w32.c (globals_of_w32): New function.  Used to initialize those
17815         global variables that must always be initialized on startup even
17816         when the global variable initialized is non zero.  Its primary
17817         purpose at this time is to set the global variables
17818         g_b_init_is_windows_9x, g_b_init_open_process_token,
17819         g_b_init_get_token_information, g_b_init_lookup_account_sid, and
17820         g_b_init_get_sid_identifier_authority to 0 on startup.
17821         Called from main.
17823         * w32.c (is_windows_9x): Perform initialization only if
17824         g_b_init_is_windows_9x is equal to 0.  On initialization set
17825         g_b_init_is_windows_9x equal to 1.
17827         * w32.c (open_process_token): Perform initialization only if
17828         g_b_init_open_process_token is equal to 0.  On initialization set
17829         g_b_init_open_process_token equal to 1.
17831         * w32.c (get_token_information): Perform initialization only if
17832         g_b_init_get_token_information is equal to 0.  On initialization
17833         set g_b_init_get_token_information equal to 1.
17835         * w32.c (lookup_account_sid): Perform initialization only if
17836         g_b_init_lookup_account_sid is equal to 0.  On initialization
17837         set g_b_init_lookup_account_sid equal to 1.
17839         * w32.c (get_sid_identifier_authority): Perform initialization
17840         only if g_b_init_get_sid_identifier_authority is equal to 0.
17841         On initialization set g_b_init_get_sid_identifier_authority equal to 1.
17843         * w32fns.c (globals_of_w32fns): New function.  Used to initialize
17844         those global variables that must always be initialized on startup
17845         even when the global variable initialized is non zero.
17846         Its primary purpose at this time is to initialize the global variable
17847         track_mouse_event_fn.
17849         * w32fns.c (w32_wnd_proc): Remove initialization of
17850         track_mouse_event_fn from the handler for the WM_SETFOCUS message.
17852         * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
17854         * w32menu.c (globals_of_w32menu): New function.  Used to
17855         initialize those global variables that must always be initialized
17856         on startup even when the global variable initialized is non zero.
17857         Its primary purpose at this time is to initialize the global
17858         variables get_menu_item_info and set_menu_item_info.
17860         * w32menu.c (initialize_frame_menubar): Remove initialization of
17861         get_menu_item_info and set_menu_item_info.
17863         * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
17865         * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
17866         Declare them.
17868         * emacs.c (main): Call globals_of_w32 prior to calling
17869         init_environment if WINDOWSNT is defined.  Call globals_of_w32fns
17870         and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
17871         is defined.
17873         * w32term.c (x_update_window_begin): Fix Windows API error
17874         detected by BoundsChecker.  Test to determine if
17875         w32_system_caret_hwnd is NULL prior to attempting to use
17876         SendMessage to send the WM_EMACS_HIDE_CARET message to it.
17878         * w32term.c (x_update_window_end): Fix Windows API error
17879         detected by BoundsChecker.  Test to determine if
17880         w32_system_caret_hwnd is NULL prior to attempting to use
17881         SendMessage to send the WM_EMACS_SHOW_CARET message to it.
17883 2002-12-17  Kenichi Handa  <handa@m17n.org>
17885         * coding.c (coding_system_require_warning): New variable.
17886         (syms_of_coding): DEFVAR it.
17888         * coding.h (coding_system_require_warning): Extern it.
17890         * fileio.c (choose_write_coding_system): Even if
17891         Vcoding_system_for_write is non-nil, if
17892         coding_system_require_warning is nonzero, call
17893         Vselect_safe_coding_system_function.
17895 2002-12-17  Markus Rost  <rost@math.ohio-state.edu>
17897         * Makefile.in (lisp, shortlisp): Add cus-face and timer.
17898         (lisp): Add font-core.
17900 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
17902         * textprop.c (text_read_only): New arg `propval'.
17903         (get_char_property_and_overlay): Remove unused var `next_overlay'.
17904         (verify_interval_modification): Use text_read_only's new arg.
17906 2002-12-13  Kenichi Handa  <handa@m17n.org>
17908         * coding.c (Funencodable_char_position): Set pend correctly.
17910 2002-12-12  Jason Rumney  <jasonr@gnu.org>
17912         * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
17913         (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
17914         Be more careful about when help_events are generated.
17916 2002-12-12  Steven Tamm  <steventamm@mac.com>
17918         * macterm.c (mac_check_for_quit_char): Correctly set the
17919         modifiers of the event to 0.
17920         * mac.c (sys_select): Duplicate rfds before calling select to
17921         ensure that rfds survive the while loop.
17923 2002-12-11  Kim F. Storm  <storm@cua.dk>
17925         * xdisp.c (try_window_id): Don't call set_cursor_from_row if
17926         row_containing_pos returned NULL.
17928 2002-12-10  Steven Tamm  <steventamm@mac.com>
17930         * mac.c (sys_read): Fix sys_read to not call select if IO is
17931         non-blocking.
17932         (sys_select): Fix sys_select to not use a timeout larger than
17933         the one given.
17935 2002-12-10  Juanma Barranquero  <lektu@terra.es>
17937         * editfns.c (Fformat): Use alloca, not _alloca.
17939 2002-12-09  Richard M. Stallman  <rms@gnu.org>
17941         * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
17942         as the last thing.
17944 2002-12-09  Dave Love  <fx@gnu.org>
17946         * s/sol2-8.h: Removed.  (Not necessary.)
17948 2002-12-09  Matthew Swift  <swift@alum.mit.edu>
17950         * editfns.c (Fformat): Handle precision in string conversion
17951         specifiers like libc functions do (ie, print at most that many
17952         characters).
17954 2002-12-08  Richard M. Stallman  <rms@gnu.org>
17956         * xdisp.c (row_containing_pos): Check more carefully
17957         whether charpos is really in the row before returning it.
17959 2002-12-07  Steven Tamm  <steventamm@mac.com>
17961         * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
17963         * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
17964         each stack frame.  This may change as it could be time consuming.
17966         * macterm.c (mac_check_for_quit_char, quit_char_comp)
17967         (init_quit_char_handler, mac_determine_quit_char_modifiers)
17968         (mac_initialize): Add code to check for pressing of quit_char
17969         in the OS event queue.
17971         * mac.c (sys_select): Call mac_check_for_quit_char every second
17972         while blocking on select.
17974         * mac.c (sys_read): Use sys_select to test for input first
17975         before calling read, to allow C-g to break.
17977 2002-12-07  Richard M. Stallman  <rms@gnu.org>
17979         * minibuf.c (Fcompleting_read): Doc fix.
17981         * lread.c (syms_of_lread) <load-history>: Doc fix.
17983         * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
17985         * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
17986         autoload.
17988         * data.c (Fdefalias): Record in load-history redefining an autoload.
17990         * alloca.c: Undo ifdef change accidentally made on 12-04.
17992 2002-12-06  Francesco Potorti`  <pot@gnu.org>
17994         * xfns.c (png_load): Avoid double gamma correction for PNG images.
17996 2002-12-04  Richard M. Stallman  <rms@gnu.org>
17998         * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
18000         * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
18002         * alloca.c: Don't use #error.
18004 2002-12-03  Dave Love  <fx@gnu.org>
18006         * buffer.c (Qucs_set_table_for_input): New.
18007         (Fget_buffer_create): Use it.
18008         (Qset_buffer_major_mode_hook): Deleted.
18009         (Fset_buffer_major_mode): Revert previous change.
18010         (init_buffer_once): Intern ucs-set-table-for-input.
18011         (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
18012         Add &Qucs_set_table_for_input.
18014 2002-12-03  Andreas Schwab  <schwab@suse.de>
18016         * callint.c (Fcall_interactively): Use next_event only if less
18017         than key_count.
18019 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
18021         * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
18022         names to 255 characters.
18024         * macterm.c (XTread_socket): If all frames have been collapsed,
18025         expand the first one before handling drag-and-drop events.
18027         * s/darwin.h (GETPGRP_NO_ARG): Delete.  Replaced by GETPGRP_VOID,
18028         which is detected by autoconf.
18030 2002-12-01  Steven Tamm  <steventamm@mac.com>
18032         * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
18033         offset in two hints table to allow prebinding to be redone and
18034         allow the executable to be stripped.
18036 2002-11-29  Dave Love  <fx@gnu.org>
18038         * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
18039         already provided.
18041 2002-11-29  Richard M. Stallman  <rms@gnu.org>
18043         * xdisp.c (start_display): Check more intelligently for
18044         whether the line is continued.
18045         (move_it_vertically_backward): Clear it->continuation_lines_width.
18047 2002-11-28  Dave Love  <fx@gnu.org>
18049         * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
18050         * s/alliant.h, s/altos.h: Deleted.  (Unused/empty.)
18052 2002-11-27  Steven Tamm  <steventamm@mac.com>
18054         * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
18055         more descriptive error output from lread.c:Fload upon most require
18056         cycles during boostrapping.
18058 2002-11-27  Jason Rumney  <jasonr@gnu.org>
18060         * fileio.c (Finsert_file_contents): Give a more appropriate error
18061         for files bigger than 2Gb when off_t is 32 bit.
18063         * dired.c (Ffile_attributes): Don't return negative file sizes for
18064         files bigger than 2Gb when off_t is 32 bit.
18066 2002-11-27  Dave Love  <fx@gnu.org>
18068         * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18070         * systty.h: Don't conditionally define GETPGRP_NO_ARG.
18071         Test GETPGRP_VOID instead.
18072         [BSD_TERMIOS]: Remove definitions (never used).
18074         * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
18075         Don't define.
18076         (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
18078         * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
18080 2002-11-25  Jason Rumney  <jasonr@gnu.org>
18082         * w32.c (sys_write): Avoid non-blocking mode, which is not fully
18083         supported.
18085 2002-11-25  Dave Love  <fx@gnu.org>
18087         * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
18089         * Makefile.in (TEMACS_LDFLAGS): Update last change.
18091 2002-11-25  Andreas Schwab  <schwab@suse.de>
18093         * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
18095 2002-11-24  Steven Tamm  <steventamm@mac.com>
18097         * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
18098         determine the size of pointers alloced in unexed space instead
18099         of using possibly invalid emacs_zone pointers.  This fixes the
18100         binary incompatibility problems caused by updates to libSystem.B.
18102 2002-11-24  Richard M. Stallman  <rms@gnu.org>
18104         * search.c (Fstring_match): Doc fix.
18106         * callint.c (Fcall_interactively): If a command fails because
18107         `*' detects a read-only buffer, but RECORD_FLAG is set,
18108         record it anyway if the args don't actually do tty input.
18110 2002-11-22  Dave Love  <fx@gnu.org>
18112         * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
18114         * keyboard.c (interrupt_signal): Provide forward declaration.
18115         (kbd_buffer_store_event): Don't declare interrupt_signal.
18117         * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
18119 2002-11-21  Richard M. Stallman  <rms@gnu.org>
18121         * eval.c (interactive_p): Skip any number of bytecode
18122         and special form frames, in any order.
18124 2002-11-20  Jason Rumney  <jasonr@gnu.org>
18126         * w32fns.c (convert_mono_to_color_image): New function.
18127         (xbm_load, xbm_load_image): Use it when foreground or background
18128         is explicitly set.
18130 2002-11-19  Dave Love  <fx@gnu.org>
18132         * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
18134 2002-11-18  Jason Rumney  <jasonr@gnu.org>
18136         * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
18137         (XPutPixel): Swap blue and red.
18138         (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
18139         (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
18140         (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
18141         (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
18143 2002-11-18  Dave Love  <fx@gnu.org>
18145         * m/orion105.h (HAVE_ALLOCA): Don't define.
18147         * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
18149         * m/intel386.h: Don't include alloca.h or define alloca.
18151         * m/ia64.h: Don't include alloca.h, stdlib.h.  Don't declare
18152         malloc, realloc, calloc.
18154         * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
18155         (bcmp): Don't define.
18157         * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
18159         * m/amdahl.h: Don't define LIB_STANDARD.
18161         * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
18163         * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
18165         * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
18166         Don't include alloca.h.
18168         * s/aix3-2.h (HAVE_FSYNC): Don't define.
18170         * regex.c (_GNU_SOURCE): Don't define.
18172         * process.c (_GNU_SOURCE): Don't define.
18174         * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
18176 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
18178         * s/sol2-8.h: Include sol2-6.h.
18180 2002-11-18  Miles Bader  <miles@gnu.org>
18182         * dispextern.h (struct face): Add `overstrike' field.
18183         * xterm.c (x_draw_glyph_string_foreground)
18184         (x_draw_composite_glyph_string_foreground): Implement overstriking.
18185         * xfaces.c (load_face_font): Set `face->overstrike' based on
18186         result from choose_face_font.
18187         (best_matching_font, choose_face_font): Add `needs_overstrike'
18188         argument, and use it to return whether overstriking is desirable
18189         for this face/font combo.
18190         (set_font_frame_param: Pass new argument to choose_face_font.
18192 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
18194         This change is my fix for the following entry in etc/PROBLEMS:
18195         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
18196         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
18198         * w32.c: Added wrapper functions around the win32 API functions
18199         OpenProcessToken, GetTokenInformation, LookupAccountSid, and
18200         GetSidIdentifierAuthority.  These wrapper functions serve two
18201         purposes:
18202         1.  They ensure that the wrapped function can never be called
18203         when Emacs is running on an operating system on which they are
18204         not supported (Microsoft Windows 95 / 98 / ME).
18205         2.  They call the wrapped functions via function pointers rather
18206         than calling them directly.  This avoids taking advantage of the
18207         undocumented fact that although these functions are not supported
18208         in the 9x branch of Microsoft Windows, the functions do exist in
18209         the version of advapi32.dll that is found in the 9x branch of
18210         Microsoft Windows.
18212         * w32.c (init_user_info): Replace the calls to the win32 API
18213         functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
18214         and GetSidIdentifierAuthority with calls to the newly added
18215         wrapper functions.
18217         * w32.h: Added extern declarations for the following functions:
18218         syms_of_w32term, syms_of_w32fns, syms_of_w32select,
18219         syms_of_w32menu, and void syms_of_fontset.
18221         * w32fns.c (w32_wnd_proc): Add code to reinitialize the
18222         function pointer track_mouse_event_fn in the handler for the
18223         WM_SETFOCUS message.
18225         * w32menu.c (initialize_frame_menubar): Add code to
18226         reinitialize the function pointers set_menu_item_info and
18227         get_menu_item_info.
18229 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
18231         * sound.c: Added a partial implementation of play-sound-internal
18232         for Microsoft Windows.  Added various #ifdef / #else / #endif
18233         code blocks to separate the code that will compile under
18234         Microsoft Windows from the code that is specific to GNU/Linux.
18235         Moved several blocks of code around to make this separation of code
18236         into Windows compatible and GNU/Linux compatible code blocks easier.
18238         * makefile.w32-in: Include sound.c and link with WinMM.lib.
18240         * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
18241         added support for play-sound-internal under Windows would be
18242         included in the build of Emacs.
18244 2002-11-16  Jason Rumney  <jasonr@gnu.org>
18246         * w32fns.c (w32_load_system_font): Don't disable Cleartype.
18248         * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
18250 2002-11-15  Stefan Monnier  <monnier@cs.yale.edu>
18252         * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
18253         (adjust_point_for_property): Move out of display and invisible even if
18254         we were already inside before (in case a property was added while
18255         we weren't looking).  Be more careful when handling invisible props.
18256         Skip invisible text as if it really wasn't there at all.
18258 2002-11-15  Jason Rumney  <jasonr@gnu.org>
18260         * w32term.c (x_draw_image_foreground)
18261         (w32_draw_image_foreground_1): Use standard copy and invert
18262         operations to draw images.
18264         * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
18265         depth of 1.
18266         (xbm_read_bitmap_data): Invert bits as xbm is read in.
18267         (XPutPixel): Don't invert bits here.
18269 2002-11-15  Jason Rumney  <jasonr@gnu.org>
18271         * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
18272         (w32_draw_image_foreground_1): Handle image masks.
18273         (x_draw_image_glyph_string): Don't BitBlt transparently.
18275         * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
18276         (x_from_xcolors): Adjust RGB values for W32.
18277         (image_background, image_background_transparent)
18278         (postprocess_image, x_to_xcolors, x_disable_image)
18279         (x_build_heuristic_mask): Adapt for W32 and enable.
18280         (x_create_x_image_and_pixmap): Mark images with palettes as such.
18281         (xbm_load): Remove unused variable.
18283 2002-11-14  Richard M. Stallman  <rms@gnu.org>
18285         * buffer.c (syms_of_buffer): Doc fix.
18287 2002-11-14  Dave Love  <fx@gnu.org>
18289         * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
18291         * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
18292         * xmenu.c (unuse_menu_items, digest_single_submenu):
18293         * xfns.c (x_put_x_image):
18294         * xdisp.c (message2_nolog, set_message):
18295         * undo.c (record_point):
18296         * terminfo.c (tparam):
18297         * syntax.c (scan_sexps_forward):
18298         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
18299         * composite.c (update_compositions):
18300         * cm.c (calccost, cmgoto):
18301         * charset.c (c_string_width): Declare all args (per C99).
18303         * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
18305         * lisp.h (get_specified_cursor_type, get_window_cursor_type):
18306         Don't declare.
18308         * emacs.c (main) [!VMS]: Avoid third arg.
18310         * fns.c (Fcopy_sequence): Doc fix.
18311         (Fmap_char_table): Cast `call2'.
18313 2002-11-14  Francesco Potorti`  <pot@gnu.org>
18315         * s/sol2-8.h: New file.
18317 2002-11-14  Kim F. Storm  <storm@cua.dk>
18319         * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
18320         dependency on `risky-local-variable' and the :propertize form.
18322 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
18324         * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
18326         * syntax.c (scan_sexps_forward): Undo last patch.
18327         Use a more obvious fix: check eob before updating the syntax table.
18329 2002-11-09  Stefan Monnier  <monnier@cs.yale.edu>
18331         * syntax.c (scan_sexps_forward): Update syntax table before reading
18332         a char rather than after so we don't update the table past eob.
18334 2002-11-09  Dave Love  <fx@gnu.org>
18336         * buffer.c (Fset_buffer_major_mode): Fix last change.
18338         * regex.c (regexec): Fix pmatch declaration.
18340         * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
18342         * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
18343         to self-inserting characters.
18344         (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
18346         * coding.c (Vtranslation_table_for_input): New.
18347         (syms_of_coding): DEFVAR it.
18349 2002-11-08  Juanma Barranquero  <lektu@terra.es>
18351         * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
18352         window.
18354 2002-11-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18356         * process.c (Fformat_network_address): Remove unused locals p,
18357         cp, and i.
18359 2002-11-06  Dave Love  <fx@gnu.org>
18361         * buffer.c (Qset_buffer_major_mode_hook): New.
18362         (Fset_buffer_major_mode): Use it.
18364 2002-11-06  Richard M. Stallman  <rms@gnu.org>
18366         * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
18367         and stop_polling.
18369         * process.c (wait_reading_process_input):
18370         Test POLLING_PROBLEM_IN_SELECT, not hpux.
18371         Avoid initialization for auto Lisp_Object var.
18373         * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
18375         * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
18377 2002-11-05  Richard M. Stallman  <rms@gnu.org>
18379         * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
18381         * callint.c (Fcall_interactively): New local filter_specs.
18382         (Fcall_interactively): Check for progn as well as let.
18383         Add a gcpro.
18384         (Qprogn): New variable.
18385         (syms_of_callint): Staticpro and init Qprogn.
18387 2002-11-04  John Paul Wallington  <jpw@shootybangbang.com>
18389         * lread.c (Feval_buffer): Doc fix.
18391 2002-11-04  Dave Love  <fx@gnu.org>
18393         * keyboard.c (read_char): Always translate iff
18394         Vkeyboard_translate_table is a char table and c is valid.
18396         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18397         and fix C types.
18399 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
18401         * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
18403         * editfns.c (get_pos_property): Don't hardcode Qfield.
18405         * keyboard.c (adjust_point_for_property): Handle `display' prop on
18406         overlays.  Also handle `invisible' prop.
18408 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
18410         * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
18411         (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
18413 2002-11-01  Andreas Schwab  <schwab@suse.de>
18415         * editfns.c (Fmessage): Revert last change to properly handle %%.
18417 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
18419         * xmenu.c (unuse_menu_items): New fun.
18420         (menu_items_inuse): New var.
18421         (syms_of_xmenu): Initialize it.
18422         (init_menu_items): Use it to detect re-entrance.
18423         (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
18424         (Fx_popup_menu): Remove spurious XSETFRAME.
18426         * editfns.c (find_field): Make an exception for nil fields.
18428 2002-11-01  Dave Love  <fx@gnu.org>
18430         * m/gec63.h: Deleted.
18432 2002-10-31  Dave Love  <fx@gnu.org>
18434         * xterm.c (XTread_socket): Fix last change.
18435         (xaw_scroll_callback): Cast call_data to long to avoid warning.
18437 2002-10-31  Stefan Monnier  <monnier@cs.yale.edu>
18439         * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
18441 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
18443         * editfns.c (overlays_around, get_pos_property): New funs.
18444         (find_field): Use them.
18445         Also be careful not to modify POS before its last use.
18446         (Fmessage): Don't Fformat if there's nothing to format.
18448 2002-10-30  Dave Love  <fx@gnu.org>
18450         * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
18451         [HAVE_PTY_H]; Include pty.h.
18453         * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
18455         * xterm.c (Qeql): Declare.
18456         (Vx_keysym_table): New.
18457         (syms_of_xterm): Initialize it.
18458         (XTread_socket): Use it.  Deal with ASCII keysyms.
18459         (XSetIMValues) [HAVE_X11R6]: Prototype.
18461         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
18462         (lispy_kana_keys): Comment out.
18463         (make_lispy_event) [XK_kana_A]: Comment out.
18464         (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
18465         Fix sprintf call.
18467         * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
18468         regexp.h change).
18469         (TERMINFO, LIBS_TERMCAP): Define.
18471         * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
18472         (bcmp): Define conditional on HAVE_BCMP.
18473         (NO_SIOCTL_H): Don't define.
18474         (TIOCSIGSEND): Don't make conditional on IRIX6.
18476         * s/sol2-5.h: Don't include strings.h.
18477         (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
18479         * s/irix6-0.h (IRIX6): Don't define.
18480         (bcopy, bcmp, bzero): Don't undef.
18482         * s/irix6-5.h: Don't include strings.h.
18483         (IRIX6): Don't define.
18484         (bcopy, bcmp, bzero): Don't undef.
18486         * syntax.c (Fforward_comment): Doc fix.
18488 2002-10-29  Kim F. Storm  <storm@cua.dk>
18490         * process.c (Fsignal_process): Allow PROCESS to be specified by
18491         name in addition to pid (as integer or string).
18493 2002-10-28  Harald Maier  <Harald.Maier.BW@t-online.de>  (tiny change)
18495         * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
18496         environments.
18498 2002-10-27  Kim F. Storm  <storm@cua.dk>
18500         * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
18502         * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
18504         * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
18506         * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
18508 2002-10-26  Richard M. Stallman  <rms@gnu.org>
18510         * editfns.c (Fformat): Detect invalid format letters for floats.
18512 2002-10-25  Kenichi Handa  <handa@m17n.org>
18514         * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
18515         (x_set_title): Likewise.
18517 2002-10-25  Juanma Barranquero  <lektu@terra.es>
18519         * macgui.h:
18520         * w32gui.h: Remove definition of XColor.
18522         * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
18524 2002-10-24  Kim F. Storm  <storm@cua.dk>
18526         * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
18527         Callers changed (supply dummy arg).
18529         * lisp.h (get_window_cursor_type): Update prototype.
18531         * w32term.c (x_display_and_set_cursor): Get active_cursor from
18532         get_window_cursor_type to track system caret.
18534 2002-10-24  Kim F. Storm  <storm@cua.dk>
18536         * process.c (Fformat_network_address): New function.
18537         (syms_of_process): Defsubr it.
18538         (list_processes_1): Use it to format :local/:remote address if
18539         service/host is not set; before Emacs would crash in that case.
18540         (Fmake_network_process): Don't use Ffind_operation_coding_system
18541         to setup coding system if host or service is not set.
18543 2002-10-23  Juanma Barranquero  <lektu@terra.es>
18545         Patch suggested by Jay Finger <jay_finger@hotmail.com>.
18547         * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
18548         COLORREF.
18550         * macgui.h:
18551         * w32gui.h: Add definition of XColor.
18553         * macfns.c:
18554         * w32fns.c:
18555         * xfaces.c: Remove definition of XColor.
18557 2002-10-22  Stefan Monnier  <monnier@cs.yale.edu>
18559         * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
18561         * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
18562         Only ignore truly dedicated windows.  For UNSHOW_BUFFER, delete the
18563         window if it is dedicated.
18564         (Fshrink_window): Add preserve_before as was done for enlarge_window.
18565         (Vspecial_display_function): Update docstring.
18567         * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
18568         (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
18569         (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
18571 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
18573         * casefiddle.c (casify_region): Don't treat a prefix char as part
18574         of a word when at the beginning.
18576 2002-10-17  Juanma Barranquero  <lektu@terra.es>
18578         * lread.c (syms_of_lread): Fix typos.
18580 2002-10-17  Dave Love  <fx@gnu.org>
18582         * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
18584 2002-10-16  Richard M. Stallman  <rms@gnu.org>
18586         * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
18588 2002-10-14  Juanma Barranquero  <lektu@terra.es>
18590         * w16select.c (syms_of_win16select): Fix docstring for
18591         `selection-coding-system'.
18593         * w32select.c (syms_of_w32select): Likewise.
18595 2002-10-14  Stefan Monnier  <monnier@cs.yale.edu>
18597         * syntax.c (scan_lists): Don't get fooled by a symbol ending with
18598         a backslash-quoted char.
18599         (scan_lists, scan_sexps_forward): Pacify the compiler.
18601 2002-10-13  Richard M. Stallman  <rms@gnu.org>
18603         * window.c (window_scroll): Set immediate_quit.
18605         * print.c (print): When backquote form is the car of a list,
18606         output in old style.  Use old_backquote_output to output all
18607         comma forms inside it in old style too.
18609         * buffer.h (struct buffer): Move `undo_list' down below `name'.
18611 2002-10-11  Markus Rost  <rost@math.ohio-state.edu>
18613         * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
18614         batch mode).
18616         * lread.c (Fload): Doc fix (load-suffixes).
18618 2002-10-10  Steven Tamm  <steventamm@mac.com>
18620         * macterm.c (syms_of_macterm, mac_get_mouse_btn):
18621         Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
18622         Also switch the default to Qnil from Qt.
18624 2002-10-08  Kenichi Handa  <handa@m17n.org>
18626         * coding.c (code_convert_region): When we need more GAP for
18627         conversion, pay attention to the case that coding->produced is not
18628         greater than coding->consumed.
18630 2002-10-07  Richard M. Stallman  <rms@gnu.org>
18632         * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
18634 2002-10-06  Andrew Choi  <akochoi@shaw.ca>
18636         * macmenu.c (mac_menu_show): Add j to count menu items; match
18637         menu_item_selection to it to find selected item.
18639 2002-10-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18641         * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
18642         cases.  The correct fix is to pass ReparentNotify to Xt.
18643         The shell widget interprets ConfigureNotify differently depending
18644         on if it has been reparented or not.
18646 2002-10-05  Markus Rost  <rost@math.ohio-state.edu>
18648         * editfns.c (Fformat_time_string): Doc fix.
18650 2002-10-05  John Paul Wallington  <jpw@shootybangbang.com>
18652         * fns.c (Flength): Doc fix.
18654 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
18656         * keyboard.c (keyremap): New struct.
18657         (read_key_sequence): Use it: globally replace keytran_foo with
18658         keytran.foo and fkey_foo with fkey.foo.  Rename temp vars
18659         keytran_next and fkey_next to just `next'.
18661 2002-10-04  Steven Tamm  <steventamm@mac.com>
18663         * macterm.c (keycode_to_xkeysym_table): Change return to be
18664         treated like an X keysym.
18666 2002-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18668         * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
18669         and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
18670         This is to also handle x/y changes that occur because of a resize.
18672 2002-10-02  John Paul Wallington  <jpw@shootybangbang.com>
18674         * frame.c (Vdelete_frame_functions): New variable.
18675         (syms_of_frame): Initialize and defvar it.
18676         (Fdelete_frame): Use it instead of delete-frame-hook.  Don't run
18677         it when frame's `tooltip' parameter is non-nil.
18679         * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
18681         * w32fns.c (x_create_tip_frame): Likewise.
18683         * macfns.c (x_create_tip_frame): Likewise.
18685 2002-09-30  Kenichi Handa  <handa@m17n.org>
18687         * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
18688         -1 before calling ccl_driver.
18690         * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
18691         Only when it is non-nil, handle composition sequence.
18692         (setup_coding_system) <0>: Don't force composition handling.
18694         * Makefile.in (lisp, shortlisp): Add utf-16.elc
18696 2002-09-29  Richard M. Stallman  <rms@gnu.org>
18698         * search.c (Freplace_match): Adjust match data for the substitution
18699         just made in the buffer.
18701         * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
18702         (redisplay_internal): Use them.  Do RESUME_POLLING at end of function.
18704 2002-09-27  Richard M. Stallman  <rms@gnu.org>
18706         * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
18707         (read_char): Use them.  Do all exits thru the end of the function.
18709 2002-09-27  Kenichi Handa  <handa@etl.go.jp>
18711         * xfaces.c (try_font_list): Pay attention to the case that FAMILY
18712         is nil.
18714 2002-09-26  Richard M. Stallman  <rms@gnu.org>
18716         * regex.h (__restrict_arr): Don't define if already defined.
18718         * coding.c (run_pre_post_conversion_on_str):
18719         Save and restore Vdeactivate_mark.
18721 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
18723         * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
18725 2002-09-26  Kenichi Handa  <handa@etl.go.jp>
18727         * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY.  If it is
18728         nonzero, try face's family at first.  Otherwise try FAMILY at first.
18729         (choose_face_font): If C is a single byte char or latin-1, call
18730         try_font_list with PREFER_FACE_FAMILY 1.
18732 2002-09-21  Richard M. Stallman  <rms@gnu.org>
18734         * window.c (select_window_1): Don't select frame.
18735         Set frame's selected window only when frame itself is selected.
18736         (Fselect_window): Doc fix.
18738 2002-09-18  Kim F. Storm  <storm@cua.dk>
18740         * process.c (make-network-process): Doc fix (there is no
18741         network-server-log-function hook).
18743 2002-09-18  Richard M. Stallman  <rms@gnu.org>
18745         * print.c (print): Clear out the unused parts of Vprint_number_table.
18746         (syms_of_print): Doc fix for `print-number-table'.
18748         * unexelf.c (unexec): Undo previous change.
18750 2002-09-17  Andreas Schwab  <schwab@suse.de>
18752         * m/alpha.h [LINUX]: Don't define DATA_START.
18754 2002-09-16  Dave Love  <fx@gnu.org>
18756         * unexelf.c (unexec): Deal with .got, reinstating change from
18757         25-08-1999.
18759 2002-09-13  Richard M. Stallman  <rms@gnu.org>
18761         * s/sol2-6.h (UNEXEC): Comment out definition.
18763         * unexsol.c (unexec): Don't downcase first letter of error msg.
18765         * xfaces.c (Fcolor_supported_p): Just one arg is required.
18767 2002-09-12  Markus Rost  <rost@math.ohio-state.edu>
18769         * unexsol.c: Include buffer.h, charset.h, coding.h.
18771 2002-09-11  Richard M. Stallman  <rms@gnu.org>
18773         * unexsol.c: Don't use report_file_error; do it by hand
18774         using dlerror.
18776         * process.c (wait_reading_process_input, both versions):
18777         Before calling turn_on_atimers, call stop_polling.
18779         * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
18781         * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
18782         we go to too_near_end, call clear_glyph_matrix.
18783         (redisplay_window): After make_cursor_line_fully_visible,
18784         call clear_glyph_matrix and bypass `goto done'.
18786         * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
18787         and we have non-toolkit scroll bars, return nil for scroll-bar-width.
18789 2002-09-10  Richard M. Stallman  <rms@gnu.org>
18791         * fileio.c (Fdo_auto_save): Catch error making directory.
18792         Only call push_message if we need to.
18793         At the same time, make an unwind-protect to pop it.
18794         Rename local message_p to old_message_p.
18795         (do_auto_save_make_dir, do_auto_save_eh): New functions.
18796         (do_auto_save_unwind): Don't call pop_message.
18798         * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
18800         * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
18802         * alloc.c (Fgarbage_collect): Use pop_message_unwind.
18804         * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
18806 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
18808         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
18809         (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
18810         (re_match_2_internal): Be more careful with infinite loops.
18812 2002-09-10  Kim F. Storm  <storm@cua.dk>
18814         * macros.c (end_kbd_macro): New function.
18815         (Fend_kbd_macro): Use it.
18817         * macros.h (end_kbd_macro): Declare extern.
18819         * keyboard.c (Fdiscard_input): If defining keyboard macro,
18820         end and save it instead of discarding it.
18822 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
18824         * s/sol2-6.h: Fix typo.  Add comment.
18826 2002-09-09  Richard M. Stallman  <rms@gnu.org>
18828         * regex.c (regnum_t): Use signed int, not unsigned int.
18830         * s/sol2-6.h: New file.
18832         * s/sol2-5.h (UNEXEC): Definition deleted.
18834 2002-09-08  Kim F. Storm  <storm@cua.dk>
18836         * macros.c (executing_macro_index): Change type to EMACS_INT.
18837         (syms_of_macros): DEFVAR_INT it (needed by kmacro).
18839         * macros.h (executing_macro_index): Change type to EMACS_INT.
18841 2002-09-06  Richard M. Stallman  <rms@gnu.org>
18843         * casetab.c (set_case_table): Make canon table point to eqv table.
18845 2002-09-06  Juanma Barranquero  <lektu@terra.es>
18847         * coding.c (syms_of_coding): Fix spacing.
18849         * composite.c (Fcompose_region_internal)
18850         (Fcompose_string_internal): Likewise.
18852         * data.c (Flsh): Likewise.
18854         * fontset.c (Fset_fontset_font): Likewise.
18856         * macfns.c (Fx_server_max_request_size): Likewise.
18858         * w16select.c (syms_of_win16select): Likewise.
18860         * w32select.c (syms_of_w32select): Likewise.
18862         * xselect.c (syms_of_xselect): Likewise.
18864 2002-09-05  Richard M. Stallman  <rms@gnu.org>
18866         * regex.c (set_image_of_range_1): In no-TRANSLATE case,
18867         call EXTEND_RANGE_TABLE and return a proper value.
18868         (set_image_of_range): Don't call set_image_of_range_1
18869         if no TRANSLATE or if range includes all of Latin-1.
18870         Only call it for the Latin-1 part of the range.
18871         For other cases, make two separate ranges,
18872         one for the original specified characters and one for
18873         their case-conversions.
18875 2002-09-04  Richard M. Stallman  <rms@gnu.org>
18877         * s/sol2-5.h (UNEXEC): Use unexsol.o.
18879         * window.c (displayed_window_lines): Correct for one-off bug
18880         in HEIGHT on non-window displays.
18882         * regex.c (set_image_of_range_1): New function.
18883         (set_image_of_range): Use set_image_of_range_1 for Latin-1.
18884         Return a value to indicate running out of memory.
18885         (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
18886         (extend_range_table_work_area): New subroutine.
18887         (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
18888         Different calling conventions, and used from set_image_of_range{,_1}.
18889         (IMMEDIATE_QUIT_CHECK): Definitions moved.
18891 2002-09-04  Juanma Barranquero  <lektu@terra.es>
18893         * makefile.w32-in: All dependencies updated.
18895 2002-09-01  Richard M. Stallman  <rms@gnu.org>
18897         * unexsol.c: New file.
18899         * xfns.c (Qbox): Declare external, don't define.
18901         * xdisp.c (redisplay_window) <force-start case>:
18902         If point is on semi-visible last line, reposition
18903         it at previous line.
18905         * alloc.c (display_malloc_warning): Use display-warning.
18906         (malloc_warning_1): Function deleted.
18908         * alloc.c [ALLOC_DEBUG]: #undef INLINE.
18910         * lread.c (read1): Handle #! by skipping the line.
18912 2002-08-31  Richard M. Stallman  <rms@gnu.org>
18914         * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
18915         Don't include LDFLAGS.
18916         (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
18918 2002-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
18920         * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
18921         member of x_display_info unless we compile for some window system.
18923 2002-08-31  Kim F. Storm  <storm@cua.dk>
18925         * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
18926         (get_window_cursor_type): Don't use them.
18927         (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
18929 2002-08-30  Kenichi Handa  <handa@etl.go.jp>
18931         * xdisp.c (get_next_display_element): Fix previous change.
18933 2002-08-30  Andrew Choi  <akochoi@shaw.ca>
18935         * macterm.c (expose_overlaps): New function (merge code from xterm.c).
18936         (expose_window): Use it to fix the display of overlapping
18937         rows (merge code from xterm.c).
18939         * macfns.c (Qbox): Add extern declaration.
18941 2002-08-30  Juanma Barranquero  <lektu@terra.es>
18943         * w32fns.c (Qbox): Make extern.
18944         (syms_of_w32fns): Remove initialization of Qbox.
18946 2002-08-30  Rune Kleveland  <runekl@viewpoint.no>  (tiny change)
18948         * xfns.c (Fx_open_connection): Fix error message.
18950 2002-08-30  Kim F. Storm  <storm@cua.dk>
18952         The following changes consolidates the handling of the cursor
18953         type in xdisp.c, moving duplicate code and functionality from
18954         xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
18956         * frame.h (enum text_cursor_kinds): Consolidated here.
18957         Added DEFAULT_CURSOR value.
18958         (struct frame) <desired_cursor, cursor_width>
18959         <blink_off_cursor, blink_off_cursor_width>: New fields.
18960         Consolidated from output_x, output_w32 and output_mac structs.
18961         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
18962         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
18964         * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
18965         Variables consolidated here.
18966         (Valternate_cursor_type, Qalternate_cursor_type): New variables.
18967         (Vcursor_in_non_selected_windows): Renamed from
18968         cursor_in_non_selected_windows and changed to Lisp_Object.
18969         (syms_of_xdisp): Define and staticpro new and moved variables.
18970         (get_specified_cursor_type): Renamed from x_specified_cursor_type;
18971         consolidated here.  Recognize Qhollow setting.
18972         (set_frame_cursor_types): New function to set frame cursor types
18973         based on the frame parameters.
18974         (get_window_cursor_type): New function to calculate new cursor
18975         type and width for the specified window.  Based on duplicated
18976         code consolidated here.
18977         Enhancements: cursor-in-non-selected-windows may be a cursor type,
18978         check buffer-local alternate-cursor-type and blink-cursor-alist
18979         before using built-in blink off methods.
18981         * dispextern.h (cursor_in_non_selected_windows): Extern removed.
18983         * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
18984         (get_specified_cursor_type, get_window_cursor_type)
18985         (set_frame_cursor_types): Added prototypes.
18987         * macfns.c (x_specified_cursor_type): Removed.
18988         (x_set_cursor_type): Use set_frame_cursor_types.
18989         (Qbar, Qbox): Removed.
18990         (syms_of_macfns): Don't intern or staticpro them.
18992         * macterm.c (x_specified_cursor_type): Remove prototype.
18993         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
18994         (x_display_and_set_cursor): Use get_window_cursor_type.
18995         Remove unused local variables cursor_non_selected, active_cursor.
18996         Redraw cursor if hbar cursor width changes.
18997         (make_mac_frame): Set FRAME_DESIRED_CURSOR.
18999         * macterm.h (enum text_cursor_kinds): Removed.
19000         (struct output_mac) <current_cursor, desired_cursor, cursor_width>
19001         <blink_off_cursor, blink_off_cursor_width>: Members removed.
19002         (FRAME_DESIRED_CURSOR): Macro removed.
19004         * w32fns.c (Vblink_cursor_alist): Removed.
19005         (Qbar, Qhbar, Qbox, Qhollow): Removed.
19006         (syms_of_w32fns): Don't intern, staticpro, or define them.
19007         (x_specified_cursor_type): Removed.
19008         (x_set_cursor_type): Use set_frame_cursor_types.
19010         * w32term.c (x_specified_cursor_type): Remove prototype.
19011         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
19012         (x_display_and_set_cursor): Use get_window_cursor_type.
19013         Remove unused local variables cursor_off_state.
19014         Redraw cursor if hbar cursor width changes.
19015         Changed all occurrences of w32_highlight_frame to x_highlight_frame.
19017         * w32term.h (enum text_cursor_kinds): Removed.
19018         (struct output_w32) <current_cursor, desired_cursor, cursor_width>
19019         <blink_off_cursor, blink_off_cursor_width>: Members removed.
19020         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
19021         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
19022         (struct w32_display_info) <x_highlight_frame>: Renamed member from
19023         w32_highlight_frame.
19025         * xfns.c (Vblink_cursor_alist): Removed.
19026         (Qbar, Qhbar, Qbox, Qhollow): Removed.
19027         (syms_of_xfns): Don't intern, staticpro, or define them.
19028         (x_specified_cursor_type): Removed.
19029         (x_set_cursor_type): Use set_frame_cursor_types.
19031         * xterm.c (x_specified_cursor_type): Remove prototype.
19032         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
19033         (x_display_and_set_cursor): Use get_window_cursor_type.
19034         Remove unused local variables cursor_off_state.
19035         Redraw cursor if hbar cursor width changes.
19037         * xterm.h (enum text_cursor_kinds): Removed.
19038         (struct output_x) <current_cursor, desired_cursor, cursor_width>
19039         <blink_off_cursor, blink_off_cursor_width>: Members removed.
19040         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
19041         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
19042         (x_specified_cursor_type): Remove prototype.
19044 2002-08-28  Richard M. Stallman  <rms@gnu.org>
19046         * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
19047         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
19048         (Vblink_cursor_alist): New variable.
19049         (syms_of_w32fns): Initialize and defvar it.
19050         (x_specified_cursor_type): Recognize Qbox for filled box.
19051         Exceptions are hollow boxes.
19052         (Qbox, Qhollow): New variables.
19053         (syms_of_w32fns): Initialize and staticpro them.
19055         * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
19056         New macros.
19057         (struct w32_output): New fields blink_off_cursor,
19058         blink_off_cursor_width.
19059         (FRAME_CURSOR_WIDTH): New macro.
19061         * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
19062         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
19064         * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
19065         for bar cursor.
19067         * w32term.c (expose_overlaps): New function.
19068         (expose_window): Use it to fix the display of overlapping rows.
19070 2002-08-28  Simon Josefsson  <jas@extundo.com>
19072         * xfns.c (Fx_open_connection): Improve help when X connection
19073         fails, xhost is insecure and xauth is better.
19075 2002-08-28  Juanma Barranquero  <lektu@terra.es>
19077         * makefile.w32-in: Add missing dependencies on w32term.h and
19078         composite.h.
19080         * emacs.c (USAGE1): Add missing newline.
19082 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
19084         * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
19086 2002-08-27  Richard M. Stallman  <rms@gnu.org>
19088         * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
19089         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
19090         (Vblink_cursor_alist): New variable.
19091         (syms_of_xfns): Initialize and defvar it.
19092         (x_specified_cursor_type): Recognize Qbox for filled box.
19093         Exceptions are hollow boxes.
19094         (Qbox, Qhollow): New variables.
19095         (syms_of_xfns): Initialize and staticpro them.
19097         * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
19098         New macros.
19099         (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
19101         * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
19102         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
19104         * emacs.c (main): Handle --script.
19105         (USAGE1): Mention --script.
19106         (standard_args): Define sort order for --script.
19108 2002-08-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
19110         * xdisp.c (redisplay_updating_p): Variable removed.
19111         (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
19112         New variables.
19113         (init_iterator): Don't free realized faces if
19114         inhibit_free_realized_faces is set.
19115         (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
19116         (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
19117         initialize Qinhibit_free_realized_faces.
19119         * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
19120         when iterator is adding glyphs to a glyph matrix.
19122 2002-08-27  Kenichi Handa  <handa@etl.go.jp>
19124         * xdisp.c (get_next_display_element): In unibyte case, don't use
19125         octal form for such eight-bit characters that can be converted to
19126         multibyte char.
19128 2002-08-26  Kim F. Storm  <storm@cua.dk>
19130         * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
19131         foreground and background colors.  From Joe Buehler.
19133 2002-08-26  Miles Bader  <miles@gnu.org>
19135         * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
19137 2002-08-25  Andrew Choi  <akochoi@shaw.ca>
19139         * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
19140         defined instead of MAC_OSX.
19142         * s/darwin.h (select): Define select to sys_select only if
19143         HAVE_CARBON is defined.
19144         (HAVE_WORKING_VFORK): #undef it.  Define vfork to fork.
19145         (DONT_REOPEN_PTY): #def it.
19147         * macterm.c (XTread_socket): Remove code to call
19148         SendEventToEventTarget for keys with command modifiers when
19149         mac_command_key_is_meta is nil.
19151 2002-08-24  Andreas Schwab  <schwab@suse.de>
19153         * eval.c (Fdefvar): Fix last change.
19155 2002-08-23  Richard M. Stallman  <rms@gnu.org>
19157         * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
19158         Record variables in load history as (defvar . VAR).
19159         (Fdefvar): Don't record in load history if no initial value.
19160         (Qdefvar): New variable.
19161         (syms_of_eval): Init and staticpro it.
19163         * lread.c (syms_of_lread): Doc fix.
19164         (build_load_history): Use Fmember to see if a definition
19165         is already in the Vload_history element.
19167         * process.c (Fstart_process): Remove /: from program name.
19169         * emacs.c (decode_env_path): Don't add /: if file name handler
19170         has a `safe-magic' property.
19172         * callproc.c (Fcall_process): Remove /: from program name.
19174 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
19176         * regex.c (PATFETCH): Remove the translating fetch.
19177         (PATFETCH_RAW): Rename to PATFETCH.
19178         (set_image_of_range): New fun.
19179         (SET_RANGE_TABLE_WORK_AREA): Use it.
19180         (regex_compile): Don't translate the pattern chars so eagerly.
19181         Only do it when inserting an `exactn' bytecode or when handling
19182         a char-range.
19183         (mutually_exclusive_p): Avoid empty statement.
19185 2002-08-22  Kim F. Storm  <storm@cua.dk>
19187         * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
19188         end up on a partially visible line; this reverts a specific part
19189         of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
19190         display error which has been reported several times now.
19191         However it introduces the problem that changes was supposed to fix.
19192         See my comments in the source if you want to debug this further.
19194 2002-08-20  Kenichi Handa  <handa@etl.go.jp>
19196         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19198 2002-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
19200         * msdos.c (croak): Add `void' to definition.
19202         * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
19203         Don't define them, they are defined in msdos.c.
19205         * mem-limits.h [MSDOS]: Declare etext.
19207         * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
19208         `const' since CORRECT_DIR_SEPS modifies its target.
19210 2002-08-19  Kim F. Storm  <storm@cua.dk>
19212         * keyboard.c (Fclear_this_command_keys): Add optional arg
19213         KEEP-RECORD to avoid clearing lossage when we just want to clear
19214         the current key sequence (kmacro needs this).
19216 2002-08-19  Kenichi Handa  <handa@localhost>
19218         * composite.c (run_composition_function): Call FUNC if it is fboundp.
19220         * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
19221         cons, return Qnil.
19223 2002-08-17  Richard M. Stallman  <rms@gnu.org>
19225         * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
19227         * sysdep.c [!VMS]: Include sys/files.h.
19229         * editfns.c (save_restriction_restore): Defend from unchained marker.
19231         * buffer.c (overlays_at): Handle extending vec uniformly.
19232         (overlays_in): Handle extending vec from length 0 as in overlays_at.
19234 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
19236         * mac.c (init_mac_osx_environment): New function.
19238         * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
19240 2002-08-14  Kim F. Storm  <storm@cua.dk>
19242         * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
19243         executing macro before appending to it (when used from Lisp).
19244         (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
19245         which is called prior to each iteration of macro (for kmacro.el).
19246         (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
19248         * lisp.h (Fexecute_kbd_macro): Update prototype.
19250         * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
19252 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
19254         * xselect.c (QUTF8_STRING): New variable.
19255         (symbol_to_x_atom): Pay attention to QUTF8_STRING.
19256         (x_atom_to_symbol): Likewise.
19257         (x_get_local_selection): New argument local_request.  If it is
19258         nonzero, call handler_fn with the second arg nil.
19259         (x_handle_selection_request): Call x_get_local_selection with
19260         local_request 0.
19261         (lisp_data_to_selection_data): Don't encode the string here.
19262         (Fx_get_selection_internal): Call x_get_local_selection with
19263         local_request 1.
19264         (syms_of_xselect): Intern and staticpro QUTF8_STRING.
19266         * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
19268         * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
19270 2002-08-13  Richard M. Stallman  <rms@gnu.org>
19272         * minibuf.c (Fminibufferp): New function.
19273         (syms_of_minibuf): Defsubr it.
19274         (Fminibuffer_prompt_end): Handle non-minibuffers specially.
19276 2002-08-13  Gerd Moellmann  <gerd.moellmann@t-online.de>
19278         * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
19280 2002-08-12  Richard M. Stallman  <rms@gnu.org>
19282         * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
19283         [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
19284         (WSTOPSIG, WTERMSIG): Define each one independently if not defined
19285         already.
19287         * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
19289 2002-08-11  Andrew Choi  <akochoi@shaw.ca>
19291         * macterm.c (XTmouse_position): Check wp with is_emacs_window.
19292         (Vmac_pass_command_to_system): New variable.
19293         (Vmac_pass_control_to_system): New variable.
19294         (do_mouse_moved): Check wp with is_emacs_window.
19295         (XTread_socket): Check window_ptr with is_emacs_window.
19296         Call FrontNonFloatingWindow instead of FrontWindow.  Send keydown
19297         events back to Mac Toolbox for processing, depending on values of
19298         Vmac_pass_command_to_system and Vmac_pass_control_to_system.
19299         (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
19300         Vmac_pass_control_to_system.
19302 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
19304         * coding.c (unencodable_char_position): New function.
19305         (Funencodable_char_position): New function.
19306         (syms_of_coding): Defsubr Funencodable_char_position.
19308 2002-08-10  Andrew Choi  <akochoi@shaw.ca>
19310         * mac.c (sys_select) [MAC_OSX]: New function.
19312         * macterm.c (MakeMeTheFrontProcess): New function.
19313         (mac_initialize): Call MakeMeTheFrontProcess.
19315         * s/darwin.h: Define select to sys_select.
19317 2002-08-09  Richard M. Stallman  <rms@gnu.org>
19319         * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
19321 2002-08-09  Gerd Moellmann  <gerd.moellmann@t-online.de>
19323         * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
19324         end of the buffer.
19326 2002-08-08  Ken Raeburn  <raeburn@gnu.org>
19328         * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
19330         * puresize.h (BASE_PURESIZE): Increase to 910000.
19332 2002-08-08  Kenichi Handa  <handa@etl.go.jp>
19334         * coding.c (Ffind_operation_coding_system): For write-region, if
19335         VISIT is a filename, make it the target.
19337 2002-08-07  Richard M. Stallman  <rms@gnu.org>
19339         * alloc.c (mark_object): Detect long lists for debugging.
19340         (mark_object_loop_halt): New variable.
19342         * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
19344         * data.c (Fmake_variable_frame_local): Doc fix.
19346 2002-08-01  David Ponce  <david@dponce.com>
19348         * w32menu.c (local_heap, local_alloc, local_free): New macros.
19349         (malloc_widget_value, free_widget_value)
19350         (w32_free_submenu_strings): Use them.
19352         (push_submenu_start, push_submenu_end, push_left_right_boundary)
19353         (push_menu_pane, push_menu_item, single_keymap_panes)
19354         (single_menu_item, Fx_popup_menu, menubar_selection_callback)
19355         (single_submenu, set_frame_menubar)
19356         (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
19358         (Fx_popup_menu): Don't show pop up menu until preceding one is
19359         actually cleaned up.  Moved UNGCPRO outside #ifdef HAVE_MENUS block.
19361         * w32menu.c: Changes adapted from xmenu.c
19362         (set_frame_menubar): First parse all submenus,
19363         then make widget_value trees from them.
19364         Don't allocate any widget_value objects
19365         until we are done with the parsing.
19366         (parse_single_submenu): New function.
19367         (digest_single_submenu): New function.
19368         (single_submenu): Function deleted, replaced by those two.
19370 2002-08-04  Andrew Choi  <akochoi@shaw.ca>
19372         * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
19373         returns a valid window pointer before proceeding for keyDown and
19374         autoKey events.
19376 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
19378         * macterm.c (USE_CARBON_EVENTS): New macro.
19379         (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
19380         (x_iconify_frame): Call CollapseWindow.
19381         (Vmac_reverse_ctrl_meta): New variable.
19382         (Vmac_wheel_button_is_mouse_2): New variable.
19383         (init_mac_drag_n_drop): New function.
19384         (mac_do_receive_drag): New function.
19385         (mac_handle_service_event): New function.
19386         (init_service_handler): New function.
19387         (mac_to_emacs_modifiers): New function.
19388         (mac_event_to_emacs_modifiers): New function.
19389         (mac_get_mouse_btn): New function.
19390         (mac_convert_event_ref): New function.
19391         (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
19392         SendEventToEventTarget, mac_event_to_emacs_modifiers, and
19393         mac_get_mouse_btn.
19394         (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
19396         * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
19397         lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
19398         (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
19399         TOOL_BAR_EVENT for MAC_OS as well.
19400         (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
19401         as for WINDOWS_NT.
19402         (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
19404         * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
19406 2002-08-03  Gerd Moellmann  <gerd.moellmann@t-online.de>
19408         * xdisp.c (forward_to_next_line_start): Fix a condition that
19409         lead to a newline being skipped.
19411 2002-08-02  Andrew Choi  <akochoi@shaw.ca>
19413         * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
19415 2002-08-01  Richard M. Stallman  <rms@gnu.org>
19417         * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
19419 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
19421         * macfns.c: #undef init_process before #define-ing it.
19423         * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
19424         HAVE_CARBON is defined.
19426 2002-07-31  Richard M. Stallman  <rms@gnu.org>
19428         * xmenu.c (set_frame_menubar): First parse all submenus,
19429         then make widget_value trees from them.
19430         Don't allocate any widget_value objects
19431         until we are done with the parsing.
19432         (parse_single_submenu): New function.
19433         (digest_single_submenu): New function.
19434         (single_submenu): Function deleted, replaced by those two.
19436 2002-07-30  Juanma Barranquero  <lektu@terra.es>
19438         * w32proc.c (syms_of_ntproc): Fix docstring of
19439         `w32-get-true-file-attributes'.
19441 2002-07-28  Richard M. Stallman  <rms@gnu.org>
19443         * s/hpux8.h (HPUX8): Define this before including hpux.h.
19444         (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
19446         * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
19448         * keyboard.c (make_lispy_event):
19449         Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
19450         Explicitly clear up_modifier in event->modifiers.
19452 2002-07-27  Richard M. Stallman  <rms@gnu.org>
19454         * xterm.h (FRAME_CURSOR_WIDTH): New macro.
19456         * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
19457         for bar cursor.
19459 2002-07-26  Kenichi Handa  <handa@etl.go.jp>
19461         * coding.c (detect_coding_iso2022): While checking a byte sequence
19462         for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
19463         it in the normal loop.
19465 2002-07-24  Gerd Moellmann  <gerd.moellmann@t-online.de>
19467         * xterm.c (expose_overlaps): New function.
19468         (expose_window): Use it to fix the display of overlapping rows.
19470         * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
19472 2002-07-23  Ken Raeburn  <raeburn@gnu.org>
19474         * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
19475         since it only depends on XUINT.
19477         * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
19478         EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
19479         PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
19480         Macros deleted.
19482         * mem-limits.h (start_of_data): If DATA_START is defined, prefer
19483         its value over other approaches.
19484         * sysdep.c (start_of_data): Don't define the function if a macro
19485         form has been defined.
19487 2002-07-23  Gerd Moellmann  <gerd.moellmann@t-online.de>
19489         * xdisp.c (redisplay_updating_p): New variable.
19490         (init_iterator): Don't free realized faces when
19491         redisplay_updating_p is set.
19492         (redisplay_internal): Set redisplay_updating_p while updating
19493         the display.
19495 2002-07-23  Richard M. Stallman  <rms@gnu.org>
19497         * editfns.c (Fmessage): Treat "" like nil.
19499 2002-07-23  Kenichi Handa  <handa@etl.go.jp>
19501         * xdisp.c (face_before_or_after_it_pos):
19502         Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19504 2002-07-22  Juanma Barranquero  <lektu@terra.es>
19506         * callproc.c (init_callproc) [DOS_NT]:
19507         Initialize Vshared_game_score_directory to nil.
19508         (syms_of_callproc) [DOS_NT]: Likewise.
19510 2002-07-22  Gerd Moellmann  <gerd.moellmann@t-online.de>
19512         * xdisp.c (display_line): Replace an abort with xassert.
19514 2002-07-21  Richard M. Stallman  <rms@gnu.org>
19516         * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
19517         and END_UNCHANGED when setting buffer_unchanged_p.
19518         Use current_matrix_up_to_date_p to decide whether to use
19519         try_cursor_movement.
19521         * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
19523         * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
19525         * callproc.c (init_callproc): Set up Vshared_game_score_directory.
19526         Set to nil if dir does not exist.
19527         (syms_of_callproc): Init unconditionally and simply.
19529         * buffer.c (Fbuffer_list): Doc fix.
19531 2002-07-21  Ken Raeburn  <raeburn@gnu.org>
19533         * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
19535         * buffer.c (mmap_realloc): When shrinking, make sure number of
19536         pages to unmap is rounded towards zero.
19538         * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
19539         (XSETINT): Deleted.
19541         * m/att3b.h (XINT): Don't define.
19542         (VALBITS, VALMASK, XTYPE): Deleted.
19543         (DATA_SEG_BITS): Define.
19544         * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
19545         ARRAY_MARK_FLAG): Deleted.
19546         (DATA_SEG_BITS): Define.
19547         * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
19548         (DATA_SEG_BITS): Define.
19550 2002-07-20  Richard M. Stallman  <rms@gnu.org>
19552         * print.c (print_error_message): New args CONTEXT and CALLER.
19553         Calls changed.
19555         * lisp.h (print_error_message): Declare new args.
19557         * keyboard.c (cmd_error_internal): Pass Vsignaling_function
19558         and CONTEXT to print_error_message, don't print them here.
19559         For a Quit, don't use Vsignaling_function.
19560         Call message_log_maybe_newline.
19562         * Makefile.in (xsmfns.o): Don't depend on lisp.h.
19564 2002-07-20  Kim F. Storm  <storm@cua.dk>
19566         * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
19568 2002-07-19  Ken Raeburn  <raeburn@gnu.org>
19570         * bytecode.c (struct byte_stack): Pointers into byte string now
19571         point to const.
19572         * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
19573         const.
19574         * charset.h (BCOPY_SHORT): Source pointer now points to const.
19575         * coding.c (encode_eol, detect_coding, detect_eol):
19576         (decode_coding, encode_coding, detect_coding_system):
19577         Source strings now treated as const.
19578         (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
19579         modify Lisp string contents.
19580         * coding.h (decode_coding, encode_coding, detect_coding,
19581         detect_eol): Declarations updated.
19582         * composite.c (compose_chars_in_text): Treat Lisp string contents
19583         as const.
19584         * dispnew.c (safe_bcopy): Source pointer now points to const.
19585         * lisp.h (STRING_COPYIN): New macro.
19586         (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
19587         (internal_with_output_to_temp_buffer): Declarations updated.
19588         * print.c (temp_output_buffer_setup):
19589         (internal_with_output_to_temp_buffer): Buffer name argument is now
19590         pointer to const.
19591         * sound.c (struct sound_device): Function pointer field "write"
19592         buffer argument now points to const.
19593         (vox_write): Buffer argument points to const.
19594         * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
19595         contents as const.
19596         * sysdep.c (emacs_write): Buffer pointer now const.
19597         * term.c (encode_terminal_code): Buffer pointer now const.
19598         * xfaces.c (may_use_scalable_font_p): Argument now points to const.
19599         (x_face_list_fonts, x_update_menu_appearance):
19600         (hash_string_case_insensitive): Treat Lisp string contents as const.
19602 2002-07-19  Juanma Barranquero  <lektu@terra.es>
19604         * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
19606         * fileio.c (syms_of_fileio): Likewise.
19607         (Ffile_name_as_directory): Fix argument name in docstring.
19608         (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
19610 2002-07-18  Richard M. Stallman  <rms@gnu.org>
19612         * data.c (Fdefalias): Doc fix.
19614 2002-07-17  Dave Love  <fx@gnu.org>
19616         * intervals.h (text_property_stickiness): Use P_.
19618         * ccl.c: Remove `emacs' conditionals.
19619         (ccl_backtrace_table): Fix size spec.
19620         (ccl_driver): Fix type errors.
19622 2002-07-16  Ken Raeburn  <raeburn@gnu.org>
19624         * alloc.c (xstrdup, make_string, make_unibyte_string)
19625         (make_multibyte_string, build_string): String pointer args now
19626         point to const.
19627         * charset.c (find_charset_in_text, c_string_width):
19628         (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
19629         * fileio.c (report_file_error):
19630         * insdel.c (copy_text, count_size_as_multibyte, insert_1):
19631         (count_combining_before, count_combining_after, insert_1_both):
19632         (insert, insert_and_inherit, insert_string):
19633         (insert_before_markers, insert_before_markers_and_inherit):
19634         * lread.c (intern, oblookup, hash_string):
19635         * minibuf.c (temp_echo_area_glyphs):
19636         * search.c (fast_c_string_match_ignore_case):
19637         * sysdep.c (emacs_open, set_file_times):
19638         * xfaces.c (xstricmp):
19639         * xdisp.c (store_frame_title, string_char_and_length):
19640         (message_dolog, message2, message2_nolog, set_message): Likewise.
19641         (set_message_1): Cast message string argument to const pointer.
19642         * editfns.c (general_insert_function): Insertion function now
19643         takes pointer to const for input data.
19644         * charset.h (find_charset_in_text, c_string_width):
19645         (parse_str_as_multibyte): Declarations updated.
19646         * dispextern.h (xstricmp): Declaration updated.
19647         * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
19648         (count_size_as_multibyte, count_combining_before):
19649         (count_combining_after, insert_1, insert_1_both, message_dolog):
19650         (insert, insert_and_inherit, insert_before_markers)
19651         (insert_before_markers_and_inherit, set_message, message2):
19652         (message2_dolog, build_string, make_string, make_unibyte_string):
19653         (make_multibyte_string, intern, oblookup, report_file_error):
19654         (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
19655         (emacs_open, xstrdup): Declarations updated.
19656         * systime.h (set_file_times): Declaration updated.
19658         * charset.c (find_charset_in_text, lisp_string_width): Use const
19659         for pointer to lisp string data.
19660         * charset.h (FETCH_STRING_CHAR_ADVANCE):
19661         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
19662         * coding.c (Ffind_coding_systems_region_interval):
19663         * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
19664         (Fmake_directory_internal, Fdelete_directory):
19665         (Ffile_name_absolute_p, Fwrite_region, double_dollars):
19666         * fontset.c (font_family_registry, fs_query_fontset):
19667         (list_fontsets):
19668         * frame.c (Fframe_parameter):
19669         * keyboard.c (cmd_error_internal):
19670         * keymap.c (Fdescribe_buffer_bindings):
19671         * lread.c (complete_filename_p, openp):
19672         * minibuf.c (Fminibuffer_complete_word):
19673         * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
19674         (face_before_or_after_it_pos, next_element_from_string):
19675         (get_overlay_arrow_glyph_row, display_mode_element):
19676         (decode_mode_spec_coding):
19677         * xterm.c (same_x_server): Likewise.
19679         * buffer.c (reset_buffer_local_variables): Delete "#if 0"
19680         settings of non-existent fields.
19682         * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
19683         copy a lisp value.
19685         * lread.c (Fintern_soft): Use string macros instead of
19686         Lisp_String fields.
19687         * keyboard.c (echo_char, parse_modifiers_uncached):
19688         (parse_solitary_modifier, Fexecute_extended_command): Likewise.
19689         * textprop.c (validate_interval_range, interval_of): Likewise.
19691         * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
19693         * charset.h (FETCH_STRING_CHAR_ADVANCE)
19694         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
19695         XSTRING()->size_byte.
19697         * lisp.h (SDATA, SREF): Produce rvalue.
19698         (SSET): New macro.
19699         * alloc.c (make_event_array): Use SSET for storing into a string.
19700         * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
19701         a string.
19702         * casefiddle.c (casify_object): Use SSET.
19703         * charset.h (FETCH_STRING_CHAR_ADVANCE)
19704         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
19705         address of string contents.
19706         * data.c (Faref): Use SDATA.
19707         (Faset): Use SDATA, SSET.
19708         * dired.c (directory_files_internal): Use SSET.
19709         * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
19710         (Fread_file_name): Use SREF, SSET.
19711         * fns.c (concat): Use SSET.
19712         (concat, Fdelete): Use SDATA.
19713         * insdel.c (insert_from_string_1): Use SDATA.
19714         * keyboard.c (Fevent_convert_list): Use SREF.
19715         * lread.c (Fload): Use SDATA, SSET.
19716         * macfns.c (validate_x_resource_name): Use SSET.
19717         * process.c (status_message): Use SSET.
19718         * search.c (wordify): Use SDATA.
19719         (Freplace_match): Use SREF.
19720         * w32fns.c (validate_x_resource_name): Use SSET.
19721         * xfns.c (validate_x_resource_name): Use SSET.
19722         * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
19724 2002-07-16  Richard M. Stallman  <rms@gnu.org>
19726         * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
19728         * xdisp.c (reconsider_clip_changes):
19729         Don't test prevent_redisplay_optimizations_p.
19730         (redisplay_internal): Test prevent_redisplay_optimizations_p
19731         along with clip_changed in some cases.
19732         (try_window_id): Likewise.
19733         (redisplay_window): New local var buffer_unchanged_p.
19735         * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
19737         * process.c (create_process): Test USG_SUBTTY_WORKS.
19738         (process_send_signal): Clean up handling of GID.
19739         Detect errors in ioctls meant to set GID.
19741         * window.c (temp_output_buffer_show):
19742         Don't set prevent_redisplay_optimizations_p.
19744 2002-07-15  Juanma Barranquero  <lektu@terra.es>
19746         * eval.c (Fdefvaralias): Add docstring argument.
19748 2002-07-15  Ken Raeburn  <raeburn@gnu.org>
19750         * lisp.h (STRING_INTERVALS): Produce rvalue.
19751         (STRING_SET_INTERVALS): New macro.
19752         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
19753         * fns.c (Fstring_as_multibyte): Likewise.
19754         * intervals.c (balance_possible_root_interval, delete_interval)
19755         (create_root_interval, copy_intervals_to_string): Likewise.
19756         * textprop.c (set_text_properties): Likewise.  Use NULL_INTERVAL
19757         instead of 0.
19759 2002-07-14  Ken Raeburn  <raeburn@gnu.org>
19761         * lisp.h (STRING_SET_CHARS): New macro.
19762         (SCHARS, SBYTES): Produce rvalues.
19763         * dired.c (directory_files_internal): Use STRING_SET_CHARS.
19764         * fns.c (concat): Likewise.
19765         * lread.c (read_vector): Likewise.
19767         * lisp.h (SMBP): Delete.  All uses changed to STRING_MULTIBYTE.
19768         (STRING_SET_UNIBYTE): New macro.
19769         (SET_STRING_BYTES): Delete.  Callers (all of which supplied a
19770         length of -1) changed to use STRING_SET_UNIBYTE.
19771         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
19772         casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
19773         composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
19774         dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
19775         fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
19776         keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
19777         minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
19778         sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
19779         w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
19780         w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
19781         xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
19782         STRING_BYTES or indirection changed to SCHARS, SBYTES,
19783         STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
19784         unchanged for now.
19786 2002-07-13  Kim F. Storm  <storm@cua.dk>
19788         * keyboard.c (command_loop_1): Invert check on Vmemory_full.
19790 2002-07-12  Richard M. Stallman  <rms@gnu.org>
19792         * fileio.c (Fwrite_region): Doc fix.
19794         * print.c (print_error_message): Don't handle Vsignaling_function here.
19796         * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
19797         (command_loop_1): Avoid certain actions after memory-full error.
19799         * eval.c (Fsignal): Don't call cancel_hourglass.
19800         For a memory-full error, don't call Vsignal_hook_function
19801         and don't set Vsignaling_function.
19803         * process.c (process_send_signal): Add abort call.
19805 2002-07-11  Markus Rost  <rost@math.ohio-state.edu>
19807         * keymap.c (Fkey_binding): Fix typo.
19809 2002-07-11  Richard M. Stallman  <rms@gnu.org>
19811         * alloc.c (Vmemory_full): New variable.
19812         (Vmemory_signal_data): Rename from memory_signal_data.
19813         Uses changed.
19814         (syms_of_alloc): Defvar them.
19815         (memory_full, buffer_memory_full): Set Vmemory_full.
19817         * lisp.h (Vmemory_full): Add declaration.
19818         (current_column, indented_beyond_p): Change declaration.
19820         * indent.c (last_known_column): Declare as double, not float.
19821         (current_column, current_column_1, string_display_width)
19822         (position_indentation): Return `double'.
19823         (indented_beyond_p): Arg `column' is `double'.  Callers changed.
19825         * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
19826         (back_to_previous_visible_line_start)
19827         (reseat_at_next_visible_line_start, next_element_from_buffer):
19828         Use `double', not `float', when calling indented_beyond_p.
19830         * s/hpux11.h (BROKEN_SA_RESTART): Define.
19832         * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
19834 2002-07-11  Juanma Barranquero  <lektu@terra.es>
19836         * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
19837         * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
19838         * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
19839         * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
19840         * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
19841         * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
19843 2002-07-10  Juanma Barranquero  <lektu@terra.es>
19845         * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
19846         All callers changed.
19848 2002-07-09  Stefan Monnier  <monnier@cs.yale.edu>
19850         * data.c (Fdefalias): Add an optional `docstring' argument.
19851         (set_internal, Fsetq_default): Use XCAR/XCDR.
19853         * composite.c (HASH_VALUE, HASH_KEY):
19854         * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
19856 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
19858         * callproc.c (Fcall_process): Fix previous change.
19860 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
19862         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
19863         Add support for hash-tables.
19864         (Ftry_completion): Return t even if the string appears multiple times.
19866         * fns.c (Fnconc): Use XCDR.
19867         (Fprovide): Use CONSP and XCDR.
19868         (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
19869         (HASH_TABLE_SIZE): Delete: moved to lisp.h.
19870         (Fmake_hash_table): Accept `:size nil'.
19871         (Fmakehash): Delete: moved to subr.el.
19872         (syms_of_fns): Don't defsubr makehash.
19874         * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
19875         (HASH_TABLE_SIZE): Move from fns.c.
19877 2002-07-07  Richard M. Stallman  <rms@gnu.org>
19879         * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
19880         Instead just return 0 when there is something to be done.
19881         (try_scrolling): If make_cursor_line_fully_visible returns 0,
19882         retry scrolling as if cursor were off the bottom.
19883         (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
19884         return CURSOR_MOVEMENT_MUST_SCROLL.
19885         (redisplay_window): If make_cursor_line_fully_visible returns 0,
19886         go to try_to_scroll.
19888         * buffer.c (Fbuffer_local_value): Store current value into its binding
19889         so we get the up-to-date value for the binding that is loaded.
19891         * eval.c (Fdefmacro): Doc fix.
19893 2002-07-05  Dave Love  <fx@gnu.org>
19895         * keyboard.c (read_key_sequence): Set initial_idleness_start_time
19896         correctly.
19898         * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
19899         (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
19900         (ccl_driver): Add cases for CCL_LookupIntConstTbl,
19901         CCL_LookupCharConstTbl.
19902         (syms_of_ccl): Defvar translation-hash-table-vector.
19904 2002-07-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19906         * xdisp.c: Remove unused variable `face'.
19908 2002-07-04  Juanma Barranquero  <lektu@terra.es>
19910         * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
19911         obsolescence information.
19913 2002-07-03  Andrew Choi  <akochoi@shaw.ca>
19915         * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
19916         pattern.  Search cache first.
19917         (init_font_name_table): Also add entry for jisx0201.1976-0 coding
19918         for Japanese font.
19919         (XLoadQueryFont): Use it.
19921 2002-07-02  Richard M. Stallman  <rms@gnu.org>
19923         * keymap.c (Fdefine_key): Doc fix.
19925         * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
19927 2002-07-02  Juanma Barranquero  <lektu@terra.es>
19929         * keymap.c (syms_of_keymap): Fix typo.
19931 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
19933         * s/darwin.h: Define POSIX_SIGNALS.
19935         * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
19936         and FSRefMakePath to convert FSSpec returned with Apple Event to
19937         Posix pathname.
19938         (mac_initialize) [TARGET_API_MAC_CARBON]:
19939         Call init_required_apple_events and disable the `Quit' menu item
19940         provided automatically by the Carbon Toolbox.
19942 2002-07-01  Dave Love  <fx@gnu.org>
19944         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
19945         for K&R.
19947         * xterm.c: Fix prototype for K&R.
19949         * term.c (costs_set): Declare static, non-initialized for pcc.
19951 2002-07-01  Richard M. Stallman  <rms@gnu.org>
19953         * keyboard.c (timer_last_idleness_start_time): New variable.
19954         (timer_start_idle): Set that.
19955         (read_key_sequence): Use that to reset timer_idleness_start_time
19956         to previous value.
19958         * window.c (Frecenter): With arg, set optional_new_start.
19960         * xdisp.c (redisplay_internal): Make optional_new_start really work.
19962         * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
19963         buffer for completion.
19965 2002-06-29  Ken Raeburn  <raeburn@gnu.org>
19967         * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
19969 2002-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19971         * keyboard.c (readable_filtered_events): New function that filters
19972         FOCUS_IN_EVENT depending on parameter.
19973         (readable_events): Calls readable_filtered_events, not filtering
19974         FOCUS_IN_EVENT.
19975         (get_filtered_input_pending): New function, filtering parameter passed
19976         to readable_filtered_events.
19977         (get_input_pending): Calls get_filtered_input_pending, not filtering
19978         FOCUS_IN_EVENT.
19979         (Finput_pending_p): Calls get_filtered_input_pending, DO filter
19980         FOCUS_IN_EVENT.
19982         * xterm.h (struct x_output): Add focus_state.
19984         * xterm.c (x_focus_changed): New function.
19985         (x_detect_focus_change): New function.
19986         (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
19987         EnterNotify and LeaveNotify to track X focus changes.
19989 2002-06-28  Andreas Schwab  <schwab@suse.de>
19991         * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
19993 2002-06-27  Kim F. Storm  <storm@cua.dk>
19995         * xdisp.c (mode_line_string_list, mode_line_string_face)
19996         (mode_line_string_face_prop): New variables.
19997         (store_mode_line_string): New function.
19998         (display_mode_element): Use store_mode_line_string to
19999         add mode-line string elements to mode_line_string_list
20000         when mode_line_string_list is non-nil.
20001         (Fformat_mode_line): Now returns propertized string by
20002         default.  New arg NO-PROPS to ignore properties.
20003         (decode_mode_spec): Only add two dashes for %- in propertized
20004         mode-line string.
20005         (syms_of_xdisp): Init and staticpro mode_line_string_list.
20007 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
20009         * minibuf.c (minibuffer_completion_contents): Add return type.
20011 2002-06-27  Juanma Barranquero  <lektu@terra.es>
20013         * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
20015 2002-06-26  Juanma Barranquero  <lektu@terra.es>
20017         * fileio.c (read_file_name_cleanup): Add missing return.
20019 2002-06-26  Richard M. Stallman  <rms@gnu.org>
20021         * window.c (Frecenter): Don't set force_start flag.
20023         * minibuf.c (do_completion, Fminibuffer_complete_word)
20024         (Fminibuffer_completion_help): Complete just the text before point.
20025         (minibuffer_completion_contents): New function.
20027         * buffer.c (Fbury_buffer): Use frames_discard_buffer.
20029         * frame.c (frames_bury_buffer): Function deleted.
20031 2002-06-25  Miles Bader  <miles@gnu.org>
20033         * callint.c (Fcall_interactively): When checking to see if doprnt hit
20034         the end of callint_message, allow for a terminating '\0'.
20036 2002-06-24  Juanma Barranquero  <lektu@terra.es>
20038         * w32select.c: Include composite.h.
20040         * w16select.c: Likewise.
20042 2002-06-24  Kenichi Handa  <handa@etl.go.jp>
20044         * callproc.c (Fcall_process): If code detection is necessary,
20045         call detect_coding directly here.
20047         * coding.c (detect_eol): Preserve coding->cmp_data.
20049         * w16select.c (Fw16_get_clipboard_data):
20050         * w32fns.c (w32_to_x_font):
20051         * w32select.c (Fw32_get_clipboard_data):
20052         * xselect.c (selection_data_to_lisp_data):
20053         * xterm.c (XTread_socket): Disable composition handling.
20055 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
20057         * print.c (temp_output_buffer_setup): Kill all local variables.
20059 2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
20061         * lread.c (Fread): Remove redundant and imprecise declaration.
20063         * xfns.c (check_x_display_info): Use check_x_frame.
20065         * .gdbinit (xprintsym): Use the new `xname' field.
20066         (xsymbol): Use it.
20068 2002-06-22  Jason Rumney  <jasonr@gnu.org>
20070         * w32fns.c (file_dialog_callback): New function.
20071         (Fx_file_dialog): Allow selecting directories as well as files.
20073 2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20075         * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
20076         OpenBSD.  Add support for mipseb-*-netbsd* machines.
20078 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
20080         * macterm.c (mac_scroll_area): Set foreground and backcolor to
20081         black and white before scrolling.  Restore frame background and
20082         foreground color after scrolling.
20083         (do_window_update): Call XClearWindow before calling expose_frame.
20084         (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
20085         FRAME_FOREGROUND_PIXEL of frame.
20087         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
20088         test Mac command key as <ALT> key.
20090 2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
20092         * window.c (Fset_window_configuration): Lisp_Object/int mixup.
20094         * keyboard.c (read_key_sequence): Be more careful with first_unbound.
20095         Lookup keys in function-key-map immediately so that key-translation-map
20096         can be applied earlier.
20097         Remove function_key_possible and key_translation_possible, replaced
20098         by checking `keytran_start < t'.
20100         * .gdbinit (xsymbol): Use the new `xname' field.
20102 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
20104         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
20105         test Mac command key as <ALT> key.
20107         * mac.c (do_applescript): Call initialize_applescript if necessary
20108         when first called.  Dispose of result_desc only when there is no error.
20109         (Fdo_applescript): Use %d format specifier instead of %ld.
20111 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
20113         * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
20114         of FrontWindow for cases keyDown and autoKey.
20116         * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
20117         Vdefault_fontset to Monaco with mac-roman coding.
20119         * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
20120         init_process before and after inclusion of Carbon/Carbon.h, resp.
20122         * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
20123         cursor_gc.
20124         (add_font_name_table_entry): New function.
20125         (init_font_name_table): Use add_font_name_table_entry; add italic,
20126         bold, and bold-italic entries for truetype fonts.
20128         * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
20129         for Mac too.
20130         (try_font_list) [MAC_OS]: If no font matches given registry, try
20131         fonts with any registry matching face_family.
20132         (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
20134         * s/darwin.h: If autoconf detects the Ncurses library, define
20135         LIBS_TERMCAP to -lncurses to use it.
20137 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
20139         * strftime.c [__hpux]: Include sys/_mbstate_t.h.
20141 2002-06-15  Richard M. Stallman  <rms@gnu.org>
20143         * window.c (Fset_window_configuration): Explicitly preserve
20144         the point value that new_current_buffer had at the start.
20146 2002-06-14  Juanma Barranquero  <lektu@terra.es>
20148         * composite.c (Fcompose_region_internal, Fcompose_string_internal):
20149         Fix typos.
20151 2002-06-14  Kim F. Storm  <storm@cua.dk>
20153         * insdel.c (insert_1_both, insert_from_string_1)
20154         (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
20155         insert happened in the end_unchanged region.  Otherwise, the
20156         redisplay may be confused and duplicate the last line in the
20157         buffer [seen after save-buffer when require-final-newline==t].
20159 2002-06-13  Jason Rumney  <jasonr@gnu.org>
20161         * w32.c (init_environment): Remove EMACSLOCKDIR.
20162         (stat): Swap _S_IFDIR and _S_IFREG.
20164 2002-06-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20166         * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
20167         * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
20168         * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
20169         ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
20170         to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
20171         NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
20172         to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
20173         language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
20174         to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
20175         W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
20176         SELECTION_REQUEST_EVENT, selection_clear_event to
20177         SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
20178         delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
20179         ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
20180         menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
20181         DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
20182         no_event to NO_EVENT.
20184 2002-06-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20186         * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
20188 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
20190         * intervals.c (textget): Don't forget to `return'.
20191         (lookup_char_property): Use XCAR/XCDR.
20193 2002-06-12  Juanma Barranquero  <lektu@terra.es>
20195         * xdisp.c (Fformat_mode_line): Fix typo.
20197 2002-06-12  Kim F. Storm  <storm@cua.dk>
20199         * xdisp.c (Fformat_mode_line): New function.
20200         (frame_title_buf, frame_title_buf_end, frame_title_ptr)
20201         (store_frame_title_char, store_frame_title): Use unconditionally.
20202         (init_xdisp): Defsubr Fformat_mode_line.
20203         Initialize frame_title_buf etc. unconditionally.
20205 2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
20207         * keyboard.c (read_key_sequence):
20208         Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
20209         things through those maps after downcasing events.
20210         Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
20211         applies after function-key-map.
20212         Make sure that keytran can be done in the middle in the sequence.
20213         Be careful not to throw away events past the one we downcase.
20215         * lread.c (read_integer): Remove unused var `tem'.
20216         (read1): Fix int/Lisp_Object mixup.
20218         * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
20220 2002-06-11  Richard M. Stallman  <rms@gnu.org>
20222         * keyboard.c (readable_events): Ignore any number of
20223         FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
20225 2002-06-09  Miles Bader  <miles@gnu.org>
20227         * xfaces.c (Ftty_supports_face_attributes_p): New function.
20228         (parse_rgb_list, tty_lookup_color): New functions.
20229         (tty_defined_color): Use `tty_lookup_color' to do all the work.
20230         (color_distance, Fcolor_distance): New functions.
20231         (TTY_SAME_COLOR_THRESHOLD): New macro.
20232         (Qtty_color_standard_values): New variable.
20233         (syms_of_xfaces): Initialize new vars & functions.
20235 2002-06-08  Colin Walters  <walters@verbum.org>
20237         * textprop.c (Vchar_property_alias_alist): New variable.
20238         (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
20240         * intervals.c (lookup_char_property): New function for looking up
20241         overlay and text properties, created from textget.
20242         (textget): Use it.
20244         * intervals.h (lookup_char_property): Declare.
20245         (Vchar_property_alias_alist): Declare.
20247         * buffer.c (Foverlay_get): Use lookup_char_property.
20249 2002-06-07  Sam Steingold  <sds@gnu.org>
20251         * xselect.c (lisp_data_to_selection_data): Fix last change:
20252         *data_ret is not a Lisp string, while unibyte_string is.
20254 2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
20256         * xselect.c (lisp_data_to_selection_data): Fix last change:
20257         set size_ret.
20259 2002-06-07  Andreas Schwab  <schwab@suse.de>
20261         * m/amdx86-64.h: New file.
20263 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
20265         * fns.c (Fstring_make_unibyte): Doc fix.
20267         * xselect.c (lisp_data_to_selection_data): If the requested type
20268          is STRING, call string_make_unibyte to encode the selected text
20269          as a string.
20271         * window.c (Fset_window_hscroll): Doc fix.
20273 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20275         * fileio.c (choose_write_coding_system):
20276         Call select-safe-coding-system properly.
20278 2002-06-03  Richard M. Stallman  <rms@gnu.org>
20280         * xdisp.c (message_with_string): Error if STRING is not a string.
20282         * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
20284         * fileio.c (choose_write_coding_system): Pass FILE arg to
20285         Vselect_safe_coding_system_function.
20287 2002-06-03  Ken Raeburn  <raeburn@gnu.org>
20289         * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
20291 2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>
20293         * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
20294         * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
20295         * keymap.c (describe_command): Likewise.
20296         * minibuf.c (read_minibuf): Likewise.
20298         * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
20299         Cast `current_column' return value to int.
20300         (back_to_previous_visible_line_start)
20301         (reseat_at_next_visible_line_start, next_element_from_buffer):
20302         Cast `indented_beyond_p' 3rd arg to float.
20304         * indent.c (last_known_column): Now a float.
20305         (current_column_1, position_indentation, current_column)
20306         (string_display_width): Return float.
20307         (Fcurrent_column): Cast `current_column' return value to int.
20308         (Fcurrent_indentation): Cast `position_indentation' retval to int.
20309         (indented_beyond_p): Third arg now a float.
20310         (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
20312         * lisp.h (current_column): Now returns float.
20313         (indented_beyond_p): 3rd arg now a float.
20315 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
20317         * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
20318         is Qcompound_text_with_extensions.
20320         * xselect.c (lisp_data_to_selection_data): Always set selection
20321         type as string if x_encode_text returns streingp non-NULL.
20323         * s/netbsd.h: Include /usr/pkg in the run time shared library path.
20325 2002-05-30  Richard M. Stallman  <rms@gnu.org>
20327         * window.c (Fset_window_configuration): Correct the handling
20328         of point in current buffer, to work with multiple windows.
20330 2002-05-29  Colin Walters  <walters@verbum.org>
20332         * lread.c (Fread_from_string): Don't depend on order of evaluation
20333         for C function parameters.
20335 2002-05-28  Richard M. Stallman  <rms@gnu.org>
20337         * xterm.c (x_display_and_set_cursor): Change the cursor in the same
20338         way for blinked-off state and for a nonselected window.
20340         * window.c (window_scroll_pixel_based): Don't call Fbolp;
20341         instead, see if the new start pos is at beginning of line.
20343         * fileio.c (Fwrite_region): If START is a string, don't
20344         make any annotations.
20346         * eval.c (syms_of_eval): Doc fix.
20348 2002-05-28  Colin Walters  <walters@debian.org>
20350         * emacs.c (USAGE1): Add --no-splash.
20351         (standard_args): Ditto.
20353 2002-05-28  Colin Walters  <walters@gnu.org>
20355         * lread.c (readchar_count): New variable.
20356         (readchar): Increment it.
20357         (unreadchar): Decrement it.
20358         (read_multibyte): Decrement it.
20359         (Vread_with_symbol_positions): New variable.
20360         (Vread_symbol_positions_list): New variable.
20361         (read_internal_start): New function, created from Fread and
20362         Fread_from_string.  Handle Vread_symbol_positions_list and
20363         Vread_with_symbol_positions.
20364         (readevalloop, Fread, Fread_from_string): Use it.
20365         (read1): Use readchar_count to add symbol positions to
20366         Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
20367         (syms_of_lread): DEFVAR_LISP and initialize them.
20369         * lread.c (read0, read1, read_list, read_vector, read_multibyte)
20370         (substitute_object_recurse, substitute_object_in_subtree)
20371         (substitute_in_interval): Prototype.
20372         (read_multibyte): Return c if it's less than zero.
20374 2002-05-28  Kim F. Storm  <storm@cua.dk>
20376         * fileio.c (Fread_file_name_internal): Added brute-force
20377         speed up for using predicate file-directory-p.
20379 2002-05-28  Kim F. Storm  <storm@cua.dk>
20381         * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
20382         New variables.
20383         (syms_of_fileio): DEFVAR_LISP them.
20384         (read_file_name_cleanup): New unwind function.
20385         (Fread_file_name_internal): Only return completions satifying
20386         Vread_file_name_predicate.  Temporarily unwind protect and rebind
20387         default-directory while checking completions against the predicate.
20388         (Fread_file_name): Added PREDICATE argument.  Specbind it to
20389         Vread_file_name_predicate during completion.
20390         Call Vread_file_name_function to read the file name if non-nil.
20392         * lisp.h (Fread_file_name): Now has 6 args.
20394         * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
20395         predicate for Fread_file_name when reading directory name.
20396         Supply Qnil for predicate in other calls to Fread_file_name.
20398 2002-05-26  Miles Bader  <miles@gnu.org>
20400         * term.c (tty_capable_p): New function.
20401         * dispextern.h (tty_capable_p): New function declaration.
20402         (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
20403         (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
20405 2002-05-23  Stefan Monnier  <monnier@cs.yale.edu>
20407         * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
20408         (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
20409         (Vwrite_region_annotate_functions): Docstring fix.
20411 2002-05-23  Kim F. Storm  <storm@cua.dk>
20413         * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
20414         phys_cursor's hpos is overwritten.  This is still not completely
20415         correct, as it doesn't really make sense to use hpos at all to
20416         get the cursor glyph (as that is relative to the width of the
20417         characters on the line, which may have changed during the update).
20419 2002-05-22  Jason Rumney  <jasonr@gnu.org>
20421         * w32fns.c (enumfont_t): Remove tail, make pattern a normal
20422         Lisp_Object.
20423         (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
20424         Use modified enumfont_t struct.
20426         * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
20428         * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
20429         Handle the `hbar' cursor type.
20430         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
20432         * w32fns.c (Qhbar): New variable.
20433         (x_specified_cursor_type): Use it.
20435 2002-05-21  Ken Raeburn  <raeburn@gnu.org>
20437         * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
20438         now, when the address is needed.
20440 2002-05-21  Colin Walters  <walters@gnu.org>
20442         * Makefile.in (shortlisp): Add font-core.el.
20444 2002-05-20  Richard M. Stallman  <rms@gnu.org>
20446         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
20448         * keyboard.c (read_char_minibuf_menu_prompt): Don't list
20449         equivalent key bindings here.
20451 2002-05-20  Ken Raeburn  <raeburn@gnu.org>
20453         Change symbol structure to contain a lisp object for the symbol
20454         name:
20455         * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
20456         object field named "xname".
20457         (SYMBOL_NAME): New macro.
20458         * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
20459         name field.
20460         * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
20461         (mark_object, gc_sweep): Use symbol xname field and XSTRING
20462         instead of name field.
20463         * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
20464         SYMBOL_NAME instead of XSYMBOL and name field.
20465         * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
20466         instead of XSYMBOL and name field.
20467         * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
20468         and SYMBOL_NAME instead of XSYMBOL and name field.
20469         * coding.c (Fread_coding_system, code_convert_region1)
20470         (code_convert_string1, code_convert_string_norecord)
20471         (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
20472         XSYMBOL and name field.
20473         * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
20474         (Fmake_variable_buffer_local, Fmake_local_variable)
20475         (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
20476         of XSYMBOL and name field.
20477         * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
20478         XSYMBOL and name field.
20479         * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
20480         instead of XSYMBOL and name field.
20481         * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
20482         XSYMBOL and name field.
20483         * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
20484         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
20485         * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
20486         instead of XSYMBOL and name field.
20487         * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
20488         (parse_modifiers, apply_modifiers, Fevent_convert_list)
20489         (parse_solitary_modifier, Fexecute_extended_command):
20490         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
20491         * keymap.c (silly_event_symbol_error, Fsingle_key_description)
20492         (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
20493         of XSYMBOL and name field.
20494         (describe_command, describe_translation): Use SYMBOL_NAME and
20495         assignment instead of XSYMBOL and name field and XSETSTRING.
20496         * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
20497         instead of XSYMBOL and name field.
20498         (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
20499         name field and XSETSTRING.
20500         * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
20501         of XSYMBOL and name field.
20502         * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
20503         assignment instead of XSYMBOL and name field and XSETSTRING.
20504         * print.c (print_error_message, print_object): Use SYMBOL_NAME and
20505         XSTRING instead of XSYMBOL and name field.
20506         * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
20507         and XSTRING instead of XSYMBOL and name field.
20508         * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
20509         and XSTRING instead of XSYMBOL and name field.
20510         * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
20511         XSTRING instead of XSYMBOL and name field.
20512         * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
20513         of XSYMBOL and name field.
20514         * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
20515         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
20517 2002-05-19  Ken Raeburn  <raeburn@gnu.org>
20519         * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
20520         and XCDR real rvalues in most configurations.
20522         * buffer.c (fix_overlays_in_range, fix_overlays_before):
20523         Don't take the address of the cdr part of a cons cell; instead, track
20524         the parent cell and call XSETCDR, or set the variable for the head
20525         of the list if we haven't started down the list yet.
20527 2002-05-19  Richard M. Stallman  <rms@gnu.org>
20529         * doc.c (reread_doc_file): Don't ask for confirmation.
20531 2002-05-18  Jason Rumney  <jasonr@gnu.org>
20533         * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
20534         (xbm_load_image): Use it.
20535         (xbm_load): Ditto.
20536         (xbm_read_bitmap_data): Reverted to xfns.c version.
20537         From David Ponce <david@dponce.com>.
20539 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
20541         * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
20542         2.02 and later.
20544 2002-05-16  Juanma Barranquero  <lektu@terra.es>
20546         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
20548 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
20550         * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
20551         meaningful test.
20552         (read_char_minibuf_menu_prompt): Fix typo.
20554 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
20556         * eval.c (Fcommandp): Doc fix.
20558 2002-05-13  Stefan Monnier  <monnier@cs.yale.edu>
20560         * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
20561         (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
20562         (Fset_keymap_parent): Gcpro a bit more.
20563         (access_keymap): Gcpro around meta_map call and around the main loop.
20564         (get_keyelt): Gcpro when following indirect references.
20565         (copy_keymap_item): New fun, extracted from Fcopy_keymap.
20566         (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
20567         (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
20568         Remove useless ad-hoc remap code.
20570 2002-05-13  Richard M. Stallman  <rms@gnu.org>
20572         * search.c (search_buffer): Give up boyer moore search if inverse
20573         translation change charset_base.
20575 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
20577         * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
20578         characters is carried over from the previous block of text, adjust
20579         coding->produced to account for the extra character.
20581 2002-05-11  Andreas Schwab  <schwab@suse.de>
20583         * coding.c (intersection): Keep the elements of the returned list
20584         in the same order as in the first list.
20586 2002-05-11  Kim F. Storm  <storm@cua.dk>
20588         * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
20589         only update cmm_size if realloc actually succeeds.
20590         Testing with initial size of 2 elements revealed that using
20591         realloc on GNU/Linux would cause a random trap in xmalloc
20592         later on, so I rewrote the code to use malloc/bcopy/free instead
20593         of realloc.
20595 2002-05-10  Jason Rumney  <jasonr@gnu.org>
20597         * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
20599 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
20601         * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
20602         parens, to ensure correct evaluation order.
20604 2002-05-10  Kim F. Storm  <storm@cua.dk>
20606         * keymap.c (Vemulation_mode_map_alists): New variable.
20607         (syms_of_keymap): DEFVAR_LISP it.
20608         (current_minor_maps): Process keymap alists in that list before
20609         minor-mode-overriding-map-alist and minor-mode-map-alist.
20611 2002-05-09  Richard M. Stallman  <rms@gnu.org>
20613         * search.c (Freplace_match): Doc fix.
20615 2002-05-09  Kim F. Storm  <storm@cua.dk>
20617         * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
20618         Enlarge cursor rectangle drawn around image with non-zero relief.
20620         * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
20621         Enlarge cursor rectangle drawn around image with non-zero relief.
20623         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
20624         Enlarge cursor rectangle drawn around image with non-zero relief.
20626 2002-05-07  Eli Zaretskii  <eliz@is.elta.co.il>
20628         * xselect.c (lisp_data_to_selection_data): Don't set selection
20629         type if comes from the Lisp object's car.  If the selection
20630         contains a pure ASCII text, always return QSTRING as its type.
20632 2002-05-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20634         * mac.c (mac-cut-function): Doc fix.
20636 2002-05-05  Richard M. Stallman  <rms@gnu.org>
20638         * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
20640 2002-05-04  Jason Rumney  <jasonr@gnu.org>
20642         * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
20643         for event-click-count.
20645         * process.c (init_process): Only add server subfeature if we can
20646         use non-blocking I/O.
20648 2002-05-04  Andrew Choi  <akochoi@shaw.ca>
20650         * macterm.c (XTread_socket): Call WaitNextEvent once instead of
20651         repeatedly.
20653 2002-05-03  Jason Rumney  <jasonr@gnu.org>
20655         * process.c (Fmake_network_process): Only support server sockets
20656         when we can make them non-blocking.
20658         * s/ms-w32.h (HAVE_SELECT): Define.
20660         * w32.h (FILE_NDELAY): New flag.
20662         * w32.c (sys_getpeername, fcntl): New functions.
20663         (_sys_read_ahead): Temporarily block on non-blocking sockets.
20665         * w32proc.c: Include sys/file.h.
20667 2002-05-03  Colin Walters  <walters@verbum.org>
20669         * callproc.c (Vgame_score_directory): Renamed to
20670         Vshared_game_score_directory.
20672 2002-04-30  Richard M. Stallman  <rms@gnu.org>
20674         * s/gnu.h [emacs]: Include stdio.h.
20675         (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
20677         * eval.c (do_autoload): Error if called while preparing to dump.
20679         * fns.c (Frequire): Error if need to load while preparing to dump.
20681 2002-04-28  Colin Walters  <walters@verbum.org>
20683         * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
20684         Default to "~/.emacs.d/games".
20686 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
20688         * lread.c (openp): Change arg exec_only to predicate.
20689         (build_load_history): Use XCAR/XCDR.
20690         (Flocate_file_internal): New fun.
20691         (syms_of_lread): Defsubr it.
20692         (Fload): Update call to openp.
20694         * lisp.h (openp): Update prototype.
20696         * xfns.c (x_create_bitmap_from_file, x_find_image_file):
20697         * w32proc.c (sys_spawnve):
20698         * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
20699         * w32.c (check_windows_init_file):
20700         * sound.c (Fplay_sound_internal):
20701         * process.c (Fstart_process):
20702         * macfns.c (x_create_bitmap_from_file, x_find_image_file):
20703         * mac.c (run_mac_command):
20704         * emacs.c (init_cmdargs):
20705         * callproc.c (Fcall_process): Update call to openp.
20707         * textprop.c (remove_properties): Don't use XCAR without CONSP.
20709         * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
20711 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20713         * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
20714         (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
20716 2002-04-28  Richard M. Stallman  <rms@gnu.org>
20718         * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
20720         * eval.c (Fcommandp): New arg for_call_interactively.
20721         * lisp.h (Fcommandp): Declare new arg.
20723 2002-04-28  Jason Rumney  <jasonr@gnu.org>
20725         * w32proc.c (syms_of_w32proc): Get true file attributes by default.
20727         * w32.c (stat, fstat): Use file index information to generate
20728         inodes for directories where available.
20730 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
20732         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
20733         [HAVE_CARBON]: Include Mac object files.
20735         * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
20736         fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
20737         termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
20738         MAC_OSX, and MAC_OS instead of macintosh.
20740         * editfns.c [MAC_OS8]: Include stdio.h.
20742         * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
20744         * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
20745         Apple Monaco.
20747         * process.c (QCfamily, QCfilte): Declare extern.
20748         (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
20749         calling select.
20751         * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
20753         * tparam.c [MAC_OSX]: Don't define BC and UP.
20755         * config.in [HAVE_CARBON]: Add.
20757         * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
20758         Move here from mac/src and mac/inc.
20760         * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
20762 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
20764         * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
20765         Compute phys_cursor_width from the x position returned
20766         by x_draw_glyhs, which is cheaper.
20767         (x_display_and_set_cursor): Compute the buffer-local value
20768         of `cursor-in-non-selected-windows' only when needed.
20770 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
20772         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
20773         cursor on a stretch glyph has a width that depends on
20774         x_stretch_cursor_p.
20776 2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20778         * abbrev.c (abbrev-start-location): Doc fix.
20780         * indent.c (Fvertical_motion): Fix last change.
20782 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
20784         * indent.c (Fvertical_motion): Move to the start of the line
20785         containing PT before moving up or down.
20787 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
20789         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
20790         case of writing a whole row, more or less analogous to the case of
20791         writing only parts of a row.
20793         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
20794         0 for NO_CURSOR.
20796         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
20798 2002-04-23  Colin Walters  <walters@verbum.org>
20800         * buffer.c (syms_of_buffer): Doc fix.
20802 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
20804         * xterm.c (notice_overwritten_cursor): Handle the special case
20805         of the cursor being in the first blank non-text line at the
20806         end of a window.
20808         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
20809         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
20810         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
20811         bar cursors only, to make phys_cursor_width contain what its name
20812         suggests.
20813         (notice_overwritten_cursor): Consider the cursor image erased if
20814         the output area intersects the cursor image in y-direction.
20816 2002-04-23  Simon Marshall  <simon@gnu.org>
20818         * xfns.c (x_set_mouse_color): Change default for cross_cursor
20819         to XC_hand2.
20821 2002-04-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20823         * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
20825 2002-04-22  Kim F. Storm  <storm@cua.dk>
20827         * textprop.c (remove_properties): Fixed trap for malformed plist.
20829 2002-04-22  Richard M. Stallman  <rms@gnu.org>
20831         * cmds.c (Fend_of_line): Handle intangible text in mid line.
20833         * window.c (make_window): Initialize height_fixed_p,
20834         last_cursor_off_p, and p->cursor_off_p slots.
20836 2002-04-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20838         * fns.c (use-dialog-box): Doc fix.
20840 2002-04-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20842         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
20843         variables `row', `i' and `area'.
20844         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
20845         toolkit library.
20847 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
20849         * xfaces.c (clear_font_table): Don't free the default font of
20850         a frame even if it's on another display.
20851         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
20852         that could be Qt.
20854 2002-04-19  Juanma Barranquero  <lektu@terra.es>
20856         * indent.c (Fmove_to_column): Remove unused local variable
20857         `next_boundary_byte'.
20858         (current_column_1): Likewise.
20860 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
20862         * msdos.c (Qhbar): New variable.
20863         (syms_of_msdos): Intern and staticpro it.
20864         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
20865         cursor type.
20867 2002-04-19  Dave Lambert  <dlambert@acm.org>
20869         Theses change implement an underscore-like (`hbar') cursor.
20871         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
20873         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
20874         Handle the `hbar' cursor type.
20875         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
20877         * xfns.c (Qhbar): New variable.
20878         (syms_of_xfns): Intern and staticpro it.
20879         (x_specified_cursor_type): Handle `hbar' cursor.
20881         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
20882         not defined.
20884 2002-04-18  Richard M. Stallman  <rms@gnu.org>
20886         * textprop.c (remove_properties): New arg LIST allows scanning
20887         either a list or a plist.
20888         (interval_has_some_properties_list): New function, like
20889         interval_has_some_properties using list instead of plist.
20890         All callers changed.
20891         (Fremove_list_of_text_properties): New function.
20892         (syms_of_textprop): Defsubr it.
20894 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
20896         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
20898 2002-04-17  Juanma Barranquero  <lektu@terra.es>
20900         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
20902 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
20904         * window.c (coordinates_in_window): Don't report on margin area
20905         if its width is zero.
20907 2002-04-16  Jason Rumney  <jasonr@gnu.org>
20909         * w32fns.c (Fx_file_dialog): Decode file name before using.
20911         * w32term.c (construct_drag_n_drop): Likewise.
20913 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
20915         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
20916         store load-history in pure space.
20918         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
20920 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
20922         * xterm.c (Qlatin_1, Qutf_8): New vars.
20923         (syms_of_xterm): Initialize them.
20924         (XTread_socket): Eliminate incorrect optimization that tried to avoid
20925         decoding the output of X*LookupString.
20926         Always use latin-1 to decode the output of XLookupString.
20927         Try Xutf8LookupString if XmbLookupString failed.
20929         * region-cache.c (new_region_cache): Use BEG.
20931 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
20933         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
20934         configuration files.
20935         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
20936         returns 0.
20938 2002-04-15  Andreas Schwab  <schwab@suse.de>
20940         * config.in: Regenerated using autoheader.
20942         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
20943         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
20944         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
20945         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
20946         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
20947         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
20948         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
20949         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
20950         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
20951         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
20952         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
20953         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
20954         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
20955         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
20956         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
20957         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
20958         STACK_DIRECTION, now set by autoconf.
20960 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20962         * dispnew.c (marginal_area_string): Sort arguments.
20964         * dispextern.h (marginal_area_string): Add prototype.
20966 2002-04-13  Richard M. Stallman  <rms@gnu.org>
20968         * fileio.c (Finsert_file_contents):
20969         Don't call temp_output_buffer_setup--do just part, by hand.
20971         * coding.c (run_pre_post_conversion_on_str):
20972         Don't call temp_output_buffer_setup--do just part, by hand.
20974         * keyboard.c (command_loop_1): Don't call start_hourglass
20975         or cancel_hourglass when executing a macro.
20977         * marker.c (count_markers): New function.
20979         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
20980         grow without limit.  Move recently used elements to the front.
20982 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
20984         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
20986 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
20988         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
20989         rows marginal areas.
20990         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
20991         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
20993         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
20995 2002-04-12  Dave Love  <fx@gnu.org>
20997         * dispnew.c (marginal_area_string): New.
20999         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
21000         (Qleft_margin, Qright_margin): Declare.
21001         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
21003         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
21004         note_mode_line_highlight and extended.
21006         * keyboard.c (Qleft_margin, Qright_margin): Declare.
21007         (make_lispy_event): Deal with mouse events in margins.
21009 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
21011         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
21013         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
21014         than deactivating the mark if tmm is set to `lambda'.
21015         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
21016         Use a single event for HELP_EVENT.
21017         (Fexecute_extended_command): Save last_point_position.
21019 2002-04-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21021         * lisp.h (Fpropertize): Add prototype.
21023         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
21025 2002-04-10  Colin Walters  <walters@verbum.org>
21027         * config.in: Add HAVE_SHARED_GAME_DIR.
21029         * callproc.c (Vgame_score_directory): New variable.
21030         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
21032 2002-04-10  Richard M. Stallman  <rms@gnu.org>
21034         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
21036 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
21038         * minibuf.c (read_minibuf): Use empty_string.
21039         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
21040         Short-circuit the search as soon as it "failed".
21041         (Fall_completions): Allow lambda forms and lists of strings for alist.
21042         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
21043         when require_match is nil.
21044         (Ftest_completion): Rename from `test_completion' and export to elisp.
21045         Call the predicate also when alist is a list.
21046         Obey Vcompletion_regexp_list.
21047         (do_completion, Fminibuffer_complete_and_exit): Use it.
21048         (Fassoc_string): Rename from `assoc_for_completion'.
21049         Allow list of strings as well and export to elisp.
21051 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
21053         * puresize.h (BASE_PURESIZE): Increase to 900KB.
21055 2002-04-08  Juanma Barranquero  <lektu@terra.es>
21057         * w32.c (sys_accept): Don't hide variable `s'.
21059 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
21061         * callint.c (Fcall_interactively): Use INTEGERP instead of
21062         NUMBERP for checking Vhistory_length.
21064 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21066         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
21067         Doc fix to reflect it.
21069 2002-04-04  Richard M. Stallman  <rms@gnu.org>
21071         * xdisp.c (display_mode_element): New arg RISKY.
21072         Disregard text props found or specified within a variable
21073         that isn't marked risky-local-variable.
21074         (Qrisky_local_variable): New variable.
21075         (syms_of_xdisp): Init and staticpro it.
21077 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
21079         * undo.c (record_point): New fun.
21080         (record_delete, record_insert): Use it.
21082 2002-04-03  Juanma Barranquero  <lektu@terra.es>
21084         * doc.c (Fdocumentation): Add missing parentheses.
21085         (Fdocumentation_property): Likewise.
21087 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
21089         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
21090         data is 0, just return nil.
21092 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
21094         * msdos.c (syms_of_msdos): Fix last change with
21095         mouse_autoselect_window.
21097 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21099         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
21100         mouse_autoselect_window.
21102 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
21104         * keyboard.c (make_lispy_event): Handle unknown keysyms together
21105         with system-specific keysyms.  Use it also for unknown function keys.
21107         * doc.c (reread_doc_file): Return whether reload was attempted.
21108         (Fdocumentation, Fdocumentation_property): Don't try to reload
21109         if the doc is 0 and only ask once.
21111         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
21113 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
21115         * keyboard.c (read_char): If the event was Qselect_window,
21116         restore timer_idleness_start_time to its previous value.
21118         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
21120 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
21122         * region-cache.c (new_region_cache): Use BEG.
21124         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
21125         Use BEG and BEG_BYTE.
21127         * doc.c (get_doc_string): Return nil if the location is wrong.
21128         (reread_doc_file): New fun.
21129         (Fdocumentation, Fdocumentation_property):
21130         Call it if get_doc_string fails.
21131         (Fsnarf_documentation): Make it work for a dumped Emacs.
21133         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
21134         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
21136         * charset.c (Fstring): Allow 0 arguments.
21138         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
21140         * process.c (DATAGRAM_CONN_P, list_processes_1)
21141         (Fprocess_datagram_address, Fset_process_datagram_address)
21142         (Fset_network_process_options, server_accept_connection):
21143         Fix some int/Lisp_Object confusions (thank you union types).
21145 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21147         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
21149         * w32term.c: Likewise.
21150         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
21152         * keyboard.c (Qselect_window): New symbol.
21153         (head_table): Use it.
21154         (keys_of_keyboard): Bound select-window event to handle-select-window.
21155         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
21157         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
21158         (last_window): New variable.
21159         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
21160         (note_mouse_movement): Remove reimplemented code in #if 0.
21161         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
21162         Emacs windows.
21164         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
21166 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
21168         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
21169         Callers changed.
21171 2002-03-30  Richard M. Stallman  <rms@gnu.org>
21173         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
21174         loop whenever it stops making progress.
21176         * widget.c (set_frame_size): Don't call change_frame_size.
21178 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
21180         * dispnew.c (direct_output_for_insert):
21181         Call mark_window_display_accurate.
21183 2002-03-29  Jason Rumney  <jasonr@gnu.org>
21185         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
21187 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
21189         * Makefile.in (lread.o): Depend on coding.h.
21191         * lread.c (openp, Fload): Encode the file name before passing it
21192         to `stat', `access', and `emacs_open'.
21193         (openp): GCPRO the encoded file name.  Don't recompute Lisp
21194         strings unnecessarily.
21196 2002-03-29  Kim F. Storm  <storm@cua.dk>
21198         * fns.c (Flax_plist_put): Doc fix.
21200 2002-03-28  Miles Bader  <miles@gnu.org>
21202         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
21204 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21206         * process.c (set-network-process-options): Add usage.
21207         (make-network-process): Doc fix.
21209 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
21211         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
21213 2002-03-26  Richard M. Stallman  <rms@gnu.org>
21215         * fns.c (Fsubstring_no_properties): New function.
21216         (Flax_plist_get, Flax_plist_put): New functions.
21217         (syms_of_fns): defsubr them.
21219         * xdisp.c (update_menu_bar): Test only update_mode_lines;
21220         don't test or alter w->update_mode_line.
21222         * window.c (Fdisplay_buffer): Doc fix.
21224 2002-03-24  Richard M. Stallman  <rms@gnu.org>
21226         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
21228 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
21230         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
21231         (Fdefmacro): Handle `(declare ...)'.
21232         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
21233         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
21235 2002-03-24  Jason Rumney  <jasonr@gnu.org>
21237         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
21238         (xbm_file_p): Add prototypes.
21239         (xbm_format, xbm_image_p): Sync with xfns.c.
21240         (reflect_byte): New function.
21241         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
21242         (xbm_load_image): Create bitmaps with a depth of 1.
21243         (init_xfns): Enable XBM images.
21245 2002-03-23  Jason Rumney  <jasonr@gnu.org>
21247         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
21248         correctly.  Do not pass up_modifier to keyboard buffer.
21250         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
21252 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
21254         * Makefile.in (bootstrapclean): New target.
21255         (bootstrap-temacs, bootstrap-doc): Remove.
21256         (bootstrap-emacs): Use a bog-standard `temacs'.
21257         Don't bother to build a DOC file.
21259         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
21261         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
21262         in temacs even if !CANNOT_DUMP.
21263         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
21265         * alloc.c (check_pure_size): Only output a warning.
21267 2002-03-22  Jason Rumney  <jasonr@gnu.org>
21269         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
21270         supported.
21272         * w32term.c (zv_bits): Declare as short, for word alignment.
21273         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
21274         (syms_of_w32term): Define x-use-underline-position-properties.
21276         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
21277         (clear_image_cache): Block input, fix logic, clear matrices in
21278         all frames that share this cache.
21280 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
21282         * emacs.c (main): Update the Copyright year in the blurb printed
21283         by "emacs --version".
21285         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
21287         * xterm.c (XTread_socket): If XK_ISO_Lock and
21288         XK_ISO_Last_Group_Lock are defined, handle keysyms between
21289         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
21291 2002-03-21  Kim F. Storm  <storm@cua.dk>
21293         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
21294         menu-bar bindings in keymap and local-map properties _are_ used.
21295         But try keymap property first in accordance with 2002-01-03 patch.
21296         Added comment describing why this is not always reliable.
21297         (tool_bar_items): Ditto for tool-bar.
21299 2002-03-21  Jason Rumney  <jasonr@gnu.org>
21301         * w32fns.c (x_clear_image_1): Disable color table code.
21303 2002-03-21  Kim F. Storm  <storm@cua.dk>
21305         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
21306         removed the wrong version of the DEFUN macro; fixed it.
21308         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
21309         Fmember rather than Fmemq).
21310         (Fprovide): Check that subfeatures is a list.
21312         * process.c (QCfeature, QCdatagram): Removed variables.
21313         (QCtype, Qdatagram): New variables.
21314         (network_process_featurep): Removed function.
21315         (Fmake_network_process): Removed :feature check.
21316         Use :type 'datagram instead of :datagram t to create a datagram
21317         socket.  This allows us to add other connection types (e.g. raw
21318         sockets) later in a consistent manner.
21319         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
21320         supported subfeatures for feature make-network-process.
21321         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
21322         Intern and staticpro QCtype and Qdatagram.
21323         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
21325         * xfns.c (QCtype): Remove duplicate declaration and
21326         initialization (is now declared in process.c).
21328         * w32fns.c (QCtype): Remove duplicate declaration and
21329         initialization (is now declared in process.c).
21331 2002-03-21  Richard M. Stallman  <rms@gnu.org>
21333         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
21334         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
21335         when jumping to `fail' to avoid undoing reg changes in the
21336         last iteration of the loop.
21337         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
21339         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
21340         Depend on process.h.
21342 2002-03-20  Jason Rumney  <jasonr@gnu.org>
21344         Most of the following changes are still conditional on HAVE_IMAGES
21345         which is not set by default on Windows.
21347         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
21349         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
21350         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
21351         (four_corners_best, x_clear_image_1, x_clear_image)
21352         (x_alloc_image_color, postprocess_image)
21353         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
21354         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
21355         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
21357         * w32gui.h (struct XImage): Define.
21359         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
21360         extract mouse co-ordinates.
21362 2002-03-20  Jason Rumney  <jasonr@gnu.org>
21364         * w32.c (init_winsock): Dynamically load new server and UDP
21365         socket functions.
21366         (socket_to_fd): New function.
21367         (sys_socket): Use it.
21368         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
21369         (sys_recvfrom, sys_sendto): New wrapper functions.
21371         * process.c (QCfamily, QCfilter): Remove duplicate declaration
21372         and initialization.
21374         * makefile.w32-in (LIBS): Remove $(WSOCK32).
21376 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
21378         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
21379         Don't use "sun" as a variable, it's a predefined constant on Sun
21380         machines.
21382 2002-03-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21384         * bytecode.c (Fbyte_code): Revert last change.
21386 2002-03-19  Kim F. Storm  <storm@cua.dk>
21388         * makefile.w32-in (LIBS): Add $(WSOCK32).
21389         From David Ponce <dponce@voila.fr>.
21391 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21393         * process.c (wait_reading_process_input): Move variables `pname'
21394         and `pnamelen' down where they are used.
21396         * bytecode.c (Fbyte_code): Discard unused computed value to
21397         prevent gcc warning.
21399         * lisp.h (Fplist_member): Add prototype.
21401 2002-03-18  Kim F. Storm  <storm@cua.dk>
21403         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
21404         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
21406         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
21407         Remove explicit GNU_LINUX settings for datagram support.
21409 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21411         * process.c (Fmake_network_process): Remove unused variable `sa'.
21412         Doc fix.  Add usage:.
21413         (set_socket_options): Remove unused variables `optnum' and `opttype'.
21415 2002-03-17  Richard M. Stallman  <rms@gnu.org>
21417         * xdisp.c (cursor_type_changed): New variable.
21418         (redisplay_internal): Redisplay all windows if cursor_type_changed.
21419         Clear it when clearing windows_or_buffers_changed.
21420         (try_cursor_movement, redisplay_window, try_window_id)
21421         (try_window_reusing_current_matrix): Test cursor_type_changed
21422         along with windows_or_buffers_changed.
21424         * window.h (cursor_type_changed): New variable.
21426         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
21427         not update_mode_lines, and always set it to 1.
21429         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
21430         if no frames needed redrawing.
21432 2002-03-17  Kim F. Storm  <storm@cua.dk>
21434         The following changes add support for network server processes,
21435         datagram connections, and local (unix) sockets.
21437         * process.h (struct Lisp_Process): New member log.
21438         Doc fix: Member command used to indicate stopped network process.
21439         Doc fix: Member childp contains plist for network process.
21440         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
21442         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
21443         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
21444         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
21445         New variables.
21446         (NETCONN1_P): New macro.
21447         (DATAGRAM_SOCKETS): New conditional symbol.
21448         (datagram_address): New array.
21449         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
21450         (status_message): Use concat3.
21451         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
21452         for a stopped network process.
21453         (Fset_process_buffer): Update contact plist for network process.
21454         (Fset_process_filter): Ditto.  Don't enable input for stopped
21455         network processes.  Server must listen, even if filter is t.
21456         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
21457         New functions.
21458         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
21459         (Fprocess_contact): Added KEY argument.  Handle datagrams.
21460         (list_processes_1): Optionally show only processes with the query
21461         on exit flag set.  Dynamically adjust column widths.  Omit tty
21462         column if not needed.  Report stopped network processes.
21463         Identify server and datagram network processes.
21464         (Flist_processes): New optional arg `query-only'.
21465         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
21466         (conv_lisp_to_sockaddr, set_socket_options)
21467         (network_process_featurep, unwind_request_sigio): New helper functions.
21468         (Fprocess_datagram_address, Fset_process_datagram_address):
21469         (Fset_network_process_options): New lisp functions.
21470         (Fopen_network_stream): Removed.  Now defined in simple.el.
21471         (Fmake_network_process): New lisp function.  Code is based on previous
21472         Fopen_network_stream, but heavily reworked with new property list based
21473         argument list, support for datagrams, server processes, and local
21474         sockets in addition to old client-only functionality.
21475         (server_accept_connection): New function.
21476         (wait_reading_process_input): Use it to handle incoming connects.
21477         Do not enable input on a new connection if process is stopped.
21478         (read_process_output): Handle datagram sockets.  Use 2k buffer for them.
21479         (send_process): Handle datagram sockets.
21480         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
21481         network process is indicated by setting command field to t .
21482         (Fprocess_send_eof): No-op if datagram connection.
21483         (Fstatus_notify): Don't read input for a stream server socket or a
21484         stopped network process.
21485         (init_process): Initialize datagram_address array.
21486         (syms_of_process): Intern and staticpro new variables, defsubr new
21487         functions.
21489 2002-03-16  Jason Rumney  <jasonr@gnu.org>
21491         * w32fns.c (w32_to_all_x_charsets): Return correct type in
21492         startup case.
21494 2002-03-16  Richard M. Stallman  <rms@gnu.org>
21496         * xdisp.c (redisplay_internal, redisplay_windows):
21497         Use list_of_error to call internal_condition_case_1.
21498         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
21499         so as to catch all errors with no possibility of debugger redisplay.
21500         (list_of_error): New variable.
21501         (syms_of_xdisp): Init and staticpro it.
21503         * print.c (print_object): Delete `\ ' from printed rep of frame.
21505 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
21507         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
21508         until its implementation is fixed.
21510 2002-03-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21512         * xfns.c (png_load): Remove unused variable `gamma_str'.
21514 2002-03-14  Richard M. Stallman  <rms@gnu.org>
21516         * xfns.c (x_real_positions): Handle failure in XQueryTree.
21518 2002-03-14  Miles Bader  <miles@gnu.org>
21520         * intervals.c (adjust_for_invis_intang): New function.
21521         (set_point_both): Use `adjust_for_invis_intang' to do most of the
21522         work for dealing with invisible+intangible regions.  Do so before
21523         and after both forward and backward movements, to handle both
21524         front-sticky and rear-sticky cases.
21525         * textprop.c (text_property_stickiness): Function moved here from
21526         `editfns.c'.
21527         * intervals.h (text_property_stickiness): New declaration.
21528         * editfns.c (char_property_eq): Function removed.
21529         (text_property_stickiness): Function moved to `textprop.c'.
21531 2002-03-13  Jason Rumney  <jasonr@gnu.org>
21533         * config.in: Add STRFTIME_NO_POSIX2.
21535         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
21536         and %OX when underlying strftime does not.
21538 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
21540         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
21541         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
21542         line) to avoid annoying flicker.
21543         (xm_scroll_callback): Get rid of the now unnecessary kludge.
21544         (XTread_socket): Mark it static.
21546         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
21548 2002-03-13  Kim F. Storm  <storm@cua.dk>
21550         * puresize.h (BASE_PURESIZE): Increase to 775000.
21552 2002-03-12  Juanma Barranquero  <lektu@terra.es>
21554         * editfns.c (syms_of_editfns): Fix typo.
21556 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
21558         * xsmfns.c: Include stdio.h because termhooks.h needs it.
21559         Include termopt.h for interrupt_input.
21561 2002-03-11  Andreas Schwab  <schwab@suse.de>
21563         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
21565 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
21567         * xterm.c (note_mouse_movement): Put code for
21568         x_autoselect_window_p in #if 0.
21570         * lread.c (Fload): Don't assume that message_with_string uses the
21571         string it is given like a C string.
21573 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21575         * xterm.h (x_session_check_input, x_session_initialize): Declare.
21577         * xterm.c (XTread_socket): Add call to x_session_check_input and
21578         x_session_have_connection.
21579         (x_initialize): Add call to x_session_initialize.
21581         * termhooks.h (enum event_kind): Add save_session_event.
21583         * keyboard.c: Add Emacs event save_session_event.
21585         * emacs.c (main): Add call to syms_of_xsmfns.
21587         * lisp.h (syms_of_xsmfns): Declare extern.
21589         * config.in: Add HAVE_X_SM.
21591         * Makefile.in (LIBXT): Add -lSM -lICE
21592         if HAVE_X_SM and not USE_X_TOOLKIT.
21593         (XOBJ): New file xsmfns.c added.
21595         * xsmfns.c: New file for X session management.
21597 2002-03-09  Jason Rumney  <jasonr@gnu.org>
21599         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
21600         read-only when setting modified time.
21602 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
21604         * xdisp.c (move_it_vertically_backward): At the end of the function,
21605         when moving forward by lines, treat terminal frames specially.
21607         * keyboard.c (echo_char): Make sure to add a separator between
21608         keys even if echo_dash hasn't been called.
21610         * xdisp.c: Use new string macros.
21611         (update_echo_area): Pass number of bytes to message3 instead of
21612         number of chars.
21613         (set_message_1): Don't access a string's size_byte directly.
21614         (decode_mode_spec_coding): Use number of bytes of eoltype string
21615         instead number of chars.
21617         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
21619 2002-03-08  Juanma Barranquero  <lektu@terra.es>
21621         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
21622         24-bit.
21624 2002-03-06  Jason Rumney  <jasonr@gnu.org>
21626         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
21628 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
21630         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
21631         (cancel_echoing, echo_length, echo_truncate): Changed to
21632         work with new kboard definition.
21633         (echo_now): Use message3_nolog instead of message2_nolog.
21635         * alloc.c (mark_kboards): Mark echo_string.
21637         * keyboard.h (ECHOBUFSIZE): Removed.
21638         (struct kboard): Member echoptr removed, member echobuf renamed
21639         to echo_string.
21641         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
21642         message3 instead of message2 to display the message using STRING's
21643         text properties.
21645 2002-03-05  Andreas Schwab  <schwab@suse.de>
21647         * xdisp.c (hscroll_margin): Change to EMACS_INT.
21649 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21651         * frame.c (default-frame-alist): Explain that setting it doesn't
21652         affect existing frames.
21654 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
21656         * indent.c (skip_invisible): Fix my brain fart.
21658         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
21660 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
21662         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
21663         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
21664         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
21665         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
21666         and variables to use EMACS_INT instead of just int.
21668         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
21670 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
21672         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
21673         environment, pass it down with corrected value.
21675 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21677         * lread.c (read_filtered_event): Do not call start_hourglass
21678         before returning.
21680 2002-03-04  Juanma Barranquero  <lektu@terra.es>
21682         * w32term.c (x_display_and_set_cursor): Fix typo.
21684 2002-03-03  Richard M. Stallman  <rms@gnu.org>
21686         * fileio.c (Fmake_temp_name): Doc fix.
21688 2002-03-03  Gary Wong  <gtw@gnu.org>
21690         * termcap.c [!emacs]: Replace ospeed for building standalone
21691         libtermcap, for binary compatibility.
21693         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
21695 2002-03-03  Richard M. Stallman  <rms@gnu.org>
21697         * xrdb.c (file_p): Rename arg `path' to `filename'.
21699         * abbrev.c (Fexpand_abbrev): Increment plist as use count
21700         only if it is an integer.
21702         * xfns.c (png_load): Set screen_gamma based on f->gamma.
21703         If png_get_sRGB gives an answer, call png_set_gamma
21704         using the default image gamma value.
21706         * lread.c (read1): When reading from a file, default string to
21707         multibyte only if it has some multibyte characters.
21709         * print.c (print_object): Output multibyte chars 128...255
21710         using \x even if ! print_escape_multibyte.
21712         * xdisp.c (display_mode_element): Move the places where
21713         bytepos, charpos, this, and lisp_string are set.
21714         Use lisp_string to set bytepos.
21716         * xdisp.c (redisplay_internal):
21717         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
21719         * xdisp.c (display_mode_element): Merge properties specified with
21720         :propertize onto those that come with the string.
21722 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
21724         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
21725         automatic-hscrolling.  Users changed.
21726         <hscroll-margin>: Renamed from automatic-hscroll-margin.
21727         Users changed.
21728         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
21730 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
21732         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
21734 2002-03-02  Kim F. Storm  <storm@cua.dk>
21736         * window.c (Fminibuffer_selected_window): New function.
21737         (syms_of_window): Defsubr it.
21739 2002-03-01  Kim F. Storm  <storm@cua.dk>
21741         * window.h (struct window): New member phys_cursor_width.
21743         * window.c (make_window, replace_window): Init phys_cursor_width.
21745         * xterm.c (x_display_and_set_cursor): Blink box cursor using
21746         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
21748         * w32term.c (x_display_and_set_cursor): Blink box cursor using
21749         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
21751         * lisp.h (GCPRO6): New macro.
21753         * process.c (Fopen_network_stream): Use GCPRO6.
21755 2002-03-01  Kim F. Storm  <storm@cua.dk>
21757         * process.c (Qconnect, Qfailed): New variables.
21758         (syms_of_process): Intern and staticpro them.
21759         (Fprocess_status): Document connect and failed return values.
21760         [NON_BLOCKING_CONNECT]: New conditional.
21761         (connect_wait_mask, num_pending_connects): New variables.
21762         (status_message): Convert Qfailed status.
21763         (Fopen_network_stream): Added support for non-blocking connect.
21764         New optional args: filter, sentinel, non_blocking.  Doc updated.
21765         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
21766         (deactivate_process): Handle pending non-blocking connect.
21767         (wait_reading_process_input): Poll for status of non-blocking
21768         connects.  Exec sentinel directly when connect succeeds.
21769         (status_notify): Don't read process output if not yet connected.
21771 2002-02-28  Kim F. Storm  <storm@cua.dk>
21773         * window.c (minibuf_selected_window): Renamed from
21774         Vminibuf_selected_window.  Users changed.
21775         (syms_of_window): Staticpro it.
21777 2002-02-26  Kim F. Storm  <storm@cua.dk>
21779         The following changes add a new Vminibuf_selected_window variable
21780         which is similar to Vminibuf_scroll_window, but which is only set
21781         on entry to the minibuffer (from a non-minibuffer window):
21783         * window.c (Vminibuf_selected_window): New variable.
21784         (struct save_window_data): New member minibuf_selected_window.
21785         (Fset_window_configuration): Restore Vminibuf_selected_window.
21786         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
21787         Set minibuf_scroll_window member to nil if minibuf_level is 0.
21788         (compare_window_configurations): Compare minibuf_selected_window.
21790         * window.h (Vminibuf_selected_window): Declare extern.
21792         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
21793         entry to minibuffer or on entry from a non-minibuffer window.
21795         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
21796         Vminibuf_selected_window instead of Vminibuf_scroll_window.
21798         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
21799         instead of Vminibuf_scroll_window when deciding in which window
21800         the region should be highlighted.  Consequently, the region remains
21801         highlighteded even when a completion buffer is also displayed.
21803 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
21805         * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
21807         * xselect.c (Qcompound_text_with_extensions): Renamed from
21808         Qcompound_text_no_extensions.
21809         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
21811 2002-02-26  Juanma Barranquero  <lektu@terra.es>
21813         * w32proc.c (syms_of_ntproc): Doc fix.
21815 2002-02-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21817         * intervals.h: Include "dispextern.h" unconditionally.
21819 2002-02-24  Jason Rumney  <jasonr@gnu.org>
21821         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
21822         and disp-table.elc.
21823         (lisp): Add emacs-lisp/backquote.elc.
21825 2002-02-24  Kim F. Storm  <storm@cua.dk>
21827         * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
21828         The validation of the event type was too strict as it didn't
21829         allow string events; buffer names are used in bindings for
21830         menu-bar-select-buffer (see `menu-bar-update-buffers').
21832 2002-02-23  Kim F. Storm  <storm@cua.dk>
21834         The following changes rework my patch of 2002-02-06 which
21835         added command remapping by entering the commands directly into
21836         the keymaps.  Now, command remapping uses an explicit `remap'
21837         prefix in the keymaps, i.e. [remap COMMAND].
21839         * keymap.c (Qremap, remap_command_vector): New variables.
21840         (is_command_symbol): Remove function.
21841         (Fdefine_key): No longer accept a symbol for KEY.
21842         Added validation of [remap COMMAND] argument for KEY.
21843         The DEF is no longer required to be a symbol when remapping a command.
21844         (Fremap_command): New function to remap command through keymaps.
21845         (Flookup_key): Perform command remapping initiated by
21846         Fremap_command directly for speed.
21847         (Fkey_binding): Use Fremap_command for command remapping.
21848         (where_is_internal): Handle new command remapping representation.
21849         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
21850         staticpro them.  Defsubr Fremap_command.
21852         * keymap.h (Fremap_command): Declare extern.
21853         (is_command_symbol): Remove extern.
21855         * keyboard.c (command_loop_1): Use Fremap_command for command
21856         remapping; now try command remapping for all symbols.
21858 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
21860         * coding.h (run_pre_post_conversion_on_str): Add prototype.
21862 2002-02-23  Jason Rumney  <jasonr@gnu.org>
21864         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
21865         on the string before encoding it.
21866         (Fw32_get_clipboard_data): Run post-read-conversion on the string
21867         after decoding it.
21869         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
21871 2002-02-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21873         * w32term.c (enter_timestamp): Remove unused static variable to
21874         prevent warning.
21876         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
21878 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
21880         * w16select.c (Fw16_get_clipboard_data): Fix last change.
21882         * xselect.c (selection_data_to_lisp_data): Fix last change.
21884 2002-02-22  Jason Rumney  <jasonr@gnu.org>
21886         * w32term.h (struct w32_output): New member menu_command_in_progress.
21888         * w32menu.c (menubar_selection_callback): Free the menu and
21889         clear the menu_command_in_progress flag.
21891         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
21892         (menu_free_timer): New variable.
21893         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
21894         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
21895         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
21896         menu command is in progress.
21897         <WM_COMMAND>: Set the menu_command_in_progress flag.
21898         Kill any menu_free_timer that is running.
21900         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
21901         Call ExtTextOutA rather than ExtTextOut.
21903 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
21905         * puresize.h (BASE_PURESIZE): Increase to 755000.
21907 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
21909         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
21910         on the string before encoding it.
21911         (Fw16_get_clipboard_data): Run post-read-conversion on the string
21912         after decoding it.
21914 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
21916         Support for ICCCM Extended Segments in X selections:
21918         * xselect.c <Qcompound_text_no_extensions>: New variable.
21919         (syms_of_xselect): Intern and staticpro it.
21920         (selection_data_to_lisp_data): Run post-read-conversion on decoded
21921         selection text.
21922         (lisp_data_to_selection_data): If next-selection-coding-system is
21923         compound-text-no-extensions, set the type of selection to be
21924         compound-text.
21926         * xterm.h (x_encode_text): Update prototype.
21928         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
21929         callers changed.  If SELECTIONP is non-zero, run the
21930         pre-write-conversion function before encoding the selection text.
21932 2002-02-21  Kim F. Storm  <storm@cua.dk>
21934         * frame.c (syms_of_frame): Change mouse-highlight default to t.
21936         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
21937         Correct composing of language-change event.
21939 2002-02-20  Kim F. Storm  <storm@cua.dk>
21941         * keyboard.c (menu_bar_items): Don't include keymap or local-map
21942         bindings at PT when building menu (the menu is not updated often
21943         enough for this to work reliable).
21944         (tool_bar_items): Likewise.
21945         (current_active_maps): Removed unused (and buggy) function.
21947 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21949         * xfns.c (gif_load): Use correct width and height for GIF images.
21951 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
21953         * floatfns.c (Fatan): Accept an optional second arg and call
21954         atan2 if passed 2 args.
21956 2002-02-18  Jason Rumney  <jasonr@gnu.org>
21958         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
21960 2002-02-17  Jason Rumney  <jasonr@gnu.org>
21962         * w32term.c (x_autoselect_window_p): New variable.
21963         (syms_of_w32term): DEFVAR_BOOL and initialize it.
21964         (note_mouse_movement): Use it.
21966         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
21968         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
21970         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
21971         New variables.
21972         (syms_of_w32fns): Intern and staticpro them.
21973         (x_frame_parms) <"fullscreen">: New parameter.
21974         (x_fullscreen_move, x_set_fullscreen): New functions.
21975         (x_set_frame_parameters): Support Qfullscreen.
21976         (x_real_positions): Save x/y_pixels_diff frame params.
21977         (x_figure_window_size): Support full-screen frames.
21978         (Fx_create_frame): Default the fullscreen parameter.
21980         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
21981         (x_fullscreen_adjust): New functions.
21982         (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't  resize to
21983         fullscreen.  Call x_check_fullscreen_move, and set the
21984         want_fullscreen member of output_data.w32
21985         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
21987         * w32term.h: New enum for FULLSCREEN_* constants.
21988         (struct w32_output): New members want_fullscreen, x_pixels_diff,
21989         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
21990         (x-fullscreen-adjust): New prototype.
21992 2002-02-17  Kim F. Storm  <storm@cua.dk>
21994         * frame.c (Vmouse_highlight): New variable.
21995         (syms_of_frame): DEFVAR_LISP it.
21997         * frame.h (Vmouse_highlight): Declare extern.
21999         * xterm.h (struct x_display_info): Add mouse_face_hidden.
22001         * xterm.c (disable_mouse_highlight): Removed variable.
22002         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
22003         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
22004         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
22005         and on after keyboard input.
22006         (x_term_init): Initialize mouse_face_hidden.
22008         * msdos.h (struct display_info): Add mouse_face_hidden.
22010         * msdos.c (disable_mouse_highlight): Removed variable.
22011         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
22012         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
22013         (internal_terminal_init): Initialize mouse_face_hidden.
22014         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
22015         and on after keyboard input.
22017         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
22019         * w32term.c (disable_mouse_highlight): Removed variable.
22020         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
22021         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
22022         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
22023         and on after keyboard input.
22024         (w32_initialize_display_info): Initialize mouse_face_hidden.
22026 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
22028         * msdos.c (last_mouse_window): New variable.
22029         (dos_rawgetc): Fix last change--if the mouse is in the same window
22030         as recorded in last_mouse_window, don't select this window.
22032         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
22034         * msdos.c (x_autoselect_window_p): New variable.
22035         (syms_of_msdos): Defvar it.
22036         (dos_rawgetc): If x_autoselect_window_p is set, select the window in
22037         which the last mouse movement occured, unless it is already selected.
22039         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
22040         New variables.
22041         (syms_of_xdisp): DEVFAR them.
22042         (hscroll_window_tree): Use automatic_hscroll_margin and
22043         Vautomatic_hscroll_step to compute the amount of window scrolling.
22045 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22047         * xterm.c (x-autoselect-window): New variable.
22048         (note_mouse_movement): Use it.
22050         * keyboard.c: Do not include "systime.h" twice.
22052 2002-02-15  Andreas Schwab  <schwab@suse.de>
22054         * puresize.h (PURESIZE_RATIO): Increase to 9/5.
22056         * alloc.c (NSTATICS): Increase to 1280.
22058 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
22060         * alloc.c (NSTATICS): Bump to 1026.
22062         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
22063         (Vx_super_keysym): New variables.
22064         (syms_of_xterm): DEFVAR_LISP them.
22065         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
22066         variables to determine which keys to use for the various modifiers.
22068 2002-02-13  Kim F. Storm  <storm@cua.dk>
22070         * window.c (Vmode_line_in_non_selected_windows): Removed.
22071         (mode_line_in_non_selected_windows): New variable.
22072         (syms_of_window): DEFVAR_BOOL it.
22074         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
22075         Use mode_line_in_non_selected_windows.
22076         (mode_line_in_non_selected_windows): Declare extern.
22077         (Vmode_line_in_non_selected_windows): Removed extern.
22079 2002-02-13  Richard M. Stallman  <rms@gnu.org>
22081         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
22082         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
22083         (Fclear_this_command_keys): Doc fixes.
22085         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
22086         (update_face_from_frame_parameter): Increment face_change_count
22087         and windows_or_buffers_changed to force redisplay using changed faces.
22089         * xdisp.c (QCpropertize): New variable.
22090         (mode_line_proptrans_alist): New variable.
22091         (display_mode_element): New arg PROPS; all calls changed.
22092         Implement this, for strings.
22093         Handle literal output of strings by sharing the
22094         main-line code for strings, using local var `literal'.
22095         Handle :propertize feature.
22096         (syms_of_xdisp): Initialze and staticpro QCpropertize and
22097         mode_line_proptrans_alist.
22099 2002-02-11  Kim F. Storm  <storm@cua.dk>
22101         * window.c (Vmode_line_in_non_selected_windows): New variable.
22102         (syms_of_window): DEFVAR_LISP it.
22104         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
22105         (CURRENT_MODE_LINE_FACE_ID): Use it.
22106         (Vmode_line_in_non_selected_windows): Declare extern.
22108         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
22109         to get mode line face.
22111 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
22113         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
22114         variables; cus-start.el doesn't need them anymore.
22116 2002-02-09  Kim F. Storm  <storm@cua.dk>
22118         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
22119         reduction.  This fixes a display problem where stray newlines were
22120         inserted in the window (corrected by C-l).  Clarified code (IMHO).
22122 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
22124         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
22126         * xdisp.c (display_mode_lines): Fix last change.
22128 2002-02-09  Jason Rumney  <jasonr@gnu.org>
22130         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
22131         match each other.
22132         (w32_load_system_font): Prevent Cleartype fonts from loading.
22133         (Fx_show_tip): Ensure tip frames are above other topmost windows.
22135 2002-02-09  Kim F. Storm  <storm@cua.dk>
22137         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
22138         (CURRENT_MODE_LINE_HEIGHT): Use it.
22139         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
22141         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
22142         (pos_visible_p, handle_face_prop): Likewise.
22143         (display_mode_lines): Likewise, but for the real selected window.
22144         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
22146         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
22147         in non-selected windows.
22148         (realize_basic_faces): Realize it.
22149         (syms_of_term): Intern and staticpro it.
22151 2002-02-08  Kim F. Storm  <storm@cua.dk>
22153         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
22154         Changed mail addresses to emacs-devel@gnu.org.
22156 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
22158         * fileio.c (Fsubstitute_in_file_name): If the file name includes
22159         ~user, and there's no such user, don't discard everything before ~user.
22161         * floatfns.c (Fround): Doc fix.
22163 2002-02-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22165         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
22167 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
22169         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
22171 2002-02-07  Kim F. Storm  <storm@cua.dk>
22173         * keymap.c (where_is_internal): Only check whether definition is
22174         remapped if it fulfills is_command_symbol.
22176 2002-02-07  Andreas Schwab  <schwab@suse.de>
22178         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
22180         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
22182 2002-02-06  Kim F. Storm  <storm@cua.dk>
22184         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
22185         defining command remapping.  Doc updated.
22186         (Flookup_key): Remap command through keymap if KEY is a symbol.
22187         (is_command_symbol): New function.
22188         (Fkey_binding): Use it.  New optional argument NO-REMAP.
22189         Doc updated.  Callers changed.  Perform command remapping via
22190         recursive call unless that arg is non-nil.
22191         (where_is_internal): New argument no_remap.  Callers changed.
22192         Call recursively to find original key bindings for a remapped
22193         comand unless that arg is non-nil.
22194         (Fwhere_is_internal): New optional argument NO-REMAP.
22195         Doc updated.  Callers changed.  Pass arg to where_is_internal.
22197         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
22198         (is_command_symbol): Add prototype.
22200         * keyboard.c (Vthis_original_command): New variable.
22201         (syms_of_keyboard): DEFVAR_LISP it.
22202         (command_loop_1): Set it, and perform command remapping.
22204 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22206         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
22208 2002-02-06  Jason Rumney  <jasonr@gnu.org>
22210         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
22212 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
22214         * charset.c (get_charset_id): Use if-else instead of ?:.
22216 2002-02-06  Richard M. Stallman  <rms@gnu.org>
22218         * filelock.c (S_ISLNK): Define if not defined.
22220 2002-02-03  Richard M. Stallman  <rms@gnu.org>
22222         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
22224         * lread.c (read1): Redesign strategy for force_multibyte and
22225         force_singlebyte.  Now is_multibyte records whether read_buffer
22226         is multibyte.  Encountering any multibyte character makes it so.
22228 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
22230         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
22231         with the same sequence, map that sequence to f10 rather than f0.
22233 2002-02-03  Andreas Schwab  <schwab@suse.de>
22235         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
22236         latter never being defined on GNU/Linux.
22238 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
22240         * xfaces.c (realize_default_face): Don't set the weight and slant of
22241         the default face to Qnormal, unless these attributes are unspecified.
22243 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22245         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
22246         Call cancel_hourglass unconditionally.
22248         * eval.c (Fsignal): Remove duplicated declaration of
22249         the variable `display_hourglass_p'.
22251 2002-01-31  Richard M. Stallman  <rms@gnu.org>
22253         * editfns.c (region_limit): Nicer error message.
22255         * coding.c (decode_composition_emacs_mule):
22256         Give up if NCOMPONENT gets too large to index `component'.
22258         * callint.c (check_mark): New arg to specify clearer error message.
22259         Callers changed.
22261 2002-01-27  Richard M. Stallman  <rms@gnu.org>
22263         * minibuf.c (Fcompleting_read): Doc fix.
22265 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22267         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
22268         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
22269         Fix doc-strings.
22271 2002-01-26  Richard M. Stallman  <rms@gnu.org>
22273         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
22275         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
22276         and scroll_up_aggressively.
22278 2002-01-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22280         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
22282 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
22284         * textprop.c (Fnext_property_change, Fnext_single_property_change)
22285         (Fprevious_property_change, Fprevious_single_property_change):
22286         Stay within the narrowed-buffer boundaries.
22288 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
22290         * term.c (Ftty_display_color_cells): New function.
22291         (syms_of_term): Defsubr it.
22292         (Ftty_display_color_cells, Ftty_display_color_p): Change the
22293         argument name to DISPLAY.  Doc fix.
22295         * dispextern.h: Add prototype for set_tty_color_mode and
22296         tty_setup_colors.
22298 2002-01-24  Jason Rumney  <jasonr@gnu.org>
22300         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
22301         If region left to draw is not what was expected, mark the frame as
22302         garbaged.
22304         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
22305         Combine the regions returned by BeginPaint and GetUpdateRect.
22307 2002-01-23  Jason Rumney  <jasonr@gnu.org>
22309         * w32term.c (x_update_window_begin): Only hide caret if
22310         w32_use_visible_system_caret is set.
22311         (x_update_window_end): Only show caret if
22312         w32_use_visible_system_caret is set.
22313         (syms_of_w32term): Handle SystemParametersInfo call failing.
22315         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
22317 2002-01-22  Richard M. Stallman  <rms@gnu.org>
22319         * unexelf.c (unexec): Define n so as to cause compilation error
22320         for the code where people have often written n instead of nn.
22322         * .gdbinit (hookpost-run): Defined.
22324 2002-01-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22326         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
22328 2002-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22330         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
22331         if fullscreen is being set.
22333 2002-01-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22335         * minibuf.c (Fminibuffer_contents)
22336         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
22337         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
22339 2002-01-21  Richard M. Stallman  <rms@gnu.org>
22341         * window.c (check_frame_size): Fix minimum height calculation.
22343 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
22345         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
22346         height before comparison.
22347         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
22349 2002-01-20  Jason Rumney  <jasonr@gnu.org>
22351         * w32term.c (w32_system_caret_width): Remove.
22352         (w32_use_visible_system_caret): New user flag.
22353         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
22354         Windows reports a screen reader running.
22355         (x_update_window_begin): Hide the system caret.
22356         (x_update_window_end): Show the system caret.
22357         (x_display_and_set_cursor): Don't draw a cursor when
22358         w32_use_visible_system_caret is set.  Do not adjust width.
22360         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
22361         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
22362         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
22363         the user requests it.  Use system default width when creating.
22364         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
22366         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
22367         New window messages.
22369 2002-01-20  Richard M. Stallman  <rms@gnu.org>
22371         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
22373 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22375         * doprnt.c (doprnt1): Fix typos in error call.
22377 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
22379         * unexelf.c (unexec) [__sgi]: Support the .got sections.
22381 2002-01-20  Jason Rumney  <jasonr@gnu.org>
22383         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
22384         that Windows returns.  If a double check fails, try to guess how
22385         ExtTextOut is going to act.
22387         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
22388         in place of stricmp.
22389         (w32_list_synthesized_fonts): Removed.
22390         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
22391         (struct enumfont_t): New element; list.
22392         (enum_font_cb2): List all style and charset variations of a font.
22393         (Fw32_select_font): New optional argument; include_proportional.
22394         Exclude vertical fonts.  Exclude proportional fonts unless
22395         include_proportional is non-nil.
22396         (w32_enable_synthesized_fonts): Change to a boolean.
22397         (Fw32_send_sys_command): Doc fix.
22399 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22401         * dispnew.c (update_frame): Move the variable `tem' to the block
22402         where it is used.
22404 2002-01-19  Jason Rumney  <jasonr@gnu.org>
22406         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
22407         call to face-set-after-frame-default.
22409 2002-01-18  Richard M. Stallman  <rms@gnu.org>
22411         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
22412         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
22414 2002-01-17  Richard M. Stallman  <rms@gnu.org>
22416         * window.c (enlarge_window): When exceeding size of parent,
22417         directly delete all the siblings instead of trying to resize it.
22419 2002-01-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22421         * term.c (set_tty_color_mode): Remove unused variable `tem'.
22423 2002-01-16  Henrik Enberg  <henrik@enberg.org>
22425         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
22427 2002-01-16  Kim F. Storm  <storm@cua.dk>
22429         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
22430         is invisible.  This can happen if cursor is on top line of a
22431         window, and we switch to a buffer with a header line.
22433         * w32term.c (x_erase_phys_cursor): Ditto.
22435 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22437         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
22438         `dont_resize' only when used.
22440         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
22442 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
22444         * xdisp.c (display_mode_element): When computing charpos, depend
22445         on multibyteness of elt, not the text in field.
22447 2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22449         * buffer.c (Fkill_all_local_variables):
22450         Increment `update_mode_lines' only once.
22452 2002-01-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22454         * lisp.h (adjust_after_replace_noundo)
22455         (Fupdate_coding_systems_internal): Add prototypes.
22457         * sound.c (Fplay_sound): Initialize header_size also for :data case.
22459 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
22461         Support for the --color command-line argument and tty-color-mode
22462         frame parameter:
22464         * term.c (tty_default_color_capabilities, tty_setup_colors)
22465         (set_tty_color_mode): New functions.
22466         (term_init): Call tty_default_color_capabilities.
22467         (Qtty_color_mode_alist): New variable.
22468         (syms_of_term): Intern and staticpro it.
22470         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
22471         frames.
22472         (do_switch_frame): For termcap frames, switch the tty
22473         color mode as specified by the frame's parameters.
22474         (Qtty_color_mode): New variable.
22475         (syms_of_frame): Intern and staticpro it.
22477         * emacs.c (USAGE2): Add the --color option.
22478         (standard_args): Ditto.
22480 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22482         * xterm.h (struct x_output): New members want_fullscreen,
22483         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
22484         y_pixels_outer_diff.
22485         New enum for FULLSCREEN_* constants.
22486         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
22487         is NULL.
22488         (x_fullscreen_adjust): Add prototype.
22490         * emacs.c (USAGE2): Add the new full-screen arguments.
22491         (standard_args): Ditto.
22493         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
22494         New variables.
22495         (syms_of_xfns): Intern and staticpro them.
22496         (x_frame_parms) <"fullscreen">: New parameter.
22497         (x_fullscreen_move, x_set_fullscreen): New functions.
22498         (x_set_frame_parameters): Support for Qfullscreen.
22499         (x_real_positions): More accurate computation of the frame position.
22500         (x_figure_window_size): Support full-screen frames.
22501         (Fx_create_frame): Default the fullscreen parameter.
22503         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
22504         (XTread_socket) <Expose>: Call x_check_fullscreen.
22505         <ConfigureNotify>: Don't resize to fullscreen.
22506         Call x_check_fullscreen_move, and set the want_fullscreen member of
22507         output_data.x.
22509 2002-01-13  Jason Rumney  <jasonr@gnu.org>
22511         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
22512         for mice with more than 3 buttons.
22514         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
22515         (w32_read_socket): Handle new "XBUTTON" messages.
22517         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
22518         (syms_of_w32fns): DEFVAR_BOOL it.
22519         (w32_wnd_proc): Handle new "XBUTTON" messages.
22521 2002-01-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22523         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
22525 2002-01-13  Andreas Schwab  <schwab@suse.de>
22527         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
22529 2002-01-12  Andreas Schwab  <schwab@suse.de>
22531         * .gdbinit (xbuffer): Remove address operator since data is now a
22532         pointer.
22534 2002-01-11  Richard M. Stallman  <rms@gnu.org>
22536         * insdel.c (adjust_after_replace_noundo): New function.
22538         * coding.c (code_convert_region): Don't copy old text if undo disabled.
22540 2002-01-09  Jason Rumney  <jasonr@gnu.org>
22542         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
22543         when checking for multiple frames.
22545 2002-01-08  Richard M. Stallman  <rms@gnu.org>
22547         * window.c (delete_window): Rewrite the code for changing the
22548         selected window to handle the case where WINDOW is not a leaf.
22550 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
22552         * process.c (send_process): Set src_multibyte to 1 after the call
22553         top setup_coding_system, not before the call.
22555 2002-01-07  Jason Rumney  <jasonr@gnu.org>
22557         * xmenu.c (set_frame_menubar, xmenu_show):
22558         (xdialog_show): Initialize wv->help to Qnil.
22560         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
22561         (w32_dialog_show): Initialize wv->help to Qnil.
22563 2002-01-06  Jason Rumney  <jasonr@gnu.org>
22565         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
22567         * w32menu.c (w32_menu_display_help): Revert last change.
22569         * xmenu.c (menu_highlight_callback): Revert last change.
22571 2002-01-06  Andreas Schwab  <schwab@suse.de>
22573         * insdel.c (make_gap_larger): Make sure buffer size does not
22574         overflow range of int.
22576 2002-01-05  Jason Rumney  <jasonr@gnu.org>
22578         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
22579         OVERLAPS_P.
22581         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
22583         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
22584         to the left or to the right of the pointer, put it against
22585         the left screen edge.
22586         (x_frame_parms): Add missing braces around initializer.
22588         * w32term.c (x_setup_relief_colors): Don't compute an image's
22589         background color if it doesn't have a Pixmap.
22590         (notice_overwritten_cursor): Don't depend on
22591         output_cursor and updated_area.  Compare pixel coordinates with
22592         window's cursor pixel coordinates.
22593         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
22594         Call notice_overwritten_cursor with new arg list.
22595         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
22596         unconditionally.
22597         (x_draw_image_relief): Use predefined macro instead of
22598         constant when the value of `tool_bar_button_relief' is negative.
22600         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
22602 2002-01-04  Richard M. Stallman  <rms@gnu.org>
22604         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
22606 2002-01-03  Richard M. Stallman  <rms@gnu.org>
22608         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
22609         (Fkey_binding): Try the `keymap' property map first.
22610         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
22611         minor mode bindings.
22613 2002-01-03  Kim F. Storm  <storm@cua.dk>
22615         * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
22617 2002-01-02  Richard M. Stallman  <rms@gnu.org>
22619         * keyboard.c (read_key_sequence): Handle the keymap property
22620         before minor mode maps.
22622         * editfns.c (Fformat): Update thissize from field_width
22623         based on the actual width, in the string case.
22625 2002-01-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22627         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
22628         when used as truth value to prevent gcc warnings.
22630         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
22631         * w32proc.c: Include <config.h>.
22633 2002-01-01  Andreas Schwab  <schwab@suse.de>
22635         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
22636         not EMACS_INT, to make them compatible with DEFVAR_INT.
22637         * lisp.h (max_specpdl_size): Adjust declaration.
22639 2002-01-01  Richard M. Stallman  <rms@gnu.org>
22641         * print.c (print_object): Test print_escape_nonascii only for
22642         unibyte strings.
22643         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
22644         when outputting to a multibyte buffer.
22646 2001-12-29  Richard M. Stallman  <rms@gnu.org>
22648         * print.c (print_object): In multibyte string, use hex escapes.
22649         Use octal only for unibyte strings.
22650         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
22652         * lread.c (read_escape): New arg BYTEREP for reporting whether
22653         escape forces unibyte or multibyte.
22654         (read1): When reading a string, take note of that info.
22656 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
22658         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
22659         comparison to test lisp value returned by Fget.
22661 2001-12-29  Richard M. Stallman  <rms@gnu.org>
22663         * lisp.h (max_specpdl_size): Add declaration.
22665         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
22667         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
22668         Handle modifier bits.  Correct typo in error message.
22670 2001-12-28  Richard M. Stallman  <rms@gnu.org>
22672         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
22673         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
22674         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
22675         Update calls to Fdefine_abbrev.
22676         (write_abbrev): Update for changed data format.
22677         Don't list "system" abbrevs.
22678         (Fexpand_abbrev): Update use count with new data format.
22679         (describe_abbrev): Update for changed data format.
22680         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
22682         * config.in (HAVE_MBSINIT): Add #undef.
22684         * strftime.c (mbsinit): Define as no-op if not available.
22686         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
22687         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
22689         * keymap.c (Flookup_key): Error message if key has wrong data type.
22690         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
22691         (exclude_key): New variable.
22693 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
22695         * xterm.c (x_setup_relief_colors): Don't compute an image's
22696         background color if it doesn't have a Pixmap.
22698         * xterm.c (notice_overwritten_cursor): Don't depend on
22699         output_cursor and updated_area.  Compare pixel coordinates with
22700         window's cursor pixel coordinates.
22701         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
22702         Call notice_overwritten_cursor with new arg list.
22703         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
22704         unconditionally.
22706         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
22707         height of the cursor line to the amount to scroll.
22709 2001-12-27  Richard M. Stallman  <rms@gnu.org>
22711         * intervals.c (set_point_both): The position after an invisible,
22712         intangible character is not an acceptable stopping point.
22714 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
22716         * window.c (enlarge_window): In new preserve_before code, convert
22717         CURBEG from lisp object to integer before doing arithmetic.
22719 2001-12-27  Richard M. Stallman  <rms@gnu.org>
22721         * bytecode.c (Fbyte_code): Undo previous change.
22723 2001-12-26  Kim F. Storm  <storm@cua.dk>
22725         * keyboard.c (record_char): Ignore duplicate help-echo events only
22726         separated by mouse-movement.  When tracking mouse, only record
22727         first and last mouse-movement event in same window.
22728         Don't record mouse-movement events in keyboard macros.
22730 2001-12-25  Richard M. Stallman  <rms@gnu.org>
22732         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
22733         (Fenlarge_window): New arg PRESERVE_BEFORE.
22735         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
22736         instead of Fstring_as_unibyte.
22738 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22740         The following changes remove mocklisp support:
22742         * mocklisp.h, mocklisp.c: Files removed.
22744         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
22745         `Qmocklisp' and `Qmocklisp_arguments'.
22746         Remove prototype of syms_of_mocklisp.
22748         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
22750         * callint.c: Do not include mocklisp.h.
22751         (Fcall_interactively): Do not test for mocklisp case.
22753         * eval.c: Remove variables `Qmocklisp_arguments',
22754         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
22755         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
22756         Do not test for mocklisp case.
22757         (Fwhile): Remove unused variable `tem'.
22758         (syms_of_eval): Remove variable `moclisp-arguments'.
22760         * data.c (wrong_type_argument): Remove mocklisp case.
22762         * doc.c (Fdocumentation): Remove mocklisp case.
22764         * emacs.c (main): Do not call syms_of_mocklisp.
22766 2001-12-21  Richard M. Stallman  <rms@gnu.org>
22768         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
22769         to the left or to the right of the pointer, put it against
22770         the left screen edge.
22772 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
22774         * Makefile.in (distclean): Remove .gdbinit if we are building
22775         outside the source tree.
22777 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
22779         * w32.c (emacs_root_dir): New function.
22781         * msdos.c (emacs_root_dir): New function.
22783         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
22784         of the current drive as the fallback for default_directory.
22786         * dired.c (file_name_completion): Run the elements of
22787         completion-ignored-extensions through ENCODE_FILE.
22789         * lisp.h (scmp): Remove prototype, since it's now a static
22790         function private to dired.c.
22792 2001-12-18  Richard M. Stallman  <rms@gnu.org>
22794         * dired.c (scmp): Function moved from minibuf.c.
22795         Delete multibyte handling--used only on encoded strings.
22797         * minibuf.c (scmp): Function moved to dired.c.
22799         * fns.c (merge): Add QUIT call.
22801 2001-12-18  Dave Love  <fx@gnu.org>
22803         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
22804         language/georgian.el.
22806 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
22808         * Makefile.in (lisp, shortlisp): Synchronize with changes to
22809         lisp/Makefile.in:DONTCOMPILE.
22811 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22813         * xdisp.c (window_box_height): Do not return negative values.
22814         From Gerd Moellmann <gerd@gnu.org>.
22816         * keyboard.c (head_table): Add missing braces around initializer.
22818         * term.c (keys): Likewise.
22820         * xfns.c (x_frame_parms, visual_classes): Likewise.
22822 2001-12-17  Sam Steingold  <sds@gnu.org>
22824         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
22825         patch (COMPOSING_P, not COMPOSING).
22827 2001-12-17  Richard M. Stallman  <rms@gnu.org>
22829         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
22831         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
22832         before calling decode_coding.
22834         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
22836         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
22837         instead of only for COMPOSITION_DISABLED.
22839 2001-12-16  Richard M. Stallman  <rms@gnu.org>
22841         * alloc.c (pure_alloc): After overflow, allocate just a small block.
22843         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
22845         * buffer.h (struct buffer): New field `display_error_modiff'.
22846         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
22848         * window.c (Frecenter): Clear display_error_modiff field.
22850         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
22851         Call redisplay_window, but not if display_error_modiff field says no.
22852         (redisplay_window_error): New function.
22853         (displayed_buffer): New variable.
22854         (redisplay_internal, redisplay_windows): Call the new functions
22855         instead of redisplay_window directly.
22857 2001-12-15  Richard M. Stallman  <rms@gnu.org>
22859         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
22861 2001-12-14  Andrew Innes  <andrewi@gnu.org>
22863         * makefile.w32-in (EMACSLOADPATH): Define.
22864         ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
22865         (bootstrap-temacs): Remove dependency on bootstrap-clean.
22867 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
22869         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
22870         parameter have a numeric value all the time.
22872         * w32fns.c (x_report_frame_params): Likewise.
22874 2001-12-12  Richard M. Stallman  <rms@gnu.org>
22876         * fileio.c (Fwrite_region): Doc fix.
22878         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
22879         (redisplay_internal): Call clear_image_cache only for window terminals.
22881 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
22883         * xdisp.c (move_it_vertically_backward): Change heuristic
22884         for the case that we didn't move far enough initially.
22886         * window.c (Frecenter): Simplify computation in the case of window
22887         system frames and ARG < 0; use window_box_height.
22889 2001-12-11  Richard M. Stallman  <rms@gnu.org>
22891         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
22892         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
22894 2001-12-11  Andrew Innes  <andrewi@gnu.org>
22896         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
22897         arg is negative.
22899 2001-12-11  Richard M. Stallman  <rms@gnu.org>
22901         * m/hp800.h: Split the __hpux conditional into the parts
22902         that are right for GNU/Linux too and the parts that are not.
22903         Use the former if GNU_LINUX.
22904         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
22906         * s/gnu-linux.h (GNU_LINUX): Defined.
22908 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22910         * macros.c, msdos.c, w16select.c: Change doc-string comments to
22911         `new style' [w/`doc:' keyword].
22913 2001-12-10  Jason Rumney  <jasonr@gnu.org>
22915         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
22916         before using.
22918 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22920         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
22921         keyword].
22923 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
22925         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
22927         * s/hpux10.h (srand48): Don't undefine.
22929 2001-12-09  Jason Rumney  <jasonr@gnu.org>
22931         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
22932         Add comment to explain where the struct came from.
22933         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
22934         (add_menu_item): Process pop-up menus first to avoid memory leak.
22935         (add_menu_item, w32_menu_display_help): Use `help' field as
22936         Lisp_Object.
22937         (w32_free_submenu_strings): Only free owner-drawn strings.
22939 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22941         * COPYING: Moved back.
22943         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
22944         Add parentheses around && within ||.
22946         * indent.c (compute_motion): Likewise.
22948         * intervals.c (merge_properties_sticky): Likewise.
22950         * coding.c (setup_coding_system, shrink_encoding_region)
22951         (Fdecode_sjis_char): Likewise.
22953 2001-12-07  Andreas Schwab  <schwab@suse.de>
22955         * xdisp.c (display_mode_element): Don't read past end of string if
22956         it ends with '%'.
22958         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
22959         can hold.
22961         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
22962         Rename from most_positive_fixnum and most_negative_fixnum, resp., and
22963         type changed to Lisp_Object.
22964         (syms_of_data): DEFVAR_LISP them.
22966 2001-12-07  Richard M. Stallman  <rms@gnu.org>
22968         * callproc.c (init_callproc): Set Vdata_directory based on the source
22969         location whenever Emacs was run uninstalled.
22971 2001-12-06  Paul Eggert  <eggert@twinsun.com>
22973         * config.in (HAVE_WORKING_VFORK): New #undefs.
22974         * process.c (create_process):
22975         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
22976         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
22977         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
22978         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
22979         * m/intel386.h (HAVE_VFORK): Likewise.
22980         * m/mips-siemens.h (HAVE_VFORK): Likewise.
22981         * m/mips.h (HAVE_VFORK): Likewise.
22982         * s/freebsd.h (vfork): Remove #define.
22983         * s/lynxos.h (HAVE_VFORK): Remove #undef.
22984         * s/usg5-4-2.h: Fix comment about vfork.
22986 2001-12-06  Richard M. Stallman  <rms@gnu.org>
22988         * s/hpux10.h (random): Add undef.
22989         (HAVE_RANDOM): Define it just once.
22991 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
22993         * eval.c: Undo last change: the standard syntax is not wanted.
22995 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
22997         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
22998         scroll bars of the frame before deleting the frame itself.  If the
22999         frame has a widget, delete the frame with XtDestroyWidget, and do
23000         not call XDestroyWindow before that.
23002 2001-12-06  Kim F. Storm  <storm@cua.dk>
23004         * xfns.c (x_report_frame_params): Return actual fringe widths.
23006         * w32fns.c (x_report_frame_params): Return actual fringe widths.
23008 2001-12-05  Andrew Innes  <andrewi@gnu.org>
23010         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
23011         excessively large.
23013         * insdel.c (make_gap_larger): New function.
23014         (make_gap_smaller): New function.
23015         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
23016         Call make_gap_smaller if arg is negative.
23018 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
23020         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
23021         Pass a dummy argument when calling interrupt_signal.
23022         (parse_menu_item): Mark disabled items before checking for empty def.
23023         (read_char_minibuf_menu_prompt): Make safety more visible.
23024         (read_key_sequence): Add a `first_unbound' variable.
23025         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
23026         unbound prefix as soon as we can detect it.
23028         * doc.c (Fsnarf_documentation): Add prototype.
23029         (get_doc_string): Handle negative arguments.
23030         (Fdocumentation): Use AREF and ASIZE.
23031         Move the calls to get_doc_string to a single place.
23032         Don't confuse an interactive-spec for a docstring reference.
23033         (Fdocumentation_property): Take advantage of the fact that
23034         get_doc_string now ignores the sign of the docstring position.
23036         * eval.c: Use standard syntax for usage in docstrings.
23038 2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23040         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
23042 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23044         * xterm.c (x_draw_image_relief): Use predefined macro instead of
23045         constant when the value of `tool_bar_button_relief' is negative.
23047 2001-12-02  Richard M. Stallman  <rms@gnu.org>
23049         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
23050         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
23052         * fileio.c (read_non_regular): Delete Fsignal call.
23054 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
23056         * lisp.h (run_hook_list_with_args): Undo last change.
23058 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
23060         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
23062 2001-12-01  Jason Rumney  <jasonr@gnu.org>
23064         * window.c (Qleft_fringe, Qright_fringe): Remove.  Now in frame.c.
23066         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
23067         [!WM_MOUSELEAVE]: Define.
23069         * w32menu.c (current_popup_menu, get_menu_item_info):
23070         (set_menu_item_info): New vars.
23071         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
23072         (w32_menu_show): Set current_popup_menu.
23073         (add_menu_item): Allocate new strings for owner-drawn menu items
23074         and help strings.
23075         Use owner-draw for disabled menu items again.
23076         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
23077         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
23079         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
23080         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
23081         <WM_EXITMENULOOP>: Free menu strings.
23082         <WM_MOUSELEAVE>: Stop tracking mouse.
23083         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
23085         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
23086         and mouse face.
23088 2001-12-01  Kim F. Storm  <storm@cua.dk>
23090         The following changes add left-fringe and right-fringe
23091         frame parameters to adjust fringe widths, or remove one or
23092         both fringes.
23094         * frame.h (struct frame): Remove trunc_area_pixel_width and
23095         trunc_area_cols fields.
23096         (Qleft_fringe, Qright_fringe): Declare.
23097         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
23099         * frame.c (Qleft_fringe, Qright_fringe): New vars.
23100         (syms_of_frame): Initialize them.
23102         * window.c (coordinates_in_window): Handle separate left and right
23103         fringe widths.
23105         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
23106         and fringe_cols fields.
23107         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
23108         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
23109         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
23110         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
23111         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
23112         (x_compute_fringe_widths): Add prototype.
23114         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
23115         fill fringe evenly with small dashes.
23116         (x_draw_fringe_bitmap): Clear background if necessary.  Align and
23117         clip the new ZV bitmap to avoid jitter between rows.
23118         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
23119         background.  Don't draw fringe bitmaps if fringe width is zero.
23120         (x_compute_fringe_widths): New function.
23121         (x_new_font, x_set_window_size_1): Use it.
23123         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
23124         (x_set_frame_parameters): Process `font' parameter before other
23125         parameters as fringe widths depend on it.
23126         (x_set_fringe_width): New function.
23127         (x_figure_window_size): Use x_compute_fringe_widths.
23128         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
23129         parameters.
23131         * widget.c (set_frame_size): Use x_compute_fringe_widths.
23132         (EmacsFrameSetCharSize): Ditto.
23134         * w32term.h: Merged changes from xterm.h.
23135         * w32term.c: Merged changes from xterm.c.
23136         * w32fns.c: Merged changes from xfns.c.
23138 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23140         * COPYING: Removed.
23142 2001-11-29  Dave Love  <fx@gnu.org>
23144         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
23145         extra extra slot.
23146         (detect_coding_mask): Fix call of detect_coding_iso2022.
23148 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23150         * fileio.c (file-name-coding-system)
23151         (default-file-name-coding-system): Doc fix (links to referenced
23152         variables added).
23154 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
23156         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
23157         Add dummy uses of gcproN variables.
23159         * category.c (describe_category, describe_category_1)
23160         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
23161         (syms_of_category): Don't defsubr Sdescribe_categories.
23163 2001-11-28  Richard M. Stallman  <rms@gnu.org>
23165         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
23167         * Makefile.in (lispdir): New variable, referring to build dir.
23168         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
23170 2001-11-28  Andrew Innes  <andrewi@gnu.org>
23172         * w32menu.c (w32_menu_display_help): Actually add the new argument
23173         OWNER.
23175 2001-11-28  Jason Rumney  <jasonr@gnu.org>
23177         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
23178         menu items.  From David Ponce <dponce@wanadoo.fr>.
23179         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
23180         conditionally.
23181         (w32_menu_display_help): New argument OWNER.  Rewritten to store a
23182         help event in the owner frame's keyboard buffer.
23184         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
23185         (Fx_show_tip): Don't subtract last width from row width.
23187         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
23188         (w32_read_socket): Use EQ to compare frames.
23190 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
23192         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
23193         OVERLAPS_P.
23195 2001-11-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23197         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
23198         `gcpro3' and `gcpro4'.
23200         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
23202 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
23204         * ccl.c: Use AREF and ASIZE.
23206 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
23208         * lisp.h (run_hook_list_with_args): Remove.
23209         (LIST_END_P): Fix call to wrong_type_argument.
23210         (make_fixnum_or_float): Use EMACS_INT rather than int.
23212 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
23214         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
23215         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
23217         * eval.c: Use AREF and ASIZE.
23218         (Ffetch_bytecode): Add the file name to the error message.
23220         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
23221         which match the end of the file-name.
23222         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
23223         is not a valid env var, but leave it as is instead.
23225         * keymap.c (access_keymap): Handle t bindings like nil bindings.
23226         Make nil bindings in char-tables transparent.
23227         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
23229 2001-11-26  Richard M. Stallman  <rms@gnu.org>
23231         * textprop.c (set_text_properties_1): Allow START, END in either order.
23232         Do nothing if range is empty.
23234         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
23236         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
23237         (clean): Not here.
23239 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
23241         * textprop.c (set_text_properties_1): Clearly mark that the
23242         interval should not be empty.
23244         * intervals.c (graft_intervals_into_buffer):
23245         Don't call set_text_properties_1 on an empty interval.
23247 2001-11-25  Richard M. Stallman  <rms@gnu.org>
23249         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
23251         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
23252         don't lose the data in it.
23254 2001-11-25  Juanma Barranquero  <lektu@terra.es>
23256         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
23258         * buffer.c (Fkill_buffer): Likewise.
23260         * print.c (temp_output_buffer_setup): Likewise.
23262 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
23264         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
23266 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
23268         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
23269         Niemitalo <kon@iki.fi>.
23271 2001-11-25  Jason Rumney  <jasonr@gnu.org>
23273         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
23275         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
23276         (Fx_show_tip): Block input during frame creation.
23277         (Fx_show_tip, Fx_hide_tip): Enable.
23279 2001-11-24  Richard M. Stallman  <rms@gnu.org>
23281         * lread.c (Fload): Detect recursive load error for more than 3
23282         nestings of the same file.
23283         (Vrecursive_load_depth_limit): Variable deleted.
23284         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
23286 2001-11-24  Jason Rumney  <jasonr@gnu.org>
23288         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
23289         mouse position if either left or top is not specified.
23291         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
23292         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
23293         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
23294         (my_create_tip_window): Assign tip_window.
23295         (x_create_tip_frame): Use same defaults as X.
23296         (compute_tip_xy): Remove unused variable.  Use full screen width.
23297         (Fx_show_tip): Do not double height.  Call ShowWindow directly.
23299         * w32term.c (x_after_update_window_line): Doc fix.
23300         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
23301         frames.
23302         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
23304         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
23305         for all Windowed systems.
23307 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
23309         * msdos.c (IT_clear_screen): If the frame's faces are not yet
23310         realized, use the initial screen colors to clear the screen.
23312 2001-11-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23314         * textprop.c (Fset_text_properties): Remove unused variables
23315         `unchanged', `prev_changed', `s' and `len'.
23317         * search.c (Freplace_match): Remove unused variable `inslen'.
23319         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
23321 2001-11-22  Jason Rumney  <jasonr@gnu.org>
23323         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
23324         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
23325         (my_create_tip_window): New function.
23326         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
23327         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
23329 2001-11-20  Jason Rumney  <jasonr@gnu.org>
23331         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
23332         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
23334         * w32fns.c (Vw32_system_coding_system): Remove.
23335         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
23337 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
23339         * fileio.c (Fwrite_region): Move choose_write_coding_system to
23340         after build_annotations.
23342         * syntax.c (describe_syntax): Add dummy arg.
23343         (describe_syntax_1): Update call to describe_vector.
23345         * category.c (describe_category): Add dummy arg.
23346         (describe_category_1): Update call to describe_vector.
23348         * keymap.c (Fdescribe_vector): Add `describer' parameter.
23349         (describe_command, describe_translation): Add dummy second param.
23350         (describe_map): Call elt_describer with two arguments.
23351         (describe_vector_princ): Add `fun' parameter.
23352         Call it instead of the hardcoded `princ'.
23353         (describe_vector): Add arg `args'.
23354         Pass it as a new second argument to elt_describer.
23356         * keymap.h (describe_vector): Update prototype.
23358         * frame.c: Don't include keymap.h any more.
23359         (keys_of_frame): Remove.
23361         * lisp.h (keys_of_frame): Remove declaration.
23363         * emacs.c (main): Don't call `keys_of_frame' any more.
23365 2001-11-14  Andreas Schwab  <schwab@suse.de>
23367         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
23368         if defined, 0 otherwise.
23369         (MAP_FAILED): Define if not defined and use it to test mmap failure.
23370         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
23372 2001-11-19  Richard M. Stallman  <rms@gnu.org>
23374         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
23376 2001-11-18  Jason Rumney  <jasonr@gnu.org>
23378         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
23379         (x_draw_bar_cursor): If the background color of the glyph under
23380         the cursor equals the frame's cursor color, use the glyph's
23381         foreground color for drawing the bar cursor.
23382         (x_after_update_window_line): Clear internal border in different
23383         circumstances.
23384         (w32_set_vertical_scroll_bar): Check for width and height > 0.
23385         (w32_draw_relief_rect): Correct relief by 1 pixel.
23386         (x_set_glyph_string_background_width):
23387         Set extends_to_end_of_line_p if the row's fill_line_p is set and
23388         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
23389         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
23390         if cursor_in_non_selected_windows is false.
23391         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
23392         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
23393         Notice if cursor gets overwritten.
23394         (notice_overwritten_cursor): Renamed from
23395         note_overwritten_text_cursor.  Rewritten to take glyph widths
23396         into account, and to take X positions as parameters.
23397         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
23398         around call to x_draw_glyphs.
23399         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
23400         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
23401         color to use for image glyph reliefs.
23402         (x_draw_image_relief): Accept zero tool_bar_button_relief.
23403         (glyph_rect): Remove unused variable `area'.
23405         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
23406         some items.
23407         (x_set_internal_border_width): Set frame garbaged when window
23408         doesn't exist yet.
23409         (Fx_create_frame): Accept zero tool_bar_button_relief.
23410         (x_clear_image_1, four_corners_best, image_background)
23411         (image_background_transparent): New functions.
23412         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
23413         (gs_format): Add `:background' entry.
23414         (lookup_image): Set IMG's background color if specified.
23415         (pbm_load, xbm_load_image, png_load): Set IMG's background field
23416         when appropriate.
23417         (x_clear_image_1): Reset `background_valid' and
23418         `background_transparent_valid' fields.
23419         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
23420         calculating it here.  Set IMG's background_transparent field.
23421         (enum xpm_keyword_index): Add XPM_BACKGROUND.
23422         (enum png_keyword_index): Add PNG_BACKGROUND.
23423         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
23424         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
23425         (enum gif_keyword_index): Add GIF_BACKGROUND.
23426         (enum gs_keyword_index): Add GS_BACKGROUND.
23427         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
23428         Pre-calculate image background color where necessary.
23429         (x_create_x_image_and_pixmap, xbm_load, gs_load):
23430         Use display info's n_cbits entry for screen depth.
23431         (Fx_show_tip): Remove unused variables `buffer', `top',
23432         `left', `max_width' and `max_height'.
23434         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
23436 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
23438         * puresize.h (BASE_PURESIZE): Increase to 750000.
23440 2001-11-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23442         * frame.c (Fframe_live_p): Doc fix.
23444 2001-11-18  Richard M. Stallman  <rms@gnu.org>
23446         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
23447         (message_dolog_marker3): New static variables hold three markers.
23448         (syms_of_xdisp): Initialize and staticpro them.
23449         (message_dolog): Use message_dolog_marker1..3 instead of
23450         allocating markers each time.  Unchain them when done.
23452 2001-11-17  Richard M. Stallman  <rms@gnu.org>
23454         * doc.c (Fsnarf_documentation): Doc fix.
23456 2001-11-17  Andreas Schwab  <schwab@suse.de>
23458         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
23460 2001-11-17  Richard M. Stallman  <rms@gnu.org>
23462         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
23464 2001-11-17  Jason Rumney  <jasonr@gnu.org>
23466         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
23468 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
23470         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
23471         with invalid position.
23473 2001-11-16  Richard M. Stallman  <rms@gnu.org>
23475         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
23477         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
23478         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
23479         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
23481         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
23483 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
23485         * fileio.c (build_annotations): Split off the tail.
23486         (build_annotations_2): New fun.  Extracted from build_annotations.
23487         (Fwrite_region): Split the call to build_annotations into two
23488         calls to build_annotations and build_annotations_2.
23490 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23492         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
23493         clear_waiting_for_input with argument.
23495         * xterm.h (x_update_cursor): Remove duplicated prototype.
23497         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
23499         * xterm.c (waiting_for_input): Remove unnecessary declaration.
23501         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
23503 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
23505         * fileio.c (choose_write_coding_system): New fun, extracted
23506         from Fwrite_region.
23507         (Fwrite_region): Use it.
23509         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
23510         (funcall_lambda, run_hook_with_args): Make static and add prototype.
23511         (ml_apply, find_handler_clause): Add prototype.
23513 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
23515         * config.in: Add #undef HAVE_COFF_H.
23517         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
23518         Required for ISC 4.1.
23520 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
23522         * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
23523         Andrew Wiseman <a.wiseman@btclick.com>.
23525 2001-11-16  Kim F. Storm  <storm@cua.dk>
23527         The following changes are made to clean up the various internal
23528         references to the fringes to actually use the term `fringe' for
23529         them.  Previously, they were called `flags areas', `bitmap areas',
23530         `left/right side of windows', or implicitly as `flags' or
23531         `bitmaps':
23533         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
23534         Comments fixed.  Use renamed symbols.
23536         * dispnew.c: Comment fix.  Use renamed symbols.
23538         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
23539         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
23540         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
23542         * msdos.c: Comment fix.
23544         * w32fns.c: Use renamed symbols.
23546         * w32term.c: Comment fixes.  Use renamed symbols.
23547         (fringe_bitmap_type): Renamed from bitmap_type.
23548         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
23549         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
23550         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
23552         * w32term.h: Comment fixes.  Use renamed symbols.
23553         (fringes_extra): Renamed from flags_areas_extra.
23554         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
23555         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
23556         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
23557         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
23558         (FRAME_X_LEFT_FRINGE_WIDTH):
23559         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
23560         (FRAME_X_RIGHT_FRINGE_WIDTH):
23561         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
23563         * widget.c: Use renamed symbols.
23565         * window.c: Comment fixes.  Use renamed symbols.
23566         (coordinates-in-window-p): Doc fix.
23568         * xdisp.c: Comment fixes.  Use renamed symbols.
23570         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
23572         * xfns.c: Use renamed symbols.
23574         * xterm.c: Comment fixes.  Use renamed symbols.
23575         (fringe_bitmap_type): Renamed from bitmap_type.
23576         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
23577         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
23578         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
23580         * xterm.h: Comment fixes.  Use renamed symbols.
23581         (fringes_extra): Renamed from flags_areas_extra.
23582         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
23583         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
23584         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
23585         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
23586         (FRAME_X_LEFT_FRINGE_WIDTH):
23587         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
23588         (FRAME_X_RIGHT_FRINGE_WIDTH):
23589         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
23591 2001-11-15  Jason Rumney  <jasonr@gnu.org>
23593         * w32menu.c (add-menu-item): Make help_echo and radio buttons
23594         work for most menu items.  From David Ponce
23595         <david.ponce@wanadoo.fr>.
23597 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
23599         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
23600         Some x_set_* function expect to be called even if old and new
23601         value are equal.
23603         * xdisp.c (build_desired_tool_bar_string): Accept zero
23604         tool_bar_button_relief.
23606         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
23608         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
23610         * xterm.c (x_draw_bar_cursor): If the background color of the
23611         glyph under the cursor equals the frame's cursor color, use
23612         the glyph's foreground color for drawing the bar cursor.
23614         * dispnew.c (direct_output_forward_char): Fix character/byte
23615         position comparison.
23617 2001-11-15  Miles Bader  <miles@gnu.org>
23619         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
23620         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
23621         Update arguments to find_field.
23622         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
23623         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
23624         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
23625         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
23627 2001-11-14  Richard M. Stallman  <rms@gnu.org>
23629         * editfns.c (Fpropertize): Allow call with 1 arg.
23631         * dispextern.h (image_background, image_background_transparent):
23632         Conditionalize on HAVE_X_WINDOWS.
23634 2001-11-13  Richard M. Stallman  <rms@gnu.org>
23636         * print.c (Fprin1_to_string): Doc fix.
23638         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
23640         * floatfns.c (Fceiling, Ffloor): Doc fixes.
23642         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
23644         * fileio.c (Ffile_accessible_directory_p): Doc fix.
23646         * eval.c (syms_of_eval): Doc fix.
23648         * coding.c (syms_of_coding): Doc fix.
23650         * doc.c (Fsnarf_documentation): Doc fix.
23652         * dispnew.c (syms_of_display): Doc fix.
23654         * category.c (Fget_unused_category): Doc fix.
23656         * buffer.c (syms_of_buffer): Doc fixes.
23658 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
23660         * print.c (prin1, print): Doc fix.
23662 2001-11-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23664         * fontset.h: Remove declarations of variables
23665         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
23667         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
23668         `Vclip_large_size_font'.
23670 2001-11-13  Jason Rumney  <jasonr@gnu.org>
23672         * w32fns.c: Doc fix.
23674 2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23676         * xfaces.c (Fface_attributes_as_vector): Doc fix.
23678         * fns.c: Doc fix.
23680         * emacs.c: Doc fix.
23682         * coding.c: Doc fix.
23684         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
23685         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
23686         `new style' [w/`doc:' keyword].
23688 2001-11-12  Richard M. Stallman  <rms@gnu.org>
23690         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
23691         LeaveNotify events.  Only FocusIn and FocusOut do that now.
23692         (x_display_and_set_cursor): Do display hollow cursors in active
23693         minibuffer windows when they are not selected.
23695 2001-11-12  Jason Rumney  <jasonr@gnu.org>
23697         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
23698         * w32term.c: Change doc-string comments to `new style'
23699         [w/`doc:' keyword].  Doc fixes.
23701         * w32fns.c: Don't define max.
23702         (Fx_open_connection): Only execute once.
23704 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23706         * ccl.c: Change macros to use do-while block instead of if-else.
23707         Use braces to follow GNU Coding Standards.
23709 2001-11-11  Richard M. Stallman  <rms@gnu.org>
23711         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
23713         * lread.c (read_escape): Use end_of_file_error for reporting eof.
23715         * insdel.c (replace_range): Use adjust_markers_for_replace
23716         instead of adjust_markers_for_delete and adjust_markers_for_insert.
23718         * intervals.h (set_text_properties, set_text_properties_1): Declare.
23720         * textprop.c (set_text_properties_1): New subroutine
23721         broken out of set_text_properties.
23722         (set_text_properties): Use set_text_properties_1.
23724         * intervals.c (graft_intervals_into_buffer):
23725         Use set_text_properties_1 to clear out properties.
23727         * search.c (Freplace_match): Use replace_range to insert
23728         and delete.  Don't request property inheritance from
23729         surrounding text.
23731 2001-11-10  Jason Rumney  <jasonr@gnu.org>
23733         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
23734         vertical fonts.  Allow them if face name is explicitly specified.
23735         Do not give up if we find a font that cannot be converted to an xlfd.
23737 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
23739         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
23740         instead of malloc/free.
23742 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23744         * xfaces.c (merge_face_vectors): Use braces to follow GNU
23745         Coding Standards.
23746         (Finternal_set_lisp_face_attribute): Likewise.
23748         * buffer.c (Fbury_buffer): Likewise.
23750         * indent.c (current_column_1): Remove unused variable `prev_col'.
23752         * coding.c (encode_coding): Use precomputed value of `src'.
23753         (encode_coding): Remove unused variable `src_end'.
23754         (code_convert_region): Remove unused variables `count'.
23756 2001-11-07  Jason Rumney  <jasonr@gnu.org>
23758         * w32term.c (x_display_and_set_cursor): Do not move system caret
23759         if cursor_glyph is NULL.
23761 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23763         * keymap.c (access_keymap): Fix compilation error.
23765 2001-11-07  Miles Bader  <miles@gnu.org>
23767         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
23769 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23771         * intervals.c (graft_intervals_into_buffer):
23772         Remove #ifdef'd-out code.
23773         (graft_intervals_into_buffer): Remove unused variable `middle'.
23775         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
23776         code (eval-current-buffer).
23777         Change doc-string comments to `new style' [w/`doc:' keyword].
23779 2001-11-06  Richard M. Stallman  <rms@gnu.org>
23781         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
23783 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
23785         * lread.c (read1): Fix behavior with nested backquoting.
23787         * keyboard.c (make_lispy_event): Check integerness and fix
23788         Lisp_Object/int mixup.
23790 2001-11-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23792         * fns.c (copy_hash_table): Remove unused variable `v'.
23794         * fontset.c (fontset_font_pattern): Remove unused variable
23795         `family_registry'.
23797         * indent.c (current_column_1): Remove unused variable `prev_col'.
23799 2001-11-05  Richard M. Stallman  <rms@gnu.org>
23801         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
23803         * buffer.c (Fkill_buffer): Don't delete auto save file
23804         if buffer is modified.
23806 2001-11-05  Andrew Innes  <andrewi@gnu.org>
23808         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
23809         CHECK_NUMBER_CDR.
23811 2001-11-05  Richard M. Stallman  <rms@gnu.org>
23813         * unexelf.c (unexec): Minor changes; clean up comments.
23815 2001-11-05  Sam Steingold  <sds@gnu.org>
23817         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
23819 2001-11-05  Andreas Schwab  <schwab@suse.de>
23821         * sound.c (sound_perror): Save errno from being clobbered.
23823 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
23825         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
23826         the program image directly.
23828 2001-11-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23830         * buffer.h (Fbuffer_local_value): Add prototype.
23832 2001-11-04  Richard M. Stallman  <rms@gnu.org>
23834         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
23835         and CHECK_BUFFER.
23837         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
23838         (record_char): Likewise.
23840         * keyboard.c (make_lispy_event): Don't insist a drag event must
23841         move to a different buffer position.  Instead, check for moving at
23842         least double_click_fuzz.
23844         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
23846         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
23848         * indent.c (current_column_1, Fmove_to_column): Separate the code
23849         for display-table glyphs from the code for buffer text, to fix
23850         bugs in the former.
23852 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
23854         * buffer.c (Fbuffer_local_value): New function.
23855         (syms_of_buffer): Defsubr it.
23857         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
23858         value of `cursor-in-non-selected-windows'.
23860         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
23861         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
23862         (syms_of_xdisp): Initialize it.
23864 2001-11-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23866         * xfns.c (Fx_create_frame): Doc fix.
23868         * coding.c: Change doc-string comments to `new style' [w/`doc:'
23869         keyword].
23871         * eval.c (top_level_value, top_level_set): Remove commented and
23872         #ifdef'd-out code.
23873         (Fdefvar): Fix usage in doc-string.
23875 2001-11-03  Richard M. Stallman  <rms@gnu.org>
23877         * xfns.c: Include unistd.h, if it exists.
23879         * editfns.c: Move the include of ctype.h after unistd.h.
23881         * gmalloc.c: Test BROKEN_PROTOTYPES.
23883 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
23885         * lisp.h (CHECK_STRING_CAR): New macro.
23886         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
23887         treating XCAR and XCDR as lvalues.
23888         (openp): Use CHECK_STRING_CAR.
23889         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
23891 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
23893         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
23894         (SIGMASKTYPE): Define.
23896         * syssignal.h (sigunblock): Don't define if already defined.
23898 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23900         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
23901         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
23902         Fix typos in comments.
23904         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
23905         and #ifdef'd-out code.
23906         Fix and reindent comments.
23908         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
23910         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
23911         argument `i' in macros.
23913         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
23914         `i' in macros.
23916         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
23917         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
23918         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
23919         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
23920         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
23921         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
23922         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
23923         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
23924         in macros.
23926         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
23927         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
23928         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
23929         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
23930         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
23931         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
23932         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
23933         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
23934         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
23935         (remove unused second argument).
23937 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
23939         * syntax.c (describe_syntax): New wrapper.
23940         (Finternal_describe_syntax_value): Rename from describe_syntax.
23941         Don't insert space at front and \n at the end.
23942         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
23944         * regex.c (re_wctype): Try to fix some warnings.
23945         (regcomp, regexec): Don't forget the __restrict.
23947 2001-11-02  Richard M. Stallman  <rms@gnu.org>
23949         * textprop.c (Fget_char_property): Doc fix.
23951 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23953         * process.c (Fstart_process): Add usage to doc-string.
23955         * data.c (Fsetq_default): Ditto.
23957         * callint.c (Finteractive): Ditto.
23959 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
23961         * macros.c: Don't include keymap.h any more.
23963 2001-11-01  Richard M. Stallman  <rms@gnu.org>
23965         * data.c (Fmake_local_variable): Doc fix.
23967         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
23968         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
23970         * keymap.c (Fdescribe_buffer_bindings): Print character property
23971         bindings along with or instead of the buffer local map.
23972         Make the overriding maps override what they should.
23974 2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23976         * window.c (grow_mini_window): Fix typo in comment.
23978 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
23980         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
23981         (XTset_vertical_scroll_bar): Likewise.
23983         * xfns.c (x_build_heuristic_mask): Use four_corners_best
23984         instead of IMAGE_BACKGROUND.
23986         * xfns.c (four_corners_best): Reindent.
23988         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
23989         Handle :box so that it is possible to specify sexprs.
23991 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
23993         * s/hpux11.h: New file.
23995 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23997         * emacs.c (USAGE1): Show command line option --no-window-system
23998         instead of --no-windows in usage.
23999         (standard_args): Rename --no-windows to --no-window-system.
24000         (bug_reporting_address): Follow Emacs coding conventions.
24002         * eval.c (Fcommandp): Doc fix.
24003         Change doc-string comments to `new style' [w/`doc:' keyword].
24005         * frame.c (Fframe_live_p): Doc fix.
24007         * buffer.c (selective-display-ellipses): Doc fix.
24009 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
24011         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
24013         * xfaces.c (realize_x_face): If C is not a single-byte character,
24014         set the face's colors_copied_bitwise_p instead of the defaulted_p
24015         members which have a different meaning.
24016         (free_face_colors): Do nothing for a face whose colors have been
24017         copied bitwise.
24019         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
24021 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24023         * marker.c, mocklisp.c: Change doc-string comments to `new style'
24024         [w/`doc:' keyword].
24026 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
24028         * fns.c (require_unwind): Return Lisp_Object.
24030 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24032         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
24033         (last-input-char): Revert doc-string to be the same as the
24034         doc-string of `last-input-event'.
24036         * xdisp.c: Fix typos in comments.
24038 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
24040         * window.c (grow_mini_window): Handle case that the root
24041         window is already smaller than the nominal mininum height.
24043 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24045         * emacs.c (main): Don't call keys_of_macros any more.
24047         * lisp.h (keys_of_macros): Remove.
24049         * macros.c (keys_of_macros): Remove.
24051         * xfaces.c (Fface_attribute_relative_p): Declare args.
24053 2001-10-30  Jason Rumney  <jasonr@gnu.org>
24055         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
24056         (enum_font_cb2): Ignore fonts with vertical orientation.
24058 2001-10-30  Richard M. Stallman  <rms@gnu.org>
24060         * keyboard.c (Finput_pending_p): Doc fix.
24062 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
24064         * xterm.c (x_after_update_window_line): Don't run the code
24065         clearing in borders for rows whose visible height is 0.
24067         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
24068         resized_p flag is set.  If not set, use the much less flickering
24069         method previously used.
24071         * dispnew.c (change_frame_size_1): Set frame's resized_p.
24073         * frame.h (struct frame) <resized_p>: New member.
24075         * lread.c (to_multibyte): Ensure read_buffer is at least twice
24076         as large as the number of bytes to convert.
24078         * lread.c (to_multibyte): New function.
24079         (read1): Use it.
24081 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
24083         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
24085 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
24087         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
24088         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
24089         if the row's fill_line_p is set and drawing the last glyph with
24090         DRAW_IMAGE_{RAISED,SUNKEN}.
24092         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
24094 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
24096         * xmenu.c: Include coding.h and charset.h.
24097         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
24098         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
24099         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
24100         Explicitly set wv->help.  Use `TRUE' rather than `True'.
24101         (menu_help_callback): Use empty_string.
24103         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
24104         (Fx_popup_dialog): Explicitly init f.
24105         (w32_menu_display_help): Use empty_string.
24107 2001-10-29  Richard M. Stallman  <rms@gnu.org>
24109         * fns.c (Frequire): Detect recursive try to require the same
24110         feature 3 or more levels deep, and get error.
24111         (require_unwind): New subroutine.
24112         (require_nesting_list): New variable.
24113         (syms_of_fns): Init and staticpro it.
24115         * print.c (print_object): Clarify indication of insertion type.
24117 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
24119         * coding.c (syms_of_coding): Document that locale-coding-system is
24120         used for decoding input on X.
24122         * window.c (Fscroll_left, Fscroll_right): Doc fix.
24124 2001-10-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24126         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
24127         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
24129 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
24131         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
24132         use NO_CURSOR if cursor_in_non_selected_windows is false.
24134         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
24135         the slant attribute if FRAME is t.
24137         * xfns.c (x_set_internal_border_width): Set frame garbaged
24138         when X window doesn't exist yet.
24140         * xterm.c (x_after_update_window_line): Clear internal border
24141         in different circumstances.
24143         * xterm.c (XTread_socket) <KeyPress>: Don't use
24144         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
24145         <handa@etl.go.jp>.
24147 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
24149         * m/ibms390.h: New file.  From Adam Thornton
24150         <athornton@sinenomine.net>.
24152 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
24154         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
24156         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
24157         a loop counter.
24159 2001-10-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24161         * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
24163         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
24164         keyword].
24165         Fix typos in comments.
24167         * emacs.c (bug_reporting_address): New function.
24168         Use it when displaying usage message.
24170         * minibuf.c (read_minibuf): Remove unused external declaration of
24171         variable `Qread_only'.
24173         * keymap.c (access_keymap): Remove unused variable `charset'.
24175 2001-10-28  Miles Bader  <miles@gnu.org>
24177         * xfaces.c (merge_face_heights): Handle TO being relative as well.
24178         Remove #ifdef'd-out code.
24179         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
24180         (syms_of_xfaces): Initialize them.
24182 2001-10-27  Jason Rumney  <jasonr@gnu.org>
24184         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
24185         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
24186         position using the system caret.
24188         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
24189         (w32_system_caret_height, w32_system_caret_x)
24190         (w32_system_caret_y): New variables for tracking system caret.
24191         (w32_initialize): Initialize them.
24192         (x_display_and_set_cursor): Make system caret follow the active cursor.
24194         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
24195         New messages types.
24197         * w32term.c (note_mouse_highlight): Clear old help_echo.
24199 2001-10-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24201         * xterm.c: Fix typo in a comment.
24203         * emacs.c: Fix typos in comments.
24204         Remove unnecessary spaces.
24205         Change doc-string comments to `new style' [w/`doc:' keyword].
24206         (USAGE2): Fix typos in usage string.
24208         * xterm.c: Fix typo in a comment.
24210         * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
24211         emacs.c.
24213 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
24215         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
24216         instead of 1/2 line_height in the heuristic for skipping
24217         farther backward when target_y was not reached.
24219         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
24220         Display errno only if non-zero.
24221         (sound_warning): New function.
24222         (vox_configure): Don't treat failing to set sample rate as error.
24223         (various places): Improve error messages.
24225 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
24227         * fileio.c (Faccess_file): Run the argument filename through
24228         Fexpand_file_name, before using it.
24230         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
24231         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
24233 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
24235         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
24237         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
24238         Fix clearing in the case of scroll bars on the right.
24240 2001-10-26  Juanma Barranquero  <lektu@terra.es>
24242         * w32gui.h (XImage): Add a dummy typedef.
24244 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
24246         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
24248 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
24250         * frame.c (Fframe_parameter): Fix last change.
24252         * fileio.c: Revert last change (which removed old commented-out
24253         version of expand-file-name).  Add a comment that explains why
24254         this old version should not be removed.
24256 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
24258         * frame.c (Fframe_parameter): Fix a bug whereby some
24259         ``artificial'' frame parameters, like `minibuffer' were not
24260         obtained by calling Fframe_parameters.
24262         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
24263         cursor differently.
24265         * xdisp.c (move_it_vertically_backward): Compute line height
24266         differently.  Add heuristic to try to be more compatible to 20.x.
24268 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24270         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
24272         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
24273         boolean.
24275 2001-10-25  Miles Bader  <miles@gnu.org>
24277         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
24278         BG is a pointer to a structure, not a structure.
24279         (gif_format, png_format): Add missing commas.
24281 2001-10-24  Richard M. Stallman  <rms@gnu.org>
24283         * xfaces.c (Fface_attributes_as_vector): New function.
24284         (syms_of_xfaces): Defsubr it.
24286 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24288         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
24289         variable `area'.
24291 2001-10-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24293         * search.c (scan_newline): Remove unused variable `selective_display'.
24295 2001-10-25  Miles Bader  <miles@gnu.org>
24297         * dispextern.h (struct image): Add `background',
24298         `background_valid', and `background_transparent' fields.
24299         (image_background, image_background_transparent): New declarations.
24300         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
24301         * xfns.c (image_background, image_background_transparent)
24302         (four_corners_best): New functions.
24303         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
24304         (gs_format): Add `:background' entry.
24305         (lookup_image): Set IMG's background color if specified.
24306         (pbm_load, xbm_load_image, png_load): Set IMG's background field
24307         when appropriate.
24308         (x_clear_image_1): Reset `background_valid' and
24309         `background_transparent_valid' fields.
24310         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
24311         calculating it here.  Set IMG's background_transparent field.
24312         (enum xpm_keyword_index): Add XPM_BACKGROUND.
24313         (enum png_keyword_index): Add PNG_BACKGROUND.
24314         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
24315         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
24316         (enum gif_keyword_index): Add GIF_BACKGROUND.
24317         (enum gs_keyword_index): Add GS_BACKGROUND.
24318         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
24319         Pre-calculate image background color where necessary.
24320         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
24321         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
24322         color to use for image glyph reliefs.
24324 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
24326         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
24327         in full-width rows.
24329         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
24330         Fix clearing of area not covered by scroll bar.
24332 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24334         * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
24335         and `real_start'.
24336         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
24337         (glyph_rect): Remove unused variable `area'.
24339 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
24341         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
24343         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
24344         (row_containing_pos): Take additional argument DY.
24345         Treat rows ending in middle of char differently.
24346         (display_line): Handle tabs on window systems differently.
24348         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
24349         with additional argument.
24351         * dispextern.h (row_containing_pos): Adjust prototype.
24353         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
24354         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
24355         (try_window_id, try_window_reusing_current_matrix)
24356         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
24357         (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
24359 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24361         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
24362         gnuemacs).
24363         (HAVE_BOXES): Fix typo in comment.
24364         (push_menu_pane): Fix typo in comment.
24366         * xdisp.c (display_prop_string_p): Remove unused local declaration
24367         of `Qwhen'.
24368         (single_display_prop_string_p): Remove unused local declarations
24369         of `Qwhen' and `Qmargin'.
24370         (string_buffer_position): Remove unused variable `around'.
24371         (store_frame_title): Remove unused variable `width'.
24373         * window.c: Don't define max.
24374         (coordinates_in_window): Remove unused variable `uy'.
24376         * widget.c: Don't define max.
24378         * process.c: Don't define max.
24379         (create_process): Remove unused variable `buffer'.
24381 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
24383         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
24385 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
24387         * xfaces.c (Finternal_set_lisp_face_attribute)
24388         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
24389         frame is on a windowed display.
24391 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
24393         * dispnew.c (sync_window_with_frame_matrix_rows):
24394         Fix handling of windows which aren't full-width, fix handling
24395         of marginal areas.
24397         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
24399 2001-10-23  Andreas Schwab  <schwab@suse.de>
24401         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
24402         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
24404 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
24406         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
24407         REAL_END.  Notice if cursor gets overwritten.
24408         (notice_overwritten_cursor): Take X positions as parameters.
24409         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
24410         around call to x_draw_glyphs.
24412 2001-10-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24414         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
24415         instead of C) and usage.
24417         * editfns.c (char-to-string): Fix argument names (use CHAR instead
24418         of C) and usage.
24420         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
24421         `left', `max_width' and `max_height'.
24423 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
24425         * xdisp.c (display_line): For a tab continued to the next line,
24426         set row's ends_in_middle_of_char_p.
24428 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
24430         * xdisp.c (display_line): Fix computation of continuation lines
24431         width for TABs.
24433 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24435         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
24436         `Qlaplace'.
24438         * fileio.c: Remove unused code.
24440 2001-10-22  Miles Bader  <miles@gnu.org>
24442         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
24443         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
24444         Remove `DOC_STRINGS_IN_COMMENTS' cases.
24446 2001-10-21  Jason Rumney  <jasonr@gnu.org>
24448         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
24450 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
24452         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
24453         (Finsert_string): Avoid the multi-line string literals warning.
24455 2001-10-22  Miles Bader  <miles@gnu.org>
24457         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
24458         (Fdocumentation): Don't use it.
24459         (syms_of_doc): Don't initialize it.
24461         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
24462         * print.c (Fwith_output_to_temp_buffer): Likewise.
24463         * window.c (Fsave_window_excursion): Likewise.
24464         * editfns.c (Fsave_excursion, Fsave_current_buffer)
24465         (Fsave_restriction): Likewise.
24466         * eval.c (Frun_hooks, Frun_hook_with_args)
24467         (Frun_hook_with_args_until_failure)
24468         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
24469         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
24470         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
24471         (Funwind_protect, Fcondition_case): Likewise.
24472         * coding.c (Ffind_operation_coding_system): Likewise.
24473         * keyboard.c (Ftrack_mouse): Likewise.
24475 2001-10-21  Miles Bader  <miles@gnu.org>
24477         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
24478         (Fmake_hash_table): Add usage: string to doc string.
24479         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
24480         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
24481         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
24482         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
24483         (Fml_prefix_argument_loop): Likewise.
24485 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24487         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
24489         * sysdep.c (init_sys_modes): Change doc-string comments to `new
24490         style' [w/`doc:' keyword].
24492         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
24493         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
24494         comments to `new style' [w/`doc:' keyword].
24496 2001-10-21  Jason Rumney  <jasonr@gnu.org>
24498         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
24500         * w32term.c (remember_mouse_glyph): New function.
24501         (w32_mouse_position): Use it.
24502         (note_mouse_movement): If the mouse moved off the glyph, remember
24503         its new position.
24505         * w32term.h (struct w32_output): Correct spelling of x_compatible.
24506         (w32_display_info): Add mouse_face_overlay.
24508         * w32term.c (notice_overwritten_cursor): Renamed from
24509         note_overwritten_text_cursor.  Rewritten to take glyph widths into
24510         account.
24511         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
24512         (fast_find_string_pos): New function.
24513         (fast_find_position): Return the correct vpos.  Add parameter
24514         STOP.  In the final row, stop before glyphs having STOP as object.
24515         Don't consider glyphs that are not from a buffer.
24516         (fast_find_position) [0]: Add a presumably more correct version
24517         for after 21.1.
24518         (expose_window_tree, expose_frame): Don't compute intersections here.
24519         (expose_window): Do it here instead.
24520         (expose_window_tree, expose_window, expose_line): Return 1 when
24521         overwriting mouse-face.
24522         (expose_window): If W is the window currently being updated, mark
24523         the frame garbaged.
24524         (expose_frame): If mouse-face was overwritten, redo it.
24525         (x_use_underline_position_properties): New variable.
24526         (syms_of_xterm): DEFVAR_BOOL it.
24527         (x_draw_glyph_string): Add comment to use it in future.
24528         (x_draw_glyph_string): Restore clipping after drawing box.
24529         Fix a computation of the underline position.
24530         (w32_get_glyph_string_clip_rect): Minor cleanup.
24531         (x_fill_stretch_glyph_string): Remove an assertion.
24532         (x_produce_glyphs): Don't convert multibyte characters
24533         to unibyte characters in unibyte buffers.
24534         (cursor_in_mouse_face_p): New function.
24535         (x_draw_stretch_glyph_string): Use it to choose a different GC
24536         when drawing a cursor within highlighted text.  Don't draw
24537         background again if it has already been drawn.
24538         (x_draw_glyph_string_box): Don't draw a full-width
24539         box just because the glyph row's full_width_p flag is set.
24540         (x_draw_glyphs): Fix computation of rightmost x for
24541         full-width rows.
24542         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
24543         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
24544         change bottom shadow accordingly.  Some cleanup.
24545         (x_update_window_end): Handle overwritten mouse face
24546         also for tool bar windows.
24547         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
24548         DRAW is DRAW_IMAGE_RAISED.
24549         (clear_mouse_face): Return 1 if text with mouse face was
24550         actually redrawn.  Make the function static.
24551         Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
24552         optimize away highlighting if we pass over that same overlay again.
24553         (note_mouse_highlight): Call mouse_face_overlay_overlaps
24554         to detect a case where we have to highlight a different region
24555         despite not having left the currently highlighted region.
24556         Set mouse_face_overlay in the x_display_info.  Avoid changing the
24557         mouse pointer shape when show_mouse_face has already done it, or
24558         there is no need.  Handle mouse-face and help-echo in strings.
24559         (glyph_rect): New function.
24560         (w32_mouse_position): Use it to raise the threshold for mouse
24561         movement event generation.
24562         (w32_initialize_display_info): Initialize the x_display_info's
24563         mouse_face_overlay.
24564         (w32_set_vertical_scroll_bar): Don't clear a zero height
24565         or width area.
24566         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
24567         a widget to zero height.
24569         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
24570         Protect unibyte strings created by replacing their multibyte
24571         equivalents in menu_items.
24572         (w32_menu_show): Don't overwrite an item's name with its key
24573         description in case the description is a multibyte string.
24574         (single_submenu): Some cleanup.
24576         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
24577         (postprocess_image): New function.
24578         (lookup_image): Call it for all image types except PostScript.
24579         (x_kill_gs_process): Call postprocess_image.
24580         (tiff_error_handler, tiff_warning_handler): New functions.
24581         (tiff_load): Install them as handlers.
24582         (x_kill_gs_process): Recognize if someone has cleared the image
24583         cache under us.
24584         (valid_image_p): Protect better against invalid image
24585         specifications.  Previous code could signal an error.
24586         (Fx_hide_tip, Fshow_tip): Doc fix.
24587         (Fv_max_tooltip_size): New variable.
24588         (syns_of_xfns): DEFVAR_LISP it.
24589         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
24590         window buffer to *tip* right after creating the frame.  Set frame's
24591         window_width.  Use a maximum tooltip size specified by
24592         Vx_max_tooltip_size, if that has valid contents.
24593         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
24594         Make sure the tooltip is completely visible.
24595         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
24596         (Fx_create_frame): Adjust the frame's height for presence
24597         of the tool bar before calling x_figure_window_size.
24598         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
24599         when the window gets smaller.
24600         (x_set_foreground_color): Set frame's cursor_pixel.
24601         (x_set_foreground_color, x_set_background_color): Cleaned up.
24602         (x_set_font): Handle case of x_new_fontset returning the same name
24603         as before, although there was a change in fontsets.
24605 2001-10-21  Miles Bader  <miles@gnu.org>
24607         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
24608         (Flogxor): Add usage: string to doc string.
24609         * charset.c (Fstring): Likewise.
24610         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
24611         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
24613 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24615         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
24617         * alloc.c: Reindent DEFUNs with doc: keywords.
24619         * abbrev.c (Finsert_abbrev_table_description): Reindent.
24621         * frame.c: Change doc-string comments to `new style' [w/`doc:'
24622         keyword].
24624 See ChangeLog.9 for earlier changes.
24626 ;; Local Variables:
24627 ;; coding: iso-2022-7bit
24628 ;; End:
24630     Copyright (C) 2001, 2002, 2003, 2004, 2005,
24631         2006 Free Software Foundation, Inc.
24632   Copying and distribution of this file, with or without modification,
24633   are permitted provided the copyright notice and this notice are preserved.
24635 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4