*** empty log message ***
[emacs.git] / src / ChangeLog
blobb66f7697a02a143504cd3ebc7d87fd850a4720ac
1 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
3         * dispextern.h (struct face_cache): Add member
4         menu_face_changed_p.
6         * xfaces.c (menu_face_changed_default): New variable.
7         (menu_face_changed_count): Variable removed.
8         (Finternal_set_lisp_face_attribute): Doc fix.  If FRAME is t, set
9         the menu_face_changed_default flag, otherwise set the FRAME's
10         menu_face_changed_p flag if the `menu' face has been changed.
11         Prevent calling set_font_frame_param if FRAME is t.
12         (make_face_cache): Initialize cache's menu_face_changed_p
13         from menu_face_changed_default.
14         (realize_basic_faces): Look into the frame's face cache to
15         determine if the menu appearance needs updating.
17         * keymap.c (access_keymap): Fix last change to not consider
18         IDX when it has modifiers.
20 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
22         * keymap.c (access_keymap): If a binding of the form (GENERIC-CHAR
23         . BINDING) exists, where GENERIC-CHAR is the generic character of
24         the charset of IDX, return BINDING unless there exists a binding
25         for IDX itself.
27 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
29         * xrdb.c (SYSV): Don't define on Solaris 2.
30         From Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>.
32         * xdisp.c (move_it_by_lines) <DVPOS < 0>: Start at the beginning
33         of the screen line, not text line, containing IT's current
34         position.
36 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
38         * window.c (window_scroll_pixel_based): Don't recenter if
39         PT is partially visible in the window.
41         * xterm.c (expose_window_tree, expose_window, expose_line): Return
42         1 when overwriting mouse-face.
43         (expose_frame): If mouse-face was overwritten, redo it.
45         * xfaces.c (x_update_menu_appearance): Don't call
46         set_frame_menubar, let the next redisplay do it.
48 2001-08-14  Andrew Innes  <andrewi@gnu.org>
50         * w32term.c (x_draw_glyph_string): Draw relief (if any) before
51         drawing glyph string.
53 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
55         * s/hiuxwe2.h: New file, for the HITACHI SR2001/SR2201 series
56         running HI-UX/MPP.
58 2001-08-14  Gerd Moellmann  <gerd@gnu.org>
60         * xfaces.c (x_update_menu_appearance): Save and restore value of
61         interrupt_input_blocked.
63 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
65         * xdisp.c (move_it_by_lines) <DVPOS < 0>: If not already on
66         a line start, move back to the line start.
67         
68         * xdisp.c (resize_echo_area_exactly): Don't resize the mini-window
69         exactly when a mini-buffer is active.
71         * keyboard.c (make_lispy_event): Interpret double_click_fuzz
72         in units of 1/8 character on non window-system frames.
73         (syms_of_keyboard) <double-click-fuzz>: Doc fix.
75 2001-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
77         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Fix a typo in
78         a doc string.
80 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
82         * keyboard.c (Vpre_help_message): New variable.
83         (syms_of_keyboard): Initialize and staticpro it.
84         (show_help_echo): Record current message before displaying a
85         help-echo, and restore that message when clearing the help.
87         * xfns.c (x_create_im): Remove prototype.
89         * xdisp.c (mark_window_display_accurate_1): Remove an assertion.
91         * dispnew.c (adjust_glyph_matrix): Undo last change.
92         
93 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
95         * dispnew.c (adjust_glyph_matrix): In the optimization for
96         windows whose height has changed, disable partially visible
97         lines.
99 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
101         * window.c (Frecenter): If ARG < 0, and on a window system
102         frame, count in some empty lines when we can't move -ARG lines
103         down.
105         * xdisp.c (start_display): Don't try to determine the continuation
106         lines width if lines are truncated.  It's superfluous and leads to
107         incorrect results if POS is not visible in the window after
108         reseating the iterator at the previous line start.
110 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
112         * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
114 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
116         * alloc.c (init_stack): Remove declaration.
118 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
120         * keyboard.c (read_key_sequence): Check that key is an integer
121         before comparing it with quit_char.
122         (add_command_key): Use larger_vector.
123         (read_char_x_menu_prompt): Instead of converting symbol and
124         integer events into conses (EVENT . nil), use (EVENT . disabled)
125         which cannot be confused with valid events.
126         (read_char): When reading from Vunread_command_events, check for
127         events of the form (EVENT . disabled) instead of
128         (EVENT . nil).
130         * xdisp.c (resize_mini_window): If Vmax_mini_window_height is
131         a float, determine the max height from the frame's height.
133 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
135         * xdisp.c (redisplay_internal): Take message_cleared_p into
136         account only if minibuf_level == 0.
138 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
140         * xdisp.c (redisplay_internal): Add a check for the last
141         displayed message.
142         
143         * xdisp.c (message_cleared_p): New variable.
144         (clear_message): Set message_cleared_p when clearing the current
145         message.
146         (redisplay_internal): Look at message_cleared_p to capture
147         the case that the echo area should be cleared.
149         * keyboard.c (command_loop_1): Fix spelling of
150         resize_echo_area_exactly.
152         * dispextern.h (resize_echo_area_exactly): Fix typo in function
153         name.
155         * xdisp.c (resize_echo_area_exactly): Fix typo in function name.
157         * xfns.c (x_set_tool_bar_lines): Clear the tool bar window's
158         current matrix when the window gets smaller.
160 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
162         * print.c (strout): Cast the character passed to insert_char to
163         unsigned char, to avoid sign extension when it is promoted to int.
165 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
167         * fileio.c (Finsert_file_contents): Don't treat a return value
168         of 0 from emacs_read as an IO error.
170 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
172         * keyboard.c (abs): New macro.
173         (double_click_fuzz): New variable.
174         (make_lispy_event): Use it to determine what makes a double-click.
175         (syms_of_keyboard): DEFVAR_INT it.
177         * xmenu.c (set_frame_menubar): Take into account that
178         f->menu_bar_vector can be nil, and not a vector.  From Ken Raeburn
179         <raeburn@gnu.org>.
181 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
183         * xterm.c (x_get_glyph_string_clip_rect): Minor cleanup.
185         * dispnew.c (shift_glyph_matrix, blank_row): Fix computation
186         of row's visible height.
188         * xdisp.c (init_from_display_pos): If POS is in an overlay string,
189         deal with the first overlay string having an image `display'
190         property.
191         (try_window_reusing_current_matrix, compute_line_metrics): Fix
192         computation of row's visible height for the case that part of the
193         row is invisible above and part of the row is at the same time
194         invisible below the window.
196 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
198         * xfns.c (x-show-tip): Doc fix.
199         
200         * xfns.c (Vx_max_tooltip_size): New variable.
201         (syms_of_xfns): DEFVAR_LISP it.
202         (Fx_show_tip): Set frame's window_width to the width of the
203         window.  Use a maximum tooltip size specified by
204         Vx_max_tooltip_size, if that has valid contents.
205         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
206         
207 2001-07-26  Andrew Innes  <andrewi@gnu.org>
209         * w32term.c (x_display_list): New variable.
210         (w32_term_init): Set it.
212         * w32term.h (x_display_list): New extern.
214 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
216         * xdisp.c (resize_mini_window): Give up when inhibit-redisplay
217         is non-nil, instead of when redisplaying_p is non-zero.  See
218         comment there.
219         (mark_window_display_accurate_1): Add an assertion.
221 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
223         * dispextern.h (struct it): Increase size of ctl_chars to 16.
225         * xfns.c (Fx_file_dialog): Block/unblock input while processing
226         events so that we get a chance of processing expose events.
228         * xdisp.c (resize_mini_window): Don't resize while redisplaying.
230 2001-07-24  Gerd Moellmann  <gerd@gnu.org>
232         * xfns.c (valid_image_p): Protect better against invalid image
233         specifications.  Previous code could signal an error.
235 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
237         * indent.c (current_column): Fix column computation in the 
238         presence of display table entries.
239         (current_column_1, Fmove_to_column, compute_motion): Likewise.
241         * dispnew.c (adjust_glyph_matrix): In the optimization for
242         windows whose height has changed, use the new window height
243         to compute which rows to invalidate.
245         * editfns.c (toplevel) [STDC_HEADERS]: Include float.h.
246         (MAX_10_EXP): New macro.
247         (Fformat): Use it.
249         * coding.c (code_convert_region): Handle the multibyte case if
250         decoding ends with CODING_FINISH_INSUFFICIENT_SRC.
252 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
254         * dispextern.h (struct face): Change type of `stipple' to
255         int; it's an ID.
257         * xterm.c (x_fill_stretch_glyph_string): Remove an assertion.
259 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
261         * dispnew.c (update_window): Don't set the cursor at the end
262         of the update if display update has been paused.
264         * composite.h (syms_of_composite): Renamed from
265         syms_of_composition.
267 2001-07-18  Ken Raeburn  <raeburn@gnu.org>
269         * fns.c (Fset_char_table_default): Check that a charset is defined
270         before checking its dimension.
272 2001-07-17  Ken Raeburn  <raeburn@gnu.org>
274         * coding.c (setup_coding_system): Don't do any designation based
275         on reg_bits if charset is not yet defined.
277         * lisp.h (XVECTOR): Verify correct object type before returning a
278         pointer, using eassert.
280 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
282         * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
283         to 4096 because of paste problems reported on GNU/Linux.
285 2001-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
287         * emacs.c (USAGE1): Add +LINE:COLUMN option help.
289 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
291         * fileio.c (unwind_read): Function removed.
292         (read_non_regular, read_non_regular_quit): New functions.
293         (Finsert_file_contents): When reading from non-regular files,
294         arrange to catch a `quit' and terminate the loop.  Rearrange
295         code so that a `quit' when reading from a regular file doesn't
296         insert text in the buffer.
298         * xfaces.c (clear_face_cache): Clear fonts on a display basis.
299         Clear faces afterwards.
300         (clear_font_table): Take a x_display_info parameter.  Don't free
301         fonts being the default font of any frame on the given display.
303 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
305         * xdisp.c (get_next_display_element): Use CHAR_STRING_NO_SIGNAL
306         instead of CHAR_STRING which can signal an error.
308         * charset.c (char_to_string_1): Extracted from char_to_string.
309         Return -1 instead of signaling an error.
310         (char_to_string): Use it.
312         * charset.h (CHAR_STRING_NO_SIGNAL): New macro.
314 2001-07-12  Stefan Monnier  <monnier@cs.yale.edu>
316         * coding.c (Ffind_coding_systems_region_internal): If safe_codings
317         is t, don't try to append anything to it.
319 2001-07-12  Eli Zaretskii  <eliz@is.elta.co.il>
321         * dired.c (file_name_completion): Pass dp->d_name to
322         Fstring_match, not elt, which is always nil here.
324 2001-07-12  Gerd Moellmann  <gerd@gnu.org>
326         * xselect.c (x_decline_selection_request): Handle errors
327         caused by receivers that have vanished.
329         * xterm.c (XTread_socket) <PropertyNotify>: Put the code
330         ignoring events on foreign windows in #if 0.  Always dispatch
331         the event after checking it with x_handle_property_notify.
333         * xselect.c (TRACE0, TRACE1, TRACE2): New macros, defined
334         depending on TRACE_SELECTION.  Replace fprintfs in #if 0 with
335         TRACE macros to facilitate debugging.  Add additional trace statements.
336         (toplevel): Add prototypes for file-local functions.
337         (x_atom_to_symbol): Remove DPYINFO parameter.
339 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
341         * w32menu.c (menubar_selection_callback, w32_menu_show):
342         Initialize `entry' to nil.
343         (w32_dialog_show): Remove unused `save_wv' variable.
344         (name_is_separator): Recognize "--:foo" and "--foo-bar".
346 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
348         * xdisp.c (try_cursor_movement): Prevent a warning from GCC 3.0.
350         * fileio.c (unwind_read): Print a message when discarding inserted
351         text or switching the buffer to unibyte.  Change parameter.
352         (Finsert_file_contents): Don't pass VISIT to unwind_read.
354         * fileio.c (unwind_read): New function.
355         (Finsert_file_contents): Record it as unwind-function for
356         the case that reading is interrupted by C-g.
358 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
360         * dispnew.c (update_window): Don't skip the header-line
361         update when scrolling_window returns 0.
363         * xfaces.c (unload_color): Do nothing if PIXEL is -1.
365         * xfns.c (Fx_create_frame): Initialize frame colors to -1,
366         for the case that x_decode_color signals an error.
368         * xdisp.c (add_to_log): Do nothing if called asynchronously.
370 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
372         * sound.c (toplevel): Include <signal.h> and "syssignal.h".
373         (vox_configure, vox_close) [SIGIO]: Block/unblock SIGIO
374         around ioctls.
376 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
378         * dosfns.c (syms_of_dosfns): Add \n\ at the end of a line in the
379         doc string line for dos-timezone-offset.
381         * msdos.c (do_visible_bell): Add \n\ at the end of each line of
382         inline assembly, to avoid compiler warnings.
383         (syms_of_msdos): Add \n\ at the end of a line in the doc string
384         line for dos-unsupported-char-glyph.
386         * buffer.c (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
388 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
390         * sound.c: Include Emacs' header files with #include "...".
392         * eval.c (specbind): Additionally record the buffer that was
393         current when a buffer-local or frame-local variable was bound.
395 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
397         * xterm.c (x_produce_glyphs): Don't convert multibyte characters
398         to unibyte characters in unibyte buffers.
400 2001-07-03  Gerd Moellmann  <gerd@gnu.org>
402         * eval.c (specbind): If SYMBOL has a frame-local binding, record
403         the frame on the binding stack.  Change format of entries for
404         local bindings on the binding stack to '(SYMBOL . WHERE)'.
405         (unbind_to): Handle unbinding a frame-local variable.
407         * xdisp.c (compute_line_metrics): On ttys, subtract continuation
408         glyphs and truncation glyphs at the end of a row from its pixel width.
409         (dump_glyph_row): Print row's continuation_lines_width.
410         (try_window_id): Take the shortcut if ZV is visible in the
411         window, but there are actually no changes at ZV.
413 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
415         * xterm.h (x_free_dpy_colors): Add prototype.
417         * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
418         right number of arguments.
420         * Makefile.in (tags): Depend on $(lwlibdir)/TAGS.
421         ($(lwlibdir)TAGS): New target.
422         (TAGS): Fix dependency list.
424         * xterm.c (x_list_fonts): Make sure XFreeFont is called
425         with input blocked.
427 2001-06-30  Gerd Moellmann  <gerd@gnu.org>
429         * emacs.c (main): Remove extern declaration for sys_nerr, which
430         isn't used and causes a compilation error with GCC 3.0 on
431         FreeBSD 4.3.
433 2001-06-27  Gerd Moellmann  <gerd@gnu.org>
435         * widget.c (EmacsFrameSetCharSize): Turn off atimers and block
436         SIGIO around the code where Xt might wait for a
437         ConfigureNotifyEvent.
438         (toplevel): Include <signal.h> and syssignal.h.
440         * sound.c (vox_configure, vox_close): Turn off atimers
441         around ioctls.
443 2001-06-26  Gerd Moellmann  <gerd@gnu.org>
445         * keyboard.c (read_char) <non_reread>: Record the previous idle
446         start time before calling timer_stop_idle.
447         (read_char) <reread_first>: After processing a help-echo event,
448         restore the previous idle start time.
450         * xdisp.c (handle_invisible_prop): Deal with overlay strings at
451         the start of invisible text.
452         (setup_for_ellipsis): New function.
453         (next_overlay_string): After all overlay strings have been
454         processed, display an ellipsis if necessary.
455         (load_overlay_strings, get_overlay_strings): Add parameter CHARPOS.
456         (push_it): Initialize display_ellipsis_p on the iterator's stack.
458         * dispextern.h (struct iterator_stack_entry): Add member
459         display_ellipsis_p.
461 2001-06-25  Gerd Moellmann  <gerd@gnu.org>
463         * widget.c (EmacsFrameSetCharSize): Set XtNwaitForWm depending
464         on the value of the wait-for-wm frame parameter.
466         * xterm.h (struct x_output): Add member wait_for_wm.
468         * xfns.c (Qwait_for_wm): New variable.
469         (x_frame_parms): Add entry for `wait-for-wm".
470         (x_set_wait_for_wm): New function.
471         (Fx_create_frame): Call x_default_parameter for wait-for-wm.
472         (syms_of_xfns): Initialize and staticpro Qwait_for_wm.
474         * xdisp.c (try_window_id) <all changes below window end>: Don't
475         take this shortcut if ZV is visible in the window.
476         (try_window_id): When checking for window start being in changed
477         text, don't check that the buffer's size has changed.
479 2001-06-23  Richard M. Stallman  <rms@gnu.org>
481         * minibuf.c (Fcompleting_read): Doc fix.
483 2001-06-19  Gerd Moellmann  <gerd@gnu.org>
485         * composite.c (Ffind_composition_internal): Accept ZV
486         and a string's end position as POS.
488 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
490         * composite.c (Ffind_composition_internal): Check POS
491         for validity.
493 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
495         * editfns.c (Fmessage_box): If the frame is not under a window
496         system, output the message in the echo area.
498 2001-06-14  Richard M. Stallman  <rms@gnu.org>
500         * xdisp.c (try_window_id): When EOB is visible, don't treat
501         insertion at EOB as if it were "off the bottom of the screen."
503 2001-06-11  Andrew Innes  <andrewi@gnu.org>
505         * w32proc.c (create_child): Add new parameter is_gui_app.
506         (w32_executable_type): Add new parameter is_gui_app.
507         (sys_spawnve): Use it.
508         (sys_kill): Fake ^C for SIGINT, and ^Break (if possible) for
509         SIGQUIT.  This matches better how the signals are interpreted by
510         MSVC compiled programs.
511         (syms_of_ntproc): Update docstring.
513 2001-06-02  Stefan Monnier  <monnier@cs.yale.edu>
515         * xterm.c (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as
516         well otherwise note_mouse_highlight might optimize away highlighting
517         if we pass over that same overlay again.
519 2001-06-02  Eli Zaretskii  <eliz@is.elta.co.il>
521         * lread.c (Fload): Document that the argument is run via
522         substitute-in-file-name.
524 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
526         * Makefile.in (bootstrap-doc): New target.
527         (bootstrap-emacs): Depend on it.
529         * fileio.c (Fdo_auto_save): Don't try to create the directory of
530         auto-save-list-file-name when shutting down Emacs, because
531         creating the directory might signal an error, and leaves
532         Emacs in a strange state.
534         * term.c: (tty_cursor_hidden): New variable.
535         (update_begin): Don't call tty_hide_cursor.  Clean up.
536         (update_end, set_terminal_window, set_scroll_region): Clean up.
537         (ring_bell, reset_terminal_modes): Clean up.
538         (tty_hide_cursor, tty_show_cursor): Hide/show cursor depending
539         on tty_cursor_hidden.
540         (write_glyphs): Call tty_hide_cursor.
542 2001-05-30  Stefan Monnier  <monnier@cs.yale.edu>
544         * buffer.c (copy_overlays): Make ENABLE_CHECKING happy.
546 2001-05-30  Gerd Moellmann  <gerd@gnu.org>
548         * xfns.c (enum image_value_type): New enumerator
549         IMAGE_STRING_OR_NIL_VALUE.
550         (parse_image_spec): Handle it.
551         (xbm_format, pbm_format): Use it for :foreground and :background.
552         (xbm_load, pbm_load): Check for nil color names.
554         * xterm.c (note_mouse_highlight): If an overlapping overlay
555         exists, but we find that we highlight the same overlay as before,
556         don't do the highlighting again.
558 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
560         * xmenu.c (single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]:
561         Protect unibyte strings created by replacing their multibyte
562         equivalents in menu_items.
564         * keymap.c (Fsingle_key_description): NUL-terminate the string
565         buffer before calling build_string.
567         * callproc.c (Fcall_process): Deal with decode_coding returning
568         CODING_FINISH_INCONSISTENT_EOL.
570 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
572         * xmenu.c (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite
573         an item's name with its key description in case the description
574         is a multibyte string.
576         * keymap.c (Fsingle_key_description): Create a multibyte string
577         only if necessary.
579         * macros.c (Fstart_kbd_macro): Doc fix.
581         * xterm.c (cursor_in_mouse_face_p): New function.
582         (x_draw_stretch_glyph_string): Use it to choose a different GC
583         when drawing a cursor within highlighted text.
585         * editfns.c (char_property_eq): Put in #if 0.
587         * indent.c (string_display_width): Put in #if 0.
589         * lread.c (Fload): Remove unused label.
591         * termcap.c (speeds): Put in #if 0.
593 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
595         * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay.
597         * xfaces.c (xlfd_point_size): Don't divide pixel size from
598         transformation matrix by 10.
600 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
602         * xfns.c (x_set_foreground_color): Change frame's cursor_pixel
603         only if it's equal to the former foreground pixel color.
604         (x_set_foreground_color, x_set_background_color)
605         (x_set_mouse_color, x_set_cursor_color): Cleaned up.
607 2001-05-16  Dave Love  <fx@gnu.org>
609         * insdel.c (signal_before_change, signal_after_change): Consider a
610         local change hook which changes the buffer.
612         * process.c (read_process_output): Don't call signal_after_change
613         and update_compositions after insert_from_string_before_markers.
615 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
617         * xfaces.c (split_font_name): Use the right field when
618         checking for `[...]' syntax.
620         * buffer.c (copy_overlays): New function.
621         (clone_per_buffer_values): Use it.
623         * buffer.h (OVERLAY_PLIST): New macro.
625         * keymap.c (Fsingle_key_description): Replace a build_string with
626         a make_multibyte_string.  From Kenichi Handa <handa@etl.go.jp>.
628         * fontset.c (Ffontset_info): Check that face is non-null
629         before accessing its fields.
631 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
633         * keyboard.c (read_key_sequence): Prevent generating a fake
634         prefix key twice.
636         * xfaces.c (split_font_name): Handle `[...]' for the right
637         font name fields.
639         * ccl.c (ccl_driver): Don't copy remaining bytes in case
640         of CCL_STAT_INVALID_CMD.
642 2001-05-14  Stefan Monnier  <monnier@cs.yale.edu>
644         * eval.c (Fdefvar): Only record (defvar <var>) in the load-history
645         in <var> has no default value yet.
647         * xfaces.c (try_alternative_families): First try the FAMILY.
648         And if nothing is found in the end, try again with scalable fonts.
649         (try_font_list): Let try_alternative_families do a bit more of
650         the work.  Only use FAMILY if it is not nil.
651         (syms_of_xfaces) <scalable-fonts-allowed>: Fix docstring.
653 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
655         * xterm.c (note_mouse_highlight): Avoid changing the mouse
656         pointer shape when show_mouse_face has already done it.
658         * xterm.c (x_draw_glyphs): Fix computation of rightmost x for
659         full-width rows.
661         * xfaces.c (split_font_name): Make sure to leave the loop
662         with the right value of `i'.
664         * xfaces.c (split_font_name): Handle matrix transformations
665         in the pixel and point size fields of XLFD font names.
666         (xlfd_point_size): Likewise.
668 2001-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
670         * w32fns.c (w32_to_x_font): Change prototype to fit the declaration.
671         (x_to_w32_font): Add prototype.
673         * regex.c (malloc, realloc, free) [emacs]: Undefine before
674         redefining, to avoid compiler warnings.
676         * w32proc.c: Include syssignal.h, to avoid compiler warnings.
678         * w32bdf.c (search_file_line, set_bdf_font_info, seek_char)
679         (w32_get_bdf_glyph): Cast between unsigned char and char when
680         passing arguments to subroutines, to shut up compiler warnings.
681         (w32_get_bdf_glyph): Don't mix signed and unsigned when calling
682         GET_HEX_VAL.
684         * xfaces.c: Include keyboard.h before frame.h, not after it.
686         * widget.c: Include keyboard.h before frame.h.
688         * w32term.h (struct image, struct face): Forward declaration, to
689         avoid compiler warnings.
691 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
693         * keyboard.c (read_key_sequence): Don't modify events when
694         generating fake prefix keys (mode-line, scroll-bar, ...) since
695         this prevents proper processing of such events when pushed back
696         into unread-command-events.
698         * xterm.c (clear_mouse_face): Return 1 if text with mouse face was
699         actually redrawn.  Make the function static.
700         (note_mouse_highlight): Fix a case where the mouse cursor
701         was changed back to the text cursor.
703         * xterm.h (clear_mouse_face): Remove prototype.
705         * xdisp.c (try_window_id): Fix the fix and set the right
706         window_end_vpos.
708         * xdisp.c (try_window_id): Fix computation of window end in the
709         case that lines were deleted at the end of the window.  Add some
710         more debug_method_adds.
712         * xfaces.c (try_alternative_families): New function.
713         (try_font_list): Use it.  If ATTRS specifies a family, check
714         fonts from that family first.
715         (choose_face_font): Remove code setting the family part of
716         the pattern to nil.
718 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
720         * xdisp.c (try_window_id): Fix case of all changes before
721         the window start.
723         * xdisp.c (try_window_id): Add some xasserts.
725 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
727         * lisp.h (GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.
729 2001-05-09  Dave Love  <fx@gnu.org>
731         * xdisp.c (GIVE_UP): Fix for K&R C.
733 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
735         * print.c (syms_of_print) <print-length, print-level>: Doc fix.
737         * xterm.c (note_mouse_highlight): Don't change the mouse cursor
738         back to the text cursor shape without need.
740 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
742         * xfns.c (x_set_foreground_color): Set frame's cursor_pixel.
744         * dispextern.h (inverse_video): Declare extern.
746         * keyboard.c (delete_kboard): Handle the case that selected_frame
747         has been deleted in the course of x_connection_closed.
749 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
751         * xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]:
752         Fix the change from 2001-04-30.
754 2001-05-03  Gerd Moellmann  <gerd@gnu.org>
756         * xfns.c (file_dialog_unmap_cb): New function.
757         (Fx_file_dialog): Use it as XmNunmapCallback to capture the case
758         where a dialog is closed via the window manager.
760         * xdisp.c (try_window_id): Cases of changes all in front of
761         the window start or all below the window end mostly rewritten.
762         (redisplay_window): Move the tests if try_window_id is
763         applicable to try_window_id.
764         (GIVE_UP): New macro.
766 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
768         * xterm.c (expose_window): Return int.  If W is the window
769         currently being updated, mark the frame garbaged.
770         Fix computation of rows intersecting the exposed rectangle.
771         (expose_window_tree): Stop when expose_window returns 0.
773         * xterm.c (x_draw_stretch_glyph_string): Don't draw background
774         again if it has already been drawn.
776 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
778         * syntax.c (update_syntax_table): Check that oldi has the same
779         properties as old_prop before deciding not to invalidate.
781 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
783         * undo.c (Fprimitive_undo): In a writable buffer, enable undoing
784         read-only text that is so because of text properties.
786         * xterm.c (x_window_to_menu_bar) [USE_LUCID]: New function.
787         (XTread_socket) <Expose> [USE_LUCID]: Handle events for
788         windows that are components of a Lucid menu bar.
790 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
792         * term.c (turn_on_face): Fix reverse video handling on terminals
793         that don't support colors.
795 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
797         * editfns.c (save_excursion_restore): Don't use XBUFFER on
798         a non-buffer.
800 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
802         * term.c (toggle_highlight): New function.
803         (turn_on_face): Change handling of reverse video.
805         * process.c (wait_reading_process_input):
806         Call record_asynch_buffer_change only if a timer really changed buffers.
808         * buffer.c (mouse_face_overlay_overlaps): Fix the computation
809         of the number of overlays to check.
811         * keyboard.c (command_loop_1): Redo change of 2001-03-12.
813         * xdisp.c (try_window_id): Fix a case where window_end_pos
814         and window_end_bytepos were not adjusted.
816 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
818         * xfaces.c (compute_char_face): If buffer is unibyte, set CH to
819         zero instead of -1.
821 2001-04-21  Eli Zaretskii  <eliz@is.elta.co.il>
823         * process.c (wait_reading_process_input) [!subprocesses]:
824         Don't reference waiting_for_user_input_p, it's not defined in the
825         branch without async subprocesses support.
827 2001-04-19  Gerd Moellmann  <gerd@gnu.org>
829         * keyboard.c (delete_kboard): Prevent a dangling reference
830         from current_kboard to KB, which is freed.
832         * process.c (wait_reading_process_input):
833         Call record_asynch_buffer_change after running timers, to make
834         read_key_sequence aware of buffer changes from under it.
836 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
838         * xfaces.c (Qscalable_fonts_allowed): New variable.
839         (realizing_basic_faces_p): Removed.
840         (x_face_list_fonts): Special handling for realizing_basic_faces_p
841         removed.
842         (realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
843         (syms_of_xfaces): Initialize Qscalable_fonts_allowed.  Change default
844         for scalable-fonts-allowed to t.
846         * fileio.c (Finsert_file_contents): If the file size returned from
847         stat is zero, set END to READ_BUF_SIZE.  This makes sure we can
848         read from files on a procfs whose contents are generated dynamically.
850 2001-04-18  Eli Zaretskii  <eliz@is.elta.co.il>
852         * gmalloc.c (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not
853         defined, include stddef.h and use __SIZE_TYPE__ instead of size_t.
854         (__memalign_hook): Make the two prototypes consistent.
856 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
858         * xdisp.c (redisplay_window): Make sure to clear the desired glyph
859         matrix of mini-windows.
861 2001-04-12  Stefan Monnier  <monnier@cs.yale.edu>
863         * intervals.c (find_interval): Don't rebalance during signal handling.
865 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
867         * fns.c: Include blockinput.h.
869         * fns.c (Fplist_get): Don't QUIT if interrupt_input_blocked.
871 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
873         * fns.c (Fcompare_strings): Fix return values.
875         * window.c (window_scroll): Change the meaning of N to mean
876         N screen-fulls or N lines.
877         (window_scroll_pixel_based, window_scroll_line_based)
878         (scroll_command, Fscroll_other_window): Change accordingly.
880         * window.c (window_scroll_pixel_based, Frecenter):
881         Call window_box_height instead of using it.last_visible_y for the
882         height of the window.
884         * xdisp.c (redisplay_window) <recenter>: Call window_box_height
885         instead of using it.last_visible_y for the height of the window.
887         * w32proc.c (sys_spawnve): Quote more chars for Cygwin.
888         From Dan Holmsand <dan@eyebee.com>.
890         * w32.c (sys_open): Try to open file without _O_CREAT first, to be
891         able to write to hidden and system files.  From Dan Holmsand
892         <dan@eyebee.com>.
894         * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile.  From Dan
895         Holmsand <dan@eyebee.com>.
897 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
899         * fns.c (Fplist_get, Fplist_put): Add QUITs.
901         * window.c (window_internal_height): Return 1 less if the
902         window has a header line.
904         * xdisp.c (try_window_id): When scrolling on a terminal, take
905         the change of window_internal_height into account.
907 2001-04-09  Eli Zaretskii  <eliz@is.elta.co.il>
909         * gmalloc.c (align): If the argument SIZE would overflow
910         __malloc_ptrdiff_t, fail right away.
912 2001-04-06  Gerd Moellmann  <gerd@gnu.org>
914         * xfns.c (compute_tip_xy): Add parameters WIDTH and HEIGHT.
915         Make sure the tooltip is completely visible.
916         (x_make_gc): Use FRAME_X_SCREEN_NUMBER.
918         * xterm.h (FRAME_X_SCREEN_NUMBER): New macro.
920         * xmenu.c (xmenu_show): Use FRAME_X_SCREEN_NUMBER.
922 2001-04-06  Dave Love  <fx@gnu.org>
924         * composite.c (update_compositions) <check_mask & CHECK_HEAD>:
925         Fix test of `from'.
927 2001-04-06  Gerd Moellmann  <gerd@gnu.org>
929         * composite.h (COMPOSITION_VALID_P): Allow integers as cdrs of PROP.
931         * xdisp.c (Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
933 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
935         * sysdep.c (getwd) [!HAVE_GETWD]: Unblock input before returning.
937         * editfns.c (Fcurrent_time_zone): Accept spaces in timezone names.
939         * xfns.c (Vmotif_version_string) [USE_MOTIF]: New variable.
940         (syms_of_xfns): DEFVAR_LISP it.  Initialize from XmVERSION_STRING.
942         * xmenu.c (free_frame_menubar) [USE_MOTIF]: Preserve the
943         shell widget's position only if it is non-null.
945         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]:
946         Set f->output_data.x->widget to null after destroying it.
948         * fns.c (Frequire): Doc fix.  Rename parameter FILE_NAME to
949         FILENAME to bring it in synch with the documentation.
951         * xfaces.c (realizing_basic_faces_p): Renamed from
952         realize_default_face_p.
953         (realize_basic_faces): Set/clear realizing_basic_faces_p.
954         (realize_default_face): Don't set the flag.
956 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
958         * lisp.h (echoing, echo_message_buffer, cancel_echoing): Declare.
960         * keyboard.c (echoing, echo_message_buffer): Make externally visible.
962         * xdisp.c (with_echo_area_buffer): Avoid confusion from reusing
963         the buffer that was used for echoing.
965         * xfaces.c (best_matching_font): Remove unused parameter PATTERN.
966         (first_font_matching): Removed unused function.
967         (x_face_list_fonts): Remove unused parameter SCALABLE_P.
968         (may_use_scalable_font_p): Remove parameter FONT; rename
969         parameter NAME to FONT.
970         (x_face_list_fonts): Fix missing bounds check.
971         (realizing_default_face_p): New variable.
972         (realize_default_face): Set and clear that flag.
973         (x_face_list_fonts): When called during the realization of the
974         default face, and no matching fonts are found when ignoring
975         scalable fonts and fonts matching a regexp from
976         face-ignored-fonts, try without ignoring fonts.
978 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
980         * xfns.c (postprocess_image): New function.
981         (lookup_image): Call it for all image types except PostScript.
982         (x_kill_gs_process): Call postprocess_image.
984         * xterm.c (x_use_underline_position_properties): New variable.
985         (x_draw_glyph_string): Use it.
986         (syms_of_xterm): DEFVAR_BOOL it.
988 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
990         * xterm.c (x_alloc_nearest_color_1): New function.
991         (x_alloc_nearest_color): Use it.
992         (x_color_cells): Take a Display as argument, instead of a frame.
993         (cvt_string_to_pixel_args, cvt_string_to_pixel_value): New variables.
994         (cvt_string_to_pixel, cvt_pixel_dtor): New functions.
995         (x_initialize): Register cvt_string_to_pixel as resource converter
996         string -> Pixel and cvt_pixel_dtor as pixel resource destructor.
998 2001-03-30  Gerd Moellmann  <gerd@gnu.org>
1000         * xdisp.c (get_overlay_strings): Set iterator's end_charpos.
1001         (set_iterator_to_next): If a string from a display property ends,
1002         consider the case that this might also be the end of an
1003         overlay string having the display property.
1005         * xdisp.c (handle_display_prop): Fix recognition of subproperty lists.
1007         * xdisp.c (reseat_to_string): Undo last change.
1009         * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current
1010         matrix of a window when the header line changes, when
1011         new rows are allocated, or when the width changes.
1013 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1015         * print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.
1017 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
1019         * fileio.c (syms_of_fileio) <directory-sep-char>: Warn that it is
1020         deprecated.
1022 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
1024         * data.c (Fsubr_interactive_form): New function.
1025         (syms_of_data): Defsubr it.
1027         * alloc.c (live_string_p, live_cons_p, live_symbol_p)
1028         (live_float_p, live_misc_p): Return 1 only if the offset of the
1029         pointer in its block is >= 0.
1031 2001-03-28  Paul Eggert <eggert@twinsun.com>
1033         * editfns.c (Ffloat_time): Fix off-by-factor-of-10 bug in the
1034         microseconds calcuation.  Avoid double-rounding problem.
1035         In doc string, warn that the result is approximate.
1037 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
1039         * eval.c (call_debugger): Bind `inhibit-redisplay' to nil, and
1040         bind `inhibit-eval-during-redisplay' to t.
1042         * lisp.h (Qinhibit_eval_during_redisplay): Declare extern.
1044         * xdisp.c (inhibit_eval_during_redisplay)
1045         (Qinhibit_eval_during_redisplay): New variables.
1046         (safe_eval, safe_call): If inhibit_eval_during_redisplay is set,
1047         don't eval, return nil instead.
1048         (syms_of_xdisp): DEFVAR_BOOL inhibit-eval-during-redisplay.
1049         Initialize Qinhibit_eval_during_redisplay.
1051         * xdisp.c (reseat_to_string): If STRING is multibyte, set
1052         the iterator's multibyte_p flag.
1054         * xfaces.c (realize_basic_faces): Decrement menu_face_change_count
1055         instead of setting it to zero; it's incremented for each frame
1056         where the menu face is changed.
1058         * xterm.c (x_draw_relief_rect): Extend left shadow to the bottom;
1059         change bottom shadow accordingly.
1061         * xterm.c (expose_window_tree, expose_frame): Don't compute
1062         intersections here.
1063         (expose_window): Do it here instead.
1064         (x_draw_glyph_string): Fix a computation of the underline position.
1066         * bytecode.c (BYTE_CODE_QUIT): New macro.
1067         (Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT.
1069 2001-03-27  Gerd Moellmann  <gerd@gnu.org>
1071         * xdisp.c (try_window_reusing_current_matrix) <scrolling up>:
1072         Give up if matrix starts in an ellipsis.
1073         (init_from_display_pos): Do nothing if POS doesn't specify
1074         a dpvec_index but the iterator has such a position.
1076         * xdisp.c (init_from_display_pos): Remove unwarranted assertion.
1078         * xmenu.c (free_frame_menubar) [USE_MOTIF]: If the shell widget's
1079         x/y position is (0, 0) after destroying the menu bar, restore
1080         its original position.
1082         * xdisp.c (in_ellipses_for_invisible_text_p): New function.
1083         (init_from_display_pos): Use it.
1084         (try_window_reusing_current_matrix): Don't use cursor_row_p.
1086 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
1088         * xdisp.c (try_window_id): Undo last change.
1090 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
1092         * print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.
1094         * buffer.c (syms_of_buffer): Doc fix.
1096 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
1098         * xfaces.c (x_update_menu_appearance): Use local variable
1099         popup_path for setting font resources.
1101 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
1103         * frame.c (Fframe_list): Don't reference tip_frame if
1104         HAVE_WINDOW_SYSTEM is not defined.
1106         * emacs.c (main): Update the copyright year.  From Werner LEMBERG
1107         <wl@gnu.org>.
1109 2001-03-25  Gerd Moellmann  <gerd@gnu.org>
1111         * xdisp.c (init_from_display_pos): Test invisible property
1112         with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
1114         * xdisp.c (redisplay_internal) <update one window>: Make sure
1115         last_arrow_position and last_arrow_string are set.
1117         * frame.c (Fframe_list): Don't return a tooltip frame.
1119 2001-03-23  Gerd Moellmann  <gerd@gnu.org>
1121         * xdisp.c (mark_window_display_accurate_1): New function,
1122         extracted from mark_window_display_accurate.
1123         Compute BUF_UNCHANGED_MODIFIED, BUF_OVERLAY_UNCHANGED_MODIFIED,
1124         BUF_BEG_UNCHANGED, BUF_END_UNCHANGED.
1125         (mark_window_display_accurate): Use it.
1126         (redisplay_internal): Use it for the selected window.
1127         (redisplay_internal): Avoid duplicate mark_window_display_accurate
1128         for the selected frame.
1130         * xdisp.c  Use make_number, for readability.
1131         (try_window_id): Disable rows below the window end.
1132         (try_window_reusing_current_matrix): Use cursor_row_p.
1133         (try_window_reusing_current_matrix) <scrolling up>: Fix disabling
1134         of rows.
1135         (init_from_display_pos): If POS specifies a position in a display
1136         vector, maybe get the iterator set up for that ellipsis.
1138         * xdisp.c (dump_glyph_row): Fix output for NGLYPHS == 2.
1140 2001-03-23  Eli Zaretskii  <eliz@is.elta.co.il>
1142         * xmenu.c: Include widget.h only if USE_X_TOOLKIT is defined.
1144 2001-03-23  Gerd Moellmann  <gerd@gnu.org>
1146         * xfaces.c (x_update_menu_appearance): Use a different path
1147         for Lucid popup menus.
1149 2001-03-22  Stefan Monnier  <monnier@cs.yale.edu>
1151         * xterm.c (note_mouse_highlight): Dec the int, not the Lisp_Object.
1153         * xdisp.c (init_iterator): Check WINDOWP before using XWINDOW.
1154         (string_buffer_position): Use `make_number'.
1156 2001-03-22  Gerd Moellmann  <gerd@gnu.org>
1158         * xfaces.c (x_update_menu_appearance): Renamed from
1159         x_set_menu_face_resources.  Use different resources for popups.
1161         * lisp.h (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.
1162         (GC_CHECK_STRING_BYTES): Don't define.
1164         * xfaces.c (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]:
1165         Removed, together with subroutines.
1166         (x_set_menu_face_resources) [USE_X_TOOLKIT]: New function.
1167         (realize_basic_faces) [USE_X_TOOLKIT]: Call x_set_menu_face_resources.
1169         * dispextern.h (x_set_menu_resources_from_menu_face):
1170         Remove prototype.
1172         * xmenu.c (update_frame_menubar, set_frame_menubar, xmenu_show):
1173         Remove calls to x_set_menu_resources_from_menu_face.
1175         * xfaces.c (xm_set_menu_resources_from_menu_face):
1176         Remove #ifndef LESSTIF_VERSION.
1178         * xmenu.c: Include widget.h.
1179         (single_submenu): Return int.  Some cleanup.
1180         (set_frame_menubar): Call x_set_menu_resources_from_menu_face.
1182 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
1184         * xterm.c (x_update_window_end): Handle overwritten mouse face
1185         also for tool bar windows.
1186         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
1187         DRAW is DRAW_IMAGE_RAISED.
1189 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
1191         * print.c (syms_of_print): Doc fixes.
1193         * fns.c (Fmd5): Doc fix.
1195 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
1197         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
1198         Clear area of the frame not occupied by the scroll bar.
1200         * xfns.c (x_create_tip_frame): Add parameter TEXT.  Set the
1201         tip frame's root window buffer to *tip* right after creating
1202         the frame.
1204         * xdisp.c (highlight_trailing_whitespace): Glyphs whose object
1205         is an integer don't have to be for space characters.
1207 2001-03-16  Gerd Moellmann  <gerd@gnu.org>
1209         * indent.c (current_column, current_column_1, Fmove_to_column)
1210         (compute_motion): Handle characters from display vectors differently.
1212 2001-03-15  Kenichi Handa  <handa@etl.go.jp>
1214         * xterm.c (x_draw_glyph_string): Draw relief (if any) before
1215         drawing glyph string.
1217 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
1219         * keyboard.c (timer_check): Preserve the value of deactivate-mark.
1220         (command_loop_1): Undo last change.
1222         * xterm.c (fast_find_position): Return the correct vpos.
1224         * data.c (store_symval_forwarding): Add parameter BUF.  If BUF is
1225         non-null, set a per-buffer value in BUF instead of the current buffer.
1226         (swap_in_global_binding, swap_in_symval_forwarding, Fset_default):
1227         Call store_symval_forwarding with BUF null.
1228         (set_internal): Call store_symval_forwarding with the BUF
1229         parameter passed to set_internal.  Formerly, the value was always
1230         set in the current buffer; the buffer recorded in specbind for
1231         this case wasn't used.
1232         (arith_driver): Reindent.
1234         * buffer.c (swap_out_buffer_local_variables):
1235         Call store_symval_forwarding with BUF null.
1237         * lisp.h (store_symval_forwarding): Change prototype.
1239         * eval.c (specbind): Call store_symval_forwarding with BUF null.
1241 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
1243         * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add
1244         FOR_DELETION.  Avoid resizing the mini-window of the selected
1245         frame if FOR_DELETION is set.
1246         (Fselect_frame, Fhandle_switch_frame, Fdelete_frame)
1247         (Fmake_frame_invisible): Change calls to do_switch_frame for new
1248         signature.
1250         * window.c (Fset_window_configuration): Change call to
1251         do_switch_frame to new format.
1253         * keyboard.c (quit_throw_to_read_char): Change call to
1254         do_switch_frame to new format.
1256         * lisp.h (do_switch_frame): Change prototype.
1258         * frame.c (Fframe_parameters): In the `buffer-list' frame
1259         parameter, store the buffer list of FRAME, not the list of the
1260         selected frame.
1262         * xterm.c (x_draw_glyph_string_box): Don't draw a full-width
1263         box just because the glyph row's full_width_p flag is set.
1265 2001-03-14  Eli Zaretskii  <eliz@is.elta.co.il>
1267         * xdisp.c (highlight_trailing_whitespace): On character terminals,
1268         skip the padding blanks inserted in extend_face_to_end_of_line,
1269         before checking for trailing whitespace.
1271 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
1273         * xmenu.c (popup_activate_callback, popup_deactivate_callback):
1274         Remove special handling for LessTif/Motif.
1275         (toplevel): Don't include Xm/Xm.h.
1277         * xterm.c (XTread_socket) <LeaveNotify, EnterNotify>:
1278         Remove workaround code for LessTif; it doesn't work anymore.
1280         * xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
1281         Xm/ScrollBarP.h.
1283         * xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]:
1284         Don't access private scroll bar data; it's no longer necessary with
1285         contemporary LessTif.
1287         * xfaces.c (xm_set_menu_resources_from_menu_face):
1288         Change #if 0 to #ifndef LESSTIF_VERSION.
1290         * xmenu.c (xmenu_show) [LESSTIF_VERSION]: Take out the code
1291         removing button grabs.
1293 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
1295         * fontset.c (syms_of_fontset): Describe highlight-wrong-size-font
1296         and clip-large-size-font as obsolete.
1298         * lread.c (read_multibyte): Check the validity of multibyte
1299         sequence.  If invalid, return the first byte.
1301 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
1303         * keyboard.c (command_loop_1): Set Vdeactivate_mark to nil
1304         before running the command; timer functions or process
1305         filters may have set it.
1307 2001-03-12  Eli Zaretskii  <eliz@is.elta.co.il>
1309         * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
1310         Doc fix.
1312 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
1314         * xrdb.c (x_load_resources) [USE_MOTIF]: Remove extraneous arg
1315         to sprintf.
1317 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
1319         * dispextern.h (string_buffer_position): Add prototype.
1321         * xdisp.c (string_buffer_position, display_prop_string_p)
1322         (single_display_prop_string_p): New functions.
1324         * xterm.c (note_mouse_highlight): If there's no help-echo on
1325         a string, look at the buffer text ``under'' it.
1327         * keyboard.c (make_lispy_event): Add string info to the event,
1328         analogous to what's done on mode lines.
1329         (read_key_sequence): For a click on a string, consider `local-map'
1330         and `keymap' of that string.
1332         * keyboard.c (make_lispy_event, make_lispy_movement):
1333         Adjust calls to buffer_posn_from_coords to new format.
1335         * dispextern.h (buffer_posn_from_coords): Adjust prototype.
1337         * dispnew.c (buffer_posn_from_coords): Add parameters OBJECT and
1338         POS; return void.
1340         * fileio.c (Fwrite_region) [DOS_NT]: Remove O_TRUNC from open
1341         flags argument to emacs_open; it seems to conflict with O_EXCL.
1343 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
1345         * composite.h (struct composition): Change types of members;
1346         glyph_len to unsigned, width to unsigned short.
1348 2001-03-08  Andrew Innes  <andrewi@gnu.org>
1350         * w32menu.c (add_menu_item): Fix problems with using ownerdraw for
1351         menu titles.
1353 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
1355         * xdisp.c (handle_display_prop): Use it->w->buffer as object,
1356         instead of nil.
1358         * xterm.c (note_mouse_highlight): Handle mouse-face and
1359         help-echo in strings.
1360         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
1361         (fast_find_string_pos): New function.
1363         * xdisp.c (handle_face_prop, face_before_or_after_it_pos)
1364         (display_string): Call face_at_string_position with new parameter.
1366         * xfaces.c (face_at_string_position): Add parameter MOUSE_P.
1367         Handle `mouse-face'.
1369         * dispextern.h (face_at_string_position): Change prototype.
1371         * dired.c (directory_files_internal): Handle EAGAIN more efficiently.
1373         * keyboard.c (make_lispy_event): Avoid generating drag events
1374         if the mouse hasn't actually moved to another buffer position.
1376 2001-03-08  Dave Love  <fx@gnu.org>
1378         * eval.c (syms_of_eval) <debug-on-error>: Doc fix.
1380 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
1382         * process.c (Fset_process_window_size): Fix a typo.
1384 2001-03-08  Kenichi Handa  <handa@etl.go.jp>
1386         * coding.c (detect_coding_sjis): Do more rigid check.
1387         (detect_coding_big5): Likewise.
1388         (decode_coding_sjis_big5): Likewise.
1389         (Fdetect_coding_region): Call detect_coding_system with tailing
1390         anchor byte `\0' for more rigid detection.
1391         (detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.
1392         (Fdetect_coding_string): Likewise.
1394 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
1396         * bytecode.c (Fbyte_code) <Btemp_output_buffer_setup>: Check the arg is
1397         a string before extracting its data.
1399 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
1401         * window.c (Frecenter): Rewrite code handling negative values
1402         of ARG on graphical frames.
1404 2001-03-07  Eli Zaretskii  <a34785@is.elta.co.il>
1406         * window.c (displayed_window_lines): If W->start is outside the
1407         accessible portion of the buffer, call start_display with BEGV or
1408         ZV instead of W->start.
1410 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
1412         * buffer.c (syms_of_buffer) <header-line-format>: Doc fix.
1414         * process.c (Fset_process_filter): Don't crash if the input
1415         file descriptor of PROCESS is closed.
1416         (Fset_process_window_size): Likewise.
1418 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
1420         * xterm.c (XTflash): Make the timeout of select shorter, and call
1421         select repeatedly until the desired time expires.
1423 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
1425         * w32fns.c (Fx_create_frame): Clear Vwindow_list.
1427         * xfns.c (Fx_create_frame): Clear Vwindow_list.
1429         * lisp.h (Vwindow_list): Declare extern.
1431 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
1433         * dispnew.c (syms_of_display) <glyph-table>: Doc fix.
1435 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
1437         * xterm.c (note_mouse_highlight): Call mouse_face_overlay_overlaps
1438         to detect a case where we have to highlight a different region
1439         despite not having left the currently highlighted region.
1440         Set mouse_face_overlay in the x_display_info.
1441         (x_term_init): Initialize the x_display_info's mouse_face_overlay.
1443         * xterm.h (struct x_display_info): Add mouse_face_overlay.
1445         * buffer.c (mouse_face_overlay_overlaps): New function.
1447         * lisp.h (mouse_face_overlay_overlaps): Add prototype.
1448         (Qmouse_face): Declare extern.
1450         * xdisp.c (redisplay_internal): Set windows_or_buffers_changed
1451         if face_change_count is non-zero.
1453 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
1455         * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>: Fix for the case
1456         that the source is unibyte.
1458 2001-03-05  Dave Love  <fx@gnu.org>
1460         * xterm.c (XTmouse_position): Fix typo.
1462 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
1464         * minibuf.c (read_minibuf): Clean up the binding stack if
1465         called noninteractively.
1467 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
1469         * coding.c (syms_of_coding): Docstring modified.
1471 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
1473         * charset.c (char_to_string): If a single byte char has modifier
1474         bits that can't be reflected to the character code, ignore them
1475         instead of signaling an error.
1477 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
1479         * s/msdos.h: Update copyright notice.
1481         * dosfns.h: Update copyright notice.
1483         * dosfns.c: Update copyright notice.
1485         * msdos.c: Update copyright notice.
1487 2001-03-02  Gerd Moellmann  <gerd@gnu.org>
1489         * xterm.c (glyph_rect): New function.
1490         (XTmouse_position): Use it to raise the threshold for mouse
1491         movement event generation.
1493 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
1495         * msdos.c (Fmsdos_remember_default_colors): If default-frame-alist
1496         specifies (reverse . t), reverse the initial screen colors.
1497         (IT_set_frame_parameters): If the property is foreground-color,
1498         but we are reversing the colors, set bg_set, not fg_set.
1499         Likewise for setting background-color and reversing: set fg_set.
1500         Set unspecified-fg and unspecified-bg correctly when (reverse . t) is
1501         in effect.
1503         * xfaces.c (Finternal_set_lisp_face_attribute)
1504         [!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's
1505         parameters alist.
1507 2001-03-02  Gerd Moellmann  <gerd@gnu.org>
1509         * fileio.c (Fexpand_file_name): Collapse sequences of slashes
1510         to a single slash in the middle of file names.
1512         * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
1513         Accept only alphanumeric time zone names.
1515         * xterm.c (XTset_vertical_scroll_bar): Don't clear a zero height
1516         or width area.
1517         (XTset_vertical_scroll_bar, x_scroll_bar_create): Don't configure
1518         a widget to zero height.
1520 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
1522         * window.c (Fwindow_end): Call move_it_past_eol only if
1523         ending up on a partially visible line.
1525 2001-03-01  Dave Love  <fx@gnu.org>
1527         * ccl.c (Fccl_execute): Doc fix.
1529 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
1531         * xfns.c (Fx_create_frame): Adjust the frame's height for presence
1532         of the tool bar before calling x_figure_window_size.
1534         * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to
1535         NULL after destroying it, otherwise XTread_socket can access a
1536         destroyed widget when input is unblocked.
1538         * xfns.c (x_set_foreground_color): Set the background of the cursor GC.
1540         * xfns.c (x_set_font): Handle case of x_new_fontset returning the
1541         same name as before, although there was a change in fontsets.
1543 2001-02-28  Ken Raeburn  <raeburn@gnu.org>
1545         * lisp.h (Fframe_parameter): Declare.
1547         * window.c (set_window_buffer): Field vscroll is an int, not a
1548         Lisp_Object.
1550 2001-02-28  Gerd Moellmann  <gerd@gnu.org>
1552         * xterm.c (x_set_window_size): Don't use `None' with widgets; use
1553         NULL instead.
1555         * xfns.c (Fx_hide_tip): Don't use `None' with widgets; use
1556         NULL instead.
1558         * alloc.c (toplevel): Include process.h.
1559         (enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE,
1560         MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators.
1561         (allocate_vectorlike): Make it a static function.  Add parameter TYPE.
1562         (allocate_vector, allocate_hash_table, allocate_window)
1563         (allocate_frame, allocate_process, allocate_other_vector):
1564         New functions.
1565         (Fmake_vector): Call allocate_vector instead of allocate_vectorlike.
1566         (mark_maybe_pointer): New function.
1567         (mark_memory): Also mark Lisp data to which only pointers
1568         remain and not Lisp_Objects.
1569         (min_heap_address, max_heap_address): New variables.
1570         (mem_find): Return MEM_NIL if START is below min_heap_address or
1571         above max_heap_address.
1572         (mem_insert): Compute min_heap_address and max_heap_address.
1574         * process.c (make_process): Use allocate_process.
1576         * frame.c (make_frame): Use allocate_frame.
1578         * window.c (make_window, make_dummy_parent): Use allocate_window.
1579         (Fcurrent_window_configuration): Use allocate_other_vector.
1581         * lisp.h (allocate_vectorlike): Remove prototype.
1582         (allocate_vector, allocate_other_vector, allocate_frame)
1583         (allocate_window, allocate_process, allocate_hash_table):
1584         Add prototypes.
1586         * fns.c (Fdelete, larger_vector): Use allocate_vector.
1587         (make_hash_table, copy_hash_table): Use allocate_hash_table.
1589 2001-02-27  Kenichi Handa  <handa@etl.go.jp>
1591         * coding.c (ccl_coding_driver): If ccl->eight_bit_control is zero,
1592         treat the produced bytes as a valid multibyte sequence.
1594         * ccl.c (CCL_WRITE_MULTIBYTE_CHAR): New macro.
1595         (ccl_driver) <CCL_WriteMultibyteChar2>:
1596         Use CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR.
1597         <ccl_finish>: Set ccl->eight_bit_control properly.
1599         * ccl.h (struct ccl_program): New member eight_bit_control.
1601 2001-02-26  Stefan Monnier  <monnier@cs.yale.edu>
1603         * keymap.c (Faccessible_keymaps): Pass `is_metized' to
1604         accessible_keymaps_char_table.
1605         (accessible_keymaps_char_table): Obey `is_metized'.
1606         (where_is_internal, Fwhere_is_internal): Don't confuse int and
1607         Lisp_Object.
1609 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
1611         * dispnew.c: Check HAVE_TERM_H before including term.h.
1613 2001-02-24  Andrew Innes  <andrewi@gnu.org>
1615         * makefile.w32-in: Update copyright notice.
1617 2001-02-24  Stefan Monnier  <monnier@cs.yale.edu>
1619         * keymap.c (where_is_internal): Accept non-ascii integer prefixes.
1621 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
1623         * Makefile.in (lisp): Add international/utf-8.elc.
1625         * fontset.c (Fnew_fontset): Fix handling of the case that an
1626         element of FONTLIST is a cons of family and registry.
1628 2001-02-23  Jason Rumney  <jasonr@gnu.org>
1630         * w32fns.c (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINES
1631         to height unconditionally.
1633         * w32term.c (x_set_glyph_string_background_width): Extend the
1634         background face to the end of the drawing area in the text area, only.
1635         (x_insert_glyphs): Call window_box_left to obtain the left
1636         x-coordinate of the area to shift.
1638         * w32menu.c (set_frame_menubar): Run activate-menu-bar-hook with
1639         safe_run_hooks.
1641 2001-02-22  Andrew Innes  <andrewi@gnu.org>
1643         * makefile.nt ($(BLD)\dired.obj): Remove reference to VMS header files.
1644         ($(BLD)\dispnew.obj):
1645         ($(BLD)\editfns.obj):
1646         ($(BLD)\fileio.obj):
1647         ($(BLD)\filelock.obj):
1648         ($(BLD)\keyboard.obj):
1649         ($(BLD)\w32proc.obj):
1650         ($(BLD)\process.obj):
1651         ($(BLD)\sysdep.obj): Ditto.
1653         * makefile.w32-in ($(BLD)/dired.$(O)): Remove reference to VMS
1654         header files.
1655         ($(BLD)/dispnew.$(O)):
1656         ($(BLD)/editfns.$(O)):
1657         ($(BLD)/fileio.$(O)):
1658         ($(BLD)/filelock.$(O)):
1659         ($(BLD)/keyboard.$(O)):
1660         ($(BLD)/w32proc.$(O)):
1661         ($(BLD)/process.$(O)):
1662         ($(BLD)/sysdep.$(O)): Ditto.
1664 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
1666         * xdisp.c (forward_to_next_line_start): When taking the shortcut
1667         at the start of the function, check that the \n in it->c is
1668         from the iterator's current position.
1670         * xdisp.c (handle_single_display_prop): Add parameter
1671         DISPLAY_REPLACED_BEFORE_P.  If it is non-zero ignore display
1672         properties which replace the display of text with something else.
1673         (handle_display_prop): Call handle_single_display_prop with
1674         additional argument saying if we already replaced text display
1675         with something else.  Use AREF.
1676         (with_echo_area_buffer_unwind_data, display_menu_bar)
1677         (decode_mode_spec_coding): Use AREF and ASIZE.
1679         * vms-pp.c, vmsdir.h, vmsmap.c, vmsproc.h, vms-pp.trans, vmsfns.c,
1680         * vmspaths.h, vmstime.c, vms-pwd.h, vmsgmalloc.c, vmsproc.c,
1681         * vmstime.h: Files removed.
1683         * unexencap.c, unexfx2800.c: Files removed.
1685         * dispnew.c (direct_output_for_insert): Give up if we are showing
1686         a message or just cleared the message because we might need to
1687         resize the echo area window or display an empty echo area.
1689 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
1691         * xdisp.c (redisplay_internal): Do the
1692         mark_window_display_accurate after all windows have been
1693         redisplayed because this call resets flags in buffers which are
1694         needed for proper redisplay.
1696         * keyboard.c, minibuf.c, lread.c, fns.c, eval.c:
1697         Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
1698         the old names.
1700         * w32term.h (struct x_output): Rename busy_cursor to hourglass_cursor,
1701         busy_window to hourglass_window, busy_p to hourglass_p.
1703         * msdos.h (struct x_output): Rename busy_window to
1704         hourglass_window, busy_p to hourglass_p.
1706         * xterm.h (struct x_output): Rename busy_cursor to hourglass_cursor,
1707         busy_window to hourglass_window, busy_p to hourglass_p.
1709         * xfns.c: Rename everything containing *busy_cursor* and similar
1710         to *hourglass*.
1711         (syms_of_w32fns): Rename x-busy-pointer-shape to
1712         x-hourglass-pointer-shape, display-busy-cursor to
1713         display-hourglass, busy-cursor-delay to hourglass-delay.
1715         * w32fns.c: Rename everything containing *busy_cursor* and similar
1716         to *hourglass*.
1717         (syms_of_w32fns): Rename x-busy-pointer-shape to
1718         x-hourglass-pointer-shape, display-busy-cursor to
1719         display-hourglass, busy-cursor-delay to hourglass-delay.
1721         * xterm.c (XTread_socket): Test x_output's hourglass_p instead
1722         of its busy_p flag.
1724         * dispextern.h (start_hourglass, cancel_hourglass)
1725         (display_hourglass_p): Renamed from *busy_cursor*.
1727 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
1729         * keyboard.c (read_char): When an event from unread-command-events
1730         is from the tool or menu bar, set *USE_MOUSE_MENU to 1.
1732         * window.c (Fwindow_end): Handle case that WINDOW's buffer is not
1733         equal to the current buffer.
1735         * xdisp.c (setup_echo_area_for_printing): Set truncate_lines to
1736         nil, otherwise we're left with truncate_lines t when a message
1737         is printed with message-truncate-lines bound to t.
1739 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
1741         * window.c (Fmove_to_window_line): Undo last change.
1742         (displayed_window_lines): Call line_bottom_y to determine
1743         the line's bottom position.
1745         * dispextern.h (line_bottom_y): Add prototype.
1747         * xdisp.c (line_bottom_y): New function extracted from pos_visible_p.
1748         (pos_visible_p): Use it.
1750         * keyboard.c (recursive_edit_1): Bind `inhibit-redisplay' and
1751         set redisplaying_p to 0 here instead of in Frecursive_edit.
1752         (Frecursive_edit): Don't bind `inhibit-redisplay' and don't
1753         set redisplaying_p.
1755         * xdisp.c (Qinhibit_menubar_update, inhibit_menubar_update):
1756         New variables.
1757         (syms_of_xdisp): Initialize new variables.
1758         (update_menu_bar): Do nothing if inhibit_menubar_update is set.
1759         Specbind `inhibit-menubar-update' when updating the menu bar.
1761         * xmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
1762         safe_run_hooks.
1764         * xdisp.c (update_menu_bar): Run activate-menu-bar-hook with
1765         safe_run_hooks.
1767         * emacs.c (malloc_initialize_hook): Handle case thet `environ'
1768         is null.
1770         * ralloc.c (__morecore) [!SYSTEM_MALLOC]: Move declaration
1771         to the start of the file.
1773 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
1775         * window.c (set_window_buffer): Fix last change.
1777         * window.c (set_window_buffer): Set window's vscroll to 0.
1779         * window.c (coordinates_in_window): Increase width of area
1780         where the vertical line can be dragged.
1782         * xterm.c (x_set_glyph_string_background_width): Extend the
1783         background face to the end of the drawing area in the text
1784         area, only.
1786         * xdisp.c (handle_single_display_prop): Set iterator's position
1787         to where the `display' property starts, like for images.
1788         (dump_glyph): New function.
1789         (dump_glyph_row): Use it.  Dump info about marginal areas.
1791         * dispnew.c (direct_output_for_insert): Recognize more cases where
1792         glyphs can be written instead of being inserted.
1794         * xterm.c (x_insert_glyphs): Call window_box_left to obtain
1795         the left x-coordinate of the area to shift.
1797         * dired.c (directory_files_internal): Set result list to nil
1798         before retrying.
1800 2001-02-15  Kenichi Handa  <handa@etl.go.jp>
1802         * ccl.c (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an
1803         invalid multibyte sequence, treat *SRC as a character of
1804         eight-bit-graphic.
1806 2001-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
1808         * textprop.c (Fset_text_properties): Doc fix.
1810 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
1812         * dispnew.c (update_text_area): Undo change of 2001-01-12.
1814 2001-02-14  Dave Love  <fx@gnu.org>
1816         * coding.c: Doc and message fixes.
1818 2001-02-14  Andrew Innes  <andrewi@gnu.org>
1820         * w32fns.c (w32_wnd_proc) <WM_GETMINMAXINFO>: Allow resizing the
1821         Emacs frame above the screen size.
1823 2001-02-14  Gerd Moellmann  <gerd@gnu.org>
1825         * xdisp.c (reseat_1): Set iterator's end_charpos to ZV.
1827 2001-02-13  Gerd Moellmann  <gerd@gnu.org>
1829         * insdel.c (del_range_1, del_range_byte, del_range_both): Handle
1830         case that TO ends up beyond ZV after running before-change-functions.
1832         * window.c (window_loop) <GET_BUFFER_WINDOW>: Prefer to return
1833         the selected window if it is showing the buffer in question.
1835         * dired.c (directory_files_internal): Initialize errno.
1836         (toplevel): Include errno.h.
1838 2001-02-13  Kenichi Handa  <handa@etl.go.jp>
1840         * xfaces.c (best_matching_font): New parameter width_ratio.
1841         Multiply avgwidth by width_ratio.
1842         (choose_face_font): Call best_matching_font with width_ratio
1843         calculated from the column width of C.
1845 2001-02-12  Andrew Innes  <andrewi@gnu.org>
1847         The following changes are to draw box lines inside characters area
1848         if line-width is negative.
1850         * w32term.c (x_produce_image_glyph): Pay attention to the case that
1851         face->box_line_width is negative.
1852         (x_produce_stretch_glyph): Likewise.
1853         (x_produce_glyphs): Likewise.
1854         (x_estimate_mode_line_height): Likewise.
1855         (x_draw_glyph_string_background): Likewise.
1856         (x_draw_glyph_string_foreground): Likewise.
1857         (x_draw_composite_glyph_string_foreground): Likewise.
1858         (x_draw_glyph_string_box): Likewise.
1859         (x_draw_image_foreground): Likewise.
1860         (x_draw_image_relief): Likewise.
1861         (x_draw_image_foreground_1): Likewise.
1862         (x_draw_image_glyph_string): Likewise.
1864 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
1866         The following changes are to draw box lines inside characters area
1867         if line-width is negative.
1869         * xterm.c (x_produce_image_glyph): Pay attention to the case that
1870         face->box_line_width is negative.
1871         (x_produce_stretch_glyph): Likewise.
1872         (x_produce_glyphs): Likewise.
1873         (x_estimate_mode_line_height): Likewise.
1874         (x_draw_glyph_string_background): Likewise.
1875         (x_draw_glyph_string_foreground): Likewise.
1876         (x_draw_composite_glyph_string_foreground): Likewise.
1877         (x_draw_glyph_string_box): Likewise.
1878         (x_draw_image_foreground): Likewise.
1879         (x_draw_image_relief): Likewise.
1880         (x_draw_image_foreground_1): Likewise.
1881         (x_draw_image_glyph_string): Likewise.
1883         * xfaces.c (Finternal_set_lisp_face_attribute): The value of :box
1884         and :line-width can be negative.
1885         (realize_x_face): The value of attrs[LFACE_BOX_INDEX] can be negative.
1887 2001-02-09  Jason Rumney  <jasonr@gnu.org>
1889         * w32term.c (w32_encode_char): Treat eight bit graphic and control
1890         characters the same as ASCII and latin-1.
1891         (x_display_and_set_cursor): Check for the focus frame's selected
1892         window instead of selected_window.
1893         (x_after_update_window_line): Don't clear if frame's internal
1894         border width is zero.
1895         (x_new_font): Don't change a tooltip's size.
1896         (w32_initialize): Set char_ins_del_ok to 1.
1898         * w32fns.c (Fx_show_tip): Fix calls to make_number.
1899         (x_set_font): If font hasn't changed, avoid recomputing
1900         faces and other things.
1901         (x_set_tool_bar_lines): Do nothing if frame is minibuffer-only,
1902         (Fx_create_frame): Add the tool bar height to the frame height.
1903         (x_create_tip_frame): Prevent changing the tooltip's
1904         background color by specifying a color for the default font
1905         in .Xdefaults.
1906         (Qcancel_timer): New variable.
1907         (syms_of_w32fns): Initialize and staticpro it.
1908         (Fx_hide_tip, Fx_show_tip): Use it.
1909         (Fx_show_tip): Make sure to set tip_timer to nil when canceling
1910         the timer.
1911         (toplevel): Lisp code for generating parts of syms_of_w32fns removed.
1913         * w32.c (init_environment): Duplicate local string before putenv.
1915 2001-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1917         * charset.c (Fstring): A typo.
1919 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
1921         * charset.c (Fstring): If all arguments are less than 256, return
1922         a unibyte string.
1924         * editfns.c (Fchar_to_string): If CHARACTER is less than 256,
1925         return a unibyte string.
1927         * coding.c (code_convert_region): After detecting a coding, if
1928         nothing found, set coding->composing to COMPOSITION_NO.
1929         (decode_coding_string): Likewise.
1931 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
1933         * w32term.c (w32_set_scroll_bar_thumb): Use `double' for `range'
1934         to avoid overflow.
1936 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
1938         * charset.c (parse_str_to_multibyte): New function.
1940         * charset.h (parse_str_to_multibyte): Extern it.
1942         * print.c (print_string): If we are going to print a unibyte
1943         string into a multibyte buffer, convert the string to multibyte by
1944         str_to_multibyte.
1946 2001-02-06  Andrew Innes  <andrewi@gnu.org>
1948         * w32xfns.c (select_palette): Do nothing if palette hasn't yet
1949         been created.  It seems we can get sent window messages such as
1950         WM_ERASEBKGND before we properly update a frame.
1952 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
1954         * dispnew.c (update_frame_line): Rename parameter FRAME to F.
1955         Avoid some unnecessary cursor positioning.
1957 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
1959         * xfaces.c (split_font_name): Compute numeric value of XLFD_AVGWIDTH.
1960         (LFACE_AVGWIDTH): New macro.
1961         (LFACEP): Use AREF.
1962         (check_lface_attrs): Check LFACE_AVGWIDTH.
1963         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
1964         (set_lface_from_font_name): Set LFACE_AVGWIDTH.
1965         (merge_face_vectors): Check LFACE_AVGWIDTH.
1966         (Finternal_make_lisp_face): Use AREF.
1967         (xm_set_menu_resources_from_menu_face)
1968         (xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH.
1969         (Finternal_lisp_face_empty_p): Use AREF.
1970         (lface_same_font_attributes_p): Compare LFACE_AVGWIDTH.
1971         (better_font_p, exact_face_match_p): Add parameter AVGWIDTH.
1972         Compare average widths..
1973         (best_matching_font): Arrange for comparing average widths.
1975         * dispextern.h (enum lface_attribute_index):
1976         Add LFACE_AVGWIDTH_INDEX (invisible from Lisp).
1978 2001-02-05  Dave Love  <fx@gnu.org>
1980         * puresize.h: Revert last change following loadup.el change.
1982 2001-02-05  Andrew Innes  <andrewi@gnu.org>
1984         * makefile.w32-in ($(EMACS)): Use $(THISDIR) instead of . in
1985         invocation of temacs, to work with Windows 2000.
1986         (bootstrap-emacs): Ditto.
1988 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
1990         * xterm.c (x_display_and_set_cursor): Check for the focus
1991         frame's selected window instead of selected_window.
1993         * xdisp.c (try_scrolling): If point is in the line below the
1994         window, make sure to move the iterator at least a canonical
1995         char height down.
1997         * window.c (Fmove_to_window_line): Don't add 1 if window is vscrolled.
1999 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
2001         * ccl.c (CCL_WRITE_CHAR): Check if CH is valid or not.
2002         If invalid, execute CCL_INVALID_CMD.
2003         (ccl_driver): If the CCL program is terminated because of
2004         CCL_STAT_INVALID_CMD, copy the remaining source data to the
2005         destination instead of throwing them away.
2007 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
2009         * xfns.c (x_set_font): If font hasn't changed, avoid recomputing
2010         faces and other things.
2012         * xdisp.c (get_next_display_element): Fix case of empty
2013         display table entry.
2015 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2017         * editfns.c (Fconstrain_to_field): Doc fix.
2019         * xfaces.c (Fclear_face_cache): Rename the `thorougly' argument
2020         into `thoroughly', to make it consistent with the doc string.
2022         * window.c (Fenlarge_window, Fshrink_window): Doc fix.
2024 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
2026         * search.c (search_buffer): Call set_search_regs with a byte
2027         position, not a character position.
2029         * xfns.c (x_set_tool_bar_lines): Do nothing if frame is
2030         minibuffer-only,
2032 2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
2034         * frame.c (Fmodify_frame_parameters): Doc fix.
2036 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
2038         * frame.h (EMACS_FRAME_H_INCLUDED): Use an include blocker
2039         identifier which is not reserved by Standard C.
2041         * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.
2043         * window.c (enum window_part): New enumeration.
2044         (Qleft_fringe, Qright_fringe): Replace Qleft_bitmap_area and
2045         Qright_bitmap_area.
2046         (coordinates_in_window): Return an enumerator from enum
2047         window_part.  Fix handling of right scroll bar.
2048         (Fcoordinates_in_window_p): Doc fix.  Return `left-fringe' and
2049         `right-fringe' instead of `left-bitmap-area' and
2050         `right-bitmap-area'.  Use enumerators from enum window_part
2051         instead of hard-coded integers.
2052         (check_window_containing, window_from_coordinates):
2053         Use enumerators from enum window_part instead of hard-coded integers.
2054         (syms_of_window): Replace Qleft_bitmap_area and
2055         Qright_bitmap_area.with Qleft_fringe and Qright_fringe.
2057 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
2059         * editfns.c (Fformat_time_string): Doc fix.
2061 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
2063         * keymap.c (Fwhere_is_internal): Use the first valid binding
2064         if no ascii binding is found (when firstonly is t).
2066 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
2068         * window.c (Fscroll_right, Fscroll_left): Use interactive_p
2069         instead of Finteractive_p.
2071         * lisp.h (interactive_p): Add prototype.
2073         * eval.c (interactive_p): New function.
2074         (Finteractive_p): Use it.
2076         * alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop.
2078 2001-01-31  Dave Love  <fx@gnu.org>
2080         * .gdbinit (hook-run): Define to run xreload.
2082         * textprop.c (Fset_text_properties): Fix newline in doc string.
2084 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
2086         * xdisp.c (build_desired_tool_bar_string, syms_of_xdisp):
2087         Use DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF.
2089         * dispextern.h (Vtool_bar_button_margin:): Declare extern.
2090         (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF)
2091         (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines.
2093         * xfns.c (Fx_create_frame): Add the tool bar height to the frame
2094         height.
2096 2001-01-30  Dave Love  <fx@gnu.org>
2098         * bytecode.c (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and
2099         AFTER_POTENTIAL_GC.
2101 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
2103         * bytecode.c (Fbyte_code) <Bcurrent_column>:
2104         Add BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
2106 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
2108         * textprop.c (Fset_text_properties): Doc fix.
2110 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
2112         * xdisp.c (forward_to_next_line_start): Remove xassert.
2114 2001-01-29  Jason Rumney  <jasonr@gnu.org>
2116         * w32term.c (x_draw_row_bitmaps): Delay obtaining HDC to avoid
2117         returning without releasing it.
2119 2001-01-29  Kenichi Handa  <handa@etl.go.jp>
2121         * w32fns.c (w32_font_match): Allocate three more bytes to regex
2122         for '^', '$', and '\0'.
2124 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
2126         * fontset.c (fontset_pattern_regexp): Allocate three more bytes to
2127         regex for '^', '$', and '\0'.
2129         * alloc.c (allocate_string) [macintosh]: Call check_string_bytes
2130         only if current_sblock has been initialized.
2132         * frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial
2133         terminal frame even if it is the only visible frame.
2135 2001-01-28  Kenichi Handa  <handa@etl.go.jp>
2137         * fontset.c (font_family_registry): Even if FONTNAME conform to
2138         XLFD, if it specifies other fields than family and registry,
2139         return FONTANME.  New argument FORCE if nonzero cancel that feature.
2140         (fontset_font_pattern): Call font_family_registry with FORCE 1 for
2141         a signle byte character.  Don't set FAMILY part to nil here.
2142         It is handled by the caller choose_face_font.
2143         (Fnew_fontset): Call font_family_registry with FORCE 0.
2144         (Fset_fontset_font): Likewise.
2146 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
2148         * xdisp.c (display_line): Don't treat a newline as fitting
2149         on the line.
2151 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
2153         * window.c (size_window): Set the window's orig_top to nil when
2154         changing heights, so that a future shrink_mini_window won't
2155         restore a bogus height.
2157         * frame.c (do_switch_frame): If selected frame has a mini-window,
2158         resize that to exact size.
2160         * dispnew.c (adjust_glyph_matrix): Always clear desired matrices.
2162         * xdisp.c (display_line): Simplify check for glyphs fitting
2163         entirely in the line.
2165         * xfns.c (xic_style): New variable.
2166         (create_frame_xic): Move static variable to global scope for
2167         the case that `static' gets defined away.
2169 2001-01-26  Kenichi Handa  <handa@etl.go.jp>
2171         * coding.c (decode_coding): Set a flag for inhibiting
2172         inconsistent eol.
2173         (code_convert_region): Always set saved_coding_symbol.
2174         (decode_coding_string): Likewise.  Update coding->symbol when we
2175         encounter a inconsistent eol by the same way as code_convert_region.
2177 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
2179         * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of
2180         XClearArea.
2182         * xterm.c (x_after_update_window_line): Don't clear if frame's
2183         internal border width is zero.
2184         (x_clear_area): New function.
2185         (x_after_update_window_line, x_clear_end_of_line)
2186         (x_scroll_bar_create, x_scroll_bar_set_handle)
2187         (XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area
2188         instead of XClearArea.
2190         * xterm.h (x_clear_area): Add prototype.
2192         * xfns.c (Fx_file_dialog): Remove a workaround for Lesstif
2193         which doesn't seem necessary anymore with Lesstif 0.92.
2195 2001-01-25  Dave Love  <fx@gnu.org>
2197         * puresize.h (BASE_PURESIZE): Up to 720000.
2199         * keymap.c (Fwhere_is_internal): Declare gcpro3, gcpro4.
2201 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
2203         * xdisp.c (echo_area_display): Don't call redisplay_internal
2204         when Emacs is shutting down.  We can't run hooks etc. that
2205         would be necessary to do a redisplay.
2207         * lread.c (read_integer): Use type EMACS_INT instead of int.
2209 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
2211         * ccl.c (ccl_driver): Fix last change.
2213 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
2215         * ccl.h (sturct ccl_program): New member suppress_error.
2217         * ccl.c (ccl_driver): If ccl->suppress_error is nonzero, don't
2218         insert error message to the output.
2219         (setup_ccl_program): Initialize ccl->suppress_error to 0.
2221         * coding.h (struct coding_system): New member suppress_error.
2223         * coding.c (ccl_coding_driver): Setup ccl->suppress_error.
2224         (Fset_terminal_coding_system_internal): Set the member
2225         suppress_error to 1.
2226         (Fset_safe_terminal_coding_system_internal): Likewise.
2228 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
2230         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
2231         as if it was a `charset'.
2233 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
2235         * keymap.c (Fwhere_is_internal): Don't nreverse the cached
2236         value in where_is_cache; the next lookup in the cache returns
2237         something bogus if we do.
2239 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
2241         * xdisp.c (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr
2242         if HAVE_WINDOW_SYSTEM isn't defined.
2244 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
2246         * fns.c (sweep_weak_table): Fix code taking items out of
2247         the hash collision chain.  Some cleanup.
2249         * xterm.c (x_new_font): Don't change a tooltip's size.
2251         * xfns.c (x_create_tip_frame): Prevent changing the tooltip's
2252         background color by specifying a color for the default font
2253         in .Xdefaults.
2255 2001-01-24  Kenichi Handa  <handa@etl.go.jp>
2257         * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG as
2258         a workaround for SunOS 4's cc.
2259         (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
2260         (CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise.
2261         (ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do"
2262         statement.
2264 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
2266         * xterm.c (x_set_window_size_1): New function extracted from
2267         x_set_window_size.
2268         (x_set_window_size): Use it.
2269         (x_set_window_size) [USE_X_TOOLKIT]: Handle case that window
2270         doesn't have a widget, like tooltips.
2272 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
2274         * window.c (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
2276 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
2278         * fns.c (Fset_char_table_default): Fix to make sub char-table
2279         correctly.
2281 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
2283         * xdisp.c (build_desired_tool_bar_string): Make sure we have
2284         a desired tool bar string, even if there are no tool bar items.
2286         * xdisp.c (Ftool_bar_lines_needed): New function.
2287         (syms_of_xdisp): Defsubr it.
2289         * editfns.c (Fformat): Don't extend text properties from arguments
2290         to padding chars in the result.
2292 2001-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
2294         * s/msdos.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
2296 2001-01-20  Andrew Innes  <andrewi@gnu.org>
2298         * w32term.c (w32_ring_bell): Only support visible bell on w32 frames.
2299         (w32_initialize): Don't set term hooks that aren't actually needed
2300         in windowed mode.
2302         * xfaces.c (realize_default_face):
2303         (realize_face):
2304         (realize_tty_face): Remove references to FRAME_W32_CONSOLE_P.
2306         * xdisp.c (handle_single_display_prop): Remove references to
2307         FRAME_W32_CONSOLE_P.
2309         * dispnew.c (Fredraw_frame): Remove reference to FRAME_W32_CONSOLE_P.
2311         * frame.h (output_method): Remove output_w32_console method.
2312         (FRAME_W32_CONSOLE_P): Remove macro.
2314         * frame.c (Qw32_console): Remove variable.
2315         (Fframep): Remove references to it.
2316         (syms_of_frame): Ditto.
2317         (Fframe_parameters): Remove references to FRAME_W32_CONSOLE_P.
2319         * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original
2320         redefinition.
2322 2001-01-20  Kenichi Handa  <handa@etl.go.jp>
2324         * editfns.c (Fformat): Use lisp_string_width instead of strwidth.
2326 2001-01-19  Andrew Innes  <andrewi@gnu.org>
2328         * w32.c (init_environment): Add a version-independent site-lisp
2329         directory to EMACSLOADPATH, after the version dependent one.
2331 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
2333         * editfns.c (Fbuffer_substring): Doc fix.
2335         * xdisp.c (message_dolog, message2, message2_nolog):
2336         Rename parameter LEN to NBYTES.
2338 2001-01-19  Kenichi Handa  <handa@etl.go.jp>
2340         * charset.c (strwidth): Use c_string_width.
2341         (c_string_width): New function.
2342         (lisp_string_width): New arguments PRECISION, NCHARS, NBYTES.
2343         Caller changed.
2345         * charset.h (c_string_width, lisp_string_width): Extern them.
2347         * doprnt.c (doprnt1): Get byte length of Lisp string correctly.
2349         * indent.c (check_composition): Check validity of composition.
2351         * xdisp.c (store_frame_title): Pay attention to width of non-ASCII
2352         characters by calling c_string_width.
2353         (x_consider_frame_title): Get byte length of frame tile string
2354         correctly.
2355         (display_mode_element): Pay attention to width of non-ASCII
2356         characters by calling strwidth.
2358 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
2360         * xfns.c (Qcancel_timer): New variable.
2361         (syms_of_xfns): Initialize and staticpro it.
2362         (Fx_hide_tip, Fx_show_tip): Use it.
2363         (Fx_show_tip): Make sure to set tip_timer to nil when canceling
2364         the timer.
2365         (toplevel): Lisp code for generating parts of syms_of_xfns removed.
2367         * window.c (Fwindow_live_p): Use WINDOW_LIVE_P.
2369         * window.h (WINDOW_LIVE_P): New macro.
2371         * window.c (window_size_fixed): New variable.
2372         (syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for
2373         the doc string.
2375         * eval.c (specbind): If binding a per-buffer variable which
2376         doesn't have a buffer-local value in the current buffer, change
2377         the global value by changing the value of the symbol bound in all
2378         buffers not having their own value, to make it consistent with
2379         what happens with other buffer-local variables.
2381         * xterm.c (x_initialize): Set char_ins_del_ok to 1.
2383         * xdisp.c (forward_to_next_line_start): Stop at end of buffer
2384         when searching for a newline.
2386 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
2388         * xdisp.c (display_string): Fix previous change.
2390 2001-01-18  Jason Rumney  <jasonr@gnu.org>
2392         * w32term.c (x_produce_stretch_glyph): Only use Qspace when
2393         GLYPH_DEBUG is defined.
2394         (x_produce_glyphs): Don't xassert `it->descent > 0'; this isn't
2395         true for images with `:ascent 100'.
2396         (x_set_mouse_face_gc): If the last used mouse face has gone in the
2397         meantime, use face MOUSE_FACE_ID.
2398         If first glyph isn't a character glyph, use the ASCII NUL
2399         character to determine the face.
2400         (expose_area): Do not treat left margin specially.
2401         (note_mode_line_highlight): If no local_map, check global keymap.
2402         (note_mouse_highlight): Initialize overlay.
2403         (clear_mouse_face): Don't return if tip_frame is non-nil.
2404         (show_scroll_bars): Remove unused function.
2405         (w32_read_socket) [WM_KILLFOCUS]: Set help_echo to Qnil.
2406         (x_draw_bar_cursor): Remove extra test for out of bounds cursor.
2407         Clip to row.
2408         (x_erase_phys_cursor): Don't apply XWINDOW to variable that may be nil.
2409         (x_free_frame_resources): Unload relief colors.
2411 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
2413         * xdisp.c (forward_to_next_line_start): Avoid calling
2414         get_next_display_element when the newline is already found.
2415         This may change the iterator's position, when its current position is
2416         equal to the iterator's stop_charpos.
2418         * dispnew.c (direct_output_for_insert): If char_ins_del_ok is
2419         zero, use this method only at the end of a line.
2421         * xfaces.c (x_face_list_fonts): Don't BLOCK_INPUT around the
2422         call to x_list_fonts.  Call x_list_fonts with SIZE -1 only
2423         if SCALABLE_FONTS_P is set.
2425         * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1,
2426         so that scalable fonts are included.
2428         * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0,
2429         In the cache, use a key containing the information if scalable
2430         fonts are included.
2431         (x_load_font): Adapt to change of keys in the font cache.
2433 2001-01-17  Kim F. Storm  <storm@filanet.dk>
2435         * xfaces.c (x_face_list_fonts): Use x_list_fonts instead of
2436         XListFonts to take advantage of font caching.
2438         * xterm.c (x_list_fonts): Ensure caching font information when
2439         called for a null frame, which is the case frequently when Emacs
2440         starts.
2442 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
2444         * xfns.c (QCconversion): Replaces QCalgorithm.
2446         * w32fns.c (QCconversion): Replaces QCalgorithm.  Update copyright.
2448         * xdisp.c (build_desired_tool_bar_string): Use :conversion instead
2449         of :algorithm.
2451         * xdisp.c (redisplay_tool_bar): Change tool bar's height when
2452         not everything could be displayed.
2454         * line.h, x-list-font.c: Files removed because unused.
2456 2001-01-17  Andrew Innes  <andrewi@gnu.org>
2458         * dired.c (directory_files_internal): Convert result from readdir
2459         to a unibyte string initially, to avoid possible misinterpretation
2460         of some bytes as the internal form of Emacs characters.
2462 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
2464         * fns.c (concat): Be sure to avoid putting the same `composition'
2465         property on the adjacent regions.
2467 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
2469         * window.c (Fset_window_hscroll): Don't set window's min_hscroll here.
2470         (Fscroll_right, Fscroll_left): Set it here instead, if called
2471         interactively.
2473         * buffer.c (Fset_buffer_modified_p): Set buffer's
2474         prevent_redisplay_optimizations_p flag.
2476         * dispnew.c, callproc.c, fns.c, keyboard.c, process.c, sunfns.c,
2477         * sysdep.c, vmsproc.c, xselect.c: Call redisplay_preserve_echo_area
2478         with additional arg.
2480         * dispextern.h, lisp.h (redisplay_preserve_echo_area):
2481         Change prototype.
2483         * xdisp.c (redisplay_preserve_echo_area): Add parameter
2484         FROM_WHERE, for debugging.
2486 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
2488         * ccl.c (Fregister_ccl_program): Handle the return value of
2489         resolve_symbol_ccl_program correctly.
2490         (CCL_Extension): Fix typo (originally CCL_Extention).  Caller changed.
2492 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
2494         * xterm.c (x_set_mouse_face_gc): If the last used mouse face
2495         has gone in the meantime, use face MOUSE_FACE_ID.
2497         * xterm.c (x_connection_closed) [USE_X_TOOLKIT]:
2498         If x_display_info_for_display returns null, don't try to close
2499         the display; we didn't open it.
2501         * dispnew.c (save_or_restore_current_matrices): Function removed.
2502         (save_current_matrix, restore_current_matrix): New functions.
2503         (adjust_frame_glyphs_for_frame_redisplay): Use them to save and
2504         restore the frame's current matrix.  Due to the glyph pointer
2505         setup done in adjust_glyph_matrix, there is no easy way to make
2506         saving the current matrix in the desired matrix generally correct,
2507         so don't try it.
2509 2001-01-15  Kenichi Handa  <handa@etl.go.jp>
2511         * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by
2512         truncation glyphs.
2513         (display_line): Optimize for wide characters.
2514         (display_string): Don't try to display a multi-column character
2515         partially.  On ttys, produce more than one truncation glyph for
2516         multi-column characters that don't fit on the line.
2518 2001-01-13  Kenichi Handa  <handa@etl.go.jp>
2520         * md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]:
2521         Define it instead of WORDS_BIGENDIAN.  Caller changed.
2523 2001-01-13  Jason Rumney  <jasonr@gnu.org>
2525         * w32fns.c (Fimage_size, image_ascent, lookup_image)
2526         (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, parse_image_spec)
2527         (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
2528         (tiff_format, gif_format, gs_format): Adapt to change of image margins.
2530         * w32term.c (x_produce_image_glyph, x_draw_image_foreground)
2531         (x_draw_image_relief, x_draw_image_foreground_1)
2532         (x_draw_image_glyph_string): Adapt to change of image margins.
2534         * w32.c (init_environment, sys_shutdown, sys_pipe): Remove unused
2535         variables.
2537         * w32bdf.c (search_file_line, get_cached_font_char)
2538         (cache_char_offset, create_offscreen_bitmap): Remove unused variables.
2540         * w32inevt.c (w32_console_toggle_lock_key): Add parentheses.
2542         * w32fns.c (x_to_w32_color, x_set_icon_name, xlfd_strip_height)
2543         (w32_list_synthesized_fonts, lookup_image, Fx_file_dialog)
2544         (Fw32_send_sys_command): Remove unused variables.
2545         (w32_msg_pump): Add parentheses.
2547         * w32term.c (w32_fill_rect, w32_read_socket, x_bitmap_icon)
2548         (x_new_fontset, x_calc_absolute_position, x_iconify_frame):
2549         Add parentheses.
2551 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
2553         * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin.
2554         (build_desired_tool_bar_string): Handle Vtool_bar_button_margin
2555         being a pair of margins.
2556         (syms_of_xdisp): Change DEFVAR_INT of tool-bar-button-margins
2557         to DEFVAR_LISP.  Extend doc.
2559         * xfns.c (Fimage_size, image_ascent): Adapt to the change of image
2560         margins.
2561         (lookup_image): If `:margin MARGIN' is specified, and MARGIN is a
2562         pair of integers `(X . Y)', use X for the horizontal and Y for the
2563         vertical margin.
2564         (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator.
2565         (parse_image_spec): Check it.
2566         (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
2567         (tiff_format, gif_format, gs_format):
2568         Use IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin.
2570         * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
2571         (x_draw_image_relief, x_draw_image_foreground_1)
2572         (x_draw_image_glyph_string): Adapt to the change of image margins.
2574         * dispextern.h (struct image): Replace member `margin' with
2575         `hmargin' and `vmargin'.
2577         * xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
2578         and GLYPHS.
2580         * dispnew.c (update_text_area): Put code which decrements the
2581         stop position when the row's face extends to the end of the
2582         line in #if 0.
2584         * xfns.c (x_set_mouse_color): Fix color allocation.
2586         * keyboard.c: Call get_local_map with new argument list.
2588         * intervals.c (get_local_map): Change TYPE to Lisp_Object.
2590         * intervals.h (enum map_property): Removed.
2591         (get_local_map): Change prototype.
2593         * keymap.c: Call get_local_map with new argument list.
2594         (Fwhere_is_internal): Rename parameter XKEYMAP to KEYMAP.
2596 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
2598         * xdisp.c (build_desired_tool_bar_string): Correct the computation
2599         of the size needed for the tool bar string.  For the last image,
2600         use a `display' property that reaches to the end of the string.
2602         * xselect.c (selection_request_dpyinfo): New variable.
2603         (x_handle_selection_request): Set it.
2604         (x_selection_request_lisp_error): Don't call
2605         x_decline_selection_request if selection request's display has
2606         been closed.
2608         * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]:
2609         Do the unregister_colors before calling XFreeColors.
2611 2001-01-10  Dave Love  <fx@gnu.org>
2613         * Makefile.in (${etc}DOC): Depend on ${shortlisp} and
2614         ${SOME_MACHINE_LISP}, not ${lisp}.
2616 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
2618         * xdisp.c (display_line): On ttys, produce more than one truncation
2619         glyph for multi-column characters that don't fit on the line.
2621         * xselect.c (x_reply_selection_request): Add a comment.
2623         * xfns.c (Fx_backspace_delete_keys_p): Use XkbGetMap and
2624         XkbGetNames instead of XkbGetKeyboard.
2626 2001-01-10  Dave Love  <fx@gnu.org>
2628         * sysdep.c (random): Revert the declaration.
2630 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
2632         * lisp.h (STRING_BYTES) [GC_CHECK_STRING_BYTES]:
2633         Call function string_bytes.
2634         (GC_CHECK_STRING_BYTES): Moved here from alloc.c.
2636         * alloc.c (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
2637         (check_sblock, string_bytes) [GC_CHECK_STRING_BYTES]: New functions.
2638         (check_string_bytes) [GC_CHECK_STRING_BYTES]: Add parameter ALL_P.
2639         (allocate_string) [GC_CHECK_STRING_BYTES]: Always check strings in
2640         the current sblock.
2641         (mark_object) [GC_CHECK_STRING_BYTES]: Use CHECK_STRING_BYTES.
2642         (gc_sweep) [GC_CHECK_STRING_BYTES]: Call check_string_bytes
2643         after sweeping strings, and at the end.
2644         (GC_CHECK_STRING_BYTES): Moved to lisp.h.
2646         * alloc.c (Fgarbage_collect): Use a record_unwind_protect to
2647         ensure that pop_message is called.
2649         * keyboard.c (Fexecute_extended_command): Use a
2650         record_unwind_protect to ensure that pop_message is called.
2652         * lisp.h (push_message_unwind): Add prototype.
2654         * xdisp.c (push_message_unwind): New function.
2656         * fileio.c (do_auto_save_unwind): Do the pop_message here
2657         instead of in Fdo_auto_save.
2658         (Fdo_auto_save): Don't call pop_message.
2660 2001-01-08  Ken Raeburn  <raeburn@gnu.org>
2662         * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I
2663         in inner block.
2665 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
2667         * window.c (window_scroll_pixel_based): Adjust glyph matrices
2668         when increasing window's vscroll.
2670         * macros.c (Qkbd_macro_termination_hook): New variable.
2671         (syms_of_macros): Initialize and staticpro it.
2672         (pop_kbd_macro): Run kbd-macro-termination-hook.
2674         * xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil.
2676 2001-01-07  Dave Love  <fx@gnu.org>
2678         * keyboard.c (Fread_key_sequence_vector):  Avoid newline in
2679         arglist, for documentation's sake.
2681 2001-01-06  Andrew Innes  <andrewi@gnu.org>
2683         * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
2684         of *.pdb.
2686 2001-01-05  Andrew Innes  <andrewi@gnu.org>
2688         * term.c (update_end): Don't check updating_frame; for some reason
2689         this can be 0 sometimes, such as after dismissing a popup menu,
2690         and isn't necessary given the explicit frame argument.
2692 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
2694         * sysdep.c: Don't prototype srandom; it takes an unsigned argument
2695          on some systems, and an unsigned long on others, like FreeBSD 4.1.
2697 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
2699         * xterm.c (clear_mouse_face): Don't return if tip_frame is non-nil.
2701         * xfns.c (x_create_tip_frame): Preserve the value of
2702         face_change_count around the creation of the tip frame.
2704         * xfns.c (last_show_tip_args): New variable.
2705         (compute_tip_xy): New function.
2706         (Fx_show_tip): Reuse an existing tip frame, if possible.
2707         (syms_of_xfns): Initialize and staticpro last_show_tip_args.
2709 2001-01-04  Dave Love  <fx@gnu.org>
2711         * editfns.c (Fformat): Doc fix.
2713         * systime.h (set_file_times): Prototype.
2715         * widget.h (EmacsFrameSetCharSize_): Prototype.
2717         * sysdep.c (random, srandom): Declare explicitly.
2719         * dispextern.h (move_it_vertically_backward): Declare.
2721 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
2723         * xfns.c (x_create_tip_frame): Call face-set-after-frame-default,
2724         like in Fx_create_frame.
2726         * xfaces.c (set_font_frame_param): Don't do anything for
2727         non-graphical frames.
2729         * window.c (Fdelete_other_windows): Set window's window_end_valid
2730         to nil when changing the window's start.  Don't change the
2731         window's start when its top position hasn't changed.  If we do,
2732         this will set the window's optional_new_start, which act's like a
2733         force_start during redisplay with C-x 1 M-> under particular
2734         circumstances (see report from Per Starback to emacs-pretest-bug
2735         from 2000-12-13.).
2737 2001-01-03  Gerd Moellmann  <gerd@gnu.org>
2739         * xdisp.c (forward_to_next_line_start): Reset it->c if taking the
2740         short cut at the start of the function.  Add an assertion.
2741         (reseat_at_next_visible_line_start): Add an assertion.
2743         * window.c (Frecenter): When changing the window start, set the
2744         window's window_end_valid to nil.
2745         (Fwindow_end): Fix window-end computation when UPDATE is non-nil.
2747         * dispextern.h (move_it_past_eol): Add prototype.
2749         * xdisp.c (move_it_past_eol): New function.
2751         * window.c (Fwindow_end): Doc fix.
2753 2001-01-03  Dave Love  <fx@gnu.org>
2755         * dired.c (Ffile_attributes): Fix last change, removing BSD4_3 kluge.
2757 2001-01-03  Gerd Moellmann  <gerd@gnu.org>
2759         * xdisp.c (try_window_reusing_current_matrix): Fix bug setting
2760         the enabled_p flag of the glyph row at window_end_vpos to 0.
2761         (handle_single_display_prop): Fix last change.
2763 2001-01-02  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2765         * window.c (Frecenter): Doc fix.
2767 2001-01-02  Andrew Innes  <andrewi@gnu.org>
2769         * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
2771         * frame.h (output_method): Add output_w32_console method.
2772         (FRAME_W32_CONSOLE_P): New macro.
2774         * frame.c (make_terminal_frame) [WINDOWSNT]: Make terminal frames
2775         use output_w32_console method.
2776         (Qw32_console): New Lisp_Object.
2777         (Fframep): Return it.
2778         (syms_of_frame): Init it.
2779         (Fframe_parameters): Report w32console as font for w32_console frames.
2781         * xfaces.c (realize_default_face): Set face foreground and
2782         background to unspecified for w32_console frames.
2783         (realize_face): Realize face cache for w32_console frames.
2784         (realize_tty_face): Accept w32_console frames.
2786         * xdisp.c (handle_single_display_prop): Return if frame is w32_console.
2787         (init_iterator) [WINDOWSNT]: Initialize frame face cache if
2788         necessary, even if running interactively.
2790         * dispnew.c (Fredraw_frame): Call set_terminal_modes for
2791         w32_console frames.
2793         * w32term.c (x_update_begin):
2794         (x_update_end):
2795         (x_clear_frame):
2796         (x_ins_del_lines):
2797         (x_change_line_highlight):
2798         (x_delete_glyphs):
2799         (w32_ring_bell):
2800         (x_update_begin):
2801         (x_update_end):
2802         (w32_reassert_line_highlight):
2803         (w32_frame_rehighlight):
2804         (w32_frame_raise_lower): Do nothing if not w32 frame.
2806         * w32xfns.c (get_frame_dc): Abort if called on a non-w32 frame.
2808         * w32fns.c (Fx_display_color_cells): Determine correct value, when
2809         system doesn't tell us directly.
2810         (Fx_display_visual_class): Implement properly.
2812 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
2814         * window.c (Frecenter): Handle centering in graphical frames
2815         specially.  Centering on the basis of line counts doesn't work
2816         reliably with variable-height lines.
2818 2001-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
2820         * widget.c (EmacsFrameSetCharSize): Remove unused variables `ac'
2821         and al[].
2823         * composite.c (run_composition_function): Remove unused var `val'.
2824         (update_compositions): Remove unused variable `hook'.
2826         * intervals.c (get_local_map): Remove unused variable `tem'.
2828         * doprnt.c (doprnt1): Remove unused variable `size'.
2830         * fns.c (Flength): Remove unused variable `tail'.
2831         (Fdelete): Remove unused variable `size'.
2833         * editfns.c (Ftranspose_regions): Remove unused variables `gcpro1'
2834         and `gcpro2'.
2836         * doc.c (Fsnarf_documentation): Remove unused vars `fun' and `tem'.
2838         * data.c (find_symbol_value): Remove extra 3rd argument in the
2839         call to swap_in_symval_forwarding.
2841         * undo.c (Fprimitive_undo): Remove unused block-scope variable `end'.
2843         * search.c (shrink_regexp_cache): Remove unused variable `cpp'.
2844         (trivial_regexp_p): Remove unused variable `c'.
2845         (boyer_moore): Remove unused variable `k'.
2847         * indent.c (current_column): Remove unused variable `stopchar'.
2848         (Fcompute_motion): Remove unused variable `contin'.
2850         * casefiddle.c (casify_object): Remove unused variable `tolen'.
2852         * dired.c (directory_files_internal): Fix a typo in a comment.
2853         Remove an unused variable `handler'.
2854         (file_name_completion): Remove unused function-scope variable `dp'.
2855         (Ffile_attributes) <dirname, sdir>: Make declarations conditioned
2856         on BSD4_2.
2858         * fileio.c (e_write): Remove unused variable `require_encoding_p'.
2860         * marker.c (Fmarker_position): Remove unused variables `pos', `i',
2861         and `buf'.
2862         (Fmarker_insertion_type): Remove unused variable `buf'.
2864         * insdel.c (make_gap): Remove unused variable `result'.
2866         * keyboard.c (record_char): Remove unused function-scope var `help'.
2867         (kbd_buffer_get_event): Remove unused block-scope variable `idx'.
2868         (menu_bar_items): Remove unused function-scope variable `tem'.
2870         * fontset.c (fontset_ref): Remove unused variable `i'.
2871         (fontset_set): Remove unused variables `j' and `tmp'.
2872         (make_fontset): Remove unused variables `i', `j', `elt' and `base_elt'.
2873         (make_fontset_for_ascii_face): Remove unused variable `name'.
2874         (fs_load_font): Remove unused variable `font_idx'.
2875         (fs_query_fontset): Remove unused function-local variable `fontset'.
2876         (list_fontsets): Remove unused variable `tail'.
2877         (Fnew_fontset): Remove unused variables `family' and `registry'.
2878         (accumulate_font_info): Remove unused variable `tmp'.
2879         (Ffontset_font): Remove unused variable `id'.
2880         (syms_of_fontset): Remove unused variable `i'.
2882         * xfns.c (x_display_info_for_name): Cast 0 to "char *" in the call
2883         to x_term_init.
2884         (lookup_image): Remove unused variable `file'.
2885         (xbm_load): Remove unused variables `bitmap_data', `height', and
2886         `width'.  Remove function-local variable `i', leave the
2887         block-local one.
2888         (gif_load): Remove unused variable `inc'.
2890         * xterm.c (XTread_socket): Remove unused variables `p' and `pend'.
2891         (XTread_socket) <LeaveNotify>: Remove unused variable `frame',
2892         leave only the one in the inner block.
2894         * xfaces.c (face_fontset, realize_default_face): Remove unused
2895         variable `fontset'.
2896         (face_at_buffer_position): Remove unused variable `multibyte_p'.
2898         * term.c (encode_terminal_code): Remove unused variable `c'.
2900         * ccl.c (Fccl_execute): Cast ccl_driver parameters to `unsigned
2901         char *' instead of `char *'.
2903         * category.c (Fcategory_docstring): Remove unused variable `doc'.
2904         (Fget_unused_category): Remove unused variable `docstring_vector'.
2905         (Fchar_category_set): Remove unused variables `val', `charset',
2906         `c1' and `c2'.
2908         * coding.c (detect_coding_iso2022, setup_coding_system):
2909         Remove unused variable `i'.
2910         (detect_coding_mask): Remove unused variable `idx'.
2911         (detect_coding): Remove unused variable `i'.
2912         (ccl_coding_driver): Remove unused variable `result'.
2913         (run_pre_post_conversion_on_str): Remove unused variable `prev'.
2914         (decode_coding_string): Remove unused variables `to' and `gcpro1'.
2915         (encode_coding_string): Remove unused variables `gcpro1' and
2916         `saved_coding_symbol'.
2917         (Ffind_coding_systems_region_internal): Remove function-local
2918         variable args[], leave only the block-local one.
2919         (code_convert_region1): Remove unused variable `len'.
2921         * charset.c (char_printable_p): Remove unused variable `chars'.
2922         (Fsplit_char, Fchar_bytes): Remove unused variable `val'.
2923         (str_to_multibyte): Remove unused variable `c'.
2925         * window.c (size_window): Remove block-local variable `min_size'.
2927         * xdisp.c (make_cursor_line_fully_visible): Remove unused variable
2928         `header_line_height'.
2929         (append_space, extend_face_to_end_of_line): Declare `saved_what'
2930         enum display_element_type.
2932 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
2934         * xterm.c (x_connection_closed): Catch X errors around all
2935         statements that call X.  Save away the error message in a local copy.
2937         * xterm.c (x_connection_closed): Set handling_signal to 0 at
2938         the start.
2940         * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe
2941         in or at the start of invisible text.
2943         * dispnew.c (update_window): Don't check_current_matrix_flags.
2945 2001-01-01  Jason Rumney  <jasonr@gnu.org>
2947         * w32fns.c (x_figure_window_size): Do not allow new_height and
2948         new_width of frame to override specified values.
2950 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
2952         * composite.c (find_composition): Fix a code for searching backward.
2954 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
2956         * dispnew.c (check_current_matrix_flags) [GLYPH_DEBUG]: New function.
2957         (update_window) [GLYPH_DEBUG]: Call it.
2958         (scrolling_window): Prevent including current rows which are below
2959         what's displayed in the window.
2961         * xdisp.c (try_window_reusing_current_matrix)
2962         <new start <= old start>:  Disable rows in the current matrix
2963         which are below the window after scrolling.
2965         * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
2966         is zero.  It's not worth the complexity.
2967         (invisible_text_between_p): Put in #if 0 because unused.
2969 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
2971         * xfns.c (Fx_backspace_delete_keys_p): Check library and server
2972         XKB versions.  Call XkbFreeKeyboard with 2nd arg 0.
2974         * keyboard.c (echo_char): If C is an integer, always call
2975         push_key_description.  Former code could signal an invalid
2976         character error.
2978         * keymap.c (push_key_description): Add parameter FORCE_MULTIBYTE.
2979         If set, print multibyte text.
2980         (Fsingle_key_description): Call push_key_description with
2981         FORCE_MULTIBYTE set.
2982         (describe_buffer_bindings): Likewise.
2984         * lisp.h (push_key_description): Add prototype.
2986         * xdisp.c (echo_area_display): Bind redisplay-dont-pause to t
2987         around the call to redisplay_internal.
2989         * xfns.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
2991         * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
2993 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
2995         * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'.
2996         (ccl_driver): New local variable `extra_bytes'.
2998         * ccl.h (struct ccl_spec): New member eight_bit_carryover.
3000         * coding.c (setup_coding_system):
3001         Initialize coding->spec.ccl.eight_bit_carryover.
3002         (ccl_coding_driver): Pay attention to carried over 8-bit bytes.
3004 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
3006         * coding.c (SAFE_ONE_MORE_BYTE): New macro.
3007         (DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro.
3008         (DECODE_EMACS_MULE_COMPOSITION_RULE): New macro.
3009         (decode_composition_emacs_mule): New function.
3010         (decode_coding_emacs_mule): Decode composition sequence by calling
3011         decode_composition_emacs_mule.
3012         (ENCODE_COMPOSITION_EMACS_MULE): New macro.
3013         (encode_coding_emacs_mule): Changed from macro to function.
3014         If a text contains compositions, encode them correctly.
3015         (setup_coding_system): Set coding->commong_flags for emacs-mule so
3016         that decoding and encoding are required.
3018 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
3020         * xfaces.c (PT_PER_INCH): New macro.
3021         (xlfd_point_size): Compute real point size from font's pixel size.
3022         (pixel_point_size, build_scalable_font_name): Use PT_PER_INCH
3023         instead of 72.
3025         * .gdbinit: Comment out the line pointing to the Lesstif source
3026         directory.
3028         * window.c (Frecenter): Use displayed_window_lines instead
3029         of window_internal_height.
3031         * xterm.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
3032         instead of x-toolkit-scroll-bars-p.
3033         (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
3035         * w32term.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
3036         instead of x-toolkit-scroll-bars-p.
3037         (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
3039         * dispnew.c (struct redisplay_history) [GLYPH_DEBUG]: New.
3040         (REDISPLAY_HISTORY_SIZE) [GLYPH_DEBUG]: New macro.
3041         (redisplay_history, history_idx, history_tick) [GLYPH_DEBUG]:
3042         New variables.
3043         (add_window_display_history, add_frame_display_history)
3044         (Fdump_redisplay_history) [GLYPH_DEBUG]: New functions.
3045         (build_frame_matrix_from_leaf_window): Remove unused code.
3046         (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Add to
3047         redisplay history.
3048         (update_frame) [GLYPH_DEBUG]: Add to redisplay history.
3049         (update_window) [GLYPH_DEBUG]: Likewise.
3050         (syms_of_display): Defsubr dump-redisplay-history.
3052 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
3054         * keyboard.c (echo_prompt): Always set current_kboard->echoptr to
3055         the end of the prompt.  Set echo_after_prompt to the offset
3056         of echoptr in echobuf.
3058         * xdisp.c (init_from_display_pos): Pop until the iterator's
3059         stack is empty; there may be frames for stretch or images
3060         on the stack.
3062         * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed.
3063         (save_or_restore_current_matrix): New function for the same
3064         purpose, but more efficient.
3065         (adjust_frame_glyphs_for_frame_redisplay): Use it.
3067 2000-12-23  Eli Zaretskii  <eliz@is.elta.co.il>
3069         * xdisp.c (syms_of_xdisp): Fix last change.
3071 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
3073         * xdisp.c (syms_of_xdisp): Doc fix.
3075         * xdisp.c (redisplay_window): Remove label restore_buffers;
3076         use finish_scroll_bars instead to make sure that scroll bars
3077         are redeemed.  If we don't do this, flickering can result from
3078         scroll bars being destroyed and recreated.
3080 2000-12-22  Jason Rumney  <jasonr@gnu.org>
3082         * w32term.c (w32_draw_bitmap): Fix drawing so it does not appear
3083         in the wrong colors when the foreground is not black.
3084         (expose_window): Don't redraw the window that's currently being
3085         updated.
3087 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
3089         * window.c (size_window): When setting the window's too_small_ok
3090         flag, compare old size with minimum size depending on WIDTH_P,
3091         don't compare with window_min_width.
3093         * window.c (delete_window): Simplify somewhat.
3094         (Fset_window_configuration): Don't SET_FRAME_GARBAGED after
3095         freeing window matrices.  The flag windows_or_buffers_changed is
3096         set, so the next redisplay will consider all windows; this should
3097         suffice.
3099 2000-12-22  Kenichi Handa  <handa@etl.go.jp>
3101         * coding.c (ccl_coding_driver): Initialize ccl->cr_consumed.
3103         * ccl.h (struct ccl_program): New member cr_consumed.
3105         * ccl.c (CCL_WRITE_CHAR): Don't handle EOL conversion here.
3106         (CCL_READ_CHAR): Handle EOL conversion here.
3107         (ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.
3109 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
3111         * xdisp.c (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg GLYPHS.
3113         * dispextern.h (GLYPH_EQUAL_P): Also compare pixel widths,
3114         otherwise tabs of different size compare equal.
3116         * callint.c (Fcall_interactively): Prevent a compiler warning.
3118         * print.c (print_unwind): Return nil.
3119         (PRINTDECLARE): Initialize all local variables.
3120         (print_preprocess): Add a default case.
3122         * lisp.h (Qinhibit_point_motion_hooks): Declare extern.
3124         * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
3126         * window.c (delete_window, Fsplit_window)
3127         (Fset_window_configuration): Calls to ensure_frame_matrix removed.
3129         * dispextern.h (ensure_frame_matrix): Function declaration removed.
3131         * dispnew.c (ensure_frame_matrix): Removed.
3132         (save_frame_matrix, restore_frame_matrix): New functions.
3133         (adjust_frame_glyphs_for_frame_redisplay): Use them.
3135         * xdisp.c (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
3136         [GLYPH_DEBUG]: Extended to dump glyphs in short form.
3138 2000-12-21  Andrew Innes  <andrewi@gnu.org>
3140         * w32term.c (x_update_begin): Regenerate the palette here, rather
3141         than for each window.
3143         * w32xfns.c (select_palette): Avoid calling SelectPalette if
3144         palette is NULL, since this corrupts memory!  Also get
3145         display_info reference from frame.
3147 2000-12-21  Jason Rumney  <jasonr@gnu.org>
3149         * w32bdf.c (w32_init_bdf_font): Fix test for valid bmp heap.
3151         * w32term.c (x_draw_hollow_cursor): Delay obtaining the frame's DC
3152         to avoid returning without releasing it.
3154 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
3156         * keymap.c (push_key_description): Don't convert eight-bit-control
3157         and eight-bit-graphic to multibyte character.
3159         * charset.c (Fmake_char_internal): If CHARSET doesn't have a
3160         generic character and CODE1 is nil, return the smallest character
3161         in CHARSET.
3163 2000-12-20  Dave Love  <fx@gnu.org>
3165         * s/osf5-0.h (NSIG): Don't redefine.
3167 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
3169         * keymap.c (where_is_internal): Check ascii_sequence_p rather than
3170         excluding menu-bar and tool-bar.
3171         (Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
3172         (menu_item_p): Remove.
3173         (where_is_internal_1): Don't ignore menu-items.
3175 2000-12-20  Gerd Moellmann  <gerd@gnu.org>
3177         * xdisp.c (hscroll_window_tree): Take window's min_hscroll
3178         into account.
3180         * window.c (make_window): Initialize window's min_hscroll.
3181         (Fset_window_hscroll): Set window's hscroll and min_hscroll.
3182         (set_window_buffer, temp_output_buffer_show): Set min_hscroll
3183         to zero.
3184         (struct saved_window): New member min_hscroll.
3185         (SAVED_WINDOW_VECTOR_SIZE): Set to 17.
3186         (Fset_window_configuration): Set window's min_hscroll.
3187         (save_window_save): Save window's min_hscroll.
3188         (compare_window_configurations): Compare min_hscroll values.
3190         * window.h (struct window): New member min_hscroll.
3192         * keyboard.c (echo_prompt): Prevent a compiler warning.
3194         * xdisp.c (try_cursor_movement): Fix last change.  The real
3195         condition is that PT is at the end of the row, and should
3196         be displayed at the start of the next row.
3198         * xdisp.c (try_cursor_movement): If we end on a partially
3199         visible line, end we already decided to scroll, return -1.
3201         * dispextern.h (ensure_frame_matrix): Add prototype.
3203         * window.c (delete_window, Fsplit_window)
3204         (Fset_window_configuration): Call ensure_frame_matrix.
3206         * dispnew.c (fake_current_matrices, ensure_frame_matrix):
3207         New functions.
3208         (adjust_frame_glyphs_for_frame_redisplay): If display has been
3209         completed, call fake_current_matrices instead of marking frame
3210         garbaged.
3212 2000-12-20  Jason Rumney  <jasonr@gnu.org>
3214         * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.
3216 2000-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3218         * fns.c (Frequire): Doc fix.
3220 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
3222         * window.c (window_scroll_pixel_based): Don't use move_it_vertically.
3224         * dispnew.c (direct_output_for_insert): Fix check for mini-window
3225         currently displaying a message.
3227         * bytecode.c (toplevel) [CHECK_FRAME_FONT]: Include frame.h and
3228         xterm.h.
3229         (Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
3231 2000-12-18  Andrew Innes  <andrewi@gnu.org>
3233         * w32.c (w32_strerror): New function.
3235         * w32.h (w32_strerror): New extern.
3237         * w32fns.c (Fw32_shell_execute): Use it.
3239 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
3241         * s/hpux10.h (_FILE_OFFSET_BITS): Undef again.
3243 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
3245         * msdos.c (IT_set_face): Obey inverse_video.
3247 2000-12-18  Kenichi Handa  <handa@etl.go.jp>
3249         * dired.c (directory_files_internal): Always return decoded filenames.
3251 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
3253         * xterm.c (x_connection_closed): Prevent being called recursively
3254         because of an error condition in XtCloseDisplay.
3256         * xdisp.c (init_iterator): If noninteractive, and the frame's
3257         face cache is null, make one.
3259         * xfns.c (show_busy_cursor): Check for live frames more thoroughly.
3261         * process.c (wait_reading_process_input): Check for pending
3262         input when running timers.
3264 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
3266         * msdos.c (IT_write_glyphs): Compute the glyph face from str->face_id.
3268 2000-12-18  Kenichi Handa  <handa@etl.go.jp>
3270         * process.c (read_process_output): Don't run a filter if the code
3271         decoder produces nothing but carryover.
3273 2000-12-17  Andrew Innes  <andrewi@gnu.org>
3275         * w32.c (sys_rename): Only check errno against EEXIST, and not
3276         EACCES, when determining whether rename failed because the target
3277         exists.  This was resulting in indefinite looping on Windows 9x if
3278         the source file was locked by another process.
3280         * w32fns.c (Ffile_system_info): New function.
3281         (syms_of_w32fns): Defsubr it.
3283 2000-12-17  Gerd Moellmann  <gerd@gnu.org>
3285         * window.c (coordinates_in_window): Fix computation for
3286         position on vertical line between mode lines.
3288         * xfns.c (unwind_create_frame): Return t if frame was deleted.
3289         Don't alter tip_frame or tip_window.
3290         (unwind_create_tip_frame): Set tip_frame to nil only if frame
3291         was deleted.
3293         * w32fns.c (unwind_create_frame): Return t if frame was deleted.
3294         Don't alter tip_frame or tip_window.
3295         (unwind_create_tip_frame): Set tip_frame to nil only if frame
3296         was deleted.
3298 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3300         * fileio.c (Fcopy_file): Rename the last argument to keep_time, to
3301         be consistent with the doc string.  Reported by NAKAJIMA Mikio
3302         <minakaji@osaka.email.ne.jp>.
3304 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
3306         * xfaces.c (Vface_ignored_fonts): New variable.
3307         (x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts.
3308         (syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.
3310 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
3312         * dispnew.c (update_window): Detect pending input every nth line
3313         updated, i.e. do it depending on real work done, and not on the
3314         vpos of the line.
3316         * xterm.c (expose_window): Don't redraw the window that's
3317         currently being updated.
3319         * window.c (Fset_window_point): Remove test for
3320         cursor_in_non_selected_windows.
3322         * lread.c (read1): Recognize end of file after `\\'.
3324         * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
3325         not unwind_create_frame.
3327 2000-12-15  Dave Love  <fx@gnu.org>
3329         * s/usg5-4.h (bcopy) [IRIX6]: Don't special-case definition of
3330         bcopy & al.
3332         * s/irix6-5.h: #undef bcopy & al here.  Include strings.h.
3334 2000-12-15  Kenichi Handa  <handa@etl.go.jp>
3336         * coding.c (setup_coding_system): Clear all members of the struct
3337         coding_system at first.
3338         (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
3339         argument.
3340         (code_convert_region): Don't override coding->src_multibyte and
3341         coding->dst_multibyte.
3343         * fns.c (Fmd5): Docstring improved.
3345 2000-12-15  Miles Bader  <miles@gnu.org>
3347         * xdisp.c (window_box_height): Only use mode-line glyph-rows that
3348         are actually marked as mode-lines; otherwise use
3349         estimate_mode_line_height.
3351 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
3353         * editfns.c (Fformat): Prevent a buffer overrun when the format
3354         specifies a precision.
3356 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
3358         * msdos.c (Fmsdos_set_mouse_buttons): Signal an error if the
3359         argument is outside the range [2..3].
3361 2000-12-14  Andrew Innes  <andrewi@gnu.org>
3363         * w32fns.c (Fx_hide_tip): Avoid unnecessary work when there's
3364         nothing to do.  Bind inhibit-quit.
3365         (tip_frame): Make it a Lisp_Object.
3366         (x_create_tip_frame): Set tip_frame after it has been added to
3367         Vframe_list.
3368         (Fx_show_tip): Don't set tip_frame here.
3369         (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New variables.
3370         (unwind_create_frame, unwind_create_tip_frame): New functions.
3371         (Fx_create_frame, x_create_tip_frame): Handle errors signaled
3372         while a frame is only partially constructed.
3374         * w32term.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
3375         (x_free_frame_resources): New function.
3376         (x_destroy_window): Use it.
3378 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
3380         * xfns.c (Fx_backspace_delete_keys_p): New function.
3381         (syms_of_xfns): Defsubr it.
3383         * config.in (HAVE_XKBGETKEYBOARD): Add.
3385 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
3387         * keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
3388         Always store string in multibyte representation in echobuf.
3389         (echo_char): Always store string in multibyte representation in
3390         echobuf.
3391         (echo_now): Call message2_nolog with the arg MULTIBYTE 1.
3392         (read_key_sequence): Adjusted for the change of echo_prompt.
3394         * fns.c (Fmd5): Docstring improved.
3396         * lisp.h (detect_coding_system): Prototype adjusted.
3398         * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
3399         (detect_coding_emacs_mule, detect_coding_iso2022,)
3400         (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
3401         (detect_coding_utf_16, detect_coding_ccl): Make them static.
3402         New argument MULTIBYTEP.  Callers changed.
3403         (detect_coding_mask, detect_coding_system): New argument
3404         MULTIBYTEP.  Callers changed.
3405         (decode_coding_string): Set coding->src_multibyte and
3406         coding->dst_multibyte before calling detect_coding and detect_eol.
3407         Update them after some coding system is detected.
3409 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
3411         * keymap.c (get_keyelt): Only eval the filter if `autoload' is set.
3413         * keyboard.c (menu_bar_items, tool_bar_items):
3414         Set `autoload' when looking up `tool-bar' or `menu-bar' submap.
3416 2000-12-13  Gerd Moellmann  <gerd@gnu.org>
3418         * xfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
3419         New variables.
3420         (unwind_create_frame, unwind_create_tip_frame): New functions.
3421         (Fx_create_frame, x_create_tip_frame): Handle errors signaled
3422         while a frame is only partially constructed.
3424         * xterm.h (x_free_frame_resources): Declare.
3426         * xterm.c (x_free_frame_resources): New function.
3427         (x_destroy_window): Use it.
3429         * dispnew.c (update_window): If do_mouse_tracking is non-nil,
3430         don't interrupt the update for pending input initially, i.e.
3431         update at least some lines.
3433         * keyboard.c (do_mouse_tracking): Make externally visible.
3435         * xterm.c (x_term_init): Declare gray_bitmap_bits as `extern char *'.
3437         * xfns.c (gray_bitmap_bits): Declare `char *'.
3439 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
3441         * xdisp.c (display_tool_bar_line): Make sure that tool bar
3442         lines start with a relief line.
3444 2000-12-12  Dave Love  <fx@gnu.org>
3446         * window.c (Fdisplay_buffer): Doc fix.
3447         (Fwindow_list): Remove unused var.
3449         * buffer.h (mmap_set_vars): Declare.
3451         * window.h (Fset_window_point): Declare.
3453 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
3455         * msdos.c (fast_find_position): Don't overstep the last window row.
3456         (IT_note_mouse_highlight): Initialize portion to -1.  Remove unused
3457         variable `area'.  When looking for a row under (X,Y), give up if some
3458         of the previous rows is not enabled.
3460 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
3462         * window.c (Fset_window_point): If displaying cursors in windows
3463         other than the selected window, make sure redisplay updates
3464         other windows to show the new value of point in the window.
3466         * dispextern.h (cursor_in_non_selected_windows): Declare extern.
3468         * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
3469         the buffer is the sole visible buffer when in the mini-buffer.
3471         * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer):
3472         Bind `inhibit-read-only' to t.
3473         (unwind_with_echo_area_buffer): Use AREF.
3475         * xfns.c (Fx_hide_tip): Simplified.
3477         * s/freebsd.h, s/netbsd.h (GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS
3478         instead of `1'.
3480         * s/gnu-linux.h (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
3482 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
3484         * xfns.c (Fx_hide_tip): Fix last change.
3486         * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's
3487         nothing to do.  Bind inhibit-quit.
3488         (tip_frame): Make it a Lisp_Object.
3489         (x_create_tip_frame): Set tip_frame after it has been added to
3490         Vframe_list.
3491         (Fx_show_tip): Don't set tip_frame here.
3493         * xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
3495         * xdisp.c (prepare_menu_bars): Changes for tip_frame being a
3496         Lisp_Object.
3498         * dispextern.h: Change external declaration of tip_frame.
3500         * keymap.c (Fkey_description): If KEYS is an empty key sequence,
3501         return an empty string.
3503         * xdisp.c (try_cursor_movement): Check update_mode_lines instead
3504         of the window's update_mode_line flag, since the former is set by
3505         force-mode-line-update, not the latter.  This makes
3506         column-number-mode slightly faster.
3508         * xdisp.c (try_window_id) <all changes above window start>:
3509         Set the cursor.
3511 2000-12-11  Paul Eggert  <eggert@twinsun.com>
3513         * config.in (HAVE_FTELLO): Remove.
3514         (HAVE_FSEEKO): Add.
3515         (_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
3516         * lread.c (file_offset, file_tell): Depend on HAVE_FSEEKO, not
3517         HAVE_FTELLO.
3518         * s/hpux10.h (_FILE_OFFSET_BITS): Do not undef.
3519         * s/isc3-0.h, s/osf5-0.h: Update comment about _XOPEN_SOURCE.
3521 2000-12-11  Miles Bader  <miles@gnu.org>
3523         * window.c (displayed_window_lines): Don't round up when
3524         converting empty space at bottom to lines.
3525         Handle non-newline-terminated final lines properly.
3526         (Fwindow_text_height): New function (used to be in lisp).
3527         (syms_of_window): Initialize it.
3529 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
3531         * syntax.c (scan_lists): Check that the right quote char has the
3532         right Sstring syntax when jumping over strings.
3533         (init_syntax_once): Use Smax rather than 13.
3535 2000-12-09  Miles Bader  <miles@gnu.org>
3537         * window.c (Fpos_visible_in_window_p): Replace FULLY parameter
3538         with PARTIALLY, inverting the sense.
3539         (window_scroll_pixel_based): Scroll partially visible lines into
3540         place if we hit the beginning or end of the buffer.
3541         (displayed_window_lines): Don't include partially visible lines.
3542         (Fmove_to_window_line): Skip past any partially visible first line.
3544 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
3546         * keymap.c (current_minor_maps): Use malloc.  Prevent a leak.
3548         * tparam.c (tparam1): Change the way buffers are reallocated to be
3549         portable and less obfuscated.
3551         * termcap.c (tgetent): Change the way buffers are reallocated to
3552         be portable and less obfuscated.
3554         * macros.c (store_kbd_macro_char): Change the way buffers are
3555         reallocated to be portable and less obfuscated.
3557         * lread.c (read1): Change the way buffers are reallocated to be
3558         portable and less obfuscated.
3560         * doc.c (Fsubstitute_command_keys): Change the way buffers
3561         are reallocated so that it is portable.
3563 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
3565         * dosfns.c (Ffile_system_info): New function.
3566         (syms_of_dosfns): Defsubr it.
3568 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
3570         * alloc.c (gc_sweep): Add comment.
3572 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
3574         * sound.c (vox_configure): Change order of ioctls.
3575         Don't set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE.
3576         Ignore errors when changing volume.
3577         (vox_close): Don't reset the device.
3579         * process.c (read_process_output): Make sure the process marker's
3580         position is valid when the process buffer is changed in
3581         after-change functions.  W3 does that.
3583         * xfns.c (x_free_gcs): New function.
3585         * xterm.h (x_free_gcs): Add prototype.
3587         * widget.c (EmacsFrameDestroy): Call x_free_gcs instead of
3588         freeing GCs here.
3590         * xterm.c (x_destroy_window): Call x_free_gcs so that
3591         resources of non-toolkit X windows will be freed.
3593 2000-12-07  Andrew Innes  <andrewi@gnu.org>
3595         * w32fns.c (xlfd_charset_of_font): Fix last change.
3597 2000-12-06  Dave Love  <fx@gnu.org>
3599         * md5.h (__P): Don't define -- it comes from config.h.
3601         * strftime.c: Change some #if foo to #ifdef foo.
3603 2000-12-06  Andrew Innes  <andrewi@gnu.org>
3605         * w32term.h (CP_INVALID): Rename to CP_UNKNOWN.
3607         * w32fns.c (xlfd_charset_of_font): Don't overwrite fontname argument.
3608         (w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN.
3609         (w32_list_fonts): Don't choke if pattern doesn't specify a codepage.
3611 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
3613         * alloc.c (gc_sweep): Prevent symbols read during loadup
3614         from being freed.
3616         * xdisp.c (underlying_face_id): New function.
3617         (handle_face_prop, face_before_or_after_it_pos): Use it
3618         to determine the face ``under'' a string.  Let strings inherit
3619         the face of the buffer under them.
3621         * xfaces.c (face_at_string_position): Update function comment.
3623         * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
3624         matrix if the window's left position has changed; we need to
3625         redraw it in this case.
3627         * dispextern.h (struct glyph_matrix): Add member window_left_x.
3629         * window.c (coordinates_in_window): Check mouse on mode-line or
3630         header-line first.
3632         * alloc.c (Fgarbage_collect): Dox fix.  Return a list as
3633         advertized by the function documentation.
3635         * window.c (syms_of_window): Doc fix.
3637         * sound.c (vox_configure): Set volume for left and right channel.
3638         (sound_cleanup): Return nil.
3640         * xdisp.c (move_it_by_lines): Fix paren typo.
3642         * xterm.c (x_load_font): Don't use the font's max_bounds for
3643         computing the height of the font.  If max_bounds' ascent or
3644         descent are greater than the font's ascent or descent, this means
3645         glyphs overlap, which should be handled now by redisplay.
3647         * window.c (Veven_window_heights): New variable.
3648         (syms_of_window): DEFVAR_LISP it.
3649         (Fdisplay_buffer): Check Veven_window_heights before evening the
3650         window heights.
3652 2000-12-06  Miles Bader  <miles@gnu.org>
3654         * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is `t',
3655         update `default-frame-alist' instead of setting no frame parameters.
3657 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
3659         * composite.c (update_compositions): Fix typo (use the correct
3660         variable).
3662 2000-12-05  Jason Rumney  <jasonr@gnu.org>
3664         * md5.h: Remove underscores from function declarations.
3665         (__attribute__, __alignof__) [!__GNUC__]: Define.
3667         * md5.c: Delay include of md5.h until after namespace cleaning.
3669         * makefile.w32-in (fns.o): Depend on md5.h
3670         (md5.o): New target.
3671         (sunfns.o): Remove.
3673         * makefile.nt: Likewise.
3675 2000-12-05  Jason Rumney  <jasonr@altavista.net>
3677         * w32term.c (expose_area): Complete last change.
3679 2000-12-05  Ken Raeburn  <raeburn@gnu.org>
3681         * minibuf.c: Include intervals.h.
3683 2000-12-05  Jason Rumney  <jasonr@gnu.org>
3685         * w32term.c (x_produce_glyphs): If a font for a component of
3686         a composition is not found, use 1 pixel dot ascent and 0 dot
3687         descent value to avoid displaying terribly tall empty boxes.
3688         (expose_area): Pass x-coordinate relative to the exposed
3689         area to x_draw_glyphs instead of a window-relative coordinate.
3691 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
3693         * xdisp.c (next_element_from_ellipsis): Save face before selective
3694         display in saved_face_id, and set face_before_selective_p.
3695         (reseat_1): Reset face_before_selective_p.
3696         (append_space, extend_face_to_end_of_line): If iterator's
3697         face_before_selective_p is set, use the face from saved_face_id.
3698         (extend_face_to_end_of_line): For tty frames, make sure to
3699         use the right face id when producing spaces at the end of
3700         the line.
3702         * dispextern.h (struct it): Add face_before_selective_p.
3704         * keyboard.c (record_char): Don't record identical help-echo
3705         events in recent_keys.
3707         * xterm.c [USE_X_TOOLKIT]: Close the display.
3708         (xim_close_dpy): Handle case that the display has been closed.
3710         * xterm.c (x_destroy_window): Reset the frame's X window after
3711         destroying it.
3713         * dispnew.c (adjust_glyph_matrix): Make sure to initialize local
3714         variable window_width.
3715         (line_draw_cost): Fix code skipping over spaces at the end of the
3716         line when must_write_spaces is not set.
3717         (scrolling_window): Fix code inserting runs in list of all runs.
3719 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
3721         * coding.c (setup_coding_system): Be sure to initialize
3722         coding->category_idx.
3724 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
3726         * xterm.c (PER_CHAR_METRIC): Removed because not used.
3728         * xterm.c (expose_area): Pass x-coordinate relative to the exposed
3729         area to x_draw_glyphs instead of a window-relative coordinate.
3731         * fileio.c (auto_save_error): Add parameter ERROR.  Show the
3732         error in the message.
3734         * keyboard.c (Fread_key_sequence): Don't start the busy cursor
3735         timer after having read a key.  It's not good for code reading
3736         several keys in a loop, like an input method.
3738         * fileio.c (Finsert_file_contents): When VISIT is t, don't
3739         record undo information for format-decode.
3741         * undo.c (Fprimitive_undo): Bind inhibit-read-only to t if
3742         current buffer is read-only, not if it isn't.
3744         * keyboard.c (record_char): Record `help-echo' input events
3745         in recent_keys only if they display some help.  Don't record
3746         `help-echo' events as macro char.
3748 2000-12-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3750         * editfns.c (save_excursion_restore): Don't move point
3751         in another window if it is showing the wrong buffer.
3752         Avoid the call to Fwindow_live_p, for speed.
3754 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
3756         * xfaces.c (struct font_name): New member registry_priority.
3757         (split_font_name): Initialize the above member to zero.
3758         (concat_font_list): New function.
3759         (font_list): Include fonts of all alternative registries.
3760         (FONT_POINT_SIZE_QUANTUM): New macro.
3761         (better_font_p): Ignore point size difference less than
3762         FONT_POINT_SIZE_QUANTUM.  Use registry_prioprity as a last resort.
3764         * xterm.c (x_produce_glyphs): If a font for a component of
3765         a composition is not found, use 1 pixel dot ascent and 0 dot
3766         descent value to avoid displaying terribly tall empty boxes.
3768         * ccl.c (stack_idx_of_map_multiple): Don't use C initializier.
3770 2000-12-03  Ken Raeburn  <raeburn@gnu.org>
3772         * coding.h (code_convert_string1): Declare.
3774         * fns.c (Fmd5): Pass lisp objects, not integers, to call3.
3776         * lisp.h (Fmake_variable_buffer_local, Fbuffer_file_name): Declare.
3778 2000-12-02  Jason Rumney  <jasonr@gnu.org>
3780         * w32term.c (w32_bdf_per_char_metric): Dereference pointer
3781         correctly for single byte character case.
3782         (w32_per_char_metric): Do not try to make any assumptions about
3783         the metrics of BDF fonts.
3784         (x_estimate_mode_line_height): If `mode-line' face
3785         hasn't a font, use that of the frame, as drawing glyphs does.
3786         (note_mouse_highlight): Change the cursor shape on the vertical
3787         border between windows [not enabled].
3789         * w32term.h (struct w32_output): Add member horizontal_drag_cursor.
3791         * w32fns.c (Fx_create_frame): Reintroduce the call to
3792         face-set-after-frame-defaults.
3793         (Vx_window_horizontal_drag_shape): New variable.
3794         (syms_of_xfns): DEFVAR_LISP it.
3795         (x_set_mouse_color): Create frame's horizontal_drag_cursor [not
3796         enabled].
3798 2000-12-02  Simon Josefsson  <simon@josefsson.org>
3800         * fns.c (Fmd5): Use a different logic to decide the coding system
3801         to use.
3803         * coding.h (Qwrite_region, Qcoding_system_error): Declare extern.
3805 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
3807         * fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is NULL.
3809 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
3811         * xterm.c (x_calc_absolute_position): Don't subtract menubar's
3812         height for YNegative.
3813         (x_calc_absolute_position) [USE_MOTIF]: Use the column widget's
3814         height; also see comment there.
3816         * window.c (coordinates_in_window): Handle computations for
3817         positions on the vertical bar and fringes differently for
3818         window-system frames.  Consider some pixels near the vertical bar
3819         as on the bar if the frame doesn't have vertical scroll bars.
3820         Associate positions between mode or header lines with the
3821         right window, the left one.
3823 2000-12-01  Jason Rumney  <jasonr@gnu.org>
3825         * w32term.c (w32_clear_window): Avoid clearing an invalid frame.
3827         * w32xfns.c (get_frame_dc): Avoid changing the palette on an
3828         invalid frame.
3830 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
3832         * window.c (struct saved_window): Add members orig_top and orig_height.
3833         (SAVED_WINDOW_VECTOR_SIZE): Increment to 16.
3834         (save_window_save, Fset_window_configuration): Save/restore
3835         window's orig_top and orig_height.
3837 2000-12-01  Jason Rumney  <jasonr@gnu.org>
3839         * w32term.c (x_draw_vertical_border): Fix call to w32_fill_rect.
3841         * w32fns.c (x_set_cursor_color): Fix last change.
3843 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
3845         * xdisp.c (echo_area_display): If cursor is in the echo area, make
3846         sure that the next redisplay displays the minibuffer, so that
3847         the cursor will be replaced with what the minibuffer wants.
3849         * xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
3850         #ifndef instead of using #if.
3851         (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
3852         USE_TOOLKIT_SCROLL_BARS is defined.
3854 2000-11-30  Jason Rumney  <jasonr@gnu.org>
3856         * w32fns.c (x_set_cursor_color): Use x_update_cursor instead of
3857         x_display_cursor.
3859 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
3861         * fns.c (Fmd5): Doc fix.
3863 2000-11-30  Simon Josefsson  <simon@josefsson.org>
3865         * fns.c (Fmd5): New function.
3866         (syms_of_fns): Defsubr md5.
3868         * Makefile.in (obj): Add md5.o
3870 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
3872         * md5.h, md5.c: New files, taken from glibc.
3874         * xmenu.c (popup_get_selection): Use xmalloc instead of malloc.
3876         * xterm.c (x_estimate_mode_line_height): If `mode-line' face
3877         hasn't a font, use that of the frame, as drawing glyphs does.
3879 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3881         * eval.c (Frun_hooks): Allow 0 arguments.
3883 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
3885         * xterm.c (XTmouse_position) [USE_X_TOOLKIT]: When the mouse
3886         is over the menu bar widget, say it's not on the frame.
3888         * xfns.c (Fx_create_frame): Reintroduce the call to
3889         face-set-after-frame-defaults.
3891         * eval.c (Fsignal): Reset handling_signal.
3893 2000-11-28  Jason Rumney  <jasonr@gnu.org>
3895         * w32menu.c (add_menu_item): Reset menu item text when changing
3896         type to radio button.
3898 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
3900         * xselect.c: Update copyright.
3902         * window.c (coordinates_in_window): If on a mode or header line,
3903         but sufficiently close to its start, return ``on vertical
3904         border''.  This gives us a way to drag windows horizontally when
3905         using toolkit scroll bars.
3907         * xterm.c (note_mouse_highlight): Change the cursor shape
3908         on the vertical border between windows.
3910         * xterm.h (struct x_output): Add member horizontal_drag_cursor.
3912         * xfns.c (Vx_window_horizontal_drag_shape): New variable.
3913         (syms_of_xfns): DEFVAR_LISP it.
3914         (x_set_mouse_color): Create frame's horizontal_drag_cursor.
3916         * textprop.c (text_read_only): New function.
3917         (verify_interval_modification): Use it instead of signaling
3918         `text-read-only'.  This makes it easier to catch this error
3919         with a breakpoint.:
3921         * xdisp.c (forward_to_next_line_start): Check for newlines,
3922         not end of line, which includes CR.
3924 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
3926         * coding.c (Ffind_coding_systems_region_internal): Be sure to
3927         include no-conversion.
3929 2000-11-27  Jason Rumney  <jasonr@gnu.org>
3931         * w32fns.c (w32_load_system_font): Always mark font as double byte
3932         if codepage is unicode.
3934 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
3936         * xdisp.c (forward_to_next_line_start): If already on a newline,
3937         just consume it to avoid unintended skipping over invisible text below.
3939         * keyboard.c (lucid_event_type_list_p): Handle `help-echo',
3940         `vertical-line', `mode-line' and `header-line' events.
3942         * xdisp.c (try_window_id): Avoid starting to display in the middle
3943          of a character, a TAB for instance.  This is easier than to set
3944          up the iterator exactly, and it's not a frequent case, so the
3945          additional effort wouldn't really pay off.
3947 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
3949         * emacs.c (main) [macintosh]: Call syms_of_frame before calling
3950         init_window_once.
3952 2000-11-25  Jason Rumney  <jasonr@gnu.org>
3954         * keyboard.c (make_lispy_event) [mouse_wheel, drag_n_drop]:
3955         Args to window_from_coordinates should be pixel coordinates.
3957         * w32fns.c (x_to_w32_font): Do not filter out italic fonts, as new
3958         redisplay handles them properly.
3960 2000-11-25  Miles Bader  <miles@gnu.org>
3962         * indent.c (compute_motion): Keep pos_byte in sync with pos.
3964 2000-11-24  Jason Rumney  <jasonr@gnu.org>
3966         * w32.c (init_environment): Set LANG environment variable based on
3967         locale settings, if not set.
3969         * w32fns.c (x_set_tool_bar_lines): Clear internal border when
3970         making tool bar smaller. When clearing the frame, also
3971         clear current matrices. Clear frame when tool bar disappears.
3972         Don't use more lines for the tool-bar than is available.
3973         (x_change_window_heights): New function.
3975 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
3977         * xdisp.c (init_from_display_pos): If POS says we're already after
3978          an overlay string ending at POS, make sure to pop the iterator
3979          because it will be in front of that overlay string.  When POS is
3980          ZV, we've thereby also ``processed'' overlay strings at ZV.
3982         * xfaces.c (lface_from_face_name): Function comment fix.
3984 2000-11-24  Miles Bader  <miles@gnu.org>
3986         * xdisp.c (display_menu_bar, display_mode_line): Change the way we
3987         apply `mode-line-inverse-video' -- zero means force display using
3988         the default face, non-zero means display using the specialized face.
3989         (syms_of_xdisp): `mode-line-inverse-video' defaults to true again.
3991 2000-11-23  Kenichi Handa  <handa@etl.go.jp>
3993         * alloc.c (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of
3994         hard coded `4'.
3996 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
3998         * coding.c (decode_coding_emacs_mule): Fix the case of
3999         CODING_EOL_LF, which used uninitialized value of c.
4001 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4003         * xdisp.c (syms_of_xdisp): Make fontification-functions buffer-local.
4005 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4007         * buffer.c (Fmake_indirect_buffer): Don't treat nil as a
4008         buffer object.
4010         * frame.h (struct frame): Replace desired_tool_bar_items,
4011         current_tool_bar_items, n_desired_tool_bar_items,
4012         n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
4014         * frame.c (make_frame): Change initialization of tool bar
4015         items accordingly.
4017         * xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
4018         Change references to members deleted from struct frame to use the
4019         new ones.
4021         * xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change
4022         references to members deleted from struct frame to use the new ones.
4024         * dispnew.c (update_frame): Do nothing with frame's tool bar items.
4026         * alloc.c (mark_object) <frame>: Mark tool bar items differently.
4028         * w32term.c (x_tool_bar_item, w32_handle_tool_bar_click)
4029         (note_tool_bar_highlight): Change references to members deleted
4030         from struct frame to use the new ones.
4032 2000-11-23  Miles Bader  <miles@gnu.org>
4034         * xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with
4035         the face's inverse-video attribute, rather than overriding it.
4037 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4039         * xfns.c (x_set_tool_bar_lines): Clear internal border when
4040         making tool bar smaller.
4042 2000-11-22  Dave Love  <fx@gnu.org>
4044         * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
4046 2000-11-22  Miles Bader  <miles@gnu.org>
4048         * keyboard.c (Vminibuffer_message_timeout): New variable.
4049         (command_loop_1): Use it to determine message timeout.
4050         (syms_of_keyboard): Initialize it.
4052         * xdisp.c (syms_of_xdisp): `mode-line-inverse-video' defaults to nil.
4054 2000-11-22  Kenichi Handa  <handa@etl.go.jp>
4056         * sysdep.c: Move the code for declaring h_errno after #include
4057         <netdb.h>.
4059 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
4061         * xfns.c (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
4062         the menu bar when the tooltip is unmapped.
4064         * buffer.c (Fkill_buffer): Notice if the buffer to kill is the
4065         sole visible buffer when we're currently in the mini-buffer, and
4066         give up if so.
4068 2000-11-21  Jason Rumney  <jasonr@gnu.org>
4070         * w32select.c (Fw32_set_clipboard_data): Save a copy of what is
4071         put on the clipboard.
4072         (Fw32_get_clipboard_data): Compare data on clipboard with saved
4073         copy of what Emacs last put there. If they are the same, do not
4074         use the clipboard copy to avoid losing data due to coding conversions.
4076 2000-11-22  Miles Bader  <miles@gnu.org>
4078         * minibuf.c (Vminibuffer_prompt_properties): New variable.
4079         (syms_of_minibuf): Initialize it.
4080         (read_minibuf): Add properties from Vminibuffer_prompt_properties
4081         to prompt, don't make read-only.
4083 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
4085         * bytecode.c (Fbyte_code) <Bvarbind, Bunwind_protect>:
4086         Add BEFORE/AFTER_POTENTIAL_GC.
4088         * s/hpux10.h (_FILE_OFFSET_BITS): Undef.
4090         * buffer.c (mmap_free_1): Avoid a compiler warning.
4092         * term.c, cm.c: Don't try to include termcap.h; see comment there.
4094 2000-11-21  Kenichi Handa  <handa@etl.go.jp>
4096         * s/sol2-5.h: Move #undef USE_MMAP_FOR_BUFFERS out of #if 0
4097         ... #endif scope.
4099 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
4101         * xfns.c (x_create_tip_frame): Use CWSaveUnder only if the
4102         screen supports it.
4104         * s/gnu-linux.h: Don't use `#cpu'.
4106         * buffer.c (MAP_FAILED): Define it as `((void *) -1)' if it's
4107         not defined in mman.h.
4109         * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New variables.
4110         (x_send_scroll_bar_event): Store the window in scroll_bar_windows
4111         and store an index in the XClientMessageEvent.  Storing a
4112         Lisp_Object or pointer can fail on a 64 bit system, since X only
4113         transfers 32 bits.
4114         (x_scroll_bar_to_input_event): Get the window from scroll_bar_windows.
4116 2000-11-20  Dave Love  <fx@gnu.org>
4118         * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.
4120 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
4122         * s/sol2-5.h (USE_MMAP_FOR_BUFFERS): Undefine.
4124 2000-11-20  Kenichi Handa  <handa@etl.go.jp>
4126         * charset.c (get_new_private_charset_id): Don't limit CHARSET_ID
4127         by WIDTH.
4129         * alloc.c (make_string): Fix previous change.  Be sure to make
4130         unibyte string correctly.
4132 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
4134         * window.c (Fwindow_list): Change parameter list to be XEmacs
4135         compatible.
4136         (window_list_1): New function.
4137         (window_loop): Use it instead of Fwindow_list.
4139         * sysdep.c (emacs_ospeed): New variable.
4140         (toplevel): Don't declare ospeed extern.
4141         (init_baud_rate): Use emacs_ospeed instead of ospeed.
4143         * termcap.c (ospeed): Remove.
4144         (tputs) [!emacs]: Remove unused code.
4145         (tgetent): Avoid a compiler warning.
4147         * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
4148         (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
4149         SCROLL_BAR_X_WIDGET with additional argument DPY.
4151         * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high
4152         removed.
4153         (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
4154         Take the X display as additional argument.
4155         (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
4156         `Widget' is a pointer type that's not easily stored in Lisp_Object
4157         form in a portable way.
4159         * dispnew.c (update_text_area): Fix last change.
4161 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
4163         * xdisp.c: Use BINDING_STACK_SIZE throughout.
4165         * xfns.c (x_set_tool_bar_lines): When clearing the frame, also
4166         clear current matrices.
4168         * buffer.c (mmap_enlarge): Don't print a message on stderr
4169         if mapping new memory at the end of the existing region fails.
4171         * dispnew.c (update_text_area): Don't skip over equal glyphs
4172         when the last current glyph overlaps the glyph to its right.
4174 2000-11-18  Miles Bader  <miles@gnu.org>
4176         * xdisp.c (message_log_check_duplicate): Let "..."-detection match
4177         lines that *end* with "..." too (that's the most common case!).
4179 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
4181         * xdisp.c (resize_mini_window): Temporarily change to the
4182         mini-window's buffer if necessary.
4184         * xfns.c (Fx_show_tip): Use default y-offset of -10 so that
4185         the tooltip obscures less text under it.
4187 2000-11-17  Gerd Moellmann  <gerd@gnu.org>
4189         * puresize.h (BASE_PURESIZE): Increase to 700000.
4191 2000-11-18  Jason Rumney  <jasonr@gnu.org>
4193         * w32term.c (w32_draw_bitmap): Use face to set colors.
4195 2000-11-17  Dave Love  <fx@gnu.org>
4197         * lread.c (Fload): Fix #ifdef for pcc.
4199 2000-11-17  Gerd Moellmann  <gerd@gnu.org>
4201         * xdisp.c (pos_visible_p): Compute the default character height
4202         differently.
4204 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
4206         * xdisp.c (pos_visible_p): Handle case that we reach ZV without
4207         knowing the line's height; use the default font's height in that case.
4209         * xfaces.c (weight_table): Add `demi' with the same meaning as
4210         `demibold'.
4212 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
4214         * dispnew.c (null_row): New global static variable.
4215         (clear_glyph_row): Delete local static variable null_row.
4217 2000-11-15  Jason Rumney  <jasonr@gnu.org>
4219         * w32term.c (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
4220         (w32_alloc_lighter_color): Use new brightness calculations from
4221         xterm.c. Scale delta to be in the range expected by W32.
4222         (w32_draw_relief_rect): Use frame relief colors.
4224 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
4226         * frame.c (syms_of_frame_1): Removed; code moved to syms_of_frame.
4227         (Qinhibit_default_face_x_resources): New variable.
4228         (syms_of_frame): Initialize it.
4229         (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
4231         * xdisp.c (pos_visible_p): Improve function comment.
4233         * lisp.h (BINDING_STACK_SIZE): New macro.
4235         * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry
4236         reading the directory if readdir returns null and errno is EAGAIN
4237         or EINTR.
4239 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4241         * xdisp.c (try_scrolling): Set scroll_max to max of scroll_* args
4242         so setting scroll-step to 1 doesn't defeat scroll-conservatively.
4243         Set amount_to_scroll to max of dx and scroll_step so that
4244         scroll-conservatively doesn't defeat scroll-step>1.
4245         (syms_of_xdisp): Add a hint in scroll-step's docstring to use
4246         scroll-conservatively for line-at-a-time scrolling.
4248 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
4250         * window.c (Fpos_visible_in_window_p): Call pos_visible with
4251         extra argument.
4253         * xdisp.c (current_mode_line_height, current_header_line_height):
4254         New variables.
4255         (init_xdisp): Initialize them.
4256         (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P.  Compute
4257         and use exact mode line heights if it is set.
4259         * lisp.h (pos_visible_p): Change prototype.
4261         * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
4262         (CURRENT_HEADER_LINE_HEIGHT):  Look at current_mode_line_height
4263         and current_header_line_height first.
4264         (current_mode_line_height, current_header_line_height):
4265         Declare extern.
4267 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
4269         * xterm.c (x_alloc_lighter_color): Use real brightness calculation.
4270         Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
4271         (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
4273 2000-11-14  Miles Bader  <miles@gnu.org>
4275         * xterm.c (x_alloc_lighter_color): Include an additive component
4276         too for dark colors, because FACTOR isn't enough.
4277         (HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT):
4278         New macros.
4280 2000-11-13  Gerd Moellmann  <gerd@gnu.org>
4282         * keyboard.c (show_help_echo): Call message3_nolog with number of
4283         bytes in the help string as 2nd parameter, instead of the number
4284         of characters.
4286 2000-11-13  Miles Bader  <miles@gnu.org>
4288         * lread.c (openp): Return -2 instead of 0 for the `remote file' case.
4289         (Fload): Use new openp return protocol.
4290         Don't try to use Vload_source_file_function to load .elc files.
4291         * xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new
4292         openp return protocol.
4293         * w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise.
4295 2000-11-11  Kenichi Handa  <handa@etl.go.jp>
4297         * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
4299         * m/ibmrs6000.h (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
4300         Defined these macros.
4301         (NLIST_STRUCT): Avoid re-defining it.
4303         * s/hpux10.h (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
4304         -I/usr/contrib/X11R6/include.
4305         (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
4307 2000-11-10  Jason Rumney  <jasonr@gnu.org>
4309         * w32term.h (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.
4311         * w32term.c (w32_encode_char): Handle CP_UNICODE specially.
4312         (w32_use_unicode_for_codepage): Use new pseudo-codepages.
4314         * w32fns.c (Qw32_charset_hangeul): Rename to match w32 headers.
4315         (Qw32_charset_vietnamese): New symbol.
4316         (xlfd_charset_of_font): New function.
4317         (w32_load_system_font): Use it.
4318         (x_to_w32_charset): Use Fassoc to find charset info. Special case
4319         when Vw32_charset_info_alist is nil to ensure default face always
4320         has font. Use Fcar and Fcdr for safety.
4321         (w32_to_x_charset): Use Vw32_charset_info_alist for mappings.
4322         (w32_codepage_for_font): Use xlfd_charset_of_font.  Use new
4323         pseudo-codepages for special cases.
4324         (w32_to_x_font): New parameter to allow charset portion to be
4325         specified where there is many to one mapping.  Callers changed.
4326         (w32_list_fonts): Avoid listing fonts that won't display.
4328 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
4330         * xfaces.c (Vface_alternative_font_registry_alist): New variable.
4331         (font_list_1): Renamed from font_list.
4332         (font_list): New function, trying alternative registries from
4333         Vface_alternative_font_registry_alist.
4334         (Finternal_set_alternative_font_registry_alist): New function.
4335         (syms_of_xfaces): Initialize and Staticpro
4336         Vface_alternative_font_registry_alist.
4337         Defsubr Finternal_set_alternative_font_registry_alist.
4339 2000-11-09  Ken Raeburn  <raeburn@gnu.org>
4341         * lisp.h (Flooking_at): Declare.
4343 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
4345         * dired.c (directory_files_internal): Fix a braino.
4347         * dired.c (directory_files_internal): Add missing GCPRO's.
4348         Some cleanup.
4350 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
4352         * xdisp.c (syms_of_xdisp): Change doc of max-mini-window-height.
4353         (resize_mini_window): Return quickly if Vresize_mini_window is
4354         nil.  Don't return if Vmax_mini_window_height is nil.
4356         * xdisp.c (Vresize_mini_window, Qgrow_only): New variables.
4357         (syms_of_xdisp): Initialize them.
4358         (resize_mini_window): Act according to the setting of
4359         Vresize_mini_window.
4360         (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
4362         * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
4363         scroll bar widget after configuring it, so that it will appear at
4364         the right position from the start.
4365         (XTredeem_scroll_bar): Cleaned up.
4367 2000-11-08  Kenichi Handa  <handa@etl.go.jp>
4369         * xterm.c (VCENTER_BASELINE_OFFSET): Fix previous change.  If the
4370         font is taller than the frame line, we don't have to bias the
4371         division by two.
4373         * w32term.c (VCENTER_BASELINE_OFFSET): Likewise.
4375 2000-11-07  Dave Love  <fx@gnu.org>
4377         * config.in (HAVE_MKSTEMP): Add.
4379         * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.
4381 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
4383         * window.c (Fset_window_configuration): Don't try to preserve
4384         point in the current buffer, if that buffer is displayed in more
4385         than one window.
4387         * xfaces.c (lookup_named_face): If default face isn't realized,
4388         try to realize it.  Return -1 if not successful.
4389         (Fx_list_fonts): Handle case that face cannot be determined.
4390         (Fface_font): Likewise.
4392 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
4394         * window.c (displayed_window_lines): Detect partially
4395         visible lines at the bottom correctly.
4397 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4399         * fileio.c (Fwrite_region): Use `visiting' rather than `visit'
4400         when ensuring we don't do visit in indirect buffer.
4402 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
4404         * composite.h (compose_chars_in_text): Add prototype.
4406         * composite.c (Vcomposition_function_table): New variable.
4407         (Qcomposition_function_table): New variable.
4408         (run_composition_function): Call
4409         Vcompose_chars_after_function with three arguments.
4410         (compose_chars_in_text): New function.
4411         (syms_of_composite): Modified the doc-string of
4412         Vcompose_chars_after_function.  Declare composition-function-table
4413         as a lisp variable, and initialize it.
4415         * xfns.c (x_encode_text): Suppress producing escape sequences for
4416         composition.
4418         * xselect.c: Include composite.h.
4419         (selection_data_to_lisp_data): Call compose_chars_in_text on STR.
4421 2000-11-05  Andrew Innes  <andrewi@gnu.org>
4423         * w32term.c (x_produce_glyphs): Fix typo in enum name.
4425         * sysdep.c (read_input_waiting): Remove extraneous argument to
4426         read_socket_hook.
4428         * w32fns.c (Fx_server_version): Include w32_build_number in the
4429         return list.
4431         * w32heap.c (w32_build_number): New variable.
4432         (cache_system_info): Set it.
4434         * w32heap.h (w32_build_number): Add extern.
4436         * emacs.c (syms_of_emacs): Update docstring for
4437         system-configuration, to reflect the actual usage on MS-Windows.
4439 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
4441         * keyboard.c (read_char) <wrong_kboard>: Make sure that we
4442         process idle timers while waiting for another event.
4444         * dispnew.c (update_frame_line): Handle case where spaces in
4445         the default face are colored.
4447         * xdisp.c (redisplay_tool_bar): Don't set fonts_changed_p if
4448         window height hasn't changed.
4450 2000-10-31  Jason Rumney  <jasonr@gnu.org>
4452         * w32term.c (x_produce_glyphs): Handle composite characters.
4453         (x_draw_glyph_string_foreground)
4454         (x_draw_composite_glyph_string_foreground): Restore old font.
4456 2000-10-31  Miles Bader  <miles@lsi.nec.co.jp>
4458         * minibuf.c (read_minibuf): Reset the undo history just before
4459         starting the recursive-edit.
4461 2000-10-30  Gerd Moellmann  <gerd@gnu.org>
4463         * xfaces.c (menu_face_change_count): New variable.
4464         (Finternal_set_lisp_face_attribute): Increment it for changes
4465         of the `menu' face.
4466         (realize_basic_faces): Reflect changes in the `menu' faces
4467         in menu bars.
4469         * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the
4470         dy obtained from the iterator's y-position after moving from
4471         scroll_margin_pos to PT; see comment there.
4473         * xdisp.c (safe_eval_handler): Call add_to_log.
4475         * xfaces.c (resolve_face_name): Handle case that FACE_NAME
4476         is not a symbol or string.
4478         * xdisp.c (echo_area_display): Don't perform a display update from
4479         inside redisplay.  The update will happen anyway at the end of
4480         redisplay, and it can confuse redisplay (GC messages while
4481         redisplaying, for instance.)
4483 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4485         * xrdb.c (x_load_resources): Use the class name in the defaults.
4487         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
4488         (regex_compile): Catch bogus \(\1\).
4490 2000-10-30  Gerd Moellmann  <gerd@gnu.org>
4492         * xterm.c (x_alloc_nearest_color): Fix last change to compare
4493         RGB values.
4495         * xterm.c (x_alloc_nearest_color): If allocation succeeds, and
4496         we have a color cache, check that the cached color equals the
4497         allocated color.  If not, clear the color cache.
4499         * window.c (displayed_window_lines): Change buffers if necessary.
4500         Fix computation of displayed lines.
4502         * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of
4503         update_menu_bindings to DEFVAR_BOOL.
4505 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
4507         * search.c (Fset_match_data): Be sure to make search_regs always sane.
4509         * puresize.h (BASE_PURESIZE): Increase to 680000.
4511         * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
4513 2000-10-29  Jason Rumney  <jasonr@gnu.org>
4515         * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.
4517         * w32term.c (w32_bdf_per_char_metric): Negate descent.
4518         (w32_cache_char_metrics): Handle possibility that 'x' does not
4519         exist in a BDF font.
4520         (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.
4522         * w32bdf.h (bdffont): Add nchars.
4524         * w32bdf.c (set_bdf_font_info): Set it.
4525         (w32_BDF_TextOut): Swap byte order of double byte characters.
4526         (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
4528 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
4530         * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
4531         don't override the colors in frame's param_alist, unless they are
4532         unspecified.
4534         * term.c (reassert_line_highlight): If inverse_video is non-zero,
4535         reverse the effect of the highlight flag.
4537 2000-10-27  Ken Raeburn  <raeburn@gnu.org>
4539         * window.h (Fwindow_live_p): Declare.
4541         * undo.c (record_delete): Check that last_undo_buffer is really a
4542         buffer before applying XBUFFER to it.
4544         * keymap.c (where_is_internal): Pass lisp object, not integer, to
4545         Faref.
4547 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4549         * lisp.h (KEYMAPP): New macro.
4550         (get_keymap): Remove.
4551         (get_keymap_1): Rename get_keymap.
4553         * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
4555         * xterm.c (note_mode_line_highlight): Use KEYMAPP.
4557         * xmenu.c (single_submenu): Use KEYMAPP.
4558         (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
4559         Use KEYMAPP rather than Fkeymapp.
4561         * w32term.c (note_mode_line_highlight): Use KEYMAPP.
4563         * w32menu.c (True, False): Remove (use TRUE and FALSE instead).
4564         (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
4565         Use KEYMAPP rather than Fkeymapp.
4566         (single_submenu): Use KEYMAPP.
4567         (w32_menu_show, w32_dialog_show): Use TRUE.
4569         * minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
4571         * keymap.c (KEYMAPP): Remove (moved to lisp.h).
4572         (Fkeymapp): Use KEYMAPP.
4573         (get_keymap): Rename from get_keymap_1.  Remove old def.
4574         Return t when autoload=0 and error=0 and the keymap needs autoloading.
4575         (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
4576         (Fminor_mode_key_binding): Don't raise an error if the binding
4577         is not a keymap.
4578         (Fuse_global_map, Fuse_local_map): Allow autoloading.
4579         (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
4581         * keyboard.c (read_char): get_keymap_1 -> get_keymap.
4582         Allow Vspecial_event_map to be autoloaded.
4583         (menu_bar_items): Fetch the keymap rather than using keymapp.
4584         (menu_bar_one_keymap): No need to follow func-indirect any more.
4585         (parse_menu_item): get_keymap_1 -> get_keymap.
4586         (tool_bar_items): Fetch the keymap rather than using keymapp.
4587         (read_key_sequence): Use KEYMAPP.
4589         * intervals.c (get_local_map): Use get_keymap rather than following
4590         function-indirections explicitly.
4592         * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
4594 2000-10-27  Jason Rumney  <jasonr@gnu.org>
4596         * w32fns.c (Fx_create_frame): Make default fontsize on w32 10
4597         point, as Windows has oversized fonts.
4599         * fontset.c (syms_of_fontset) [WINDOWSNT]: Likewise.
4601 2000-10-27  Gerd Moellmann  <gerd@gnu.org>
4603         * gmalloc.c [GC_MCHECK]: Add code from mcheck.c of glibc-1.09.1.
4604         (freehook, reallochook): Handle null pointer arguments.
4605         (__malloc_initialize) [GC_MCHECK]: Call mcheck.
4607 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4609         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
4610         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
4611         Giving in to popular pressure to shut up the compiler with casts.
4613 2000-10-27  Gerd Moellmann  <gerd@gnu.org>
4615         * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
4616         signed value, and use a default value computed from the font's
4617         maximum descent.
4619 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
4621         * xterm.c (x_draw_glyph_string): Add a workaround so that fonts
4622         that specify a negative underline position can still use underlines.
4624         * window.c (Fpos_visible_in_window_p): Make POS default to
4625         WINDOW's point, not the current buffer's point.
4627 2000-10-26  Dave Love  <fx@gnu.org>
4629         * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out
4630         when it's necessary.
4632 2000-10-26  Gerd Moellmann  <gerd@gnu.org>
4634         * window.c (size_window): Compute size difference from sum of old
4635         child window sizes instead of from parent's size.
4637         * xdisp.c (pos_visible_p): Change current buffer if necessary.
4638         Handle obscured lines at the top of the window.
4640         * frame.c (Fdelete_frame): Doc fix.  Move running the hook
4641         down after the last error condition check.
4643         * frame.c (Fdelete_frame): Run delete-frame-hook.
4645 2000-10-26  Kenichi Handa  <handa@etl.go.jp>
4647         * coding.c (decode_coding): Fix previous change (check also
4648         CODING_MODE_LAST_BLOCK).
4650 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4652         * regex.c: More `unsigned char' -> `re_char' changes.
4653         Also change several `int' into `re_wchar_t'.
4654         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
4655         (PUSH_FAILURE_POINTER): Don't cast any more.
4656         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
4657         We want GCC to complain, since this piece of code makes
4658         re_match non-reentrant, which *should* be fixed.
4659         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
4660         (EXTEND_BUFFER): Use RETALLOC.
4661         (SET_LIST_BIT): Don't cast.
4662         (re_wchar_t): New type.
4663         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
4664         that those two functions will always properly return.
4665         (IMMEDIATE_QUIT_CHECK): Cast to void.
4666         (analyse_first): Use recursion rather than an explicit stack.
4667         (re_compile_fastmap): Can't fail anymore.
4668         (re_search_2): Don't check re_compile_fastmap for failure.
4669         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
4670         Now also sets the new value (passed in a new argument).
4671         (re_match_2_internal): Use it.
4672         Also, use a new var `reg' of type size_t when looping through regs
4673         rather than reuse the inappropriate `mcnt'.
4675         * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
4676         (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
4677         (where_is_internal): Renamed from Fwhere_is_internal.
4678         Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
4679         (Fwhere_is_internal): New function wrapping where_is_internal.
4680         (where_is_internal_1): Handle the case where we're filling the cache.
4681         (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
4683 2000-10-25  Miles Bader  <miles@gnu.org>
4685         * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.
4687 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
4689         * window.c (pos_fully_visible_p): Removed.
4690         (Fpos_visible_in_window_p): Use pos_visible_p to determine
4691         if position is visible and/or fully visible.
4693         * lisp.h (pos_visible_p): Add prototype.
4695         * xdisp.c (pos_visible_p): New function.
4697 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
4699         * process.c (send_process): If OBJECT is t, it means that the data
4700         is from C string, but we should encode it.  Before calling
4701         setup_raw_text_coding_system, be sure to flush out data by the
4702         previous coding system.
4704 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
4706         * buffer.c (overlays_at): Only let CHANGE_REQ inhibit an
4707         assignment of startpos to prev when startpos == pos.
4709         * editfns.c (find_field): Set the field stickiness correctly from
4710         overlay fields.  Use renamed `text_property_stickiness'.
4711         (text_property_stickiness): Renamed from `char_property_stickiness'.
4712         Only check text properties, not overlays.
4713         * textprop.c (get_char_property_and_overlay): New function.
4714         (Fget_char_property): Use it.
4715         * intervals.h (get_char_property_and_overlay): Add declaration.
4717 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4719         * keymap.c: Use AREF, ASET and ASIZE macros.
4720         (Fmake_sparse_keymap): Docstring fix.
4721         (synkey): Remove.
4722         (shadow_lookup): Move up.
4723         Handle the case where lookup-key returns an integer.
4724         (where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
4725         (where_is_internal_2): Adapt to fewer args for where_is_internal_1.
4726         (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
4727         Simplify/rewrite the keymap-finding code.
4728         Add check for command shadowing, using shadow_lookup.
4730 2000-10-24  Stefan Monnier  <monnier@cs.yale.edu>
4732         * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry
4733         rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
4734         a symbol.
4736 2000-10-24  Andrew Innes  <andrewi@gnu.org>
4738         * dired.c (directory_files_internal_unwind): New function.
4739         (directory_files_internal): Use it to ensure closedir is called
4740         even if expand-file-name or file-attributes throw, eg. because of
4741         a user interrupt.  Also enable immediate_quit while calling
4742         re_search, so that matching can be interrupted as well.
4744 2000-10-24  Andrew Innes  <andrewi@gnu.org>
4746         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
4747         NT-Emacs only.
4748         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
4749         so that re_search functions only quit when callers expect them to.
4751 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4753         * regex.c (regex_compile): Change the way of handling a range from
4754         a char less than 256 to a char not less than 256.
4756 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
4758         * window.c (size_window): Prevent setting window's width or
4759         height to a negative value (esp. with XSETFASTINT).
4761         * gmalloc.c (state_protected_p, last_state_size, last_heapinfo)
4762         [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
4763         (protect_malloc_state) [GC_MALLOC_CHECK &&
4764         GC_PROTECT_MALLOC_STATE]: New function.
4765         (PROTECT_MALLOC_STATE): New macro.
4766         (__malloc_initialize, morecore, _malloc_internal)
4767         (_free_internal) _realloc_internal): Use it to make _heapinfo
4768         read-only outside of gmalloc.
4770         * keymap.c: Update copyright.
4772         * .gdbinit (xbacktrace): Handle case that $bt->function isn't
4773         a symbol.
4775 2000-10-24  Colin Walters  <walters@cis.ohio-state.edu>
4777         * filelock.c (unlock_all_files): Use unlock_file to expand each
4778         buffer's file_truename before trying remove its lock file.
4780 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
4782         * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR
4783         or CRLF, decode EOLs.
4785 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
4787         * window.c (Fdisplay_buffer): Fix doc.
4789 2000-10-23  Jason Rumney  <jasonr@gnu.org>
4791         * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for
4792         ASCII font of default fontset on Windows.
4794         * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see
4795         xterm.c comment below).
4797         * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy.
4799 2000-10-23  Gerd Moellmann  <gerd@gnu.org>
4801         * xterm.c (x_connection_closed): Reset handling_signal.
4803         * alloc.c (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing null.
4805 2000-10-23  Miles Bader  <miles@gnu.org>
4807         * window.c (window_scroll_pixel_based, window_scroll_line_based):
4808         Pass nil for FULLY argument to Fpos_visible_in_window_p to
4809         maintain old behavior.
4810         * minibuf.c (Fminibuffer_complete): Likewise.
4812 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
4814         * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so
4815         that when a font can't be exactly centered, it errs up rather than
4816         down.
4818 2000-10-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4820         * fns.c (Fbase64_decode_string): The decoded result should be unibyte.
4822 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
4824         * dispextern.h [macintosh]: Include macgui.h instead of macterm.h.
4826         * dispnew.c [macintosh]: Include macterm.h.
4827         (init_display) [macintosh]: Initialization for window system.
4829         * emacs.c (main) [macintosh]: Call syms_of_textprop,
4830         syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm,
4831         syms_of_search, x_term_init, and init_keyboard before calling
4832         init_window_once.  Also, call syms_of_xmenu.
4834         * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of
4835         default fontset to Monaco.
4837         * frame.c [macintosh]: Include macterm.h.  Remove declarations of
4838         NewMacWindow and DisposeMacWindow.
4839         (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame
4840         instead of calling NewMacWindow and setting fields of
4841         f->output_data.mac directly.  Call init_frame_faces.
4842         (Fdelete_frame) [macintosh]: Remove unused code.
4843         (Fmodify_frame_parameters) [macintosh]: Call
4844         x_set_frame_parameters instead of mac_set_frame_parameters.
4846         * frame.h [macintosh]: Define menu_bar_lines field in struct
4847         frame.  Define FRAME_EXTERNAL_MENU_BAR macro.
4849         * keyboard.c [macintosh]: Include macterm.h.
4850         (kbd_buffer_get_event) [macintosh]: Generate delete_window_event
4851         and menu_bar_activate_event type events as for X and NT.
4852         (make_lispy_event) [macintosh]: Construct lisp events of type
4853         MENU_BAR_EVENT as for X and NT.
4855         * sysdep.c [macintosh]: Remove declaration for sys_signal.
4856         Include stdlib.h.  Remove definition of Vx_bitmap_file_path.
4857         (sys_subshell) [macintosh]: Remove definition entirely.
4858         (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and
4859         Vwindow_system_version here.  Remove initialization of
4860         Vx_bitmap_file_path.
4861         (read_input_waiting): Correct the number of parameters passed to
4862         read_socket_hook.
4863         Move all Macintosh functions to mac/mac.c.
4865         * term.c [macintosh]: Include macterm.h.
4867         * window.c [macintosh]: Include macterm.h.
4869         * xdisp.c [macintosh]: Include macterm.h.  Declare
4870         set_frame_menubar and pending_menu_activation.
4871         (echo_area_display) [macintosh]: Do not return if terminal frame
4872         is the selected frame.
4873         (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f).
4874         Allow only the selected frame to set menu bar.
4875         (redisplay_window) [macintosh]: Obtain menu bar to redisplay by
4876         calling FRAME_EXTERNAL_MENU_BAR (f).
4877         (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f).
4879         * xfaces.c [macintosh]: Include macterm.h.  Define x_display_info
4880         and check_x.  Declare XCreateGC.  Define x_create_gc and
4881         x_free_gc.  Initialize font_sort_order.
4882         (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT,
4883         but call x_list_fonts instead of w32_list_fonts.
4884         (Finternal_face_x_get_resource) [macintosh]: Do not call
4885         display_x_get_resource.
4886         (prepare_face_for_display) [macintosh]: Set xgcv.font.
4887         (realize_x_face) [macintosh]: Load the font if it is specified in
4888         ATTRS.
4889         (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed to Qt.
4891 2000-10-22  Stefan Monnier  <monnier@cs.yale.edu>
4893         * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry
4894         is nil: since we go to the end of submap anyway, we'd end up
4895         setting nil to nil.
4896         (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP
4897         doesn't obey autoload.
4899 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4901         * msdos.c (dos_set_window_size): Update screen dimension variables.
4903 2000-10-21  Jason Rumney  <jasonr@gnu.org>
4905         * w32term.c (w32_cache_char_metrics): Double check that font is
4906         really fixed pitch before trusting tmPitchAndFamily.
4908 2000-10-21  Andrew Innes  <andrewi@gnu.org>
4910         * w32gui.h (w32_char_font_type): Move enum from w32term.c
4912         * w32term.h: Extern decl for w32_cache_char_metrics.
4914         * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics.
4916         * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics.
4917         (w32_unload_font): Free per_char array if present.
4919         * w32term.c (w32_per_char_metric): Remove HDC argument.  Use
4920         cached information in emulated XFontStruct to handle common cases
4921         quickly.  Do not allocate XCharStruct for return.
4922         (w32_native_per_char_metric): New function.
4923         (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of
4924         allocating one.
4925         (x_produce_glyphs): Don't get an HDC.  Change calls to
4926         w32_per_char_metric to match arg change above.  Remove calls to
4927         free results.
4928         (w32_get_glyph_overhangs): Ditto.
4929         (w32_cache_char_metrics): New function.
4931         * makefile.w32-in: Change .obj to .$(O) in all dependencies.
4932         ($(BLD)/casefiddle.$(O)): Remove compile command.
4933         ($(BLD)/gmalloc.$(O)): Remove compile command.
4934         ($(BLD)/dispnew.obj):
4935         ($(BLD)/keyboard.obj):
4936         ($(BLD)/w32inevt.obj):
4937         ($(BLD)/w32bdf.obj):
4938         ($(BLD)/alloc.obj):
4939         ($(BLD)/buffer.obj):
4940         ($(BLD)/editfns.obj):
4941         ($(BLD)/emacs.obj):
4942         ($(BLD)/fileio.obj):
4943         ($(BLD)/fns.obj):
4944         ($(BLD)/indent.obj):
4945         ($(BLD)/insdel.obj):
4946         ($(BLD)/intervals.obj):
4947         ($(BLD)/minibuf.obj):
4948         ($(BLD)/print.obj):
4949         ($(BLD)/scroll.obj):
4950         ($(BLD)/sysdep.obj):
4951         ($(BLD)/textprop.obj):
4952         ($(BLD)/widget.obj):
4953         ($(BLD)/xdisp.obj): Add dependency on w32gui.h.
4954         ($(BLD)/term.obj): Add dependency on dispextern.h.
4956         * makefile.nt ($(BLD)\dispnew.obj):
4957         ($(BLD)\keyboard.obj):
4958         ($(BLD)\w32inevt.obj):
4959         ($(BLD)\w32bdf.obj):
4960         ($(BLD)\alloc.obj):
4961         ($(BLD)\buffer.obj):
4962         ($(BLD)\editfns.obj):
4963         ($(BLD)\emacs.obj):
4964         ($(BLD)\fileio.obj):
4965         ($(BLD)\fns.obj):
4966         ($(BLD)\indent.obj):
4967         ($(BLD)\insdel.obj):
4968         ($(BLD)\intervals.obj):
4969         ($(BLD)\minibuf.obj):
4970         ($(BLD)\print.obj):
4971         ($(BLD)\scroll.obj):
4972         ($(BLD)\sysdep.obj):
4973         ($(BLD)\textprop.obj):
4974         ($(BLD)\widget.obj):
4975         ($(BLD)\xdisp.obj): Add dependency on w32gui.h.
4976         ($(BLD)\term.obj): Add dependency on dispextern.h
4978 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4980         * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p
4981         with an additional argument of Qt.
4983 2000-10-21  Miles Bader  <miles@gnu.org>
4985         * window.c (pos_fully_visible_in_window_p): New function.
4986         (Fpos_visible_in_window_p): Add FULLY argument.
4987         Use pos_fully_visible_in_window_p.
4988         (window_scroll_pixel_based, window_scroll_line_based): Update
4989         calls to Fpos_visible_in_window_p.
4990         * lisp.h (Fpos_visible_in_window_p): Update prototype
4992 2000-10-20  Gerd Moellmann  <gerd@gnu.org>
4994         * alloc.c (toplevel): Conditionalize compilation of mem_*
4995         functions differently.
4997 2000-10-20  Jason Rumney  <jasonr@gnu.org>
4999         * alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above
5000         mem_init where it used to be. mem_z etc not defined otherwise.
5002 2000-10-20  Gerd Moellmann  <gerd@gnu.org>
5004         * alloc.c (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
5005         GC_MALLOC_CHECK.
5006         (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node
5007         structure definition and related variabled to the top of the file.
5008         Include this code when GC_MALLOC_CHECK is defined.
5009         (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't
5010         register/unregister allocated region.
5011         (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something
5012         which isn't allocated.
5013         (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning
5014         something which is already in use.
5015         (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise.
5016         (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal.
5017         (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal.
5018         (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init.
5020         * gmalloc.c (_malloc_internal) [GC_MALLOC_CHECK]: Use
5021         _malloc_internal instead of malloc.
5022         (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead
5023         of free.
5025 2000-10-20  Andrew Innes  <andrewi@gnu.org>
5027         * strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on
5028         Windows.
5029         (my_strftime) <macro>: Don't use macro arg list when redefining as
5030         _strftime_copytm.
5031         (my_strftime) <function>: Supply 0 as ut argument.
5033 2000-10-19  Jason Rumney  <jasonr@altavista.net>
5035         * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before
5036         including dispextern.h, as it stops faces from working.
5038         * w32fns.c (Fx_create_frame): Don't bother calling
5039         face-set-after-frame-default since the caller does it for us
5040         anyway. Clean up calls to x_get_arg to be consistent with X.
5042         * w32term.c (x_produce_glyphs): Handle
5043         unibyte_display_via_language_environment correctly.
5044         (w32_draw_box_rect): Fix the calculation of width and height.
5046         * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles,
5047         as it has stopped working.
5048         (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like
5049         menu-bar.
5051 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
5053         * eval.c (skip_debugger): Prevent a compiler warning.
5054         (Fcondition_case): Likewise.
5055         (Fbacktrace_frame): Use a null interactive spec.
5057 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
5059         * xterm.c (x_find_ccl_program): Check also fontp->full_name.
5061 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
5063         * strftime.c: Sync with glibc, file version 1.78.
5064         (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
5065         should no longer be used according to ISO 8601.
5067         * keymap.c (access_keymap): If IDX has a meta prefix, and there's
5068         no map for meta_prefix_char, don't try to use it as a keymap.
5069         Instead, if T_OK is non-zero, look up a default binding, if any,
5070         otherwise, if T_OK is zero, return nil.
5072         * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
5073         (x_to_xcolors, png_load): Use x_query_color.
5075         * xterm.c (x_color_cells, x_query_colors, x_query_color):
5076         New functions.
5077         (x_alloc_nearest_color): Use it to reduce calls to XQueryColors
5078         which can be slow.
5079         (x_copy_color, x_alloc_lighter_color): Likewise.
5081         * xterm.h (struct x_display_info): Add color_cells and ncolor_cells.
5082         (x_query_color, x_query_colors): Add prototype.
5084         * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call
5085         check_string_bytes only if not noninteractive, increase count to 50.
5087 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
5089         * insdel.c (adjust_markers_for_delete): Handle before-insertion
5090         markers correctly.
5092 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
5094         * alloc.c (pure_bytes_used): Renamed from pureptr.
5095         (ALIGN): New macro.
5096         (pure_alloc): New function.
5097         (make_pure_string, pure_cons, make_pure_float, make_pure_vector):
5098         Use it.
5099         (Fpurecopy): Use PURE_POINTER_P.
5101         * xdisp.c (try_cursor_movement): Use cursor_row_p also when
5102         PT has moved backward.
5104         * xdisp.c (cursor_row_p): Take continued lines into account.
5106         * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
5107         string's size_byte.
5108         (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
5109         (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
5110         (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
5111         string allocated.
5113         * xdisp.c (forward_to_next_line_start): Switch iterator's handling
5114         of selective display off while searching for the next line start.
5116 2000-10-17  Kenichi Handa  <handa@etl.go.jp>
5118         * Makefile.in (term.o): Depend on dispextern.h.
5120 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
5122         * keymap.c (keymap_memberp): Ensure that nil is not a member.
5124 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
5126         * xdisp.c (set_iterator_to_next): Reset box start and end flags of
5127         the iterator at the beginning, so that they can be set later on,
5128         for instance in reseat_at_next_visible_line_start, without being
5129         overwritten.
5131         * xfns.c (pbm_format): Add :foreground and :background keywords.
5132         (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
5133         (xbm_load): Recognize foreground and background color specifications.
5135 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
5137         * dispextern.h (unspecified_fg, unspecified_bg): Declare.
5139         * dosfns.c (unspecified_fg, unspecified_bg): Remove extern declaration.
5141         * msdos.c (IT_set_face): Compare highlighted face with the default
5142         face, and invert colors if these faces' colors are identical.
5143         (Fmsdos_remember_default_colors): Don't swap foreground and
5144         background colors in initial_colors[].
5145         (IT_set_frame_parameters): Don't swap frame's foreground and
5146         background pixels.  If ALIST includes "(reverse . t)", swap
5147         foreground-color and background-color properties in frame's
5148         param_alist.  If the original frame's param_alist doesn't specify
5149         the colors, store unspecified-fg and unspecified-bg, reversed if
5150         required.
5152         * frame.c (Fframe_parameters): If a tty's frame's param_alist says
5153         the colors are unspecified and reversed, reverse fore- and back-
5154         ground in the returned value.
5155         (Fframe_parameter): Ditto.
5157 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
5159         * xdisp.c (find_last_unchanged_at_beg_row): Renamed from
5160         get_last_unchanged_at_beg_row.
5161         (find_first_unchanged_at_end_row): Renamed from
5162         get_first_unchanged_at_end_row.
5163         (find_first_unchanged_at_end_row): Convert assertions to
5164         unconditional tests which abort.  When looking for a row in
5165         unchanged text, don't go further back than first_text_row.
5167         * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
5168         Don't add in the last line's height when deciding if the new
5169         position is below the scroll margin.
5171 2000-10-16  Miles Bader  <miles@gnu.org>
5173         * editfns.c (Fconstrain_to_field): Check carefully for field
5174         boundaries if either OLD_POS or NEW_POS has a non-nil field
5175         property, even if they're the same.
5177 2000-10-16  Kenichi Handa  <handa@etl.go.jp>
5179         * xterm.c (x_draw_box_rect): Fix the calculation of width and
5180         height for XFillRectangle.
5182 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
5184         * syntax.c (Fstring_to_syntax): New function extracted from
5185         Fmodify_syntax_entry.
5186         (Fmodify_syntax_entry): Use it and document the ! and | fences.
5187         (skip_chars, Fforward_comment): Remove unused variables.
5188         (syms_of_syntax): Add defsubr for string-to-syntax.
5189         (describe_syntax): Add code for comment and string fences.
5191 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5193         * keymap.c (access_keymap): Add AUTOLOAD parameter.
5194         Do the meta->esc mapping.  Call get_keyelt before returning.
5195         Start scanning from the second element (the first is always `keymap')
5196         to make it easier to detect when we reach a parent map.
5197         Handle the case of inheriting from a symbol whose function is a map.
5198         (Fkeymap_parent): Also handle the `inherit from symbol' case.
5199         (fix_submap_inheritance, Fdefine_key): Update call to access_keymap.
5200         (get_keyelt, Flookup_key): Update call to access_keymap.
5201         Remove the meta->esc mappings.
5202         (define_as_prefix): Delete old disabled code.
5203         (menu_item_p): New function.
5204         (where_is_internal_1): Skip over the few remaining menu items.
5205         * lisp.h (access_keymap): Update prototype.
5206         * keyboard.c (read_char, menu_bar_items, tool_bar_items):
5207         Update call to access_keymap.
5208         (follow_key, read_key_sequence): Update calls to access_keymap.
5209         Remove the meta->esc mappings.
5211 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
5213         * dispnew.c (direct_output_for_insert): Call set_iterator_to_next
5214         with additional argument.
5216         * xdisp.c (cursor_row_p): New function.
5217         (try_cursor_movement, display_line): Use it.
5219         * xdisp.c (append_space): Also save/restore iterator's current
5220         character and its length.
5222         * xdisp.c (init_from_display_pos): Add an assertion.
5223         (handle_stop): Don't set iterator's add_overlay_start.
5224         (handle_invisible_prop): Likewise.
5225         (load_overlay_strings): If text under an overlay is invisible,
5226         take both before- and after-strings into account when the iterator
5227         is positioned either at the start or at the end of the overlay.
5228         (forward_to_next_line_start): Rewritten.
5229         (reseat_at_next_visible_line_start): Rewritten.
5230         (set_iterator_to_next): Add parameter RESEAT_P.
5232         * dispextern.h (struct it): Remove member add_overlay_start.
5233         (set_iterator_to_next): Change prototype.
5235 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
5237         * coding.c (code_convert_region): Be sure to initialize
5238         coding->category_idx.
5239         (decode_coding_string): Set coding->src_multibyte and
5240         coding->dst_multibyte before using CODING_REQUIRE_DECODING.
5241         (encode_coding_string): Set coding->src_multibyte and
5242         coding->dst_multibyte before using CODING_REQUIRE_ENCODING.
5244 2000-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5246         * xfns.c (Fx_create_frame): Don't bother calling
5247         face-set-after-frame-default since the caller does it for us anyway.
5249 2000-10-12  Eli Zaretskii  <eliz@is.elta.co.il>
5251         * window.c (coordinates_in_window): Fix detection of vertical line
5252         on character terminals.
5254 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
5256         * editfns.c (save_excursion_save): Additionally record the
5257         selected window.
5258         (save_excursion_restore): If buffer was visible in a window, and a
5259         different window was selected, and the old selected window is
5260         still live, restore point in that window.
5262 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
5264         * xterm.c (x_produce_glyphs): Handle
5265         unibyte_display_via_language_environment correctly.
5267         * regex.c (regex_compile): Change the way of handling a range from
5268         unibyte char to multibyte char.
5270         * syntax.c (skip_chars): Change the way of handling a range from
5271         unibyte char to multibyte char.
5273         * process.c (read_process_output): Cancel previous change.
5275 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
5277         * search.c (Fsearch_backward, Fsearch_forward): Doc fix.
5279         * charset.c (Ffind_charset_string): Doc fix.
5280         (Ffind_charset_region): Doc fix.
5282 2000-10-11  Kenichi Handa  <handa@mule.m17n.org>
5284         * process.c (read_process_output): Fix previous change.  Adjust
5285         multibyteness of text to insert in a buffer by
5286         string_make_unibyte/multibyte instead of Fstring_as_unibyte/multibyte.
5288 2000-10-10  Andreas Schwab  <schwab@suse.de>
5290         * alloc.c (mark_object): Remove all workarounds installed on
5291         1993-08-08.
5293 2000-10-10  Kenichi Handa  <handa@etl.go.jp>
5295         * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before returning.
5296         (base64_encode_1): Make it work for a text of multibyte form.
5297         (Fbase64_decode_region): Allocate sufficient memory for multibyte
5298         case.  Don't call str_to_multibyte because base64_decode_1
5299         produces correct multibyte form for eight-bit codes.
5300         (Fbase64_decode_string): Adjusted for the change of base64_decode_1.
5301         (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN.  If
5302         MULTIBYTE is nonzero, produce correct multibyte form for eight-bit
5303         codes.
5305         * charset.h (CHAR_STRING): Optimized for single byte characters.
5307 2000-10-09  Andreas Schwab  <schwab@suse.de>
5309         * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
5310         -1 after socket is closed, to fall through to error processing.
5312 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
5314         * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object
5315         variables.  If ALIST includes foreground-color or
5316         background-color, change also the colors of the default face for
5317         this frame.
5319 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
5321         * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make
5322         them extern (they are defined on xfaces.c).
5323         (syms_of_msdos): Don't intern and don't staticpro
5324         Qbackground_color and Qforeground_color.
5326 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
5328         * frame.c (Fframe_parameter): For non-windowed frames, if
5329         f->param_alist says foreground or background color is unspecified,
5330         call tty_color_name to return the color name computed from the
5331         frame's current colors.
5333 2000-10-06  Dave Love  <fx@gnu.org>
5335         * terminfo.c (ospeed): Don't declare.
5337         * sysdep.c: Don't include string.h.
5338         (h_errno): Declare conditional also on TRY_AGAIN.
5340         * charset.c (Ffind_charset_string): Doc fix.
5342         * fns.c (Fbase64_encode_region, Fbase64_encode_string)
5343         (Fbase64_decode_region, Fbase64_decode_string): More explicit
5344         error messages.
5346 2000-10-05  Dave Love  <fx@gnu.org>
5348         * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
5349         position like menu-bar.
5351 2000-10-05  Gerd Moellmann  <gerd@gnu.org>
5353         * keyboard.c (Frecursive_edit): Make sure redisplay can happen.
5355         * xdisp.c (handle_single_display_prop): Use safe_call1.
5356         (safe_call): Renamed from call_function.
5357         (safe_call1): New function.
5358         (handle_fontified_prop): Use safe_call1 instead of call1.
5359         (safe_eval): Renamed from eval_form.
5360         (safe_eval_handler): Renamed from eval_handler.
5361         (handle_single_display_prop, display_mode_element): Use safe_eval
5362         instead of eval_form.
5364         * xfaces.c (merge_face_heights): Use safe_call instead of
5365         call_function.
5367         * keyboard.c (show_help_echo): Use safe_call instead of
5368         call_function; use safe_eval instead of eval_form.
5370         * lisp.h (safe_call): Renamed from call_function.
5371         (safe_eval): Renamed from eval_form.
5372         (safe_call1): Add prototype.
5374 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
5376         * xfns.c (image_ascent): Rearrange ascent calculation for the
5377         has-a-font case.
5379 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5381         * keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
5382         (where_is_internal_1): Don't bother ignoring menu-items any more.
5384 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
5386         * keyboard.c (update_menu_bindings): New variable.
5387         (parse_menu_item): Use AREF.  If update_menu_bindings
5388         is 0, don't update menu bindings.
5389         (syms_of_keyboard): New Lisp variable `update-menu-bindings'.
5391 2000-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
5393         * alloc.c (Fgarbage_collect): Prevent compiler warning for a call
5394         to `mark_object'.
5396 2000-10-02  Stefan Monnier  <monnier@cs.yale.edu>
5398         * syntax.c (forw_comment): Match nestedness of ender/starter.
5399         (Fforward_comment): Treat an unmatched \n comment-ender as whitespace.
5400         (prev_char_comstart_first): Remove.
5401         (back_comment): Check two-char comment markers more carefully
5402         to better handle overlapping cases like *//* or /* */* */ ...
5403         Match nestedness of ender/starter.
5405 2000-10-02  Dave Love  <fx@gnu.org>
5407         * config.in (HAVE_GAI_STRERROR): Add undef.
5409         * process.c (Fopen_network_stream): Use it.
5411         * m/alpha.h (NO_REMAP): Don't define.
5413 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5415         * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can
5416         return with a string converted to an integer or vice versa when
5417         Vmocklisp_arguments is t.
5418         (Fsignal): Likewise.  The function can return for `quit'.
5419         (struct gcpro): Declare member `var' to point to a volatile
5420         Lisp_Object.
5422         * eval.c (error): Prevent compiler warning.
5424 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
5426         * keymap.c (keymap_memberp): New function.
5427         (Fset_keymap_parent): Use it.
5428         (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP.
5429         Use keymap_memberp to avoid creating cycles.
5430         (access_keymap): Use KEYMAPP.
5432 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5434         * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use
5435         gai_strerror.  Make sure xerrno is set if connect fails.  Improve
5436         error recovery.
5438 2000-09-29  Jason Rumney <jasonr@gnu.org>
5440         * w32term.c (w32_char_font_type, w32_encode_char)
5441         (x_produce_glyphs): Distinguish single and multibyte BDF fonts.
5442         (w32_bdf_per_char_metric): New function.
5443         (w32_per_char_metric): Use it.
5444         (x_draw_glyph_string_background): Always draw background for BDF
5445         glyphs.
5447         * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not
5448         GDI object which is a scarce resource.
5450         * w32bdf.c (search_file_line): Fix skipping of whitespace.
5451         (get_quoted_string): Fix limit on memchr search.
5452         (set_bdf_font_info): Use unsigned chars. Negate yoffset.
5453         (w32_init_bdf_font): Initialize codepoint and bitmap heaps.
5454         (w32_free_bdf_font): Free bitmaps and codepoints on heaps.
5455         (get_cached_font_char, cache_char_offset): Use macro
5456         BDF_CODEPOINT_RANGE_COVER_P.
5457         (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap.
5458         (clear_cached_bitmap_slots): New function.
5459         (GET_HEX_VALUE): G-Z, g-z are not hex.
5460         (w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
5461         (get_bitmap_with_cache): Use new cache implementation.
5462         (create_offscreen_bitmap): New function.
5463         (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
5465         * w32term.c (x_produce_glyphs):  If the distance from the current
5466         position to the next tab stop is less than a canonical character
5467         width, use the tab stop after that.
5468         (x_draw_glyphs): Handle case START and END are out of bounds more
5469         carefully.
5470         (x_clear_mouse_face): Block/unblock input.
5471         (x_display_and_set_cursor): Don't show a hollow box cursor for
5472         buffers whose cursor_type is nil.
5474 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5476         * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar disappears.
5478         * dispextern.h (updating_frame): Declare extern.
5480 2000-09-29  Andreas Schwab  <schwab@suse.de>
5482         * m/ia64.h: Remove hack of not prototyping bcopy, etc.
5484 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5486         * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol,
5487         use its function definition.
5488         (tool_bar_items): Likewise.
5490         * lisp.h (fatal): Declare NO_RETURN.
5492 2000-09-29  Kenichi Handa  <handa@etl.go.jp>
5494         * keymap.c: Remove the line "#undef NULL".
5496 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
5498         * xterm.c (x_make_frame_visible): Try harder to make the frame visible.
5500 2000-09-28  Dave Love  <fx@gnu.org>
5502         * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP.
5504         * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define.
5506         * .gdbinit (xreload): Note its need on GNU/Linux.
5508         * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
5509         r_alloc, r_alloc_free.
5511 2000-09-28  Kenichi Handa  <handa@etl.go.jp>
5513         * syntax.c (skip_chars): Handle negation correctly.
5515 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5517         * xfaces.c (realize_default_face): Call set_lface_from_font_name
5518         with non-zero FORCE_P argument.
5520         * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows):
5521         Add assertions.
5523         * xdisp.c (window_box_height): Add an assertion.
5525         * xfns.c (x_set_tool_bar_lines): Don't use more lines for the
5526         tool-bar than is available.
5527         (x_change_window_heights): Renamed from x_set_menu_bar_lines_1.
5529 2000-09-27  Dave Love  <fx@gnu.org>
5531         * s/irix6-5.h: Now works 64-bit.  Tidied.
5533 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
5535         * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
5536         instead of BITS_PER_INT.
5537         (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and
5538         EMACS_UINT, respectively.
5539         (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.
5541         * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define.
5543         * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
5545         * window.c (freeze_window_starts): Construct last argument for
5546         foreach_window differently.
5548         * xfns.c (x_decode_color): Don't return a Lisp_Object.
5550         * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
5551         EMACS_UINT instead of `int' and `unsigned int'.
5552         (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'.
5554         * frame.h (struct frame): Make the `nothing' member of union
5555         output_data an EMACS_INT.
5557         * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug hunting.
5558         (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
5559         size in the sdata structure.
5560         (SDATA_NBYTES, SDATA_DATA): New macros.
5561         (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define
5562         differently for the different layout of the sdata structure.
5563         (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size
5564         in sdata.
5565         (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]:
5566         Check that size recorded in the string size and size recorded in
5567         the sdata structure agree.
5569 2000-09-25  Dave Love  <fx@gnu.org>
5571         * buffer.c: Include stdio.h.
5573         Partly suggested by Eduardo Horvath <eeh@netbsd.org>.
5575         * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t.
5577         * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
5578         (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as size_t.
5579         (__malloc_extra_blocks): Declare as __malloc_size_t.
5581 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5583         * alloc.c (mark_image): Use GC_NILP instead of NILP.
5585         * keyboard.c (show_help_echo): Set help_echo_showing_p.
5586         (read_char): If help-echo is showing, preserve the echo area
5587         when redisplaying.
5589         * xdisp.c (help_echo_showing_p): New variable.
5590         (set_message): Reset it to 0.
5591         (init_xdisp): Initialize help_echo_showing_p.
5593         * dispextern.h (help_echo_showing_p): Declare extern.
5595         * config.in: Fix typo in __GNUC_MINOR__.
5597         * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN.
5599         * s/freebsd.h (POSIX_SIGNALS): Define.
5601         * xterm.c (x_clear_mouse_face): Block/unblock input.
5603 2000-09-24  Dave Love  <fx@gnu.org>
5605         * fns.c (base64_encode_1): Fix last change.
5607 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
5609         * dispnew.c (enable_glyph_matrix_rows): Remove xasserts.
5611         * xdisp.c (try_window_reusing_current_matrix): More fixes
5612         for the case window has a header-line.
5614 2000-09-22  Dave Love  <fx@gnu.org>
5616         * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
5617         a doc string.
5619         * xterm.c [SOLARIS2]: Remove redundant include of string.h.
5621         * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
5623 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5625         * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))'
5626         for GCC >= 2.5.
5628         * lisp.h (wrong_type_argument, Fthrow, Fsignal, error):
5629         Declare NO_RETURN.
5631         * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c,
5632         * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c,
5633         * indent.c, search.c, alloc.c, data.c: Avoid some more compiler
5634         warnings.
5636         * marker.c (byte_char_debug_check): Return void.
5638         * xfns.c (Fx_create_frame): Set default frame parameter value
5639         for tool-bar-lines to 1.
5641         * dispnew.c (scrolling_window): Compare y-positions of rows
5642         equal at the start.  Some simplification.
5644         * xdisp.c (try_window_reusing_current_matrix): Fix computation of
5645         reused rows' y-position in the case window has a header-line, and
5646         new window start is greater than old window start.
5648         * process.c (process_sent_to): New variable.
5649         (send_process): Workaround for a crash on sparc-sun-solaris-2.6
5650         with GCC 2.95.2 caused by a parameter being clobbered by longjmp.
5651         Declare more parameters volatile.
5653         * lread.c (Vrecursive_load_depth_limit): New variable.
5654         (Fload): Check recursive loads whose recursion depth exceeds
5655         Vrecursive_load_depth_limit.
5656         (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
5658 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
5660         * fileio.c (Fread_file_name): Doc fix.
5662         * editfns.c (Fmessage_or_box): Doc fix.
5664         * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix.
5666         * xfns.c (xbm_scan): Allow C-style comments.
5668         * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
5669         symbols are specified, add color translations to the cache.
5670         (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New functions.
5671         (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and
5672         xpm_cache_color.
5673         (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes
5674         structures to xpm_init_color_cache.
5676 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5678         * dispnew.c (update_window_line): Make sure to always draw mode-lines.
5680 2000-09-19  Andrew Innes  <andrewi@gnu.org>
5682         * makefile.nt (bootstrap-emacs): Don't change directory.
5684 2000-09-19  Kenichi Handa  <handa@etl.go.jp>
5686         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
5688         * ccl.c (Fccl_execute_on_string): Make multibyte string correctly.
5689         If output buffer is too small, signal an appropriated error.
5691 2000-09-18  Dave Love  <fx@gnu.org>
5693         * keyboard.c (menu_bar_items, tool_bar_items)
5694         (current_active_maps): Remove redundant get_local_map call.
5696 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
5698         * xterm.c (x_display_and_set_cursor): Don't show a hollow box
5699         cursor for buffers whose cursor_type is nil.
5701         * xterm.c (x_draw_image_glyph_string): Remove a comment describing
5702         a feature to implement that is already implemented.
5703         (note_mouse_highlight, x_find_ccl_program): Avoid some compiler
5704         warnings.
5706         * xfns.c (x_clear_image_1): New function.
5707         (x_clear_image): Use it.
5708         (x_from_xcolors): Use x_clear_image_1; don't free the image's mask.
5710         * dispnew.c (update_window): Move test for invisible lines
5711         at the top to update_window_line.
5712         (update_window_line): Handle invisible lines here.
5714         * xfns.c (clear_image_cache): Clear current matrices of all
5715         frames sharing an image cache.  Block input while freeing
5716         images.  Fix timestamp comparison.
5717         (x_clear_image): Also free the mask.
5719         * xfns.c (lookup_image): Block input while loading the image so
5720         that we won't get interrupted in a state where the image isn't yet
5721         set up completely.
5722         (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color)
5723         (lookup_pixel_color, x_to_xcolors, x_from_xcolors)
5724         (x_disable_image, x_build_heuristic_mask, pbm_load, png_load)
5725         (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock input.
5727 2000-09-16  Gerd Moellmann  <gerd@gnu.org>
5729         * dispnew.c (update_window): Make sure to make desired rows
5730         current even if they are completely invisible at the top
5731         of a window.
5733 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5735         * xfns.c (lookup_image): Build mask before applying an algorithm.
5736         Recognize algorithm `disabled'.
5737         (cross_disabled_images): New variable.
5738         (COLOR_INTENSITY): New macro.
5739         (x_detect_edges): Use COLOR_INTENSITY.
5740         (x_disable_image): New function.
5741         (syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
5743         * xdisp.c (build_desired_tool_bar_string): For a toolbar item in
5744         disabled state, don't apply an image transformation algorithm if
5745         the user specified an image for the disabled state.  Use
5746         `:algorithm disabled' for creating a disabled item's image if the
5747         user hasn't specified an image.
5749         * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
5750         allocation functions with the XPM lib.
5751         (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
5752         (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.
5753         (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable.
5754         (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color)
5755         (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New functions.
5756         (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation
5757         functions, if possible, because these handle color allocation
5758         failure more gracefully.
5759         (Fimage_mask_p): New function.
5761         * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
5762         (Qedge_detection, Qheuristic): New symbols.
5763         (syms_of_xfns): Initialize new symbols.
5764         (lookup_image): Handle `:mask X', `:algorithm emboss', and
5765         `algorithm (edge-detection ...)'.
5766         (xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
5767         (tiff_format, gif_format, gs_format): Add `:mask'.
5768         (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
5769         (GIF_MASK, GS_MASK): New enumerators.
5770         (x_laplace_read_row, x_laplace_write_row): Functions removed.
5771         (emboss_matrix, laplace_matrix): New variables.
5772         (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
5773         (x_edge_detection): New functions.
5774         (x_laplace): Rewritten in terms of x_detect_edges.
5775         (x_build_heuristic_mask): If image has a mask, free it.
5777 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5779         * makefile.w32-in: Revert to Unix line endings.
5781 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5783         * makefile.w32-in: Standardize indentation somewhat.
5784         (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
5785         cater for differences between shells.
5787         * w32term.c (w32_per_char_metric): Handle non-TrueType fonts.
5789 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
5791         * xterm.c (x_produce_glyphs): If the distance from the current
5792         position to the next tab stop is less than a canonical character
5793         width, use the tab stop after that.
5795 2000-09-14  Dave Love  <fx@gnu.org>
5797         * buffer.c (alloc_buffer_text): Fix xmalloc call.
5799 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
5801         * xdisp.c (handle_fontified_prop): While running fontification
5802         functions, bind `fontification-functions' and
5803         `after-change-functions' to nil.
5805         * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h
5806         (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
5808         * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o.
5810         * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to
5811         USE_MMAP_FOR_BUFFERS.
5813         * insdel.c (make_gap): Use enlarge_buffer_text.
5815         * buffer.c: Move allocation with mmap here, from ralloc.c.  Change
5816         conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS.
5817         (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed
5818         from former r_alloc_* functions in ralloc.c.
5819         (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New variables.
5820         (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro.
5821         (mmap_init) [REL_ALLOC_MMAP]: New function.
5822         (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New
5823         functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and
5824         BUFFER_FREE.
5826         * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.
5827         (enlarge_buffer_text): Add prototype.
5829         * ralloc.c: Remove everything having to do with the use of mmap.
5831 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
5833         * sound.c (Fplay_sound): Doc fix.
5835         * keyboard.c: Avoid some more compiler warnings.
5836         (parse_tool_bar_item): Ignore cached key bindings.
5838         * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap
5839         and allocation of Lisp data.
5841 2000-09-12  Gerd Moellmann  <gerd@gnu.org>
5843         * xfaces.c: Remove conditional compilation on SCALABLE_FONTS.
5844         (Finternal_set_lisp_face_attribute): If frame is 0, set new frame
5845         defaults first.
5847         * lread.c (Fload): Put code checking for recursive loads in #if 0.
5849 2000-09-12  Miyashita Hisashi  <himi@meadowy.org>
5851         * ccl.c: Comment fixed.
5852         (MAX_MAP_SET_LEVEL): Increased to 30.
5853         (PUSH_MAPPING_STACK): Enclose with do-while block.
5854         (POP_MAPPING_STACK): Likewise.
5855         (stack_idx_of_map_multiple): New variable.
5856         (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
5857         (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
5858         call the corresponding CCL program by CCL_CALL_FOR_MAP_INSTRUCTION.
5859         (ccl_driver) <CCL_MapSingle>: Likewise.
5860         (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
5861         with the case where looking up process reaches to the end of
5862         map-set, and call CCL programs as the above change.
5864 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
5866         * xfns.c (png_load, jpeg_load): Declare some variables volatile
5867         that might be clobbered by longjmp.
5868         (check_x_display_info, x_decode_color, create_frame_xic)
5869         (Fx_display_backing_store, Fx_display_visual_class)
5870         (x_build_heuristic_mask, pbm_scan_number): Avoid compiler warnings.
5872         * lread.c (init_lread): Set Vloads_in_progress to nil.
5873         (Fload): Show list of recursively loaded files, when signaling an
5874         error.
5876         * lread.c (Vloads_in_progress): New variable.
5877         (record_load_unwind): New function.
5878         (Fload): Check for recursive loads.
5879         (syms_of_lread): Initialize Vloads_in_progress.
5880         (read_integer, read1): Avoid some compiler warnings.
5882         * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some
5883         compiler warnings.
5885 2000-09-11  Miles Bader  <miles@gnu.org>
5887         * editfns.c (Fbuffer_string): Doc fix.
5889 2000-09-10  Gerd Moellmann  <gerd@gnu.org>
5891         * ralloc.c (mmap_enlarge): Don't return 0 if successful.
5893 2000-09-09  Ken Raeburn  <raeburn@gnu.org>
5895         * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding
5896         whether to include other header files.
5898 2000-09-09  Gerd Moellmann  <gerd@gnu.org>
5900         * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned
5901         by Fmemq as a boolean.
5903 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
5905         * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko.
5907 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
5909         * ralloc.c (mmap_fd): Remove initializer which can make it
5910         read-only in a dumped Emacs.
5911         (mmap_fd_1): New variable.
5912         (mmap_set_vars): Remove local `fd'.  Save mmap_fd in mmap_fd_1,
5913         restore it from there.
5914         (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init
5915         unconditionally so that mmap_fd can be initialized there.
5916         (r_alloc_init_fd): Open-coded in r_alloc_init; function removed.
5917         (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero.
5918         (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.
5920         * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object.
5922         * xdisp.c (dump_glyph_row): Fix printf format string.
5923         (display_line, move_it_in_display_line_to): Avoid compiler warnings.
5925         * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define.
5927         * keymap.c (Fset_keymap_parent): Check for cycles in keymap
5928         inheritance.
5930         * xdisp.c (try_window_id): When trying to locate cursor in
5931         unchanged rows at the top, handle the case that we can't find it.
5933         * xterm.c (x_draw_glyphs): Handle case START and END are out
5934         of bounds more carefully.
5936 2000-09-08  Dave Love  <fx@gnu.org>
5938         * s/sol2.h (REL_ALLOC_MMAP): Define.
5939         * s/irix5-0.h (REL_ALLOC_MMAP): Likewise.
5941         * ralloc.c: Don't include string.h (redundant).
5942         (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
5943         [!MAP_ANON]: Include fcntl.h.
5944         (mmap_fd) [REL_ALLOC_MMAP]: New variable.
5945         (r_alloc, r_re_alloc, r_alloc_free)
5946         (mmap_enlarge, mmap_set_vars): Use it.
5947         (r_alloc_init_fd): New function.
5948         (__morecore) [SYSTEM_MALLOC]: Don't declare.
5949         (r_alloc_init): Call r_alloc_init_fd.  Conditionalize stuff on
5950         malloc type.
5952         * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
5953         Remove vm-limit.o.
5955         * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last
5956         change to __NetBSD__.
5958 2000-09-08  Kenichi Handa  <handa@etl.go.jp>
5960         * search.c (compile_pattern): Check the multibyteness of cached
5961         string and PATTERN.
5963 2000-09-08  Miles Bader  <miles@gnu.org>
5965         * xfaces.c (default_face_vector): Function removed.
5966         (Finternal_merge_in_global_face): Restore old global/local
5967         attribute override order.  Use inline loop instead of calling
5968         default_face_vector.
5970 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
5972         * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use)
5973         (get_bloc, relocate_blocs, update_heap_bloc_correspondence)
5974         (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
5975         where necessary, in case POINTER_TYPE is `void'.
5977 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
5979         * frame.c (make_terminal_frame): Initialize frame foreground and
5980         background colors to unspecified, for the initial instance of an
5981         MSDOS frame.
5983 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
5985         * ralloc.c (mmap_find): Fix overlap computation.
5986         (mmap_enlarge): Compute nbytes before trying to find an
5987         overlapping region.
5989         * xfaces.c (smaller_face): Compare font heights with `<' and `>'
5990         instead of `!='.
5992         * lread.c (syms_of_lread): Change value of regexp
5993         Vbytecomp_version_regexp to not match some XEmacs-compiled files.
5995         * xmenu.c (xdialog_show): When looking up the selection in
5996         menu_items, take `quote' boundaries into account; this corresponds
5997         to a nil ITEM in x-popup-dialog.
5999 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6001         * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
6002         not 0x81.
6003         (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
6005         * coding.c (encode_coding_sjis_big5): Use translation table for
6006         encoding, not decoding.  Fix the handling of latin-jisx0201.
6007         Check for the charset katakana-jisx0201 too.
6008         (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
6009         (detect_coding_sjis): Check the byte sequence more rigidly.
6011 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6013         * xfaces.c (Vparam_value_alist): New variable.
6014         (syms_of_xfaces): Initialize it.
6015         (Finternal_set_lisp_face_attribute): Avoid more consing.
6017         * frame.c (Fframe_parameter): Handle `name' and `background-mode'
6018         specially.
6019         (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially.
6020         (Qbackground_mode): New variable.
6021         (syms_of_frame_1): Initialize Qbackground_mode.
6023         * lisp.h (Qdisplay): Declare extern.
6025         * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0,
6026         change face on all frames, and change the default for new frames.
6028 2000-09-07  Dave Love  <fx@gnu.org>
6030         * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.
6032 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6034         * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.
6036         * charset.c: Include composite.h
6037         (lisp_string_width): New function.
6038         (Fstring_width): Call lisp_string_width instead of strwidth.
6040         * Makefile.in (charset.o): Depends on composite.h.
6042         * process.c (read_process_output): Before inserting the decoded
6043         text in the buffer, adjust the multibyteness.
6045 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6047         * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If
6048         buffer's text buffer is null, map new memory.
6050         * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of
6051         POINTER_TYPE and size_t.
6052         (struct mmap_region) [REL_ALLOC_MMAP]: New structure.
6053         (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables.
6054         (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA)
6055         [REL_ALLOC_MMAP]: New macros.
6056         (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars)
6057         (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free)
6058         [REL_ALLOC_MMAP]: New functions.
6060         * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars
6061         before and after unexec.
6063         * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer
6064         text buffers if necessary.
6066         * buffer.h (R_ALLOC_DECLARE): Removed because unused.
6067         (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t
6068         in prototypes.
6070         * config.in (HAVE_MMAP): Add #undef.
6072 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
6074         * frame.c (Qdisplay_type): New variable.
6075         (syms_of_frame_1): Initialize it.
6076         (Fframe_parameter): New function that avoids consing.
6077         (syms_of_frame): Defsubr it.
6079         * buffer.c (Fother_buffer): Consider buffers as invisible when
6080         they are displayed in a window on an invisible frame.
6082         * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making
6083         get-largest-window always return nil.
6085 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
6087         * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp
6088         variable; recognize Emacs 19 elc files.
6090 2000-09-04  Miles Bader  <miles@gnu.org>
6092         * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face
6093         before initially popping up the menu, so the menu doesn't flash
6094         when the face settings are significantly different from the defaults.
6096 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6098         * regex.c (WIDE_CHAR_SUPPORT): New macro.
6099         (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
6100         (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
6101         (BIT_UNIBYTE): Remove.
6102         (re_match_2_internal): Delete corresponding code and streamline the
6103         BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
6104         (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
6105         (re_wctype_t): New type.
6106         (re_wctype, re_iswctype, re_wctype_to_bit): New functions.
6107         (regex_compile): Use them and fix handling of overly long char classes.
6109 2000-09-03  Andrew Innes  <andrewi@gnu.org>
6111         * makefile.w32-in: Change to DOS line endings.
6113         * s/ms-w32.h (ORDINARY_LINK): New define.
6115         * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define
6116         (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
6118         * makefile.w32-in (clean): Don't delete config.h and epaths.h.
6119         (distclean): Delete them here instead.
6121         * w32proc.c (compare_env): Convert to uppercase for comparison,
6122         not lowercase, to match how the native Windows shell works.
6124 2000-09-03  Jason Rumney  <jasonr@gnu.org>
6126         * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as
6127         CVS changes the line-ends when checking in/out on DOS/Windows.
6129         * makefile.nt (emacs): Do not change directory to run temacs, as
6130         the load-path is set relative to current directory.
6132 2000-09-03  Miles Bader  <miles@gnu.org>
6134         * xterm.c (x_alloc_lighter_color_for_widget): New function.
6136 2000-09-02  Gerd Moellmann  <gerd@gnu.org>
6138         * xdisp.c (redisplay_mode_lines): New function.
6139         (display_mode_lines): Return number of mode lines displayed.
6140         (echo_area_display): Use redisplay_mode_lines to draw garbaged
6141         mode lines.  Don't temporarily bind redisplay-dont-pause to t.
6143         * emacs.c, callint.c, doc.c, editfns.c: Remove includes of
6144         string.h and strings.h.
6145         (index) [HAVE_INDEX]: Add prototype.
6147         * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
6148         (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
6150         * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>.
6151         (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
6153 2000-09-01  Gerd Moellmann  <gerd@gnu.org>
6155         * lread.c (read1): Accept `?' as symbol constituent, for
6156         compatiblity with XEmacs.
6158 2000-08-31  Stefan Monnier  <monnier@cs.yale.edu>
6160         * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
6161         (struct re_pattern_buffer): Remove newline_anchor.
6162         * regex.c: Keep namespace clean for GNU libc by renaming <fun>
6163         to __<fun> and using `weak_alias (__<fun>, <fun>)'.
6164         (re_max_failures, fail_stack): Use size_t rather than unsigned.
6165         (regex_compile): For ^ and $, choose between buffer and line (beg|end)
6166         depending on the new RE_NO_NEWLINE_ANCHOR syntax flag.
6167         (print_compiled_pattern, re_search_2, mutually_exclusive_p)
6168         (re_match_2_internal, re_compile_pattern, re_comp, regcomp):
6169         Get rid of references to newline_anchor.
6170         (regcomp): Allocate and precompute a fastmap.
6172 2000-08-31  Gerd Moellmann  <gerd@gnu.org>
6174         * lread.c (openp): GCPRO local variable `filename'.
6176 2000-08-30  Stefan Monnier  <monnier@cs.yale.edu>
6178         * regex.h (struct re_pattern_buffer): Use size_t for used/allocated.
6180         * regex.c: Merge some changes from GNU libc.  Add prototypes.
6181         (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal):
6182         Use memcmp and memcpy instead of bcopy and bcmp.
6183         (init_syntax_once): Use ISALNUM.
6184         (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id.
6185         (REG_UNSET_VALUE): Remove.  Use NULL instead.
6186         (REG_UNSET, re_match_2_internal): Use NULL.
6187         (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND):
6188         New macros.
6189         (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS).
6190         (GET_UNSIGNED_NUMBER): Don't use ISDIGIT.
6191         (regex_compile): In handle_interval, return an error rather than try to
6192         unfetch the interval if we can't find the closing brace.
6193         Obey the RE_NO_GNU_OPS syntax bit.
6194         (TOLOWER): New macro.
6195         (regcomp): Use it.
6196         (regexec): Allocate regs.start and regs.end as one block.
6198 2000-08-30  Gerd Moellmann  <gerd@gnu.org>
6200         * xdisp.c (echo_area_display): Check display_completed instead
6201         of calling detect_input_pending.
6203         * dispnew.c (update_frame): Only set display_completed here; move
6204         the update_begin and update_end calls here from update_frame_1.
6205         (update_frame_1): Don't set display_completed here, don't call
6206         update_begin/update_end.
6208         * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters
6209         instead of store_frame_param.
6211 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
6213         * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a
6214         desired window matrix hasn't been displayed, use the current row
6215         instead.  Make sure that only those frame rows are updated for
6216         which there exists a corresponding enabled desired row.
6218 2000-08-29  Miles Bader  <miles@gnu.org>
6220         * xfaces.c (default_face_vector): New function.
6221         (Finternal_merge_in_global_face): Use it instead of merge_face_vectors.
6223 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
6225         * lread.c (openp): Prevent temporary string passed to
6226         Ffile_readable_p from being garbage collected.
6228 2000-08-28  Dave Love  <fx@gnu.org>
6230         * keymap.c (store_in_keymap): Add `static' to declaration.
6232 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
6234         * emacs.c, callint.c, doc.c, editfns.c
6235         (toplevel) [HAVE_STRING_H]: Include string.h.
6236         (toplevel) [HAVE_STRINGS_H]: Include strings.h.
6237         (index): Remove prototypes which might conflict with non-standard
6238         definitions of index/strchr.
6240         * s/usg5-3.h (index): Define only if not HAVE_INDEX.
6241         (rindex): Define only if !HAVE_RINDEX.
6243         * s/sco5.h (bcopy, bzero, bcmp): Don't define.
6245         * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs.
6247 2000-08-28  Miles Bader  <miles@gnu.org>
6249         * xfaces.c (merge_face_vectors): Clear TO's :font attribute if
6250         made inconsistent by a font-related attribute in FROM.
6251         (merge_face_inheritance): Add function comment.
6253 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
6255         * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with
6256         the 4th arg (PREV_EVENT) Qt to suppress input method.
6258 2000-08-27  Stefan Monnier  <monnier@cs.yale.edu>
6260         * regex.c: Indent cpp directives and remove parens after `defined'.
6261         (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
6262         (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
6263         (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
6264         (re_compile_pattern): Use size_t for length.
6265         (init_syntax_once): Move to a better place.
6266         * regex.h: Merge changes from GNU libc.  Indent cpp directives.
6267         (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
6269         * syntax.c (back_comment): Detect cases where a comment-starter is
6270         actually inside another comment as in:   /* a // b */ c // d \n.
6271         Make it clear that `comstart_pos' is unused for nested comments.
6273         * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes.
6274         (KEYMAPP): New macro.
6275         (Fkeymap_parent, Fset_keymap_parent): Use it.
6276         (fix_submap_inheritance): Mark it static.
6277         (define_as_prefix, describe_buffer_bindings, describe_command)
6278         (describe_translation, describe_map): Complete prototypes.
6280         * lisp.h (store_in_keymap, fix_submap_inheritance): Remove.
6282         * keyboard.c (menu_bar_item): Detect duplicate entries for all items
6283         to better match the key-lookup behavior.
6285 2000-08-27  Gerd Moellmann  <gerd@gnu.org>
6287         * xfaces.c (lface_fully_specified_p): Handle :inherit.
6288         (Finternal_set_lisp_face_attribute): Fix typo in error message.
6290 2000-08-27  Eli Zaretskii  <eliz@is.elta.co.il>
6292         * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o)
6293         (process.o, scroll.o, sysdep.o): Depend on keyboard.h.
6294         (xterm.o): Depend on coding.h
6296 2000-08-26  Kenichi Handa  <handa@etl.go.jp>
6298         * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and
6299         the corresponding '#endif'.
6301 2000-08-26  Miles Bader  <miles@gnu.org>
6303         * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX.
6304         * xfaces.c (QCinherit): New variable.
6305         (syms_of_xfaces): Initialize it.
6306         (LFACE_INHERIT): New macro.
6307         (Finternal_get_lisp_face_attribute)
6308         (merge_face_vector_with_property)
6309         (Finternal_set_lisp_face_attribute): Deal with :inherit attribute.
6310         (check_lface_attrs): Allow new types of face height.  Check
6311         inherit attribute.
6312         (CYCLE_CHECK): New macro.
6313         (merge_face_inheritance): New function.
6314         (merge_face_vectors): Merge inherited faces too.  Add F and
6315         CYCLE_CHECK arguments.
6316         (merge_face_vector_with_property, Finternal_merge_in_global_face)
6317         (lookup_named_face, lookup_derived_face, realize_named_face)
6318         (face_at_string_position, face_at_buffer_position):  Supply
6319         new F and CYCLE_CHECK arguments to merge_face_vectors.
6320         (merge_face_heights): New function.
6321         (merge_face_vectors, merge_face_vector_with_property)
6322         (Finternal_set_lisp_face_attribute): Call merge_face_heights to
6323         handle relative face heights.
6324         (lface_same_font_attributes_p): Compare heights using EQ.
6326 2000-08-26  Kenichi Handa  <handa@etl.go.jp>
6328         * charset.c (char_to_string): Check the character validity.
6329         (char_valid_p): If C is not less than MAX_CHAR, be sure to return 0.
6331 2000-08-25  Stefan Monnier  <monnier@cs.yale.edu>
6333         * regex.c (PUSH_FAILURE_COUNT): New macro.
6334         (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG.
6335         Handle popping of a register's or a counter's data.
6336         (POP_FAILURE_POINT): Use the new name.
6337         (re_match_2_internal): Push counter data on the stack for succeed_n,
6338         jump_n and set_number_at and remove misleading dead code in succeed_n.
6340 2000-08-25  Gerd Moellmann  <gerd@gnu.org>
6342         * xdisp.c (redisplay_internal): If considering all windows on all
6343         frames, update the display for each frame as soon as possible,
6344         instead of first building all desired matrices for all frames, and
6345         then updating them all.
6346         (try_cursor_movement): Handle case that last_cursor.vpos is -1.
6348 2000-08-24  Gerd Moellmann  <gerd@gnu.org>
6350         * bytecode.c (mark_byte_stack): Add a comment.
6352         * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)
6353         (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is
6354         a graphical frame.
6356 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
6358         * minibuf.c (do_completion): Always use compare-string, not
6359         string-equal because the latter doesn't pay attention to
6360         multibyteness of strings.
6362         * process.c (create_process): Don't setup raw-text coding here.
6363         (Fopen_network_stream): Don't set coding->src_multibyte and
6364         coding->dst_multibyte here.
6365         (read_process_output): For process filter, return unibyte string
6366         if default-enable-multibyte-characters is nil.
6367         (send_process): If OBJECT is multibyte text, be sure to encoded it
6368         by the specified coding system for the process.  Otherwise, setup
6369         raw-text coding.
6370         (init_process): Don't initialize default-process-coding-system here.
6372 2000-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
6374         * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
6375         <scroll-down-aggressively>: Likewise.
6377 2000-08-23  Kenichi Handa  <handa@etl.go.jp>
6379         * coding.c (encode_eol): Fix bug for the case of dst_bytes being
6380         zero.  Set coding->produced_char correctly.
6382 2000-08-22  Andrew Innes  <andrewi@gnu.org>
6384         * makefile.w32-in: New file.
6386         * unexw32.c (unexec): Ignore old_name, and use the actual location
6387         of the current executable instead.  Base new_name on this.
6389         * w32proc.c (create_child): Remove reference to security
6390         descriptor, which isn't needed and doesn't compile with mingw32.
6392         * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
6393         up dllimport attributes.
6394         (x_update_window_end): Update prototype.
6396         * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary
6397         extern, which screws up dllimport attributes.
6399         * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
6400         up dllimport attributes.
6402         * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which
6403         screws up dllimport attributes.
6405         * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
6406         up dllimport attributes.
6407         (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which
6408         screws up dllimport attributes.
6410         * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
6411         up dllimport attributes.
6413         * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which
6414         screws up dllimport attributes.
6416         * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which
6417         screws up dllimport attributes.
6419         * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
6420         up dllimport attributes.
6422         * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove
6423         unnecessary extern, which screws up dllimport attributes.
6424         (main): Ditto.
6426         * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
6427         up dllimport attributes.
6429         * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove
6430         unnecessary extern, which screws up dllimport attributes.
6432         * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which
6433         screws up dllimport attributes.
6435         * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
6436         up dllimport attributes.
6438         * w32proc.c (IsValidLocale): Extern missing from mingw32 headers.
6440         * w32bdf.c (search_file_line):
6441         (set_bdf_font_info):
6442         (seek_char):
6443         (w32_get_bdf_glyph):
6444         (w32_BDF_to_x_font): Fix compile warnings.
6446         * w32menu.c: Include keyboard.h before frame.h.  Fix compile warnings.
6448         * w32select.c: Include keyboard.h before frame.h.
6450         * w32fns.c (max): Define macro.
6451         (JOHAB_CHARSET): Define if not known.
6452         (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known.
6453         (Fx_show_tip): Synch with X version.
6455         * w32xfns.c: Include keyboard.h before frame.h.
6457         * w32fns.c: Include keyboard.h before frame.h.
6459         * w32term.c: Include keyboard.h before frame.h.
6461         * fontset.c: Include keyboard.h before frame.h.
6463         * w32inevt.c: Include keyboard.h before frame.h.
6464         (MOUSE_MOVED): Define if not known.
6466         * minibuf.c: Include keyboard.h before frame.h.
6468         * keyboard.c: Include keyboard.h before frame.h.
6470         * indent.c: Include keyboard.h before frame.h.
6472         * dispnew.c: Include keyboard.h before frame.h.
6474         * buffer.c: Include keyboard.h before frame.h.
6476         * alloc.c: Include keyboard.h before frame.h.
6478         * print.c: Include keyboard.h before frame.h.
6480         * process.c: Include keyboard.h before frame.h.
6482         * scroll.c: Include keyboard.h before frame.h.
6484         * sysdep.c: Include keyboard.h before frame.h.
6486         * term.c: Include keyboard.h before frame.h.
6488         * window.c: Include keyboard.h before frame.h.
6490         * xdisp.c: Include keyboard.h before frame.h.
6491         Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
6493         * frame.c: Include keyboard.h before frame.h.
6495         * w32heap.h: Undefine min, max.
6497         * w32gui.h: Undefine min, max.
6499         * unexw32.c: Change PUCHAR to PCHAR.
6500         (PTR_TO_OFFSET): Cast ptr to unsigned char *.
6501         (relocate_offset):
6502         (get_section_info):
6503         (copy_executable_and_dump_data): Remove unnecessary static defs.
6504         (copy_executable_and_dump_data): Fix compile warnings.
6506         * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined.
6508         * w32console.c (min): Define macro.
6509         (clear_frame, write_glyphs): Fix compile warning.
6511         * w32proc.c (compare_env):
6512         (find_child_console): Fix compile warning.
6514         * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr.  Use
6515         sys_errlist instead of _sys_errlist.
6516         (get_emacs_configuration_options): New function.
6518         * s/ms-w32.h (sys_nerr): Provide default definition.
6519         (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same
6520         name with _ prepended.
6521         (NSIG): Define if not known.
6522         (get_emacs_configuration): Provide extern declaration.
6523         (get_emacs_configuration_options): Provide extern declaration.
6524         (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
6526         * w32.c (gettimeofday): Use struct timeb, not struct _timeb.
6527         (map_w32_filename):
6528         (read_unc_volume): Fix compile warning.
6530         * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock
6531         definitions from being used.
6533         * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
6535         * w32.c (unc_volume_file_attributes):
6536         (open_unc_volume): Make arg const.
6538         * sysdep.c [WINDOWSNT]: Remove extern decl of errno.
6539         (read_input_waiting): Remove excess parameter.
6541         * w32.c (init_environment): Call _access.
6542         (check_windows_init_file): Call _close.
6543         (init_user_info): Call _putenv.
6544         (init_environment): Call _putenv and _strdup.
6545         (init_ntproc): Reset volume info cache on startup.
6547         * s/ms-w32.h (malloc, free, realloc, calloc): Rename if
6548         USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it
6549         cannot override the CRT malloc.
6551         * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
6552         (LINK_FLAGS): Append to original value of LINK_FLAGS.
6554         * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term
6555         unless we are linking with a static CRT.
6556         (RVA_TO_PTR): Cast result to unsigned char*.
6558         * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
6559         (add_volume_info): Use xstrdup.
6561 2000-08-22  Stefan Monnier  <monnier@cs.yale.edu>
6563         * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'.
6564         (do_completion, Fminibuffer_complete_word): Use it.
6565         (syms_of_minibuf): Turn completion-auto-help into a proper Lisp
6566         var so it can take non-boolean values.
6568 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
6570         * editfns.c (find_field): Formatting changes.
6571         (toplevel): Some old-style function forward declarations
6572         changed to prototypes, some new protypes added, some functions
6573         made static.
6575         * lisp.h (set_time_zone_rule): Add prototype.
6576         (use_dialog_box): External declaration.
6578         * keyboard.c (gen_help_event): Add parameter SIZE.
6579         (kbd_buffer_events_waiting): Slightly rewritten.
6580         (clear_event): New function.
6581         (kbd_buffer_get_event): Use it, and clear the input_events of
6582         HELP_EVENTs.
6583         (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
6584         don't fill the newly created array with nils.
6585         (toplevel): Convert some old-style function forward declarations
6586         to prototypes.
6588         * keyboard.h (gen_help_event): Change prototype.
6590         * xterm.c (XTread_socket): Change calls to gen_help_event.
6592         * w32term.c (w32_read_socket): Change calls to gen_help_event.
6594         * eval.c (Fmacroexpand): Doc fix.
6596 2000-08-20  Jason Rumney  <jasonr@gnu.org>
6598         * w32term.h (x_display_info_for_display): Remove as this function
6599         does not exist on W32.
6601         * w32term.c (help_echo_window): New variable.
6602         (syms_of_w32term): staticpro it.
6603         (note_mode_line_highlight): Set it.
6604         (XTextExtents16): Removed as there is no equivalent on W32.
6605         (x_compute_glyph_string_overhangs): Incomplete body removed, as
6606         the X way of doing this will not work for W32.
6607         (w32_intersect_rectangles): Removed. Use IntersectRect API call.
6608         (x_draw_image_foreground):  Avoid drawing outside of the clip area
6609         when image doesn't have a mask.
6610         (note_mouse_highlight): Process overlays in the right order of
6611         priority. Set help_echo_window.
6612         (x_draw_bar_cursor): If cursor is on an image, draw a box cursor
6613         because that's more visible for large images.
6615         * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane
6616         name to single_keymap_panes.
6617         (w32_menu_show): Set wv->title when dealing with titles.
6618         (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
6620 2000-08-21  Miles Bader  <miles@gnu.org>
6622         * minibuf.c (do_completion): Try again if we rewrite the input
6623         string, but no completion was done, so that any completion message
6624         will be correct.
6626 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
6628         * xfaces.c (lface_equal_p): Compare strings differently.
6629         (Qtty_color_alist, Vtty_defined_color_alist): New variables.
6630         (realize_tty_face): Use them.
6631         (syms_of_xfaces): Initialize new variables.
6632         (map_tty_color): New function, extracted from realize_tty_face.
6633         (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
6634         foreground or background color, store the new color name in the
6635         realized face; previous code trying to do this had no effect.
6636         (realize_tty_face): Use map_tty_color.
6637         (Fclear_face_cache): Set face_change_count and ensure thorough
6638         redisplay.
6640 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
6642         * undo.c (record_first_change, record_marker_adjustment): Don't
6643         use XBUFFER on last_undo_buffer which might not be a buffer.
6645 2000-08-18  Kenichi Handa  <handa@etl.go.jp>
6647         * coding.c (decode_coding_string): Set members consumed,
6648         consumed_char, produced, produced_char of *coding correctly.  If
6649         decode_coding doesn't consume any byte, don't try anymore.
6650         (encode_coding_string): Likewise.
6652 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
6654         * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the
6655         conditional have void type, for Standard C compilers.
6657         * xdisp.c (redisplay_internal): Compare windows for equality with
6658         EQ, instead of applying XWINDOW to something that might not
6659         be a window.
6661 2000-08-18  Kenichi Handa  <handa@etl.go.jp>
6663         * fontset.c (Finternal_char_font): Search only the selected frame
6664         for a window of the current buffer.
6666 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
6668         * minibuf.c (do_completion): Use EQ instead of `!=' to compare
6669         Lisp_Objects.
6671         * keyboard.c (kbd_buffer_get_event): Handle the case that the
6672         second half of a HELP_EVENT is found at the start of kbd_buffer.
6674 2000-08-18  Miles Bader  <miles@gnu.org>
6676         * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl.
6678         * editfns.c (save_restriction_save): Rewrite to use markers.
6679         (save_restriction_restore): Rewrite to understand new form of data
6680         saved by save_restriction_save.
6681         (Fsave_restriction): Remove cautionary note in doc-string.
6683 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
6685         * fileio.c (build_annotations): Add a comment explaining the
6686         return value of format-annotate-function.  Replace a spurious call
6687         to Flength with a CONSP test.  Call format-annotate-function with
6688         a fifth arg specifying how many times the function is been called
6689         in a row, to let it choose temporary buffers appropriately.
6691 2000-08-17  Dave Love  <fx@gnu.org>
6693         * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL.  Don't
6694         declare make_temp_name twice.
6696         * lread.c: Prototype readevalloop, load_unwind, load_descriptor_unwind.
6697         (unreadpure): Give it an arg.
6699         * unexalpha.c: Prototype fatal_unexec, mark_x,
6700         update_dynamic_symbols.  Declare unexec as void.
6702         * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>.
6703         [!HAVE_TERMCAP_H]: Prototype tputs, tgoto.
6705         * alloc.c (lisp_malloc): Declare with POINTER_TYPE.
6706         [SYSTEM_MALLOC]: Make decls in malloc.h conditional on DOUG_LEA_MALLOC.
6708         * alloca.c: Use #error.
6709         [POINTER_TYPE]: Use it.
6711         * eval.c (Fdefvar): Doc fix.
6713         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid
6714         INITIALIZE_INTERVAL.
6716         * buffer.h: Avoid DECLARE_INTERVALS.
6718         * config.in: Add size_t.
6720 2000-08-17  Eli Zaretskii  <eliz@is.elta.co.il>
6722         * w16select.c (set_clipboard_data): If there's not enough memory
6723         to put text into clipboard, return 1, as Fw16_set_clipboard_data
6724         expects.  In case of other failures, return 3.
6725         (system_error_msg): New error message.
6726         (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
6727         system_error_msg.
6729 2000-08-16  Gerd Moellmann  <gerd@gnu.org>
6731         * term.c (write_glyphs): Also turn off inverse video after turning
6732         off other appearances in case TS_exit_attribute_mode is not equal
6733         to TS_end_standout_mode.
6734         (insert_glyphs): Turn inverse video on/off for each run of glyphs
6735         with the same face.
6736         (turn_off_face): Reset standout_mode only if
6737         TS_exit_attribute_mode has been output and TS_exit_attribute_mode
6738         is equal to TS_end_standout_mode.
6740 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
6742         * coding.c (encode_coding): Fix the bug of not flushing ISO escape
6743         sequence at the end of the source block.
6745         * ccl.c (Fccl_program_p): Docstring modified.
6746         (Fccl_execute): Likewise.
6747         (Fccl_execute_on_string): Likewise.
6749 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
6751         * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *.
6753 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
6755         The following changes are mainly to fix bugs of
6756         encode/decode-coding-string failing if encoding/decoding return
6757         CODING_FINISH_INSUFFICIENT_DST.  In addition, delete the global
6758         variable conversion_buffer.
6760         * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char,
6761         decrement dst_end to avoid buffer overflow in the later call of
6762         string_as_multibyte
6764         * coding.h (conversion_buffer_size, conversion_buffer)
6765         (get_conversion_buffer): Extern deleted.
6767         * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
6768         (conversion_buffer, conversion_buffer_size): Variables deleted.
6769         (get_conversion_buffer): Function deleted.
6770         (struct conversion_buffer): New structure.
6771         (MAX_ALLOCA): New macro.
6772         (allocate_conversion_buffer): New macro.
6773         (extend_conversion_buffer, free_conversion_buffer): New functions.
6774         (ccl_coding_driver): Set coding->result.
6775         (decode_coding): Set coding->result to CODING_FINISH_NORMAL if
6776         this is the last block of source.
6777         (encode_coding): Likewise.  Handle the source block as the last
6778         one only when the whole source text is consumed.
6779         (decode_coding_string): Handle the case that the output buffer is
6780         too small to decode the whole source text.  Use
6781         allocate_conversion_buffer, extend_conversion_buffer and
6782         free_conversion_buffer, not get_conversion_buffer.
6783         (encode_coding_string): Likewise.
6784         (init_coding): Function deleted.
6785         (init_coding_once): Delete code to initialize conversion_buffer_size.
6787         * emacs.c (main): Don't call init_coding.
6789         * msdos.c (IT_write_glyphs): Use a locally declared conversion_buffer.
6791         * term.c (write_glyphs): Use a locally declared conversion_buffer.
6792         (insert_glyphs): Likewise.
6794         * w32console.c (write_glyphs): Use a locally declared
6795         conversion_buffer.
6797 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
6799         * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame
6800         member of display_info is NULL.
6802 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
6804         * alloc.c (compact_small_strings): Use safe_bcopy, add an assertion.
6806         * term.c (turn_off_face): Reset standout_mode when resetting
6807         appearances with capability `me'.
6808         (write_glyphs): Switch on inverse video before each face change.
6810 2000-08-14  Dave Love  <fx@gnu.org>
6812         * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
6813         [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk.
6814         (lisp_free): Declare and make static.
6816         * window.c: Fix embedded comment.
6817         (syms_of_window): Fix doc string.
6819 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
6821         * keymap.c (push_key_description): If C without modifiers is < 32,
6822         make sure to print `C-' before `M-', like in the manual.
6824 2000-08-11  Gerd Moellmann  <gerd@gnu.org>
6826         * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
6827         since they aren't relocated anymore.
6828         (sxhash_string): Make sure returned hash code fits in a Lisp integer.
6830         * xdisp.c (try_cursor_movement): Fix handling of cursor in
6831         partially visible line which is smaller than the window's height.
6833 2000-08-11  Kenichi Handa  <handa@etl.go.jp>
6835         * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to
6836         the multibyte form of eight-bit-control characters.
6837         (Fccl_execute_on_string): Initialize ccl->multibyte.
6839         * ccl.h (struct ccl_program): New member multibyte.
6841         * coding.c (ccl_coding_driver): Initialize ccl->multibyte.
6843 2000-08-11  Kenichi Handa  <handa@etl.go.jp>
6845         * regex.c (regex_compile) <normal_char>: Pay attention to
6846         multibyteness.
6847         (analyse_first) <exactn>: Setup fastmap correctly for
6848         eight-bit-control characters.
6850 2000-08-11  Kenichi Handa  <handa@etl.go.jp>
6852         * termhooks.h (enum event_kind): New member multibyte_char_keystroke.
6854         * keyboard.c (make_lispy_event): Handle the new event type
6855         multibyte_char_keystroke.
6857         * xterm.c: Include coding.h.
6858         (XTread_socket): Work around a bug of XmbLookupString.  If the
6859         input is from XIM, decode it according to the current locale.  In
6860         that case, generate multibyte_char_keystroke events.
6862 2000-08-11  Kenichi Handa  <handa@etl.go.jp>
6864         * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
6865         (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
6867 2000-08-10  Gerd Moellmann  <gerd@gnu.org>
6869         * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable.
6870         (TRACE_MOVE) [GLYPH_DEBUG]: New macro.
6871         (move_it_in_display_line_to): Record iterator's ascent and descent
6872         before producing glyphs, and restore them when we know the glyph
6873         doesn't fit on the line.
6874         (move_it_to): Restructured so that it's easier to debug.  If
6875         moving to a vpos, and not moving to an x or character position,
6876         stop as soon as the specified vpos is reached; don't move further
6877         into that line because that might change the computed line height.
6878         (try_cursor_movement): New function, extracted from the cursor
6879         movement branch of redisplay_window.  If ending on a partially
6880         visible line, don't try to scroll if the cursor line is taller
6881         than the window.
6882         (redisplay_window): Use try_cursor_movement.
6884         * window.c (Fwindow_end): Rewritten to not use Fvertical_motion,
6885         because that function doesn't cope with variable-height lines.
6887         * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a
6888         box cursor because that's better visible for large images.
6890 2000-08-10  Miles Bader  <miles@gnu.org>
6892         * w32term.c (note_mouse_highlight): Update calls to overlays_at.
6894 2000-08-10  Gerd Moellmann  <gerd@gnu.org>
6896         * xdisp.c (Vmessages_buffer_name): New variable.
6897         (message_dolog): Use it.
6898         (syms_of_xdisp): Initialize it.
6900 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
6902         * msdos.c (IT_note_mouse_highlight): Update the calls to overlays_at.
6903         (toplevel) <kbd_buffer_store_event>: Remove prototype, it's
6904         redundant now that keyboard.h is included.
6906 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
6908         * keyboard.c (kbd_buffer_events_waiting): New function.
6910         * keyboard.h (kbd_buffer_events_waiting): Add prototype.
6912         * msdos.c: Include keyboard.h.
6913         (XMenuActivate): Empty no_event events from the event buffer.  If
6914         no events are left after that, call clear_input_pending.
6915         (mouse_clear_clicks): New function, code moved from mouse_init.
6916         (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
6917         mouse driver to ``forget'' any past clicks.
6919         * Makefile.in (msdos.o): Depend on keyboard.h.
6921 2000-08-09  Gerd Moellmann  <gerd@gnu.org>
6923         * lisp.h (input_pending): External declaration.
6925         * dispextern.h (Qredisplay_dont_pause): Declare extern.
6927         * xdisp.c (echo_area_display): Display thoroughly if input is
6928         pending.  Bind redisplay-dont-pause to t during the redisplay.
6929         in case input is pending.
6931         * dispnew.c (Qredisplay_dont_pause): New variable.
6932         (syms_of_display): Initialize and staticpro it.
6933         (update_frame_1): Don't interrupt the display for pending input if
6934         redisplay_dont_pause is set.
6936         * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
6938         * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
6940 2000-08-09  Miles Bader  <miles@lsi.nec.co.jp>
6942         * callproc.c (Fcall_process): Terminate the unwind-protect around
6943         the post-read-conversion of coding system.
6945         * buffer.c (overlays_at): Add CHANGE_REQ parameter.
6946         (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.
6947         * buffer.h (overlays_at): Update prototype.
6948         * xdisp.c (next_overlay_change): Update call to overlays_at.
6949         * xfaces.c (face_at_buffer_position): Likewise.
6950         * textprop.c (Fget_char_property): Likewise.
6951         * xterm.c (note_mouse_highlight): Likewise.
6953         * minibuf.c (do_completion): Don't consider a simple change of
6954         case as `completion'.
6956 2000-08-08  Ken Raeburn  <raeburn@gnu.org>
6958         * keyboard.c (syms_of_keyboard): Initialize last_point_position_buffer.
6959         * undo.c (record_delete): Make sure last_point_position_buffer is
6960         a buffer before comparing pointers.
6962         * coding.h (decode_coding_string): Declare.
6964         * intervals.h (Fprevious_single_char_property_change): Declare.
6966         * textprop.c (Fprevious_single_char_property_change): Don't do
6967         arithmetic directly on lisp objects.
6969         * editfns.c (find_field): Use EQ, not ==, to compare Lisp objects.
6971         * keyboard.h (menu_item_eval_property): Declare.
6973         * xdisp.c (message_dolog): Save and protect string "*Messages*" to
6974         reuse as buffer name, instead of recreating (and discarding) every
6975         time a message is logged.
6976         (with_echo_area_buffer): Make callback arg A2 a lisp object.
6977         (current_message_1, truncate_message_1, set_message_1)
6978         (display_echo_area_1, resize_mini_window_1): Signatures changed.
6979         (current_message, truncate_echo_area, display_echo_area)
6980         (resize_echo_area_axactly): Changed calls.
6982         * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a
6983         Lisp object.
6984         (Ffind_coding_systems_region_internal): First argument to Fappend
6985         must be an integer, not a Lisp object.
6987 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
6989         * charset.c (Fchar_width): Doc fix.
6991 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
6993         * charset.c (Fstring_width): Doc fix.
6995 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
6997         * xdisp.c (start_display): When starting display on a continuation
6998         line, clear ascent and descent members of the iterator structure;
6999         the height of the continued line does not affect the height of the
7000         continuation line.
7001         (make_cursor_line_fully_visible): Do nothing if cursor is on a
7002         line taller than the window.
7003         (redisplay_window) <forced window start>: Handle case that the
7004         middle of the window is not found in any row.
7005         (dump_glyph_row): Show more information.
7006         (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
7007         first text line in a glyph matrix.
7009         * xterm.c (x_draw_image_foreground): Avoid drawing outside
7010         of the clip area when image doesn't have a mask.
7012         * fns.c (sweep_weak_table): Fix survival conditions for
7013         key-or-value and key-and-value weakness.
7015         * .gdbinit (xhashtable): New command.
7017         * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked
7018         tables out of the list of all weak hash tables.
7020         * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and
7021         a new buffer is created, make sure echo_area_buffer[] references
7022         the new buffer.
7024 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
7026         * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in
7027         the doc string.
7029 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
7031         * syntax.c (skip_chars): Fix previous change.  Make the handling
7032         of unibyte string consistent with that of regex search.
7034 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
7036         * xmenu.c (popup_get_selection): Use xfree instead of free.
7038         * fileio.c (Finsert_file_contents): Use xfree instead of free.
7040         * editfns.c (Ftranspose_regions): Use xfree instead of free.
7042         * callproc.c (child_setup): Use xfree instead of free.
7044         * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc
7045         instead of malloc.
7046         (run_mac_command, closedir): Use `xfree' instead of `free'.
7048         * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
7050         * eval.c (error): Use xfree instead of free.
7052         * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'.
7054         * fns.c: Replace `illegal' with `invalid'.
7055         (Fmake_hash_table, make_hash_table): Allow table size of 0.
7057 2000-08-05  Kenichi Handa  <handa@etl.go.jp>
7059         * syntax.c (skip_chars): Fix handling of multibyte<->unibyte
7060         conversion.
7062 2000-08-04  Noah Friedman  <friedman@splode.com>
7064         * fns.c (Fmake_hash_table): Add missing `\n\' to end of line in
7065         docstring.
7067 2000-08-04  Gerd Moellmann  <gerd@gnu.org>
7069         * syntax.c (skip_chars): Fix typo in error message.
7071 2000-08-04  Andreas Schwab  <schwab@suse.de>
7073         * m/ia64.h: Moved from s/ia64.h.
7075 2000-08-04  Kenichi Handa  <handa@etl.go.jp>
7077         * process.c (read_process_output): Big simplification.  Handle
7078         composition and post-read-conversion of coding system correctly.
7079         (send_process): Handle composition correctly.
7081         * callproc.c (Fcall_process): Handle post-read-conversion of
7082         coding system if any.
7084         * coding.c (decode_coding_iso2022): More strict check for handling
7085         single shifting.
7086         (coding_restore_composition): Pay attention to the case that
7087         cmp_data is not set properly (because of invalid code in the
7088         source text).
7089         (run_pre_post_conversion_on_str): Include text properties in the
7090         resulting string.
7091         (decode_coding_string): Set members of coding correctly.
7093 2000-08-03  Gerd Moellmann  <gerd@gnu.org>
7095         * s/ia64.h: New file.
7097         * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues):
7098         Use NULL instead of 0 at the end of variable argument list of
7099         XtVaGetValues and XtVaSetValues, because 0 fails on systems where
7100         sizeof (int) < sizeof (void *).
7102         * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end
7103         of variable argument lists of XtVaGetValues and XtVaSetValues.
7105         * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of
7106         variable argument lists of XtVaGetValues and XtVaSetValues.
7108 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
7110         * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
7111         (xrealloc, xmalloc): Use size_t.  Some callers adjusted.
7113         * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change
7114         prototype.
7116         * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter
7117         in call to Fsingle_key_description.
7119         * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES.
7120         Callers changed.
7122 2000-08-02  Colin Walters <walters@cis.ohio-state.edu>
7124         * window.c (display_buffer_reuse_frames): New variable.
7125         (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
7126         frames displaying BUFFER.
7127         (syms_of_window): Define Lisp variable display-buffer-reuse-frames.
7129 2000-08-01  Miles Bader  <miles@gnu.org>
7131         * editfns.c (Fconstrain_to_field): Fix the conditions for deciding
7132         when to constrain NEW_POS (they were pretty screwed up before).
7134 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
7136         * msdos.c (run_msdos_command): Save and restore the master
7137         environment, for the case that child_setup signals an error.
7138         When mirroring slashes in DOS shell commands, don't fail when
7139         argv[2] has embedded blanks.
7140         (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions.
7141         (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
7142         (dos_ttraw): Call mouse_setup_buttons.
7144         * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of
7145         using alloca; free it after run_msdos_command returns.
7147 2000-07-27  Dave Love  <fx@gnu.org>
7149         * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't define.
7150         [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently working.
7152         * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define.
7154 2000-07-27  Eli Zaretskii  <eliz@is.elta.co.il>
7156         * editfns.c (lisp_time_argument): Fix last change.
7158 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
7160         * fns.c (Fdelete): Make it work on vectors and strings in addition
7161         to lists.
7163         * fns.c (Qkey_or_value, Qkey_and_value): New variables.
7164         (syms_of_fns): Initialize new variables.
7165         (sweep_weak_table): Handle weakness `key-or-value' and `key-and-value'.
7166         (Fmake_hash_table): Recognize `key-and-value' and `key-or-value'
7167         weakness, with t meaning the same as `key-and-value'.
7169 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
7171         * coding.h (struct coding_system): Member safe_charset deleted.
7173         * coding.c (Qsafe_charsets): This variable deleted.
7174         (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system):
7175         New variables.
7176         (coding_safe_chars): New function.
7177         (CODING_SAFE_CHAR_P): New macro.
7178         (CHARSET_OK): New arg C.  Call CODING_SAFE_CHAR_P instead of
7179         checking safe_charsets member of the coding system.  Caller changed.
7180         (detect_coding_iso2022): New local variable safe_chars.
7181         (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking
7182         safe_charsets member of the coding system.
7183         (decode_coding_iso2022): New local variable safe_chars.
7184         (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here.
7185         (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
7186         (ENCODE_ISO_CHARACTER): Arguments changed.  Caller changed.
7187         (ENCODE_UNSAFE_CHARACTER): New macro.
7188         (encode_coding_iso2022): New local variable safe_chars.  Check
7189         unsafe chars.
7190         (setup_coding_system): Delete the code to initialize
7191         coding->safe_charses
7192         (intersection, find_safe_codings): New functions.
7193         (Ffind_coding_systems_region_internal): New function.
7194         (syms_of_coding): Defsubr it.  Initialize Qsafe_chars,
7195         Qsafe_cding_system.  Make Vchar_coding_system_table a Lisp
7196         variable and initialize it.
7198         * fns.c (char_table_ref_and_index): New function.
7200         * lisp.h (char_table_ref_and_index): Add prototype.
7202 2000-07-26  Sam Steingold  <sds@gnu.org>
7204         * editfns.c (lisp_time_argument): Added third argument `usec'.
7205         (Ffloat_time): New built-in Lisp function.
7207 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
7209         * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
7210         for the character code.
7212         * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and
7213         GNU/Linux.
7215         * xmenu.c (menu_highlight_callback): Call show_help_echo directly
7216         if called for a popup menu.
7217         (xmenu_show): Store help string in widget values.
7219 2000-07-26  Dave Love  <fx@gnu.org>
7221         * syswait.h: Move some definitions.
7222         (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex.
7223         [!HAVE_SYS_WAIT_H]: Define things unconditionally.   More
7224         perspicuous definitions.
7225         (WTERMSIG): Fix bit pattern used.
7227 2000-07-26  Kenichi Handa  <handa@etl.go.jp>
7229         * print.c (print_object): If vector printing is truncated, print
7230         "..." to indicate it as well as the case of list printing.
7232 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
7234         * xdisp.c (next_element_from_display_vector): Improve comments.
7236         * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
7237         for the character code, and the rest for the face id as in 20.x.
7238         (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly.
7240         * window.c (window_display_table): Cleaned up.
7242         * syntax.c (Fforward_word): Add last arg nil in call of
7243         Fconstrain_to_field.
7245 2000-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
7247         * fileio.c (Frename_file) [DOS_NT]: If the file names are
7248         identical but for the letter-case, don't call
7249         barf_or_query_if_file_exists.
7251 2000-07-25  Miles Bader  <miles@gnu.org>
7253         * editfns.c (find_field): Honor special `boundary' fields.
7254         (Qboundary): New variables.
7255         (syms_of_editfns): Initialize Qboundary.
7256         (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument.
7257         Use scan_buffer instead of find_before_next_newline, because it
7258         allows us to detect the boundary case where there's a newline at
7259         the search limit.
7260         * lisp.h (Fconstrain_to_field): Update external declaration.
7262 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
7264         * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks
7265         if that is nil.
7267 2000-07-24  Dave Love  <fx@gnu.org>
7269         * s/sunos4-0.h, s/sol2.h:
7270         (LIBS_TERMCAP): Move from m/sparc.h.
7272         * m/sparc.h (TERMINFO): Moved to system files (probably only
7273         relevant for sunos4 judging by its vintage).
7274         (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on
7275         __arch64__.
7277 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
7279         * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
7280         name to single_keymap_panes.
7282 2000-07-24  Andreas Schwab  <schwab@suse.de>
7284         * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.
7286 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
7288         * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT
7289         parameters instead of using int parameters.  Expect FN to accept
7290         EMACS_INT parameters.
7291         (display_echo_area, resize_echo_area_axactly, current_message)
7292         (truncate_echo_area, set_message_1): Call with_echo_area_buffer
7293         with new argument list.
7294         (resize_mini_window_1): New callback function.
7295         (current_message_1, truncate_message_1, set_message_1): Change
7296         parameter lists to the new format expected by with_echo_area_buffer.
7298 2000-07-24  Kenichi Handa  <handa@etl.go.jp>
7300         * fontset.c (fontset_ref): Remove INLINE declaration.
7301         (fontset_ref_via_base): Likewise.
7302         (Fset_fontset_font): Convert FAMILY and REGISTRY specifications
7303         to downcase.
7305 2000-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
7307         * msdos.c (IT_note_mouse_highlight): Process overlays in the
7308         correct order of priority.  If help echo was found in an overlay,
7309         use that overlay as the object in which the help echo was found.
7311 2000-07-22  Miles Bader  <miles@gnu.org>
7313         * textprop.c (Fprevious_single_char_property_change): The initial
7314         property value should be from the position preceding POSITION, not
7315         following it.
7317 2000-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
7319         * coding.c (syms_of_coding): Doc fix for
7320         inhibit-iso-escape-detection.
7322 2000-07-21  Gerd Moellmann  <gerd@gnu.org>
7324         * xterm.c (note_mouse_highlight): Process overlays in the right
7325         order of priority.
7327         * keyboard.c (show_help_echo, gen_help_event): Extend comments.
7329         * xterm.c (note_mouse_highlight): If help-echo was found in an
7330         overlay, use that overlay as the object in which the help was found.
7332         * window.c (foreach_window_1): Fix typo reversing an if-condition.
7334         * window.c (foreach_window): Instead of a fake variable argument
7335         list, take one USER_DATA argument.
7336         (foreach_window_1): Likewise, and call callback functions with two
7337         args, the window and USER_DATA.
7338         (struct check_window_data): New struct.
7339         (check_window_containing): Use it.
7340         (window_from_coordinates): Set up a struct check_window_data for
7341         foreach_window.
7342         (add_window_to_list, freeze_window_start): Change parameters
7343         according to new calling convention.
7345         * window.h (foreach_window): Change prototype.
7347         * buffer.c (Fprevious_overlay_change): Avoid memory leak.
7349 2000-07-21  Eli Zaretskii  <eliz@is.elta.co.il>
7351         * xmenu.c (menu_help_callback): Call show_help_echo with
7352         additional arguments OBJECT and POS.
7354 2000-07-21  Kenichi Handa  <handa@etl.go.jp>
7356         * data.c (Faset): Allow storing any multibyte character in a
7357         string.  Convert unibyte string to multibyte if necessary.
7359         * xfns.c (x_encode_text): New function.
7360         (x_set_name): Use x_encode_text.
7361         (x_set_title): Likewise.
7363         * xselect.c (lisp_data_to_selection_data): Use x_encode_text.
7365         * xterm.h (x_encode_text): Add prototype.
7367 2000-07-20  Dave Love  <fx@gnu.org>
7369         * ccl.c (Fccl_execute_on_string): Don't check xmalloc return.  Use
7370         xfree, not free.
7372 2000-07-20  Eli Zaretskii  <eliz@is.elta.co.il>
7374         * msdos.c (help_echo_window): New variable.
7375         (syms_of_msdos): Initialize and staticpro it.
7376         (IT_note_mode_line_highlight): Set help_echo_window.
7377         (IT_note_mouse_highlight): Ditto.
7378         (dos_rawgetc): Store help_echo_window in the second event produced
7379         for HELP_EVENTs.
7381         * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight):
7382         Record the object that generated the help echo and the position of
7383         that object in help_echo_object and help_echo_pos.  Record that
7384         some glyphs in a row are displayed in mouse-face.
7385         (IT_update_begin): Don't clear mouse highlight unless one of the
7386         enabled glyph rows is marked as being displayed in mouse-face.
7387         (dos_rawgetc): Generate 2 events for HELP_EVENT.  Pass the object
7388         and position recorded in help_echo_object and help_echo_pos to the
7389         event queue.
7390         (IT_menu_display): Accept a new argument PN: the pane number of
7391         the current menu pane.  Record the pane number and the item
7392         number of the item which has associated help string.
7393         (XMenuActivate): Update the prototype for help_callback in
7394         function declaration.  Call IT_menu_display with the current menu
7395         pane number as an additional argument.  Call help_callback with
7396         two additional arguments: the pane number and the item number of
7397         the menu item associated with the help text.
7398         (help_echo_object, help_echo_pos): New variables.
7399         (syms_of_msdos): Initialize them and staticpro help_echo_object.
7401         * msdos.h (XMenuActivate): Update prototype.
7403 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
7405         * xdisp.c (with_echo_area_buffer): Call FN with more arguments.
7406         Add some more prototypes.
7408         * xterm.c, xterm.h: Add some more prototypes.
7410         * lisp.h (Fnext_single_char_property_change): Add prototype.
7412         * dispnew.c (direct_output_for_insert): Remove confusing
7413         outer local variable mouse_face_overwritten_p.
7414         (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.
7416         * alloc.c (allocate_string_data): Don't copy old string contents.
7418 2000-07-19  Kenichi Handa  <handa@etl.go.jp>
7420         * coding.c (code_convert_region): Delete text properties before
7421         shrinking the conversion region.
7423 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
7425         * dispnew.c (update_text_area): Write the whole row if it
7426         has mouse-face in it.
7428         * xfaces.c (face-alternative-font-family-alist): Remove
7429         DEFVAR_LISP; staticpro instead.
7431         * xmenu.c (menu_help_callback): Call show_help_echo with
7432         new arguments.
7434         * keyboard.c (show_help_echo): Add parameter WINDOW.
7435         (read_char): Call show_help_echo with window extracted from Lisp
7436         help event.
7437         (gen_help_event): Add parameter WINDOW.
7439         * keyboard.h (show_help_echo, gen_help_event): Change prototypes.
7441         * xterm.c (help_echo_window): New variable.
7442         (note_mouse_highlight, note_tool_bar_highlight): Set help_echo_window.
7443         (XTread_socket): Pass help_echo_window to gen_help_event.
7444         (syms_of_xterm): Initialize and staticpro help_echo_window.
7446 2000-07-18  Dave Love  <fx@gnu.org>
7448         * Makefile.in: Fix dependencies of blockinput.h on atimer.h, systime.h.
7450 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
7452         * alloc.c (allocate_string_data): If string had already data
7453         assigned, copy old contents to new string data.
7455         * coding.c (syms_of_coding): Fix typo in spelling of variable
7456         `inhibit-iso-escape-detection'.
7458         * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
7460         * Makefile.in: Add dependencies on dispextern.h.
7461         (alloca.o): Don't define malloc and define EMACS_FREE instead of
7462         `free'; both can conflict with system header files.
7464 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
7466         * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is
7467         undefined.
7469 2000-07-18  Dave Love  <fx@gnu.org>
7471         * window.c (Fwindow_list): Declare arg `window'.
7473 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
7475         * coding.c (setup_coding_system): Don't override the explicitly
7476         specified designations.
7478 2000-07-15  Miles Bader  <miles@gnu.org>
7480         * editfns.c (char_property_eq, char_property_stickiness): Renamed
7481         from `text_property_eq' and `text_property_stickiness', respectively.
7482         (find_field, Fconstrain_to_field, char_property_eq)
7483         (char_property_stickiness): Changed to call char-property functions
7484         instead of text-property-only ones.
7486         * textprop.c (Fnext_single_char_property_change): Made a subr (was
7487         `next_single_char_property_change').  Do more error checking, and
7488         cleanup limit behavior.
7489         (Fprevious_single_char_property_change): New function.
7490         (syms_of_textprop): Initialize new subrs.
7492         * xdisp.c (display_prop_end, invisible_text_between_p):
7493         Call Fnext_single_char_property_change instead of
7494         next_single_char_property_change.
7496 2000-07-15  Jason Rumney  <jasonr@gnu.org>
7498         * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree
7499         after menu is finished with.
7500         (add_menu_item): Only consider wv->title as a menu title.
7501         (w32_menu_display_help): Add OBJECT and POS to show_help_echo.
7503         * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a
7504         null title.
7505         (FONT_REGEXP): Remove unused macro, and its sub-components.
7506         (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts.
7508         * w32term.c (help_echo_object, help_echo_pos): New variables.
7509         (note_mode_line_highlight): Store additional information about the
7510         help-echo in help_echo_object and help_echo_pos.  Check both
7511         `local-map' and `keymap' properties for changing the cursor
7512         (note_mouse_highlight): Store additional information about the
7513         help-echo in help_echo_object and help_echo_pos.
7514         (note_tool_bar_highlight): Set help_echo_object to nil and
7515         help_echo_pos to -1.
7516         (w32_read_socket): Use gen_help_event instead of filling
7517         input_events manually.
7518         (syms_of_w32term): Staticpro help_echo_object.
7519         (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If
7520         set, arrange for a mouse-highlight redisplay in XTframe_up_to_date.
7521         (x_clear_mouse_face): New function.
7522         (w32_redisplay_interface): Add pointer to x_clear_mouse_face.
7523         (x_update_window_begin): No need to turn off the mouse
7524         highlight here.
7525         (show_mouse_face): Set the mouse_face_p flag of glyph rows
7526         depending on whether they contain glyphs highlighted in mouse-face.
7527         (x_fill_stretch_glyph_string): Consume runs of stretch
7528         glyphs instead of a single one.
7529         (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
7530         with new argument list.
7531         (x_set_glyph_string_gc): Make sure the face's GC is valid.
7532         (x_append_glyph, x_append_composite_glyph)
7533         (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
7534         changes in struct glyph starting 1999-12-27. See comments for
7535         xterm.c on 2000-07-05.
7537 2000-07-14  Sam Steingold  <sds@gnu.org>
7539         * xfaces.c (realize_x_face): Fix the last patch:
7540         check `default_face' before dereferencing.
7542 2000-07-14  Dave Love  <fx@gnu.org>
7544         * syntax.c (back_comment): Add null default in switch (for pcc).
7546 2000-07-14  Kenichi Handa  <handa@etl.go.jp>
7548         * xfaces.c (realize_x_face): Make fontset using the base of the
7549         default_face's fontset, not using the default fontset.
7551         * coding.c (inhibit_iso_escape_detection): New variable.
7552         (syms_of_coding): Make it a Lisp variable.
7553         (detect_coding_iso2022): If inhibit_iso_escape_detection is
7554         nonzero, ignore ISO2022's escape sequence.
7556 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
7558         * alloca.c (malloc) [emacs]: Define as xmalloc.
7560         * xfns.c (Fx_show_tip): If frame parameters contain a position,
7561         use that instead of the mouse position.  Add parameters DX and DY.
7563         * dispextern.h (Fx_show_tip): Adjust number of parameters
7564         in prototype.
7566         * keyboard.c (show_help_echo): Add parameters OBJECT and POS.
7567         if HELP is a function, call it with OBJECT and POS as parameters
7568         to get the help to display.
7569         (gen_help_event, kbd_buffer_store_help_event): New functions.
7570         (kbd_buffer_get_event): Construct the Lisp help-event differently.
7571         (read_char): Call show_help_echo with new parameters.
7573         * keyboard.h (gen_help_event, kbd_buffer_store_help_event):
7574         Add prototypes.
7576         * xterm.c (help_echo_object, help_echo_pos): New variables.
7577         (note_mode_line_highlight): Store additional information about the
7578         help-echo in help_echo_object and help_echo_pos.  Check both
7579         `local-map' and `keymap' properties for changing the cursor
7580         (note_mouse_highlight): Store additional information about the
7581         help-echo in help_echo_object and help_echo_pos.
7582         (note_tool_bar_highlight): Set help_echo_object to nil and
7583         help_echo_pos to -1.
7584         (XTread_socket): Use gen_help_event instead of filling
7585         input_events manually.
7586         (syms_of_xterm): Staticpro help_echo_object.
7588         * xmenu.c (menu_highlight_callback): Use
7589         kbd_buffer_store_help_event instead of setting up and input_event
7590         structure manually.
7592         * xdisp.c (eval_form): GCPRO argument sexpr.
7593         (call_function): New function.
7594         (handle_single_display_prop): Use call_function and FUNCTIONP
7595         instead of checking whether if font_height is a symbol and
7596         using eval_form.
7598         * eval.c (internal_condition_case_2): New function.
7600         * lisp.h (FUNCTIONP): New macro.
7601         (internal_condition_case_2, call_function): Add prototypes.
7603         * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)
7604         (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket):
7605         Always set `arg' member of input_events.
7606         (construct_menu_click): Unused function removed.
7608         * msdos.c (dos_rawgetc): Always set `arg' member of input_events.
7610         * w32term.c (construct_mouse_click, construct_mouse_wheel)
7611         (construct_drag_n_drop, x_scroll_bar_handle_click)
7612         (w32_read_socket): Always set `arg' member of input_events.
7614         * keyboard.c (show_help_echo): Use eval_form.  Add comment.
7616         * lisp.h (eval_form): Add prototype.
7618         * xdisp.c (eval_form): Make it externally visible.
7620 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
7622         * xterm.c (x_handle_tool_bar_click): Store the frame in the
7623         frame_or_window slot of TOOL_BAR_EVENT input events instead of
7624         consing.  For prefix events, store the frame in the `arg' slot of
7625         the event, otherwise store the key there.
7626         (XTread_socket): Instead of consing, use the frame_or_window slot
7627         of HELP_EVENTs for the frame, and the `arg' slot for the help string.
7629         * xmenu.c (menu_highlight_callback): Store help string in the
7630         `arg' member of the input event; don't cons.
7631         (menubar_selection_callback): Use the `arg' slot of input events
7632         to queue additional information, instead of consing.
7634         * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs.
7636         * w32term.c (w32_handle_tool_bar_click): Adapt to changes in
7637         TOOL_BAR_EVENTs.
7638         (w32_read_socket): Adapt to changes in HELP_EVENTs.
7640         * w32menu.c (menubar_selection_callback): Use the `arg' slot of
7641         input events to queue additional information, instead of consing.
7643         * keyboard.c (kbd_buffer_gcpro): Renamed from
7644         kbd_buffer_frame_or_window.  Now used for all Lisp objects
7645         referenced from the input queue.
7646         (kbd_buffer_store_event): Always use structure assignment for
7647         copying input events.  Record all Lisp objects referenced from
7648         events in kbd_buffer_gcpro.
7649         (kbd_buffer_get_event): Construct Lisp `help-echo' events
7650         differently from input events.  Test for prefix menu_bar_events
7651         and TOOL_BAR_EVENTs differently.  Reset all slots used by an input
7652         event in kbd_buffer_gcpro to nil.
7653         (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose
7654         frame_or_window is equal to its arg member as prefix events.
7655         (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro
7656         used by an input event to nil.
7657         (init_keyboard): Use two times the size of the input queue
7658         for kbd_buffer_gcpro.
7659         (syms_of_keyboard): Likewise.
7661         * emacs.c (handle_USR2_signal, handle_USR1_signal):
7662         Use USER_SIGNAL_EVENT.
7664         * termhooks.h (struct input_event): Add member `arg'.
7665         (MENU_BAR_EVENT): Renamed from menu_bar_event.
7666         (USER_SIGNAL_EVENT): Renamed from user_signal.
7668         * xfaces.c (ASET): Remove definition.
7670         * lisp.h (AREF, ASET, ASIZE): New macros.
7672         * fontset.c (AREF, ASIZE): Remove definitions.
7674         * fns.c (AREF): Remove definition.
7676         * composite.c (AREF): Remove definition.
7678 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
7680         * dispnew.c (redraw_overlapped_rows): Add missing local.
7681         (scrolling_window): Remove debug code.
7683         * xdisp.c (try_window_reusing_current_matrix, try_window_id):
7684         Before scrolling, turn off a mouse-highlight in the window
7685         being scrolled.
7687         * xterm.c (x_update_window_end): Add parameter
7688         MOUSE_FACE_OVERWRITTEN_P.  If set, arrange for a mouse-highlight
7689         redisplay in XTframe_up_to_date.
7690         (x_clear_mouse_face): New function.
7691         (x_redisplay_interface): Add pointer to x_clear_mouse_face.
7693         * dispnew.c (make_current): Preserve the mouse_face_p flag of the
7694         current glyph row.
7695         (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P.  Set
7696         it when any row is written to that contains glyphs highlighted in
7697         mouse-face.
7698         (update_window): Call the window update end hook with new
7699         parameter MOUSE_FACE_OVERWRITTEN_P.
7700         (direct_output_for_insert): Give up if row contains mouse-face.
7702         * dispextern.h (struct redisplay_interface): Add parameter
7703         MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function.
7704         (clear_mouse_face): New function pointer member.
7706 2000-07-11  Stefan Monnier  <monnier@cs.yale.edu>
7708         * syntax.c (back_comment): Use one switch rather than a few `if's.
7709         Obey open_paren_in_column_0_is_defun_start.
7710         When reverting to the `slow' method, try to nicely handle the case
7711         of nested comments by checking that the comment-starter we found
7712         does indeed match the comment-ender.
7713         (scan_sexps_forward, scan_sexps_forward):
7714         Ignore excessive opening parenthesis rather than throwing an error.
7716 2000-07-11  Gerd Moellmann  <gerd@gnu.org>
7718         * doc.c (Fsubstitute_command_keys): Handle case that a GC
7719         in Fwhere_is_internal or get_keymap_1 relocates string contents.
7721         * dispnew.c (direct_output_forward_char): Give up if currently
7722         displaying a message instead of the minibuffer contents.
7724         * xterm.c (x_update_window_begin): No need to turn off the mouse
7725         highlight here.
7726         (show_mouse_face): Set the mouse_face_p flag of glyph rows
7727         depending on whether they contain glyphs highlighted in mouse-face.
7729         * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P.  If set,
7730         compare the mouse_face_p flags of both rows.
7732         * dispextern.h (struct glyph_row): Add flag mouse_face_p.
7734 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
7736         * keyboard.c (show_help_echo): Accept additional parameter
7737         ok_to_overwrite_keystroke_echo.
7738         (read_char): Call show_help_echo with a zero
7739         ok_to_overwrite_keystroke_echo argument.
7740         * keyboard.h (show_help_echo): Update prototype of show_help_echo.
7741         * xmenu.c (menu_help_callback): Call show_help_echo with non-zero
7742         ok_to_overwrite_keystroke_echo argument.
7743         * w32menu.c (w32_menu_display_help): Call show_help_echo with
7744         non-zero ok_to_overwrite_keystroke_echo argument.
7746 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
7748         * xdisp.c (try_window_id): If changes are all below what is
7749         displayed in the window, and point is in the window, we still
7750         might have to find point on the display.
7752         * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch
7753         glyphs instead of a single one.
7754         (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
7755         with new argument list.
7756         (x_set_glyph_string_gc): Make sure the face's GC is valid.
7758         * keymap.c (get_keymap_1): Add comment that this function can GC.
7759         (where_is_internal_2, where_is_internal_1): Add GCPROs, add
7760         comment that functions can GC.
7761         (Fset_keymap_parent): GCPRO arg KEYMAP.
7763 2000-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
7765         * msdos.c (XMenuActivate): After exiting the menu, restore the
7766         echo area message and erase it.
7768 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
7770         * fontset.c (Ffontset_info): Make the return value more compatible
7771         with that of Emacs 20.
7773 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
7775         * eval.c (Fsignal): Handle case that backtrace_list is null.
7777 2000-07-07  Kenichi Handa  <handa@etl.go.jp>
7779         * ccl.c (Fccl_execute): Typo fixed.
7781 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
7783         * window.c (window_loop): Add missing gcpro1 local variable.
7785         * window.c (Fwindow_list): Reverse list at the end.
7786         (candidate_window_p): Add parameter OWINDOW.  ALL_FRAMES nil
7787         means allow windows on OWINDOW's frame, only.
7788         (window_loop): Simplified; use Fwindow_list.
7790         * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make.
7792 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
7794         * xterm.c (XTread_socket): Increment handling_signal at the start,
7795         decrement it at the end.
7797         * eval.c (handling_signal): New variable.
7798         (Fsignal): Abort if handling_signal is non-zero.
7800         * lisp.h (handling_signal): External declaration.
7802         * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0.
7804 2000-07-05  Ken Raeburn  <raeburn@gnu.org>
7806         Sound support for NetBSD through "Linux emulation" support:
7807         * config.in (HAVE_SOUNDCARD_H): Undef.
7808         (HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
7809         * Makefile.in (LIBSOUND): New variable.
7810         (LIBES): Include it.
7811         * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>.
7812         (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere.
7813         (vox_open): Use DEFAULT_SOUND_DEVICE.
7814         * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
7816 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
7818         * print.c (print_error_message): If Vsignaling_function is set,
7819         show it in *Messages*.
7821         * lisp.h (Vsignaling_function): External declaration.
7823         * eval.c (Vsignaling_function): New variable.
7824         (Fsignal): Compute it.
7825         (syms_of_eval): Staticpro it.
7827 2000-07-05  Dave Love  <fx@gnu.org>
7829         * syswait.h: Use the autoconf recommended approach.  Old code
7830         #if'd out in case we need to revert.
7832         * config.in (HAVE_SYS_WAIT_H): Added.
7834 2000-07-05  Andrew Innes  <andrewi@gnu.org>
7836         * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore
7837         when non-NULL instead of __morecore, to take account of buffer
7838         memory.  This also solves a problem with spurious memory warnings
7839         on Windows.
7841         * ralloc.c: Make real_morecore non-static.
7843         * eval.c (internal_condition_case): Comment out abort if
7844         interrupt_input_blocked is not zero.
7846         * makefile.nt: Add support for `bootstrap' and related targets.
7847         Include minimal debug info in emacs.exe in release build.
7848         Remove all dependencies on lisp.h, and fixup some others.
7850         * w32.c (init_environment): Install code from 20.7 for providing
7851         default values for environment variables, based on the
7852         executable's own location.
7853         (map_w32_filename): Handle filenames that are longer than MAX_PATH.
7854         (sys_socket): Install socket inheritance bug fix from 20.7.
7856         * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
7857         here via blockinput.h).
7859 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
7861         * w32menu.c (w32_menu_display_help):
7862         * xmenu.c (menu_help_callback): Use show_help_echo.
7864         * keyboard.h (show_help_echo): Declare.
7866         * keyboard.c (show_help_echo): New function, extracted from read_char.
7867         Feval its `msg' argument if it's a cons cell.
7868         (read_char): Use it.
7869         (follow_key): Pass `autoload' to get_keyelt.
7871         * xterm.c (note_mode_line_highlight, note_mouse_highlight)
7872         (note_tool_bar_highlight, XTread_socket):
7873         * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
7874         (dos_rawgetc):
7875         * w32term.c (note_mode_line_highlight, note_mouse_highlight)
7876         (note_tool_bar_highlight, w32_read_socket):
7877         Do not gratuitously ignore non-string `help-echo' properties.
7879 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
7881         * eval.c (Feval): Put check for interrupt_input_block in #if 0.
7883         * window.c (delete_all_subwindows): Reset Vwindow_list.
7885         * xterm.c (x_append_glyph, x_append_composite_glyph)
7886         (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
7887         changes in struct glyph starting 1999-12-27.  Some bit-fields of
7888         struct glyph were not set, which made glyphs unequal when compared
7889         with GLYPH_EQUAL_P.  Redisplay outputs such glyphs, and flickering
7890         effects were the result.  This also depended on the contents of
7891         memory returned by xmalloc.  If flickering happens again, activate
7892         the code in clear_glyph_row that's in #if 0.  If the flickering is
7893         gone with that, chances are that it is caused by something similar.
7895         * dispnew.c (clear_glyph_row): Add debug code in #if 0.
7897         * dispextern.h: Add some comments.
7899         * window.c (add_window_to_list): Add parameter LIST.
7900         (window_list): Order list so that, for each frame, windows are
7901         in canonical order, and so that frames appear in the list in
7902         the order given by Vframe_list.
7903         (next_window): Reverse the handling of NEXT_P.
7905 2000-07-04  Gerd Moellmann  <gerd@gnu.org>
7907         * window.c (Vwindow_list): New variable.
7908         (make_window, delete_window): Set Vwindow_list to nil.
7909         (check_window_containing): New function.
7910         (window_from_coordinates): Rewritten.
7911         (add_window_to_list, window_list, candidate_window_p)
7912         (decode_next_window_args, next_window): New functions.
7913         (Fnext_window, Fprevious_window): Rewritten in terms of next_window.
7914         (Fwindow_list): New function.
7915         (Fother_window): Cleaned up.
7916         (foreach_window): Add a longer "variable argument list".  Let
7917         callback function return 0 to indicate that cycling over windows
7918         should stop.
7919         (foreach_window_1): Likewise.
7920         (freeze_window_start): Return int.
7921         (init_window): New function.
7922         (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.
7924         * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear
7925         input_event with bzero.
7926         (main): Call init_window.
7928         * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating
7929         a menu filter.
7931 2000-07-04  Kenichi Handa  <handa@etl.go.jp>
7933         * composite.h (make_composition_value_copy): Extern it.
7935         * composite.c (make_composition_value_copy): New function.
7937         * editfns.c (Fformat): While copying text properties, make each
7938         composition property value a copy.
7940         * fns.c (concat): While copying text properties, make each
7941         composition property value a copy.
7943 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
7945         * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
7947         * fns.c (sweep_weak_table): Mark only objects that are not
7948         marked already.
7950         * frame.c (next_frame, prev_frame): If MINIBUF is a window,
7951         include those frames as candidates which have their focus
7952         redirected to the minibuffer frame.
7954 2000-07-03  Stefan Monnier  <monnier@cs.yale.edu>
7956         * fns.c (Fputhash): Return `value' rather than nil.
7958 2000-06-30  Gerd Moellmann  <gerd@gnu.org>
7960         * frame.c (next_frame): Don't check focus redirection in case
7961         MINIBUF is a window.  Doing so excludes frames using MINIBUF
7962         unless their focus is redirected, which contradicts the
7963         specification of next-frame, and leads to infinite loops in
7964         certain situations when cycling through windows with next-window.
7966 2000-06-30  Kenichi Handa  <handa@etl.go.jp>
7968         * coding.c (code_convert_region): Even if the length of text is
7969         zero, try to convert it if coding->type is coding_type_ccl.
7970         (decode_coding_string, encode_coding_string): Likewise.
7972 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
7974         * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse
7975         the display if windows_or_buffers_changed.
7977         * dispnew.c (struct row_entry): New structure.
7978         (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table)
7979         (row_table_size, old_lines, new_lines, old_lines_size)
7980         (new_lines_size, run_pool, runs_size, runs): New variables.
7981         (add_row_entry): New function.
7982         (scrolling_window): Use data structures allocated with xmalloc and
7983         held in global variables, instead of allocating them with alloca and
7984         holding them in local variables.  Use a larger hash table whose
7985         size depends on glyph matrix sizes.  Don't use bzero to clear the
7986         hash table; instead, clear used slots only.
7988         * fns.c (next_almost_prime): Make it externally visible.
7990         * lisp.h (next_almost_prime): Add prototype.
7992         * s/isc4-0.h (sigunblock): Define.
7994         * s/sco5.h (sigunblock): Define.
7996 2000-06-27  Dave Love  <fx@gnu.org>
7998         * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change
7999         (moved to osf5-0.h).
8000         [!NOT_C_CODE]: Protect string.h stuff.
8002         * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
8003         (sys_siglist, NSIG): Definitions moved here from osf1.h.
8005 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
8007         * xdisp.c (resize_mini_window): Subtract the extra line spacing
8008         below the last line from the needed window height.
8010 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
8012         * fns.c (Fplist_member): Renamed from Fwidget_plist_member.
8013         (Fwidget_get): Use it.
8014         (syms_of_fns): Defsubr it.
8016 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
8018         * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the
8019         display info for XIM.
8020         (xim_open_dpy): Likewise.
8021         (xim_close_dpy): Don't free the display info's XIM.
8023         * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic.
8025         * config.in (USE_XIM): New define.
8027         * keymap.c (get_keyelt): For menu-items containing a `:filter
8028         FILTER', apply FILTER to the menu-item's definition to get the
8029         real definition to use.
8031         * lisp.h (QCfilter): External declaration.
8033         * xfns.c (Fimage_size): New function.
8034         (syms_of_xfns): Defsubr it.
8036 2000-06-26  Andreas Schwab  <schwab@suse.de>
8038         * coding.c (decode_coding_string): Re-fetch STRING_BYTES after
8039         Fstring_as_unibyte.
8041 2000-06-25  Dave Love  <fx@gnu.org>
8043         * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.
8045         * Makefile.in (blockinput.h): Depend on atimer.h.
8046         (atimer.h): Depend on systime.h.
8048         * blockinput.h: Protect against multiple inclusion.  Include atimer.h.
8050         * atimer.h: Protect against multiple inclusion.  Include systime.h.
8052         * lisp.h (swap_in_global_binding): Declare.
8054 2000-06-24  Ken Raeburn  <raeburn@gnu.org>
8056         * process.c (Fopen_network_stream): Turn off atimers for duration
8057         of call to connect.  (Patch from Gerd.)
8059 2000-06-23  Dave Love  <fx@gnu.org>
8061         * ralloc.c: Maybe include unistd.h
8063         * emacs.c (setgrp): Undefine before defining.
8064         (malloc_warning, set_time_zone_rule, index): Prototype.
8066         * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use
8067         HAVE_STRUCT_TIMEZONE.
8069         * s/osf1.h: Move string.h hack here from alpha.h and make it
8070         conditional.
8071         (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with
8072         _XOPEN_SOURCE.
8073         (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define.
8074         (SOCKLEN_TYPE): Don't define.
8076         * m/alpha.h: Remove string.h hack.
8078         * s/osf5-0.h: New file.
8080         * filelock.c: Use feature tests for fcntl.h, string.h.  Don't
8081         include time.h, done by systime.h.
8082         [__FreeBSD__]: Remove redundant includes.
8084         * callproc.c (setpgrp): Undefine before defining.
8085         (delete_temp_file): Return Qnil to avoid warning.
8087         * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.
8089         * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not
8090         HAVE_X_WINDOWS.
8092         * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset.
8094         * composite.h (compose_text): Declare.
8096         * xterm.c: Don't include sys/types.h unconditionally.  Don't
8097         protect its inclusion with !USG (following xmenu.c).
8099 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
8101         * xfns.c (x_create_tip_frame): Initialize frame's colors like
8102         in x_create_frame.
8104 2000-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
8106         * coding.c (decode_eol_post_ccl): Special handling for undecided
8107         and inconsistent EOL types.
8109 2000-06-22  Gerd Moellmann  <gerd@gnu.org>
8111         * xrdb.c (x_load_resources): Add default resource for scroll bar's
8112         trough color and main window's background color.
8114         * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events differently.
8116         * xterm.h (Xt_app_con): External declaration.
8118         * widget.c (EmacsFrameRealize): Fix typo.
8120         * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask.
8122         * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero.
8123         (handle_invisible_prop): Record the start of invisible text in
8124         it->add_overlay_start.
8125         (struct overlay_entry): Add member `overlay'.
8126         (handle_overlay_change): Simplify.
8127         (next_overlay_string): After having processed overlay strings at the
8128         end of the buffer, record that fact in
8129         it->overlay_strings_at_end_processed_p.
8130         (compare_overlay_entries): If before- and after-strings come
8131         from the same overlay, let before-strings come first.
8132         (RECORD_OVERLAY_STRING): Record the overlay that strings come from.
8133         (load_overlay_strings): Take it->add_overlay_start into account
8134         when adding overlay strings.
8136         * dispextern.h (struct it): Add member add_overlay_start.
8138 2000-06-22  Dave Love  <fx@gnu.org>
8140         * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
8142         * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
8144 2000-06-22  Kenichi Handa  <handa@etl.go.jp>
8146         * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it
8147         is greater than 0.
8149 2000-06-21  Dave Love  <fx@gnu.org>
8151         * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
8153 2000-06-21  Stefan Monnier  <monnier@cs.yale.edu>
8155         * syntax.c (back_comment): Simplify string-parity counting (with
8156         the added benefit of handling multiple string-styles as long as
8157         they are not intertwined).
8158         Jump to the slow code as soon as a comment starter is found in
8159         a "string_lossage" position.  Fixes the case:  " /* " /* " */.
8161 2000-06-21  Dave Love  <fx@gnu.org>
8163         * Makefile.in: Use GETLOADAVG_LIBS.
8165         * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS,
8166         _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE.
8168 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
8170         * syntax.c (describe_syntax): Recognize the `n'estable bit.
8171         (Fforward_comment, scan_lists):
8172         Check the comstyle of single-char comment-starters.
8173         (scan_sexps_forward): Don't try to recognize `half comment-enders' if
8174         we're just at the beginning of the comment (f.ex with (*) ... (*)).
8175         Check the comstyle of single-char comment-starters.
8176         Clarify control-flow around the Scomment case.
8178 2000-06-20  Dave Love  <fx@gnu.org>
8180         * fns.c (make_hash_table, maybe_resize_hash_table):
8181         Cast arg of next_almost_prime.
8183         * tparam.c [emacs]: Include lisp.h.
8185         * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5.  Include lisp.h
8186         and unistd.h.
8188 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
8190         * keyboard.c (adjust_point_for_property): Check if display
8191         property should be treated as intangible by looking at its value.
8193         * xdisp.c (single_display_prop_intangible_p)
8194         (display_prop_intangible_p): New functions.
8196         * dispextern.h (display_prop_intangible_p): Add prototype.
8198         * xdisp.c (dump_glyph_row): Show type of glyph->object.
8200         * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
8201         argument to sigprocmask.
8203         * s/sco5.h (sigblock): Redefined to pass a pointer as second
8204         argument to sigprocmask.
8206         * syssignal.h (sigblock, sigunblock) [USG5_4]: Set
8207         sigprocmask_set, and pass a pointer to it to sigprocmask.
8209         * sysdep.c (sigprocmask_set): New variable.
8211         * fileio.c (make_temp_name): Don't use `%s' in string passed to
8212         report_file_error.
8214 2000-06-20  Sam Steingold  <sds@gnu.org>
8216         * xrdb.c: Don't declare xmalloc, xrealloc.
8218 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
8220         * regex.c (re_match, re_match_2): Protect calls to alloca (0).
8221         (re_comp): Cast gettext return value to avoid complaints when
8222         !HAVE_LIBINTL.
8224 2000-06-20  Dave Love  <fx@gnu.org>
8226         * m/stride.h, m/mips.h: Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY.
8228         * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
8230         * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD.
8232         * m/alpha.h: Don't declare xmalloc, xrealloc.
8234         * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
8236         * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
8238         * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.
8240         * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare
8241         HAVE_GETWD.
8243         * keyboard.h (poll_for_input_1): Declare.
8245         * getloadavg.c: Don't define NLIST_STRUCT (handled by configure).
8247         * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
8249         * doprnt.c: Don't declare xmalloc, xrealloc.
8251         * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text)
8252         (getenv, ctime, getwd): Removed.
8253         (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
8255         * xterm.h: Remove duplicate prototypes.  Declare free_frame_xic,
8256         x_set_tool_bar_lines.
8258         * config.in: Add HAVE_GETWD.  Move some definitions above
8259         machine/system includes.
8261 2000-06-20  Kenichi Handa  <handa@etl.go.jp>
8263         * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1.
8265         * xfaces.c (font_list): Handle the case that REGISTRY doesn't
8266         contain information about ENCODING.
8268         * fontset.c (FONTSET_ASCII): Use the first element of char table
8269         for an ASCII font, not defalt slot.
8270         (fontset_ref_via_base): If FONTSET doesn't contain information for
8271         C, try the default fontset.
8272         (make_fontset): Don't copy the default fontset.
8273         (fontset_font_pattern): Likewise.
8274         (accumulate_font_info): If ELT is nil, use the corresponding
8275         element in the default fontset.
8277 2000-06-19  Dave Love  <fx@gnu.org>
8279         * syntax.c (Fparse_partial_sexp): Doc fix.
8281         * regex.h: Test PROTOTYPES as well as __STDC__.
8283         * unexalpha.c: Include errno.h, string.h, unistd.h.  Don't declare
8284         errno, strerror.  Put text after #endif in comment.
8286         * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for pcc).
8288         * xterm.c (x_frame_of_widget): Likewise.
8290 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
8292         * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
8293         to Vfundamental_mode_abbrev_table.
8295         * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
8296         bogus objects are marked.  This slows down GC by ~80 percent, but
8297         it might be worth trying when debugging GC-related problems.
8298         This feature requires conservative stack marking to be enabled.
8300         * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
8301         returns XLookupChars, reset `modifiers' to zero.
8303 2000-06-19  Dave Love  <fx@gnu.org>
8305         * mktime.c: Unprotoized.
8307 2000-06-19  Richard Stallman  <rms@gnu.org>
8309         * data.c (set_internal): If variable is frame-local,
8310         store the new value immediately into the frame parameter alist.
8312 2000-06-19  Ken Raeburn  <raeburn@gnu.org>
8314         * xfns.c (jpeg_load): Fetch error-handling data first, then fill
8315         in the custom handler pointer.
8317         * keyboard.c (follow_key, read_key_sequence): Use XUINT on key
8318         value, or checks for CHAR_META can fail when Lisp_Object is a
8319         union type.
8320         * keymap.c (get_keyelt): Likewise.
8322 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
8324         * ccl.h (struct ccl_program): New member eol_type.
8325         (struct ccl_spec): New member cr_carryover.
8327         * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
8328         (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
8330         * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'.
8331         (ccl_coding_driver): On encoding, initialize ccl->eol_type.
8332         (decode_eol_post_ccl): New function.
8333         (decode_coding): Don't detect EOL format here for CCL based coding
8334         systems.
8335         (decode_coding) <coding_type_ccl>: Handle carryovered CR.  Call
8336         decode_eol_post_ccl after running the CCL program.
8337         (code_convert_region): Don't detect EOL format here for CCL based
8338         coding systems.
8339         (decode_coding_string): Likewise.
8341 2000-06-18  Ken Raeburn  <raeburn@gnu.org>
8343         * charset.c (update_charset_table): Use XINT on "iso_final_char"
8344         when treating it as an integer.
8346         * coding.h (encode_coding_string): Declare.
8348         * keyboard.c (read_key_sequence): Use XINT on "pos" when treating
8349         it as an integer.
8351         * keymap.c (Fwhere_is_internal): Rename argument "keymap" to
8352         "xkeymap" to avoid shadowing the "enum map_type" value that needs
8353         to be passed to get_local_map.
8355         * sound.c (Fplay_sound): Don't call make_number on
8356         Frun_hook_with_args count argument.
8358         * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer
8359         for lisp objects in X event structure data field, when lisp
8360         objects are represented with unions.
8361         (x_scroll_bar_to_input_event): Ditto.
8363 2000-06-16  Ken Raeburn  <raeburn@gnu.org>
8365         * xdisp.c (decode_mode_spec): In "no_value" case, do NUL
8366         termination of string.  Fix sense of test whether
8367         Vline_number_display_limit is an integer.
8369 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
8371         * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
8372         only if HAVE_X_WINDOWS.
8374         * keymap.c (describe_buffer_bindings): Add `\f\n' in front
8375         of titles.
8377         * dispnew.c (update_frame_1): Handle case that cursor vpos is
8378         out of bounds.
8380 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8382         * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS
8383         of its headers.
8385 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
8387         * coding.c (decode_coding_emacs_mule): Always set src_base at the
8388         start of the while loop.
8390 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
8392         * atimer.c (alarm_signal_handler): Add forward declaration.
8394         * data.c (set_internal): Remove debug code.
8396 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
8398         * Makefile.in (bootstrap-temacs): Add `-I../src'.
8400         * unexec.c (toplevel) [COFF]: Include coff.h.
8402         * s/lynxos.h: New file.
8404         * keymap.c (Fsingle_key_description): Enclose function key and
8405         event symbol names in angle brackets.
8407         * xdisp.c (setup_echo_area_for_printing): Call
8408         message_log_maybe_newline if message_buf_print is not set.
8410         * print.c (printchar, strout): Don't check message_buf_print
8411         before calling setup_echo_area_for_printing because that
8412         function does something useful even when message_buf_print is
8413         already set.
8415         * xdisp.c (message_truncate_lines, Qmessage_truncate_lines):
8416         New variables.
8417         (ensure_echo_area_buffers): Initialize echo buffer's
8418         truncate lines setting to nil.
8419         (with_echo_area_buffer): Don't set the echo buffer's truncate
8420         lines setting here.
8421         (set_message_1): Set it here instead, based on the value
8422         of message_truncate_lines.
8423         (resize_mini_window): Handle case that lines are truncated.
8424         (syms_of_xdisp): Initialize Qmessage_truncate_lines.
8425         DEFVAR_BOOL message-truncate-lines.
8427         * keyboard.c (read_char): Bind message-truncate-lines to t
8428         while displaying a help-echo.
8430         * lisp.h (Qmessage_truncate_lines): External declaration.
8432 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
8434         * xdisp.c (Vline_number_display_limit): Renamed from
8435         line_number_display_limit.
8436         (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
8437         Extend documentation string.  Initialize
8438         Vline_number_display_limit to nil meaning no limit.
8439         (decode_mode_spec): Use Vline_number_display_limit with its new
8440         meaning.
8442         * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype.
8444 2000-06-13  Richard Stallman  <rms@gnu.org>
8446         * frame.c (Fmodify_frame_parameters): Doc fix.
8448         * xfns.c (x_set_frame_parameters): Comment fix.
8450         * frame.c (store_frame_param): Call swap_in_global_binding if the
8451         variable's current binding was chosen based on this frame.
8453         * data.c (swap_in_global_binding): New function.
8455 2000-06-13  Eli Zaretskii  <eliz@is.elta.co.il>
8457         * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
8458         macro, instead AND with CODING_REQUIRE_ENCODING_MASK.
8460 2000-06-13  Eli Zaretskii  <eliz@is.elta.co.il>
8462         * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_.
8464 2000-06-12  Jason Rumney  <jasonr@gnu.org>
8466         * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
8468         * w32.h (EMACS_W32_H): Renamed from _NT_H_
8470         * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
8472         * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
8474 2000-06-12  Gerd Moellmann  <gerd@gnu.org>
8476         * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
8477         (syms_of_xfaces): Defsubr Sdump_colors.
8478         (x_free_colors): Don't treat b&w specially on default visual.
8479         (x_free_dpy_colors): New function.
8480         (free_face_colors): Don't check visual class; it's done
8481         in x_free_colors.
8483         * xterm.c (x_frame_of_widget): New function.
8484         (x_alloc_nearest_color_for_widget): Use it.
8485         (x_copy_dpy_color): New function.
8486         (x_destroy_window): Free various colors.
8488 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
8490         * ccl.h (EMACS_CCL_H): Renamed from _CCL_H.
8492         * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H.
8494         * coding.h (EMASC_CODING_H): Renamed from _CODING_H.
8496         * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
8498         * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H.
8500 2000-06-11  Dave Love  <fx@gnu.org>
8502         * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
8504 2000-06-11  Eli Zaretskii  <eliz@is.elta.co.il>
8506         * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
8508 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
8510         * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu
8511         to `XEvent *'.
8513 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
8515         * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
8516         (regex_compile): Fix the code for handling the case of single byte
8517         char and multibyte char being mixed in a range within [...].
8519         * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte
8520         and dst_multibyte members of coding.
8522         * charset.c (update_charset_table): Update the table
8523         bytes_by_char_head.
8524         (init_charset_once): Initialize elements of bytes_by_char_head to
8525         1 except for leading codes for private charases.
8527         * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
8528         (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte sequence.
8530 2000-06-09  Ken Raeburn  <raeburn@gnu.org>
8532         * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
8533         access the data it doesn't point to.
8535 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
8537         * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
8538         will be translated to a switch-frame event when reading the
8539         event queue.  This is necessary because Emacs otherwise won't
8540         perform a switch-frame to a new frame until some other event, for
8541         example a keystroke event, forces it to do so.  This has various
8542         effects, one visible being that the cursor of a frame created with
8543         C-x 5 2 or switched to with a window manager key binding like
8544         A-TAB stays hollow because selected_window isn't on the newly
8545         focused frame until the switch-frame is performed.
8547         * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
8548         generating a switch-frame event if necessary.
8550         * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT.
8552         * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos';
8553         it's an integer.
8555 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
8557         * fontset.c (Fset_fontset_font): The arg CHARACTER may be a charset.
8559 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
8561         * window.c (displayed_window_lines): Take empty lines at
8562         the bottom of a window into account.
8564         * window.c (displayed_window_lines): New function.
8565         (Fmove_to_window_line): Use displayed_window_lines to determine
8566         the number of lines to move, instead of using the window's height.
8568         * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
8569         to stop reading, even if the form read sets point to a different
8570         value when evaluated.
8572         * xdisp.c (display_line): Fix code deciding in which line to
8573         put the cursor.
8575 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
8577         * fileio.c (e_write): Free composition data if stored in
8578         coding->cmp_data.
8580 2000-06-06  Gerd Moellmann  <gerd@gnu.org>
8582         * xdisp.c (display_line): Set row's and iterator's
8583         starts_in_middle_of_char_p and ends_in_middle_of_char_p flags.
8584         Set cursor even if row ends in the middle of a character.
8585         (dump_glyph_row): Print values of new flags.
8586         (redisplay_window) <cursor movement in unchanged window>: When
8587         point has been moved forward, and PT is at the end of the cursor
8588         row, don't place the cursor in the next row if the cursor row ends
8589         in the middle of a character or at ZV.
8591         * dispextern.h (struct it): Add starts_in_middle_of_char_p.
8592         (struct glyph_row): Add starts_in_middle_of_char_p and
8593         ends_in_middle_of_char_p.
8594         (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's
8595         ends_in_middle_of_char_p flag.
8596         (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise.
8598         * term.c (append_glyph): Revert change of 2000-06-06.
8600         * xdisp.c (display_line): Revert change of 2000-06-06.  Treat
8601         padding glyph not fitting on line as whole character not
8602         fitting on line.
8604         * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
8605         this isn't true for images with `:ascent 100'.
8607 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
8609         * buffer.c (Fset_buffer_multibyte): Don't make the current buffer
8610         as modified if it is originally unmodified.
8612         * term.c (encode_terminal_code): Change the way to check if
8613         terminal coding does any conversion.
8614         (append_glyph): Set glyph->pixel_width correctly.
8616         * xdisp.c (display_line): While checking line continuation, pay
8617         attention to a padding glyph.
8619 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
8621         * xdisp.c (redisplay_window): Always use set_buffer_internal_1.
8623 2000-06-05  Dave Love  <fx@gnu.org>
8625         * xdisp.c: Include fontset.h.
8627         * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned.
8629         * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
8631         * dispnew.c: Conditionally include term.h.
8633         * coding.h: Declare code_convert_string_norecord.
8635         * frame.h (struct frame): Use volatile unconditionally.
8637         * buffer.h: Remove Vbefore_change_function, Vafter_change_function.
8639         * xmenu.c (menu_item_selection): Declare volatile unconditionally.
8641         * systime.h: Protect against multiple inclusion.
8642         (timezone) [USG5_4]: Define as time_t.
8644         * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
8645         (Foptimize_char_table, make_temp_name): Declare.
8647         * Makefile.in (xdisp.o): Depend on fontset.h.
8649         * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
8651         * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
8652         (Foptimize_char_table, make_temp_name): Declare.
8654         * s/irix4-0.h:
8655         * s/irix5-0.h:
8656         * s/netbsd.h: Don't define autoconfiscated MATHERR.
8658 2000-06-02  Dave Love  <fx@gnu.org>
8660         * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
8662 2000-06-02  Gerd Moellmann  <gerd@gnu.org>
8664         * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
8665         result face, set flags in that face indicating that colors may not
8666         be freed.
8668         * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
8669         glyph, use the ASCII NUL character to determine the face.
8671 2000-06-02  Dave Love  <fx@gnu.org>
8673         * sysdep.c: Conditionally include stdlib.h, unistd.h.
8674         (VFORK_RETURN_TYPE): Remove.
8676         * config.in: Add NO_MATHERR.
8678 2000-06-01  Dave Love  <fx@gnu.org>
8680         * cmds.c (internal_self_insert): Don't check
8681         Vbefore_change_function, Vafter_change_function.
8683         * insdel.c (signal_before_change, signal_after_change): Likewise.
8685         * buffer.c (Vbefore_change_function, Vafter_change_function):
8686         Variables and their initializations deleted.
8688         * callint.c (Fcall_interactively): Doc fix.
8690         * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern.
8692 2000-05-31  Dave Love  <fx@gnu.org>
8694         * textprop.c: Revert last change -- duplicated.
8696 2000-05-31  Gerd Moellmann  <gerd@gnu.org>
8698         * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put
8699         in #if 0.
8701         * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
8703 2000-05-31  Jason Rumney  <jasonr@gnu.org>
8705         * search.c (Fre_search_forward, Fre_search_backward)
8706         (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs.
8708         * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil.
8710 2000-05-30  Jason Rumney  <jasonr@gnu.org>
8712         * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros.
8713         [WINDOWSNT]: Add extern for Vw32_system_coding_system.
8715         * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type member.
8717         * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog.
8718         (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to
8719         expand a nil default_filename.
8721         * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window
8722         pointer to glyph_to_pixel_coords, not a frame.
8724         * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and
8725         coding.h to dependencies.
8727         * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p.
8729         * w32console.c (glyph_to_pixel_coords): Change first parameter to
8730         window pointer to be consistent with w32term.c and xterm.c.
8732         * w32fns.c: Format and doc changes to bring closer to xfns.c.
8733         (VIETNAMESE_CHARSET): Define if not defined in system headers.
8734         (Qline_spacing, Qcenter): New variables.
8735         (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c.
8736         (x_set_line_spacing): New function.
8737         (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT macros.
8738         (x_specified_cursor_type): New function.
8739         (x_set_cursor_type): Use it.
8740         (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar
8741         and icon strings.
8742         (validate_x_resource_name, x_get_resource_string): Measure lengths
8743         of external strings in bytes.
8744         (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling
8745         GetTextExtentPoint32 with NULL title.
8746         (Fx_create_frame): Initialize Qline_spacing.
8747         (w32_load_system_font): Initialize font->double_byte_p.
8748         (x_to_w32_charset): Use Vw32_charset_info_alist.
8749         (Image, busy cursor, tooltip functions): Merged changes from
8750         xfns.c. Not yet functional on Windows.
8752         * w32gui.h (W32FontStruct): Add double_byte_p member.
8754         * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant.
8755         (emacs_button_translation): Use it.
8756         (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit
8757         in `mask' to be set.
8759         * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on
8760         menu strings.
8762         * w32term.c: Format and doc changes to bring closer to xterm.c.
8763         (w32_char_font_type): New enum.
8764         (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c.
8765         (w32_per_char_metric): Use w32_char_font_type instead of unicode_p.
8766         (w32_encode_char): New function.
8767         (x_encode_char): Removed.
8768         (x_get_glyph_and_face_encoding): Use w32_encode_char in place of
8769         x_encode_char and w32_font_is_double_byte.
8770         (x_produce_image_glyph): Use image_ascent.
8771         (x_produce_glyphs): Use new version of w32_per_char_metric and
8772         handle NULL return value. Allow extra line spacing.
8773         (W32_TEXTOUT): Distinguish between Unicode and DBCS text.
8774         (w32_get_glyph_overhangs): Remove unicode_p param. Use
8775         w32_font_type member of glyph instead.
8776         (x_draw_glyph_string): Draw underline and strike-out for BDF fonts.
8777         (fast_find_position): Make sure not to consider rows not visible
8778         in the window.
8779         (w32_read_socket) [WM_MENUSELECT]: Cannot call
8780         w32_menu_display_help with input blocked, as it can abort.
8781         (x_display_and_set_cursor): Choose cursor depending
8782         on buffer-local value of cursor_type.
8783         (x_draw_bar_cursor): Add parameter WIDTH.
8785         * w32term.h (CP_DEFAULT): Define.
8786         (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
8788 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
8790         * search.c (Fre_search_forward, Fre_search_backward)
8791         (Fposix_search_backward, Fposix_search_forward): Doc fix.
8793 2000-05-30  Kenichi Handa  <handa@etl.go.jp>
8795         * coding.c (detect_coding_iso2022): Fix code for checking
8796         CODING_CATEGORY_MASK_ISO_8_2.
8798 2000-05-29  Stefan Monnier  <monnier@cs.yale.edu>
8800         * regex.c (PREFETCH_NOLIMIT): New function.
8801         (re_match_2_internal): Use it and adjust the end_match_2 logic.
8803 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
8805         * syntax.c (find_defun_start): Move test for
8806         open_paren_in_column_0_is_defun_start outside of the loop.
8808         * xdisp.c (redisplay_window): Really switch buffers when
8809         displaying mode lines, and temporarily set selected_frame to the
8810         frame of the window that's redisplayed.
8812         * xfaces.c (free_realized_faces): Block/unblock input.
8813         (free_realized_multibyte_face): Ditto.
8815 2000-05-29  Dave Love  <fx@gnu.org>
8817         * textprop.c (Qkeymap): New variable.
8818         (syms_of_textprop): Intern it.
8820         * keymap.c: Include intervals.h.
8821         (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.
8823         * Makefile.in (keymap.o): Depend on intervals.h.
8825         * keyboard.c (menu_bar_items, tool_bar_items)
8826         (Fexecute_extended_command): Deal with `keymap' property.
8827         (read_key_sequence): Track map from `keymap' property as well as
8828         `local_map'.
8830         * intervals.c (get_local_map): Extra arg to allow looking for
8831         `keymap' too.
8833         * intervals.h (map_property): New enum.
8834         (get_local_map): Extra arg using it.
8835         (Qkeymap): Declare.
8837         * lisp.h (get_local_map): Don't declare here.
8839 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
8841         * Makefile.in (callproc.o): Depend on composite.h.
8843         * callproc.c: Include composite.h.
8844         (Fcall_process): Handle composition correctly.
8846         * coding.h (coding_allocate_composition_data): Extern it.
8847         (coding_restore_composition): Likewise.
8849         * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not
8850         yet allocated, finish decoding with result
8851         CODING_FINISH_INSUFFICIENT_CMP.
8852         (coding_allocate_composition_data): Make it non-static.
8853         (coding_restore_composition): Likewise.
8855 2000-05-29  Eli Zaretskii  <eliz@is.elta.co.il>
8857         * charset.c (syms_of_charset): Revert last change.
8859 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8861         * term.c (produce_glyphs): Treat characters from the eight-bit-*
8862         charsets as unibyte, with 1-column screen width.  Sent by Kenichi
8863         Handa.
8865 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
8867         * charset.c (syms_of_charset): Set width of character sets
8868         eight-bit-control and eight-bit-graphic to 1 column.
8870 2000-05-26  Gerd Moellmann  <gerd@gnu.org>
8872         * config.in (HAVE_SPEED_T): New define.
8874         * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as
8875         `extern speed_t'.
8877 2000-05-26  Dave Love  <fx@gnu.org>
8879         * coding.c (shrink_decoding_region): Initialize eol_conversion.
8881         * data.c (Qsubrp, Qmany, Qunevalled): New variables.
8882         (Fsubr_arity): New function.
8883         (syms_of_data): Install them.
8885 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
8887         * charset.c (init_charset_once): Set the table bytes_by_char_head
8888         correctly.
8890         * fontset.c (syms_of_fontset): Adjust the font name for ascii of
8891         the default fontset to what Emacs uses by default.
8892         (check_registry_encoding): This function deleted.
8893         (Fset_fontset_font): Remove the adhoc condition for the default
8894         fontset.  Allow cons in FONTNAME.
8896         * fns.c (map_char_table): Ignore char-table entries for
8897         charsets eight-bit-control and eight-bit-graphic.
8899 2000-05-25  Ken Raeburn  <raeburn@gnu.org>
8901         * emacs.c (main): Initialize keyboard syms before initializing
8902         window code, so face names are available.
8904 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
8906         * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case
8907         of an anchor at the beginning of a shy-group.
8909 2000-05-25  Gerd Moellmann  <gerd@gnu.org>
8911         * xdisp.c (handle_invisible_prop): Don't try to skip over
8912         invisible text if end of text is already reached.
8914 2000-05-25  Dave Love  <fx@gnu.org>
8916         * xdisp.c (Fdump_glyph_matrix): Declare the arg.
8918         * coding.c (encode_eol): Add null statement after label.
8920 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
8922         * w16select.c (Fw16_set_clipboard_data): Fix the change from
8923         2000-05-20.
8925 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
8927         * ccl.c (ccl_driver): Fix previous change.
8929 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
8931         * coding.c (run_pre_post_conversion_on_str): Set point to the
8932         beginning of buffer before calling coding->post_read_conversion.
8933         (decode_coding_string): Give correct args to
8934         run_pre_post_conversion_on_str.
8935         (encode_coding_string): Likewise.
8937         * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
8938         <CCL_WriteMultibyteChar2>:  Handle charsets eight-bit-control and
8939         eight-bit-graphic correctly.
8941 2000-05-24  Kenichi HANDA  <handa@etl.go.jp>
8943         * fileio.c (Finsert_file_contents): Even if a file is not found,
8944         execute codes for setting up coding system.  Call
8945         after-insert-file-functions unconditionally.
8947 2000-05-24  Gerd Moellmann  <gerd@gnu.org>
8949         * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and
8950         BSD_PGRPS are not defined.
8952 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
8954         * charset.c (update_charset_table): Accept nil in LONG_NAME and
8955         DESCRIPTION.
8956         (syms_of_charset): Avoid building same strings.
8958 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
8960         * lread.c (Fload): Add a comment about the meaning of
8961         Vuser_init_file being t.
8963         * puresize.h (BASE_PURESIZE): Increase to 675000.
8965         * s/gnu-linux.h (setpgrp): Don't define it here because this
8966         prevents compilation on GNU/Linux systems with glib 2.2.
8968         * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define
8969         as setpgid.
8971 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
8973         * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc,
8974         dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS
8975         version.
8976         (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
8978 2000-05-23  Kenichi Handa  <handa@etl.go.jp>
8980         * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
8982         * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1.
8984         * term.c (encode_terminal_code): Set coding->src_multibyte properly.
8986         * coding.c (encode_eol): Fix a bug of DOS style EOL encoding.
8988 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
8990         * keyboard.c (read_char): Allow character codes 128..255 to be
8991         handled by input-method-function.
8993         * insdel.c (adjust_markers_for_replace): Fix previous change.
8994         (adjust_after_replace): If PREV_TEXT is nil, call
8995         adjust_markers_for_insert, not adjust_markers_for_replace.
8997 2000-05-20  NIIBE Yutaka  <gniibe@mri.co.jp>
8999         * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
9000         (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
9001         [HAVE_GRANDPT]: Define.
9002         (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
9004         * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined
9005         like SYSV_PTYS.
9007         * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines.
9009         * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h.
9011 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
9013         The following changes are to handle 8-bit characters in a
9014         multibyte buffer/string without facing with byte combining
9015         problem.  Two new charsets eight-bit-control (for 0x80..0x9F) and
9016         eight-bit-graphic (for 0xA0..0xFF) are introduced.
9018         * Makefile.in (fns.o): Depend on charset.h.
9020         * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte,
9021         convert it to unibyte.
9022         (make_string): Use parse_str_as_multibyte, not chars_in_text.
9024         * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a
9025         apparent char boundary.
9026         (Fset_buffer_multibyte): Convert 8-bit characters in the range
9027         0x80..0x9F to/from multibyte form.
9029         * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it
9030         to unibyte.
9032         * callproc.c (Fcall_process): Always encode an argument string if
9033         it is multibyte.  Setup src_multibyte and dst_multibyte members of
9034         process_coding properly.
9036         * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not
9037         SPLIT_NON_ASCII_CHAR.
9039         * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters
9040         as is.
9041         (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR.
9043         * charset.c (Qeight_bit_control, Qeight_bit_graphic): New variables.
9044         (SPLIT_CHARACTER_SEQ): This macro deleted.
9045         (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is valid.
9046         (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control
9047         and eight-bit-graphic.
9048         (char_to_string): Likewise.  Signal an error for too large
9049         character code.
9050         (char_printable_p): Return 0 for 8-bit characters.
9051         (update_charset_table): Update iso_charset_table only when a final
9052         character is non-negative.
9053         (find_charset_in_text): Renamed from find_charset_in_str.
9054         Arguments and return value changed.  Callers changed.
9055         (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can
9056         be -1 if CHARSET is used only internally.
9057         (Fmake_char_internal): Handle new charsets; eight-bit-control and
9058         eight-bit-graphic.
9059         (Fcharset_after): Simplified.
9060         (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.
9061         (char_bytes): Return 2 for chars of the range 0xA0..0xFF.
9062         (multibyte_chars_in_text): Simplified by assuming there's no
9063         invalid multibyte sequence.
9064         (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte)
9065         (str_as_unibyte): New functions.
9066         (Fstring): Simpified by assuming that byte combining never happens.
9067         (init_charset_once): Initialization for
9068         LEADING_CODE_8_BIT_CONTROL.
9069         (syms_of_charset): Intern and staticpro Qeight_bit_control and
9070         Qeight_bit_graphic.  Include them in Vcharset_list.  Make charsets
9071         eight-bit-control and eight-bit-graphic.
9073         * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL)
9074         (CHARSET_8_BIT_GRAPHIC): New macros.
9075         (SINGLE_BYTE_CHAR_P): Make it faster by using casting.
9076         (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT.
9077         (CHARSET_REVERSE_CHARSET): Likewise.
9078         (CHARSET_VALID_P): Handle new charsets; eight-bit-control and
9079         eight-bit-graphic.
9080         (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII.
9081         (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise.
9082         (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we
9083         encounter an invalid multibyte sequence.
9084         (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte
9085         sequence is always valid.
9086         (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted.
9087         (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New macros.
9088         (CHAR_STRING): For 8-bit characters, call char_to_string.
9089         (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version.  Assume
9090         multibyte sequence is always valid.
9091         (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise.
9092         (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte)
9093         (str_as_unibyte): Extern them.
9094         (BCOPY_SHORT): Fix a bug.
9095         (CHAR_LEN): This macro deleted.  Callers changed to use CHAR_BYTES.
9096         (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING.
9097         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro.
9098         (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer.
9100         * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to
9101         CODING_FINISH_INSUFFICIENT_SRC if there's not enough source.
9102         (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE)
9103         (EMIT_BYTES): New macros.
9104         (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII)
9105         (DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These
9106         macros deleted.
9107         (CHECK_CODE_RANGE_A0_FF): This macro deleted.
9108         (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to
9109         check the validity of multibyte sequence.
9110         (decode_coding_emacs_mule): New function.
9111         (encode_coding_emacs_mule): New macro.
9112         (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from
9113         the source.
9114         (DECODE_ISO_CHARACTER): Just return a character code.
9115         (DECODE_COMPOSITION_START): Set coding->result instead of result.
9116         (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use
9117         EMIT_CHAR to produced decoded characters.  Exit the loop only by
9118         macros ONE_MORE_BYTE or EMIT_CHAR.  Don't handle the case of last
9119         block here.
9120         (ENCODE_ISO_CHARACTER): Don't translate character here.  Produce
9121         only position codes for an invalid character.
9122         (encode_designation_at_bol): Return new destination pointer.  5th
9123         arg DSTP is changed to DST.
9124         (encode_coding_iso2022, decode_coding_sjis_big5): Get a character
9125         from the source by ONE_MORE_CHAR.  Don't handle the case of last
9126         block here.
9127         (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These
9128         macros deleted.
9129         (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
9130         (detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and
9131         TWO_MORE_BYTES to fetch a byte from the source.
9132         (encode_eol): Pay attention to coding->src_multibyte.
9133         (detect_coding, detect_eol): Preserve members src_multibyte and
9134         dst_multibyte.
9135         (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text.
9136         (encoding_buffer_size): Set magnification to 3 for all coding
9137         systems that require encoding.
9138         (ccl_coding_driver): For decoding, be sure that the result is
9139         valid multibyte sequence.
9140         (decode_coding): Initialize coding->errors and coding->result.
9141         For emacs-mule, call decode_coding_emacs_mule.  For no-conversion
9142         and raw-text, always call decode_eol.  Handle the case of last
9143         block here.  If not coding->dst_multibyte, convert the resulting
9144         sequence to unibyte.
9145         (encode_coding): Initialize coding->errors and coding->result.
9146         For emacs-mule, call encode_coding_emacs_mule.  For no-conversion
9147         and raw-text, always call encode_eol.  Handle the case of last
9148         block here.
9149         (shrink_decoding_region, shrink_encoding_region): Detect cases
9150         that we can't skip data more rigidly.
9151         (code_convert_region): Setup src_multibyte and dst_multibyte
9152         members of coding.  For decoding, if the buffer is multibyte,
9153         convert the source sequence to unibyte in advance.  For encoding,
9154         if the buffer is multibyte, convert the resulting sequence to
9155         multibyte afterward.
9156         (run_pre_post_conversion_on_str): New function.
9157         (code_convert_string): Deleted and divided into the following two.
9158         (decode_coding_string, encode_coding_string): New functions.
9159         (code_convert_string1, code_convert_string_norecord): Call one of
9160         above.
9161         (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of
9162         MAKE_NON_ASCII_CHAR.
9163         (Fset_terminal_coding_system_internal)
9164         (Fset_safe_terminal_coding_system_internal): Setup src_multibyte
9165         and dst_multibyte members.
9166         (init_coding_once): Initialize iso_code_class with new enum
9167         ISO_control_0 and ISO_control_1.
9169         * coding.h (enum iso_code_class_type): Member ISO_control_code is
9170         devided into ISO_control_0 and ISO_control_1.
9171         (struct coding_system): New members src_multibyte, dst_multibyte,
9172         errors, and result.  Delete member fake_multibyte.
9173         (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is
9174         nonzero.
9175         (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is
9176         nonzero.
9178         * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
9179         (Faset): Likewise.
9181         * editfns.c (Fformat): Be sure to convert 8-bit characters to
9182         multibyte form.
9183         (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte
9184         combining occurs.
9185         (Ftranspose_region): Delete codes for handling byte combining.
9187         * fileio.c (Finsert_file_contents): Setup src_multibyte and
9188         dst_multibyte members of coding.  On handling REPLACE on unibyte
9189         buffer, convert the result of decode_coding to unibyte.  On
9190         inserting into a mutibyte buffer, always call code_convert_region.
9191         (e_write): Setup coding->src_multibyte according to the
9192         multibyteness of the source (buffer or string).
9194         * fns.c (concat): Handle 8-bit characters correctly.
9195         (Fstring_as_unibyte): Be sure to make all 8-bit characters in
9196         unibyte in the result.
9197         (Fstring_as_multibyte): Be sure to make all 8-bit characters in
9198         valid multibyte form in the result.
9199         (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
9200         (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1
9201         return -1, signal an error.
9202         (base64_encode_1): New arg MULTIBYTE.  Get each character by
9203         CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero.  If a multibyte
9204         character is found, return -1.
9205         (Fbase64_decode_region): Delete codes for handling byte-combining.
9206         Treat each decoded byte as a unibyte character.
9207         (Fbase64_decode_string): Return unibyte string.
9208         (Fcompare_strings, concat, string_byte_to_char): Use
9209         FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off
9210         FETCH_STRING_CHAR_ADVANCE.
9211         (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
9212         (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE.
9214         * fontset.c (fontset_ref): Use SPLIT_CHAR instead of
9215         SPLIT_NON_ASCII_CHAR.
9216         (fontset_ref_via_base, fontset_set): Likewise
9218         * insdel.c (adjust_markers_for_record_delete): Deleted.
9219         (adjust_markers_for_insert): Argument changed.  Caller changed.
9220         (adjust_markers_for_replace): Likewise.
9221         (ADJUST_CHAR_POS, combine_bytes, byte_combining_error)
9222         (CHECK_BYTE_COMBINING_FOR_INSERT): Deleted.
9223         (copy_text): Delete unused local varialbe c_save.  For converting
9224         to multibyte, be sure to make all 8-bit characters in valid
9225         multibyte form.
9226         (count_size_as_multibyte): Handle 8-bit characters correctly.
9227         (insert_1_both, insert_from_string_1, insert_from_buffer_1)
9228         (adjust_after_replace, replace_range, del_range_2)
9229         [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs.
9230         (insert_1_both, insert_from_string_1, insert_from_buffer_1)
9231         (adjust_after_replace, replace_range, del_range_2) Delete codes for
9232         handling byte combining.
9233         (adjust_before_replace): Deleted.
9235         * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of
9236         SPLIT_NON_ASCII_CHAR.
9237         (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
9238         (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
9239         (Fkey_description): Likewise.
9241         * lread.c (read1): On reading multibyte string, be sure to make
9242         all 8-bit chararacters in valid multibyte form.
9243         (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
9245         * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
9246         unconditionally.
9248         * process.c (Fstart_process): GCPRO current_dir before calling
9249         Ffind_operation_coding_system.  Encode arguments here.
9250         (create_process): Don't encode arguments here.  Setup
9251         src_multibyte and dst_multibyte members of struct coding.
9252         (read_process_output): Setup src_multibyte and dst_multibyte
9253         members of struct coding.  If the output is to multibyte buffer,
9254         always decode the output of the process.  Adjust the
9255         representation of 8-bit characters to the multibyteness of the output.
9256         (send_process): Setup coding->src_multibyte according to the
9257         multibyteness of the source.
9259         * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
9260         (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and
9261         FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately.
9263         * term.c (produce_special_glyphs): Use CHAR_BYTES instead of CHAR_LEN.
9265         * w16select.c (Fw16_set_clipboard_data): Setup members
9266         src_multibyte and dst_multibyte of coding.  Adjusted for the
9267         change for find_charset_in_str.
9268         (Fw16_get_clipboard_data): Likewise.
9270         * w32fns.c (w32_to_x_font): Setup members src_multibyte and
9271         dst_multibyte of coding.
9272         (x_to_w32_font): Likewise.
9274         * w32select.c (Fw32_set_clipboard_data): Setup members
9275         src_multibyte and dst_multibyte of coding.  Adjusted for the
9276         change for find_charset_in_str.
9277         (Fw32_get_clipboard_data): Likewise.
9279         * xdisp.c (get_next_display_element): Handle 8-bit characters
9280         correctly.
9281         (next_element_from_display_vector): Use CHAR_BYTES instead of CHAR_LEN.
9282         (disp_char_vector): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
9284         * xselect.c (selection_data_to_lisp_data): Setup members
9285         src_multibyte and dst_multibyte of coding.  Adjusted for the
9286         change for find_charset_in_str.
9287         (lisp_data_to_selection_data): Likewise.
9289 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
9291         * buffer.c (Fbury_buffer): Avoid trouble from burying a killed buffer.
9293         * dispextern.h (Vimage_types): Add extern declaration.
9295         * xdisp.c (Vimage_types): Moved here from xfns.c.
9296         (syms_of_xdisp): Move `image-types' variable here from xfns.c.
9298         * xfns.c (Vimages_types): Moved to xdisp.c.
9299         (syms_of_xfns): Move `image-types' to xdisp.c.
9301         * w32fns.c (Vimage_types): Removed.
9302         (syms_of_w32fns): Remove `image-types'.
9304 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
9306         * fns.c (map_char_table): Pay attention to character number of
9307         charset.  Check the validity of charset at the first level.   For
9308         leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
9309         the default value.
9311         * fontset.c: Include "buffer.h".
9312         (fs_load_font): If the face has fontset, record the face ID in
9313         that fontset.
9314         (Finternal_char_font): New function.
9315         (accumulate_font_info): New function.
9316         (Ffontset_info): Rewritten for the new fontset implementation.
9317         (syms_of_fontset): Register Vdefault_fontset in the first element
9318         of Vfontset_table.  Include Vdefault_fontset in
9319         Vfontset_alias_alist.  Declare `internal-char-font' as a Lisp
9320         function.
9322 2000-05-16  Dave Love  <fx@gnu.org>
9324         * m/iris5d.h: Deleted -- unused.
9326 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
9328         * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term
9329         `invalid' instead of `illegal'.
9331         * indent.c (Fmove_to_column): When ending within a tab, insert
9332         spaces first so that markers at the end of the tab get adjusted.
9334         * frame.c (frames_bury_buffer): Don't add a buffer to the frame's
9335         buffer list that wasn't selected in that frame.
9337         * filelock.c (get_boot_time): To obtain an 8 char file name, which
9338         is needed on mescaline, use a 2 char prefix, and call
9339         make_temp_name with second arg non-zero.
9341         * fileio.c (make_temp_name): New function, extracted from
9342         Fmake_temp_name.
9343         (Fmake_temp_name): Use it.
9345 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
9347         * window.c (coordinates_in_window): Subtract 1 when computing right_x.
9349 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
9351         * Makefile.in (lisp): Add env.elc.
9353         * callproc.c (Fgetenv_internal): Renamed from Fgetenv.
9355 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
9357         * search.c (Freplace_match): Handle case of `\N' in the
9358         replacement when there's no group N.
9360 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9362         * xdisp.c (add_to_log): Don't pass the terminating NUL byte
9363         of the message to message_dolog.
9365         * keyboard.c (read_char): Don't clear current message for help
9366         events; let the code handling help events handle this.  Change
9367         code detecting help events that should be ignored.
9369         * xdisp.c (handle_single_display_prop): Don't try to set PT if
9370         we're interating over a string.
9372 2000-05-09  Dave Love  <fx@gnu.org>
9374         * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to
9375         that offset before writing.  Move gcpro region past call of
9376         Ffile_regular_p.
9378 2000-05-04  Dave Love  <fx@gnu.org>
9380         * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix.
9382 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
9384         * insdel.c (insert_from_buffer_1): Adjust FROM position by number
9385         of inserted characters when BUF equals the current buffer, and PT
9386         is in front of or equal to FROM.
9388 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
9390         * xdisp.c (handle_single_display_prop): If display property value
9391         is invalid, or something not supported on the frame, restore
9392         iterator's position to what it was initially.  Make sure to return
9393         0 for invalid and unsupported property values.
9395         * xterm.c (x_produce_glyphs) <composite chars>: Handle case
9396         that x_per_char_metric returns null.
9398 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
9400         * xterm.h (struct face): Add forward declaration.
9401         (struct image): Ditto.
9402         (image_ascent): Add prototype.
9404         * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
9405         (x_draw_image_relief, x_draw_image_foreground_1): Call function
9406         image_ascent instead of using IMAGE_ASCENT.
9408         * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro.
9409         (IMAGE_ASCENT): Removed.
9411         * xfns.c (Qcenter): New variable.
9412         (enum image_value_type): Add IMAGE_ASCENT_VALUE.
9413         (parse_image_spec): Handle IMAGE_ASCENT_VALUE.
9414         (image_ascent): New function.
9415         (lookup_image): Recognize `:ascent center'.
9416         (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
9417         (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
9418         (xbm_load): Don't set image's ascent here.
9419         (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p)
9420         (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't
9421         check ascent values here.
9422         (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed.
9423         (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions.
9424         (syms_of_xfns): Initialize Qcenter.
9426         * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near
9427         to the limits, increase the limits.
9429 2000-05-01  Kenichi Handa  <handa@etl.go.jp>
9431         * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII.
9432         Check Vfont_encoding_alist against the full name of the opened font.
9434 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
9436         * xdisp.c (make_cursor_line_fully_visible): Handle case of rows
9437         taller than the window.
9439 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
9441         * xfaces.c (realize_x_face): Fix the argument of the second
9442         xassert.  BASE_FACE may not be a face for ASCII.
9444 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
9446         * print.c (print_object): Treat print-length < 0 as nil.
9448         * Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
9450         * s/freebsd.h (TERMCAP_OBJ): Removed.
9451         (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
9453         * lread.c (read1): Don't treat period followed by certain
9454         characters as symbol start.
9456         * xfns.c (slurp_file): New function.
9457         (xbm_image_p): Handle case of in-memory XBM files.
9458         (xbm_scan): Rewritten to work on memory buffers instead of files.
9459         (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
9460         Work on memory buffers instead of files.  If DATA is null test
9461         if buffer looks like an in-memory XBM file.
9462         (xbm_load_image): Renamed from xbm_load_image_file.  Work on
9463         memory buffers instead of files.
9464         (xbm_file_p): New function.
9465         (xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
9467         * lread.c (end_of_file_error): New function.
9468         (read1): Call it instead of signaling `end-of-file' directly.
9470         * print.c (print_error_message): Print data of `end-of-file'
9471         with Fprinc instead of Fprin1.
9473 2000-04-26  Ken Raeburn  <raeburn@gnu.org>
9475         * window.c (freeze_window_start): Check that minibuffer scroll
9476         window isn't nil before extracting the window structure pointer
9477         from it.
9479         * undo.c (record_delete): If we hit the end of the undo list, stop
9480         picking elements apart.
9482 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
9484         * xdisp.c (display_line): If lines are continued, restore
9485         iterator's ascent/descent information to the values before the
9486         first glyph not fitting on the line.
9488 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
9490         * xdisp.c (try_window_id) <all changes above window start>: Adjust
9491         positions in glyph matrix.  Don't compute new window end positions.
9493         * dispnew.c (increment_matrix_positions): Renamed from
9494         increment_glyph_matrix_buffer_positions.
9495         (increment_row_positions): Renamed from
9496         increment_glyph_row_buffer_positions.
9498         * dispextern.h: Change names of renamed functions from dispnew.c
9499         in prototypes.
9501 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
9503         * fileio.c (Fdo_auto_save): Create directories for auto-save
9504         list file if necessary.
9506         * xdisp.c (init_iterator): Set iterator's extra_line_spacing
9507         from buffer or frame.
9508         (automatic_hscrolling_p): New variable.
9509         (hscroll_windows): Scroll windows horizontally only if automatic
9510         hscrolling is allowed.
9511         (syms_of_xdisp): New variable `automatic-hscrolling'.
9513         * frame.h (struct frame): Add member extra_line_spacing.
9515         * xfns.c (x_set_line_spacing): New function.
9516         (Fx_create_frame): Set line spacing from resources.
9517         (Qline_spacing): New variable.
9518         (syms_of_xfns): Initialize Qline_spacing.
9520         * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'.
9522         * buffer.c (init_buffer_once): Handle extra_line_spacing.
9523         (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
9524         (reset_buffer): Don't initialize extra2 and extra3.  Initialize
9525         extra_line_spacing from default value.
9526         (init_buffer_once): Initialize default value of extra_line_spacing.
9528         * buffer.h (struct buffer): Add extra_line_spacing, remove extra2
9529         and extra3.
9531         * xterm.c (x_produce_glyphs): Remove reference to struct it's
9532         prompt_width.  Add extra line spacing.
9534         * term.c (produce_glyphs): Remove reference to struct it's
9535         prompt_width.
9537         * dispextern.h (struct it): Remove member prompt_width, add
9538         extra_line_spacing.
9540 2000-04-22  Gerd Moellmann  <gerd@gnu.org>
9542         * dispnew.c (update_frame_line): When writing a whole line, make
9543         sure cursor is in the right row afterwards, otherwise a use of
9544         capability `ch' in cmgoto might leave the cursor in the row below.
9546 2000-04-21  Gerd Moellmann  <gerd@gnu.org>
9548         * lisp.h (struct Lisp_Buffer_Cons): Remove.
9550         * keyboard.c (timer_check): Fix typo in comment.
9552 2000-04-21  Kenichi Handa  <handa@etl.go.jp>
9554         * fontset.c (Fset_fontset_font): Fix docstring.  Local variable
9555         name change: ch -> character.
9557 2000-04-20  Gerd Moellmann  <gerd@gnu.org>
9559         * keyboard.c (echo_message_buffer): New variable.
9560         (echo_now): Set echo_message_buffer to the echo area buffer used
9561         to display the echo.
9562         (cancel_echoing): Reset echo_message_buffer to nil.
9563         (read_char): Code rewritten that handles canceling an echo or
9564         echoing a dash, respectively.
9566         * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
9567         directory doesn't exist.
9569 2000-04-19  Dave Love  <fx@gnu.org>
9571         * fns.c (syms_of_fns): Defsubr mapc.
9572         (concat): Don't allow numeric args.
9573         (Fconcat): Doc change.
9575 2000-04-19  Stefan Monnier  <monnier@cs.yale.edu>
9577         * regex.c (re_match_2_internal): Don't shorten the strings anymore,
9578         instead define end_match(1|2) more carefully.
9579         Use GET_CHAR_BEFORE_2 for `begline'.
9581 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
9583         * frame.h (SELECTED_FRAME): Change definition to compile cleanly
9584         on 64-bit systems where NULL is defined as `0'.
9586         * xdisp.c (with_echo_area_buffer): Add more `int' parameters for
9587         the `variable argument list' to make it work on Alpha.
9589         * m/alpha.h (_LP64) [!_LP64]: Define.
9590         (ORDINARY_LINK): Define for NetBSD.
9592         * m/macppc.h (ORDINARY_LINK): Define for NetBSD.
9594 2000-04-19  Dave Love  <fx@gnu.org>
9596         * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14
9597         change.
9599         * Makefile.in (LIBS): Don't use.
9600         (GETLOADAVG_OBJ): Define again.
9601         (otherobj): Add GETLOADAVG_OBJ.
9603         * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
9605 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
9607         * lread.c (read_filtered_event): Cancel and start busy cursor.
9609         * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account
9610         that the per-character metrics may be null.
9612 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
9614         * buffer.c (clone_per_buffer_values): New function.
9615         (Fmake_indirect_buffer): Add optional argument CLONE.  Call
9616         clone_per_buffer_values if CLONE is not nil.
9618         * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
9620 2000-04-16  Dave Love  <fx@gnu.org>
9622         * Makefile.in: Remove obsolete localcpp stuff.
9623         (GETLOADAVG_OBJ): Don't define.
9624         (obj): Move LIBOBJS...
9625         (otherobj): ... to here.
9626         (MSDOS_OBJ): Convert to make variable -- preprocessing zapped
9627         whitespace-only lines after the continuation (Irix).
9629 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
9631         * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors.
9633         * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
9635 2000-04-14  Dave Love  <fx@gnu.org>
9637         * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
9638         * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
9639         * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
9640         * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
9641         NLIST_STRUCT.
9643         * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
9644         autoconfiscated HAVE_GETLOADAVG.
9646         * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
9647         BROKEN_MKTIME.
9649 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
9651         * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
9652         (fill_in_lock_file_name): Avoid existing files that aren't links.
9654 2000-04-14  Dave Love  <fx@gnu.org>
9656         * Makefile.in (LIBS, LIBOBJS): New variable.
9657         (INTERVAL_SRC): Convert to make variable.
9658         (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
9659         (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
9660         (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
9661         add LIBOBJS.
9662         (SOME_MACHINE_OBJECTS): Remove interval stuff.
9663         (lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
9664         (shortlisp): Add facemenu, float-sup, frame.
9665         (SOME_MACHINE_LISP): Remove them from here.
9666         (LIBES): Change unused LDLIBS to autoconf LIBS.
9668         * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
9670 2000-04-14  Kenichi Handa  <handa@etl.go.jp>
9672         * composite.c (update_compositions): If FROM and TO are not in a
9673         valid range, do nothing.
9675 2000-04-13  Gerd Moellmann  <gerd@gnu.org>
9677         * tparam.c (tparam1): Abort when encountering an unknown `%'-specifier.
9679         * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as terminfo.o.
9681         * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
9682         as TERMCAP_OBJ.
9684 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
9686         * fileio.c (a_write): Remove redundant semi-colons.
9687         (e_write): Return -1 if failed to write all the data.
9688         This fixes the changes made at 1999-12-15.
9690 2000-04-12  Dave Love  <fx@gnu.org>
9692         * fns.c (mapcar1): Test for null vals to support mapc.
9693         (Fmapc): New function.
9695 2000-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
9697         * msdos.c (NUM_MOUSE_BUTTONS): Define.
9698         (IT_frame_up_to_date): Support the buffer local value of
9699         cursor-type, if defined.
9701 2000-04-10  Dave Love  <fx@gnu.org>
9703         * editfns.c (preceding-char, following-char): Doc fix.
9705 2000-04-10  Ken Raeburn  <raeburn@gnu.org>
9707         * Makefile.in (temacs): Revert 2000-03-12 change.
9709 2000-04-10  Jason Rumney  <jasonr@gnu.org>
9711         * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.
9713 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
9715         * xdisp.c (setup_echo_area_for_printing): Choose an echo
9716         area buffer, if it's not set up yet.
9718         * indent.c (compute_motion): Set immediate_quit.
9720 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
9722         * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New variable.
9723         (realize_tty_face): Suppress boldness if colors are the inverse of
9724         the default colors, and tty_suppress_bold_inverse_default_colors_p
9725         is set.
9726         (Ftty_suppress_bold_inverse_default_colors): New function.
9727         (syms_of_xfaces): Defsubr it.
9729         * buffer.c (Frestore_buffer_modified_p): New function.
9730         (syms_of_buffer): Defsubr it.
9732 2000-04-08  Ken Raeburn  <raeburn@gnu.org>
9734         * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
9735         charset id (int) argument, not a charset (Lisp_Object).
9737         * coding.h (code_convert_string): Declare.
9738         * coding.c (code_convert_string_norecord): Pass an int, not a lisp
9739         object, as the fourth argument to code_convert_string.
9741         * fontset.c (make_fontset_for_ascii_face): Use XINT on return value.
9742         (Fset_fontset_font): Use EQ to compare lisp objects.
9744 2000-04-05  Ken Raeburn  <raeburn@gnu.org>
9746         * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for
9747         a pointer that looks like a lisp object.
9748         (SET_INTERVAL_OBJECT): Don't explicitly compare the object with
9749         zero, instead see whether it's an integer object, since they can't
9750         have intervals.
9751         (GET_INTERVAL_OBJECT): Simply assign to the destination.
9753         * dispnew.c (allocate_matrices_for_frame_redisplay)
9754         (direct_output_forward_char): Use X(U)INT and make_number as needed
9755         to convert between (unsigned) int values and lisp integers.
9756         * keyboard.c (read_key_sequence): Likewise.
9757         * lread.c (substitute_object_recurse): Likewise.
9758         * fns.c (concat, hash_lookup, hash_remove): Likewise.
9759         * minibuf.c (do_completion, Fminibuffer_complete_word)
9760         (Fminibuffer_completion_help): Likewise.
9761         * term.c (produce_special_glyphs): Likewise.
9763         * fileio.c (Fwrite_region): Use EQ when comparing lisp objects.
9764         * print.c (print_preprocess, print_object): Likewise.
9766         * search.c (compile_pattern): Use NILP when checking for nil.
9768         * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 &&
9769         __OPTIMIZE__]: Provide a GNU C macro version that handles
9770         lisp-object unions.
9771         (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type
9772         field, to better cope with ENABLE_CHECKING and calls that modify a
9773         Lisp_Object using its old value.
9775 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
9777         * window.c (compare_window_configurations): Signal an error
9778         if parameters C1 or C2 aren't window configurations.
9780         * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
9781         AFTER_POTENTIAL_GC calls around calls to functions that can
9782         signal an error and thus invoke the debugger.
9784 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
9786         * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal
9787         an error if decoding fails.
9789         * keyboard.c (lispy_mouse_names): Variable removed.
9790         (Vlispy_mouse_stem): New variable.
9791         (syms_of_keyboard): Initialize Vlispy_mouse_stem.
9792         (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
9793         for any mouse button number.  Increase size of mouse_syms and
9794         button_down_location as needed.  Call modify_event_symbol with
9795         different arguments.
9796         (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
9797         Call modify_event_symbol with different arguments.
9798         (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
9799         for any button number.  Call modify_event_symbol with different
9800         arguments.
9801         (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
9802         Accept a string for NAME_ALIST_OR_STEM.
9804         * lisp.h (larger_vector): Add prototype.
9806         * fns.c (larger_vector): Make externally visible.
9808         * termhooks.h (NUM_MOUSE_BUTTONS): Removed.
9810 2000-04-02  Stefan Monnier  <monnier@cs.yale.edu>
9812         * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
9813         (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros.
9814         (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when
9815         we are between str1 and str2.
9816         (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default.
9817         (PATFETCH): Use `TRANSLATE'.
9818         (PATFETCH_RAW): Fetch multibyte char if applicable.
9819         (PATUNFETCH): Remove.
9820         (regex_compile): Rely on PATFETCH to do most of the multibyte magic.
9821         When writing a char, write it directly into the pattern buffer rather
9822         than going needlessly through a temp char-array.
9823         (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the
9824         multibyte magic and remove the useless `#ifdef emacs'.
9825         (bcmp_translate): Don't compare as multibyte chars when in a unibyte
9826         buffer.
9828         * regex.h (struct re_pattern_buffer): Make field `multibyte'
9829         conditional on `emacs'.
9831         * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c.
9833 2000-04-01  Ken Raeburn  <raeburn@gnu.org>
9835         * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand
9836         non-union-type versions of XMARK and friends here, because XMARK
9837         and friends won't work on an integer field if NO_UNION_TYPE is not
9838         defined.
9839         (make_number): Define as a function if it's not defined as a macro.
9841         * composite.c (run_composite_function): Use NILP when checking for nil.
9842         (syms_of_composite): Delete local var NARGS, pass an int as first
9843         argument to Fmake_hash_table.
9845         * editfns.c (text_property_stickiness): Use NILP to test
9846         Lisp_Object boolean value.
9847         (Fmessage_or_box): Don't use NILP to test int variable.
9848         (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
9849         problems reading from and changing the same lisp value in an
9850         XSETSTRING call.
9852 2000-04-01  Gerd Moellmann  <gerd@gnu.org>
9854         * term.c (TN_no_color_video): New variable.
9855         (term_init): Intitialize TN_no_color_video.
9856         (enum no_color_bit): New enumeration.
9857         (MAY_USE_WITH_COLORS_P): New macro.
9858         (turn_on_face): Use it to determine if attributes may be used
9859         combined with colors.
9861 2000-04-01  Ken Raeburn  <raeburn@gnu.org>
9863         * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
9864         with int lvalues via casts; instead, just yield lisp object lvalues.
9865         (enlarge_window): Variable sizep now points to Lisp_Object.  Use
9866         proper accessor macros.
9867         (shrink_window_lowest_first): w->top is Lisp_Object; use XINT.
9868         (grow_mini_window): Fix typo getting int value of root->height.
9870         * xdisp.c (compute_string_pos): Fix order of arguments to
9871         string_pos_nchars_ahead.
9872         (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as
9873         count arg to variable-arg routines like Frun_hook_with_args and
9874         Fformat.
9875         (back_to_previous_visible_line_start)
9876         (build_desired_tool_bar_string): Pass Lisp_Object, not int, to
9877         fixed-arg routines like Fget_char_property and Fmake_string.
9878         (reconsider_clip_changes): Use XINT when comparing integer lisp
9879         objects, or passing them as int arguments.
9880         (mark_window_display_accurate, insert_left_trunc_glyphs)
9881         (append_space, extend_face_to_end_of_line): Use make_number when
9882         storing or passing integer values as lisp objects.
9883         (set_cursor_from_row, highlight_trailing_whitespace): Use
9884         INTEGERP, not implicit test against zero, for glyph object.
9885         (try_window_id): Don't use make_number when we want an int value.
9887         * xfaces.c (xlfd_symbolic_value): Make last argument a
9888         Lisp_Object, to be consistent with callers.
9889         (Fbitmap_spec_p): Use XINT to get numeric value of height.
9890         (lface_hash): Apply XFASTINT to lisp values before folding in.
9892         * xfns.c (Fx_show_tip): Use make_number to get lisp objects to
9893         fill in window width and height.  Pass an int, not a lisp object,
9894         as first arg to Finsert.
9896 2000-04-01  Gerd Moellmann  <gerd@gnu.org>
9898         * xfaces.c (realize_basic_faces): Block input while realizing
9899         the faces.
9901         * keyboard.c (lispy_mouse_names): Add additional mouse names.
9903         * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
9905 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
9907         * xterm.c (x_produce_glyphs): When displaying unibyte text
9908         or ASCII, handle case that per-char metric is null.
9910 2000-03-30  Ken Raeburn  <raeburn@gnu.org>
9912         * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
9914         * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW)
9915         (XSUBR, XBUFFER): Verify correct object type before returning
9916         pointer, using eassert.
9917         * frame.h (XFRAME): Likewise.
9919         * buffer.c (Frename_buffer, Fset_buffer_multibyte)
9920         (swap_out_buffer_local_variables, Fmove_overlay): Don't apply
9921         XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong type.
9922         * data.c (set_internal): Likewise.
9923         * dispextern.h (WINDOW_WANTS_MODELINE_P)
9924         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
9925         * fileio.c (auto_save_1): Likewise.
9926         * insdel.c (check_markers): Likewise.
9927         * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise.
9928         * undo.c (record_insert): Likewise.
9929         * vmsproc.c (child_sig): Likewise.
9930         * window.c (unshow_buffer, window_loop): Likewise.
9931         * xterm.c (x_erase_phys_cursor): Likewise.
9933 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
9935         * xfns.c (free_image_cache): Free the cache structure itself
9936         last, after all its members have been freed.
9938         * lisp.h (xstrdup): Add prototype.
9940         * alloc.c (xstrdup): Moved here from xfaces.c.
9941         (allocating_for_lisp): Variable removed.
9942         (lisp_malloc): Block input around the calls to malloc and mem_insert.
9944         * xfaces.c (realize_tty_face): Use find_symbol_value instead
9945         of Fsymbol_value.
9946         (xstrdup): Moved to alloc.c.
9948 2000-03-29  Ken Raeburn  <raeburn@gnu.org>
9950         * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
9952         * emacs.c (main): Fix sense of no-loadup test.
9954         * config.in (ENABLE_CHECKING): Undef.
9956         * lisp.h (struct interval): Replace "parent" field with a union of
9957         interval pointer and Lisp_Object; add new bitfield to use as
9958         discriminant.  Change other flag fields to bitfields.
9959         (CHECK): New macro for consistency checking.  If ENABLE_CHECKING
9960         is defined and the supplied test fails, print a message and abort.
9961         (eassert): New macro.  Use CHECK to provide an assert-like facility.
9963         * intervals.h (NULL_INTERVAL_P): Now applies only to real interval
9964         pointers; abort if the value looks like a lisp object.
9965         (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT)
9966         (SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT):
9967         Modify for new interval parent definition.
9969         * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE)
9970         (UNMARK_BALANCE_INTERVALS): Update references that need an
9971         addressable lisp object in the interval structure.
9972         (die): New function.
9973         (suppress_checking): New variable.
9975         * intervals.c (interval_start_pos): Just return 0 if there's no
9976         parent object.
9978 2000-03-29  Gerd Moellmann  <gerd@gnu.org>
9980         * lread.c (read1): Accept `.' (period) as symbol start like in CL
9981         and earlier Emacs versions.
9983         * keyboard.c (Ftop_level): Cancel busy-cursor.
9985         * eval.c (call_debugger): Cancel busy-cursor.
9987 2000-03-29  Kenichi Handa  <handa@etl.go.jp>
9989         * search.c (Freplace_match): Adjust multibyteness of the current
9990         buffer and NEWTEXT.  Free allocated memory before signaling an error.
9992 2000-03-28  Stefan Monnier  <monnier@cs.yale.edu>
9994         * regex.c (analyse_first): New function obtained by ripping out most
9995         of re_compile_fastmap and generalizing it a little bit so that it
9996         can also just return whether a given (sub)pattern can match the empty
9997         string or not.
9998         (regex_compile): Use `analyse_first' to decide whether the loop-check
9999         needs to be done or not for *, +, *? and +? (the loop check is costly
10000         for non-greedy repetition).
10001         (re_compile_fastmap): Delegate the actual work to `analyse_first'.
10003 2000-03-28  Dave Love  <fx@gnu.org>
10005         * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
10007         * alloc.c: Include stdio.h.  Test STDC_HEADERS, not __STDC__.
10009 2000-03-27  Stefan Monnier  <monnier@cs.yale.edu>
10011         * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as
10012         an expression.
10013         (enum re_opcode_t): Update description of succeed_n.
10014         (PATFETCH): Always define.
10015         (regex_compile): Use lookahead rather than PATUNFETCH (for repetition
10016         operators, char classes, shy-groups and intervals).
10017         Optimize special cases of intervals so as to only use succeed_n and
10018         jump_n when really needed.
10019         (re_compile_fastmap): Simplify handling of jump_n and succeed_n now
10020         that we don't have to handle the special cases any more.
10021         Simplify on_failure_jump handling as well.
10023 2000-03-28  Jason Rumney  <jasonr@gnu.org>
10025         * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT.
10027 2000-03-27  Gerd Moellmann  <gerd@gnu.org>
10029         * s/freebsd.h (GC_SETJMP_WORKS): Define.
10031         * s/msdos.h (GC_SETJMP_WORKS): Define.
10033         * alloc.c (mark_maybe_object): New function.
10034         (mark_memory): Use it.
10035         (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
10036         (setjmp_tested_p, longjmp_done): New variables.
10037         (test_setjmp): New function.
10038         (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
10039         (init_alloc): Initialize setjmp_tested_p and longjmp_done.
10041         * xdisp.c (face_before_or_after_it_pos): Pass multibyteness
10042         to DEC_TEXT_POS and INC_TEXT_POS.
10044         * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS
10045         with parameter MULTIBYTE_P.
10047         * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P.
10049         * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte
10050         buffers because it looks for multibyte character byte sequences
10051         which don't exist in unibyte text.
10053         * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
10055         * xfaces.c (register_color, unregister_color, unregister_colors)
10056         [DEBUG_X_COLORS]: New functions.
10057         (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
10059         * xfns.c (x_set_cursor_color): Get color reference counts right.
10061         * xterm.c (x_copy_color): New function.
10062         (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
10064         * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
10065         (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET.
10066         (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX.
10067         (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P.
10068         (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P.
10069         (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX.
10070         (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE.
10071         (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE.
10072         (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
10073         (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
10075         * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
10076         names for handling per-buffer variables.
10078         * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
10079         instead of MAX_BUFFER_LOCAL_VARS.
10080         (last_per_buffer_idx): Renamed from max_buffer_local_idx.
10082         * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
10084         * xfns.c (x_specified_cursor_type): New function.
10085         (x_set_cursor_type): Use it.
10087         * buffer.h (struct buffer): Add cursor_type.
10089 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
10091         * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
10092         (print_partial_compiled_pattern, re_compile_fastmap):
10093         Handle new opcode.
10094         (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
10095         (re_match_2_internal): Add code for on_failure_jump_nastyloop when
10096         executing it as well as when popping it off the stack to find infinite
10097         loops in non-greedy repetition operators.
10099 2000-03-26  Gerd Moellmann  <gerd@gnu.org>
10101         * doc.c (Qfunction_documentation): New variable.
10102         (syms_of_doc): Initialize Qfunction_documentation.
10103         (Fdocumentation): If FUNCTION is a symbol with non-nil
10104         `function-documentation' property, return a documentation derived
10105         from that.
10107         * buffer.c (syms_of_buffer): Add default-cursor-type.
10108         (init_buffer_once): Don't let cursor_type have a local value
10109         in every buffer.
10111         * xterm.c (x_display_and_set_cursor): Choose cursor depending
10112         on buffer-local value of cursor_type.
10113         (x_draw_bar_cursor): Add parameter WIDTH.
10115         * buffer.c (reset_buffer): Initialize buffer's cursor_type.
10116         (init_buffer_once): Set default cursor_type value to t.
10117         Mark cursor_type as local everywhere.
10118         (syms_of_buffer): New per-buffer variable cursor-type.
10120         * buffer.h (struct buffer): Remove member local_var_flags,
10121         add local_flags.
10122         (MAX_BUFFER_LOCAL_VARS): New macro.
10123         (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX)
10124         (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P)
10125         (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE)
10126         (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
10128         * print.c (print_object): Use new macros for per-buffer variables.
10130         * category.c (Fset_category_table): Use new macros for per-buffer
10131         variables.
10133         * buffer.c (buffer_permanent_local_flags): Make a char array.
10134         (max_buffer_local_idx): New variable.
10135         (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten
10136         for new handling of per-buffer variables.
10137         (buffer_slot_type_mismatch): Use new macros for per-buffer vars.
10138         (init_buffer_once): Initialize per-buffer vars differently.
10139         Set max_buffer_local_idx.
10141         * syntax.c (Fset_syntax_table): Use new macros for per-buffer
10142         variables.
10144         * lread.c (defvar_per_buffer): Use new macros for per-buffer variables.
10146         * data.c (do_symval_forwarding, store_symval_forwarding)
10147         (find_symbol_value, set_internal, default_value, Fset_default)
10148         (Fkill_local_variable, Flocal_variable_p): Use new macros for
10149         per-buffer variables.
10151         * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'.
10153 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
10155         * xterm.c (x_term_init): Unblock input around call1 of
10156         Qvendor_specific_keysyms.
10158         * syntax.c (open_paren_in_column_0_is_defun_start): New variable.
10159         (find_defun_start): Consider an open parenthesis in column 0
10160         a defun start only if open_paren_in_column_0_is_defun_start is set.
10161         (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
10163 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
10165         * eval.c (Fautoload): Add entry in load-history (if after dump).
10166         * lread.c (load-history): Update docstring.
10168 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
10170         * indent.c (Fvertical_motion): Always use the current buffer.
10171         Temporarily change the window's buffer, if necessary.
10173 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
10175         * xterm.c (fast_find_position): Make sure not to consider rows
10176         not visible in the window.
10178 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
10180         * regex.c (enum syntaxcode): Provide default for non-Emacs.
10181         (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
10183 2000-03-22  Jason Rumney  <jasonr@gnu.org>
10185         * w32menu.c (single_submenu): Set help string to NULL if none.
10186         (w32_menu_show): Set help string correctly.
10187         (add-menu-item): Set help string in MIIM_DATA for menu item.
10188         Load SetMenuItemInfoA explicitly.
10189         (w32_menu_display_help): New function.
10191         * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message.
10192         (QCdata): Moved to xdisp.c.
10194         * w32term.c (w32_read_socket): Handle WM_MENUSELECT message.
10195         (Vw32_charset_to_codepage_alist): Removed.
10196         (Vw32_charset_info_alist): New variable.
10197         (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312)
10198         (chinesebig5, oem, easteurope, turkish, baltic, russian, arabic)
10199         (greek, hebrew, thai, johab, mac, unicode]): New symbols.
10200         (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
10201         with TODO comment.
10202         (w32_codepage_for_font): Use Vw32_charset_info_alist.
10203         (syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
10204         Define Vw32_charset_info_alist and w32_charset symbols.
10206 2000-03-22  Jason Rumney  <jasonr@gnu.org>
10208         * makefile.nt (w32bdf.obj): Update dependencies.
10210         * w32bdf.c: Include frame.h and dispextern.h before fontset.h.
10212         * w32fns.c: Include fontset.h after dispextern.h.
10213         (Fx_create_frame): Do not create fontset.
10214         (w32_load_system_font): Doc fix.
10215         (Fx_close_connection): Free full_name if it is not shared.
10217         * w32term.c: Include fontset.h after dispextern.h.
10218         (x_get_glyph_face_and_encoding): New parameter two_byte_p.
10219         Callers updated.
10220         (w32_per_char_metric): If PCM is invalid, delete and return NULL.
10221         (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id.
10222         (w32_font_is_double_byte): New function, needs body.
10223         (x_append_glyph): Set glyph->glyph_not_available_p.
10224         (x_produce_glyphs): Set it->glyph_not_available_p.  Don't set
10225         it->charset.  If it->multibyte_p is zero and it->c is a multibyte
10226         character, convert it to a unibyte character.
10227         (struct glyph_string): Delete member `charset'.
10228         (W32_TEXTOUT): Temporarily remove charset_dim until another way of
10229         calculating it is found.
10230         (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id.  Handle
10231         the case that per char metric is not available correctly.
10232         (x_fill_glyph_string): Handle the case that the specific glyph is
10233         not available correctly.
10234         (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
10235         (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
10236         (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
10237         (x_new_fontset): Call fontset_ascii to get ASCII font name of the
10238         fontset.  Don't call FS_LOAD_FONT.
10240 2000-03-22  Ken Raeburn  <raeburn@gnu.org>
10242         * intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
10243         (INT_LISPLIKE): New macro.
10244         (NULL_INTERVAL_P): Use it.
10245         (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT)
10246         (SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT)
10247         (GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.
10249         * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
10250         explicit references to "parent" field of struct interval and
10251         associated unclean type conversions.
10252         * intervals.c (create_root_interval, root_interval, rotate_right)
10253         (rotate_left, balance_possible_root_interval, split_interval_right)
10254         (split_interval_left, interval_start_pos, find_interval)
10255         (next_interval, previous_interval, update_interval)
10256         (adjust_intervals_for_insertion, delete_node, delete_interval)
10257         (adjust_intervals_for_deletion, merge_interval_right)
10258         (merge_interval_left, reproduce_tree, graft_intervals_into_buffer)
10259         (copy_intervals_to_string): Likewise.
10260         * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
10261         Likewise.
10262         * syntax.c (update_syntax_table): Likewise.
10264         * intervals.c (reproduce_tree_obj): New function, like
10265         reproduce_tree but takes a Lisp_Object for the parent.  Declare
10266         with prototype.
10267         (graft_intervals_into_buffer): Use it when appropriate.
10268         (reproduce_tree): Declare with prototype.
10269         (balance_possible_root_interval): Check that the parent is a lisp
10270         object before trying to examine its type.
10272 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
10274         * xfaces.c (lface_same_font_attributes_p): Compare font attributes
10275         as strings only if both are known to be strings.
10277         * s/openbsd.h (LIBS_TERMCAP): Undef.
10279 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
10281         * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
10282         definitions for non-Emacs compilation.
10283         (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
10284         outside of `#ifdef emacs'.
10285         (print_partial_compiled_pattern): Update.
10286         (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
10287         (re_compile_fastmap): Merge handling of charset and charset_not (for
10288         emacs and non-emacs compilation as well).
10289         Similarly for (not)categoryspec and (not)syntaxspec.
10290         Don't use the fastmap when reaching `anychar' since the added
10291         complexity is not justified.
10292         (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
10293         and (not)syntaxspec.  Merge (not)categoryspec.
10295 2000-03-22  Kenichi Handa  <handa@etl.go.jp>
10297         * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P)
10298         (FACE_FOR_CHAR): Define them differently for the configuration of
10299         --without-x.
10301 2000-03-21  Dave Love  <fx@gnu.org>
10303         * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in
10304         doc string.
10306 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
10308         * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
10309         (lface_fully_specified_p): Don't check contents of
10310         LFACE_FONT_INDEX because that attribute is optional.
10311         (realize_x_face): Remove now unwarranted xassert.
10313 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
10315         The following changes are to make font selection based on
10316         characters, not charset.  In addition, they recover fontset
10317         facilities while utilizing the new font selection mechanism.
10319         * Makefile.in (fontset.o): Depend on dispextern.h.
10321         * alloc.c (mark_face_cache): Don't mark face->registry.
10323         * dispextern.h (struct glyph): New member glyph_not_available_p.
10324         Use 22 bits for face_id.
10325         (enum lface_attribute_index): Add LFACE_FONT_INDEX.
10326         (struct face): Delete member registry, new member ascii_face.
10327         (FACE_SUITABLE_FOR_CHAR_P): Renamed from
10328         FACE_SUITABLE_FOR_CHARSET_P.  Caller changed.
10329         (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET.  Caller changed.
10330         (struct it): Delete member charset, new member glyph_not_available_p.
10332         * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
10333         (struct fontset_info, struct fontset_data): Structs removed.
10334         (allloc_fontset_data, free_fontset_data, fs_regiser_fontset)
10335         (Vglobale_fontset_alist, font_idx_temp): Externs removed.
10336         (fs_load_font, fs_query_fontset): Adjusted for new argument.
10337         (fs_free_face_fontset, fontset_font_pattern)
10338         (face_suitable_for_char_p, face_for_char)
10339         (make_fontset_for_ascii_face): Extern them.
10340         (FS_LOAD_FONT): Adjusted for the change of fontset implementation.
10341         (FS_LOAD_FACE_FONT): New macro.
10343         * fontset.c: All codes rewritten or adjusted for the change of
10344         fontset implementation.  Now fontset is represented by char table.
10345         (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl):
10346         Variables removed.
10347         (my_strcasecmp): Function removed.
10348         (Vfontset_table, next_fontset_id, Vdefault_fontset): New variables.
10349         (AREF, ASIZE): New macros.
10350         (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME)
10351         (FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF)
10352         (FONTSET_REF_VIA_BASE, FONTSET_SET): New macros.
10353         (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset)
10354         (fontset_id_valid_p, font_family_registry, fontset_name)
10355         (fontset_ascii, free_face_fontset, face_suitable_for_char_p)
10356         (face_for_char, make_fontset_for_ascii_face, fontset_font_pattern):
10357         New functions.
10358         (fs_load_font): New arg FACE.  Caller changed.
10359         (fs_query_fontset): Argument changed.  Caller changed.
10360         (Fquery_fontset): call fs_query_fontset.
10361         (fs_register_fontset, alloc_fontset_data, free_fontset_data):
10362         Functions removed.
10363         (clear_fontset_elements, check_registry_encoding)
10364         (check_fontset_name): New functions.
10365         (syms_of_fontset): Set char-table-extra-slots property of fontset
10366         to 3.  Staticpro and initialize Vfontset_table and
10367         Vdefault_fontset.  Defsubr fontset_font and fontset_list.
10369         * frame.h (struct frame): Member `fontset_data' removed.
10370         (FRAME_FONTSET_DATA): Macro removed.
10372         * frame.c (make_frame): Don't allocate f->fontset_data.
10373         (Fdelete_frame): Don't free f->fontset_data.
10375         * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
10377         * xdisp.c (charset_at_position): Function removed.
10378         (init_iterator): Don't set member charset of struct `it'.
10379         (handle_face_prop, reseat_to_string, set_iterator_to_next)
10380         (next_element_from_display_vector, insert_left_trunc_glyphs):
10381         Likewise.
10382         (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not
10383         FACE_FOR_CHARSET.
10384         (get_next_display_element, append_space)
10385         (extend_face_to_end_of_line): Likewise.
10387         * xfaces.c (Qx_charset_registry, Vface_default_registry):
10388         Variables removed.
10389         (clear_font_table, frame_update_line_height, load_face_font):
10390         Adjusted for the change of fontset implementation.
10391         (load_face_fontset_font): Function removed.
10392         (pixel_point_size): New function.
10393         (font_list): Argument type changed.  Caller changed.
10394         (LFACE_FONT): New macro.
10395         (check_lface_attrs): Check attr[LFACE_FONT_INDEX].
10396         (set_lface_from_font_name): Type of arg FONTNAME is changed to
10397         Lisp_Object.  Determine the font name by actually loading a font
10398         by the specified pattern.  Set LFACE_FONT (lface) to the specified
10399         pattern.  Even if a font is not found, don't try alternatives.
10400         (Finternal_set_lisp_face_attribute): Handle `font' slot in lface.
10401         (set_font_frame_param): If `font' is specified in lface, use it.
10402         (Finternal_get_lisp_face_attribute): Handle `font' slot in lface.
10403         (lface_same_font_attributes_p): Likewise.
10404         (make_realized_face): Arguent changed.  Caller changed.  Set
10405         face->ascii_face to face itself.
10406         (free_realized_face): Free face->fontset if face is for ASCII.
10407         (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p)
10408         (deduce_unibyte_registry, x_charset_registry): Functions removed.
10409         (free_realized_multibyte_face): New function.
10410         (lookup_face, lookup_named_face, lookup_derived_face): Argument
10411         changed.  Caller changed.
10412         (try_font_list): Argument type changed.
10413         (face_fontset): Check `font' slot of ATTRS, not `family' slot.
10414         (choose_face_font): Argument changed.  Handle fontset properly.
10415         (choose_face_fontset_font): Function removed.
10416         (realize_default_face, realize_named_face): Don't remove the
10417         former face here.
10418         (realize_face): Argument changed.  Caller changed.  Remove face
10419         with the arg former_face_id in advance.  Load font for the new face.
10420         (realize_x_face): Argument changed.  Caller changed.  For a
10421         multibyte character, share fontset with base_face.  For a single
10422         byte character, make a new realized fontset.  Don't load a font here.
10423         (realize_tty_face): Argument changed.  Caller changed.
10424         (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET.
10425         (face_at_buffer_position): Don't check multibyte_p for returning
10426         DEFAULT_FACE_ID.
10427         (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not
10428         FACE_SUITABLE_FOR_CHARSET_P.
10429         (syms_of_xfaces): Remove code for Qx_charset_registry and
10430         Vface_default_registry.
10432         * xterm.c: Include fontset.h after dispextern.h.  Undo the changes
10433         related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
10434         (x_per_char_metric): Don't try FONT->default_char.  Even if
10435         pcm->width is zero, glyph bits may exist.
10436         (x_encode_char): Always initialize char2b->byte1.
10437         (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id.
10438         (x_get_glyph_face_and_encoding): New arg two_byte_p.  Caller changed.
10439         (x_append_glyph): Set glyph->glyph_not_available_p.
10440         (x_produce_glyphs): Set it->glyph_not_available_p.  Don't set
10441         it->charset.  Handle the case that per char metric is not
10442         available.  If it->multibyte_p is zero and it->c is a multibyte
10443         character, convert it to a unibyte character.
10444         (struct glyph_string): Delete member `charset'.
10445         (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id.  Handle
10446         the case that per char metric is not available correctly.
10447         (x_fill_glyph_string): Handle the case that the specific glyph is
10448         not available correctly.
10449         (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
10450         (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
10451         (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
10452         (x_new_fontset): Call fontset_ascii to get ASCII font name of the
10453         fontset.  Don't call FS_LOAD_FONT.
10455         * xfns.c (Fx_create_frame): Don't cal fs_register_fontset.
10456         (x_create_tip_frame): Likewise.
10457         (Fx_close_connection): Free full_name of font_info.
10459         * fns.c (optimize_sub_char_table): New function.
10460         (Foptimize_char_table): New function.
10461         (syms_of_fns): Defsubr Soptimize_char_table.
10463 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
10465         * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
10466         only if buffer is displayed in some window.
10468         * xdisp.c (handle_single_display_prop): Initialize local `value'.
10469         (try_window_reusing_current_matrix): Don't call scroll run
10470         function if run's current and desired position are the same;
10471         this prevents cursor flickering.
10473 2000-03-19  Stefan Monnier  <monnier@cs.yale.edu>
10475         * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
10477         * regex.c (RE_STRING_CHAR): New macro.
10478         (GET_CHAR_AFER_2): Remove.
10479         (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
10480         (enum re_opcode_t): Remove on_failure_jump_exclusive.
10481         (print_partial_compiled_pattern, re_compile_fastmap)
10482         (re_match_2_internal): Remove on_failure_jump_exclusive.
10483         (regex_compile): Turn optimizable P+ loops into PP*, so that the
10484         optimization only need to work for * (ie. can use of_keep_string_jump).
10485         Remove the special case for .*\n since it is now covered by the general
10486         optimization.
10487         (re_search_2): Don't bother with `room'.
10488         (skip_one_char): New function.
10489         (skip_noops): Simplify since `memory' is not needed any more.
10490         (mutually_exclusive_p): Restructure slightly to use `switch' and
10491         add handling for "all" remaining cases.
10492         (re_match_2_internal): Change on_failure_jump_smart to use
10493         on_failure_keep_string_jump (and redirect the end-of-loop jump)
10494         rather than on_failure_jump_exclusive.
10496 2000-03-19  Gerd Moellmann  <gerd@gnu.org>
10498         * xfns.c (select_visual): Don't set dpyinfo->n_planes to the
10499         number of bits per RGB because it's everywhere used as the depth
10500         of the visual.
10502         * term.c (calculate_costs): Remove code dealing with X frames.
10504 2000-03-19  Richard M. Stallman  <rms@gnu.org>
10506         * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte.
10508 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
10510         * lread.c (read_integer): Unread the last char not consumed.
10512 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
10514         * xterm.c (x_update_window_cursor): Don't update in frames
10515         which are in the process of being deleted.
10517 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
10519         * Makefile.in (mostlyclean): Add `*.core'.
10520         (clean): Add `bootstrap-emacs'.
10522         * lread.c (read_integer): New function.
10523         (read1): Support read syntax #o, #x, #b, #r.
10525 2000-03-15  Stefan Monnier  <monnier@cs.yale.edu>
10527         * regex.c (re_match_2): Fix string shortening (to fit `stop') to
10528         make sure POINTER_TO_OFFSET gives the same value before and after
10529         PREFETCH.  Use `dfail' to guarantee "atomic" matching.
10530         (PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
10531         (debug): Now only active if > 0 rather than if != 0.
10532         (DEBUG_*): Update for the new meaning of `debug'.
10533         (print_partial_compiled_pattern): Add missing `succeed' case.  Use
10534         CHARSET_* macros in the charset(_not) branch.  Fix off-by-two bugs
10535         in `succeed_n', `jump_n' and `set_number_at'.
10536         (store_op1, store_op2, insert_op1, insert_op2)
10537         (at_begline_loc_p, at_endline_loc_p): Add prototype.
10538         (group_in_compile_stack): Move to after its arg's types are
10539         declared and add a prototype.
10540         (PATFETCH): Define in terms of PATFETCH_RAW.
10541         (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)' wrapper.
10542         (QUIT): Redefine as a nop except for NTemacs.
10543         (regex_compile): Handle intervals {,M} as if it was {0,M}.  Fix
10544         indentation of the greedy-op and shy-group code.
10545         (at_(beg|end)line_loc_p): Fix argument's types.
10546         (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
10547         (re_search_2): Use POS_AS_IN_BUFFER.  Simplify `room' computation.
10548         (MATCHING_IN_FIRST_STRING): Remove.
10549         (re_match_2): Use POS_AS_IN_BUFFER.  Ifdef out failure_stack_ptr
10550         to shut up gcc.  Use FIRST_STRING_P and POINTER_TO_OFFSET.  Use
10551         QUIT unconditionally.
10553 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
10555         * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
10556         a sole completion.
10558         * process.c (send_process): Add a hint that the function
10559         can call Lisp code to its comment.
10561         * lread.c (load_dangerous_libraries): New variable.
10562         (Vbytecomp_version_regexp): New variable.
10563         (safe_to_load_p): New function.
10564         (Fload): Handle files not compiled with Emacs specially.
10565         (syms_of_lread): New Lisp variable load-dangerous-libraries.
10567 2000-03-14  Gerd Moellmann  <gerd@gnu.org>
10569         * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
10571         * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
10572         support functions only if HAVE_X11R6_XIM is defined.
10573         (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
10575         * s/sol2.h (INHIBIT_X11R6_XIM): Define.
10577         * xfns.c (X_I18N_INHIBITED): Don't define.
10578         (create_frame_xic): Remove conditional compilation on X_I18N_INHIBITED.
10579         (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
10581         * config.in (HAVE_X_I18N): Moved here from xterm.h.
10582         (HAVE_X11R6_XIM): Define.
10584         * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
10586         * xterm.c (x_term_init): Add support for X resource `synchronous'.
10587         If set, call XSynchronize.
10589 2000-03-13  Stefan Monnier  <monnier@cs.yale.edu>
10591         * regex.c: Declare a new type `re_char' used throughout the code
10592         for the string char type.  It's `const unsigned char' to match the
10593         rest of Emacs.  Consistently make sure all pointers to strings use
10594         it and make sure all pointers into the pattern use `unsigned char'.
10595         (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
10596         GET_CHAR_AFTER_2.  Also merge wordbound and notwordbound to reduce
10597         code duplication.
10599         * charset.h (GET_CHAR_AFTER_2): Remove.
10600         (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
10602 2000-03-12  Ken Raeburn  <raeburn@gnu.org>
10604         * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
10605         variable before the invocation of YMF_PASS_LDFLAGS, in case both
10606         of them try to use backquotes.
10608 2000-03-12  Dave Love  <fx@gnu.org>
10610         * unexelf.c: Restore changes of 1999-10-19.
10611         (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
10612         fix its type and alignment; copy it from current process.
10614 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
10616         * atimer.c (cancel_atimer): Break out of the loop as soon as timer
10617         has been found.  Fix bug not computing timer's predecessor.
10619         * fileio.c (Fread_file_name): Handle case that DIR contains a
10620         file name.
10622         * window.c (Fsave_window_excursion): Doc fix.
10624         * xfns.c (x_defined_color): Rewritten to use x_allocate_nearest_color.
10626 2000-03-12  Eli Zaretskii  <eliz@is.elta.co.il>
10628         * msdos.c (vga_installed): New function, code moved from
10629         dos_set_window_size.
10630         (Qbar, Qcursor_type, outside_cursor): New variables.
10631         (syms_of_msdos): Intern and staticpro them.
10632         (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
10633         shape used outside Emacs when called for the first time.
10634         (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
10635         cursor shape used outside Emacs.
10636         (msdos_set_cursor_shape, IT_set_cursor_type): New functions.
10637         (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
10638         type has changed.
10639         (IT_set_frame_parameters): Call IT_set_cursor_type if the frame
10640         parameters specify the cursor.  Make qreverse a global
10641         variable (renamed to Qreverse).
10643 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
10645         * fns.c (Fy_or_n_p): Cancel busy-cursor.
10647 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
10649         This is a big redesign of failure-stack and register handling, prompted
10650         by bugs revealed when trying to add shy-groups.  Overall, what happened
10651         is that loops are now structured a little differently, groups can be
10652         shy and the code is a little simpler.
10654         * regex.h: Update the copyright.
10655         (RE_SHY_GROUPS): New value.
10656         (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber.
10657         (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS.
10659         * regex.c (enum re_opcode_t): Remove jump_past_alt,
10660         maybe_pop_jump, push_dummy_failure and dumy_failure_jump.  Add
10661         on_failure_jump_(exclusive, loop and smart).  Also fix the comment
10662         for (start|stop)_memory since they now only take one argument (the
10663         second has becomes unnecessary).
10664         (print_partial_compiled_pattern): Adjust for changes in re_opcode_t.
10665         (print_compiled_pattern): Use %ld to printf long ints and flush to
10666         make debugging a little easier.
10667         (union fail_stack_elt): Make the integer unsigned.
10668         (struct fail_stack_type): Add a `frame' element.
10669         (INIT_FAIL_STACK): Init `frame' as well.
10670         (POP_PATTERN_OP): New macro for re_compile_fastmap.
10671         (DEBUG_PUSH, DEBUG_POP): Remove.
10672         (NUM_REG_ITEMS): Remove.
10673         (NUM_NONREG_ITEMS): Adjust.
10674         (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE)
10675         (TOP_FAILURE_HANDLE): New macros for the cycle detection.
10676         (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT).
10677         (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP):
10678         New macros.
10679         (PUSH_FAILURE_POINT): Don't push registers any more.  The pattern
10680         address pushed is not the destination of the jump but the source
10681         of it instead.
10682         (NUM_FAILURE_ITEMS): Remove.
10683         (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop
10684         registers before the actual failure point).  Don't hardcode any
10685         meaning for str==NULL anymore.
10686         (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE)
10687         (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED):
10688         Remove.
10689         (REG_UNSET_VALUE): Use NULL (why not?).
10690         (compile_range): Remove declaration since it doesn't exist.
10691         (struct compile_stack_elt_t): Remove inner_group_offset.
10692         (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove.
10693         (regex_grow_registers): Remove dead code.
10694         (FIXUP_ALT_JUMP): New macro.
10695         (regex_compile): Add shy-groups Change loops to use
10696         on_failure_jump_smart&jump instead of
10697         on_failure_jump&maybe_pop_jump.  Change + loops to eliminate the
10698         initial (dummy_failure_)jump.  Remove c1_base (looks like unused
10699         variable to me).  Use `jump' instead of `jump_past_alt' and don't
10700         bother with push_dummy_failure in alternatives since it is now
10701         unnecessary.  Use FIXUP_ALT_JUMP.  Eliminate a useless `#ifdef
10702         emacs' for (re)allocating the stack.
10703         (re_compile_fastmap): Remove dead variables i and num_regs.  Exit
10704         from loop when bufp->can_be_null rather than jumping to `done'.
10705         Avoid jumping backwards so as to ensure termination.  Use
10706         PATTERN_STACK_EMPTY and POP_PATTERN_OP.  Improved handling of
10707         backreferences.  Remove dead code in handling of `anychar'.
10708         (skip_noops, mutually_exclusive_p): New functions taken from the
10709         handling of `maybe_pop_jump' in re_match_2_internal.  Slightly
10710         improve mutually_exclusive_p to handle ".+\n".
10711         (lowest_active_reg, highest_active_reg)
10712         (NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove.
10713         (re_match_2_internal): Use %p instead of 0x%x when printf'ing
10714         ptrs.  Don't SET_REGS_MATCHED anymore.  Remove many dead
10715         variables.  Push register (in `start_memory') on the stack rather
10716         than storing it in old_reg(start|end).  Remove the cycle detection
10717         from `stop_memory', replaced by the use of on_failure_jump_loop
10718         for greedy loops.  Add code for the new on_failure_jump_<foo>.
10719         Remove ad-hoc code in `on_failure_jump' to push more registers in
10720         the case of a loop.  Take out code from `maybe_pop_jump' into
10721         separate functions and adapt it to the semantics of
10722         `on_failure_jump_smart'.  Remove jump_past_alt, dummy_failure_jump
10723         and push_dummy_failure.  Remove dummy_failure handling and
10724         handling of `failures to jump to on_failure_jump' (this last one
10725         was already dead code, it seems).
10726         (group_match_null_string_p, alt_match_null_string_p)
10727         (common_op_match_null_string_p): Remove.
10729 2000-03-08  Dave Love  <fx@gnu.org>
10731         * config.in: Don't depend on __STDC__ for volatile.
10732         Add POINTER_TYPE, PTR, PROTOTYPES.
10734         * hftctl.c, strftime.c: Use PROTOTYPES.
10735         * eval.c (find_handler_clause): Likewise.
10737         * mem-limits.h: Use POINTER_TYPE.
10739         * lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
10740         (memory_warnings): Declare using POINTER_TYPE.
10742 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
10744         * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
10746         * xdisp.c (display_echo_area): Temporarily inhibit garbage collection.
10748         * xfns.c: Remove obsolete code in #if 0.
10749         (Fx_focus_frame): New function.
10751 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
10753         * coding.c (coding_category_name): Add coding-category-utf-8,
10754         coding-category-utf-16-be, coding-category-utf-16-le.
10755         (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P,
10756         UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P,
10757         UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros.
10758         (detect_coding_utf_8): New function.
10759         (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
10760         UTF_16_LOW_SURROGATE_P): New macros.
10761         (detect_coding_utf_16): New function
10762         (detect_coding_mask): When priorities are specified, skip any
10763         categories that have `nil' coding-system.  Fix bug of returning
10764         wrong mask when PRIORITIES is specified and detect_coding_XXX()
10765         returns a mask not set in PRIORITIES.
10766         (detect_eol_type_in_2_octet_form): New function.
10767         (detect_eol): selects detect_eol_type_XXX to call according to
10768         cooding->category_idx.
10769         (detect_coding_system): Remove `nil' coding-system in the result.
10770         (Fupdate_coding_systems_internal): Update all coding-categories.
10772         * coding.h (CODING_CATEGORY_IDX_UTF_8)
10773         (CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE):
10774         New macros.
10775         (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY)
10776         (CODING_CATEGORY_IDX_MAX): Adjusted for the above macros.
10777         (CODING_CATEGORY_IDX_UTF_16_LE)
10778         (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE)
10779         (CODING_CATEGORY_MASK_UTF_16_LE): New macros.
10780         (CODING_CATEGORY_MASK_ANY): Include the above macros.
10781         (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
10783 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
10785         * doc.c (Fdocumentation_property): If value is not a string,
10786         and doesn't refer to etc/DOC, evaluate it to obtain a string.
10788         * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
10789         close the display with XtCloseDisplay.  This caused a bus error
10790         on OpenWindows.
10792         * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
10793         complete but not unique.
10795 2000-03-06  Gerd Moellmann  <gerd@gnu.org>
10797         * process.c (send_process): Remove local variable `procname' that
10798         might become invalid when a GC happens.  Instead, access the
10799         process name slot directly.
10801         * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
10802         orig_height if set.
10804         * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
10805         orig_height if set.
10807 2000-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
10809         * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
10810         glyph matrices have been freed.
10812 2000-03-05  Gerd Moellmann  <gerd@gnu.org>
10814         * Makefile.in (tags): Include ../lwlib/TAGS in TAGS.
10815         (bootstrap-temacs): Set LC_ALL to C like for temacs.
10817         * xfns.c (QCdata): Moved to xdisp.c.
10819         * xdisp.c (QCdata): Moved here from xfns.c.
10820         (syms_of_xdisp): Initialize QCdata.
10822         * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
10824         * window.c (coordinates_in_window): Use
10825         FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
10826         FRAME_INTERNAL_BORDER_WIDTH.
10828         * xdisp.c (try_window_id): Recompute unchanged information if
10829         it is obviously invalid.
10831         * xterm.c (x_term_init): Create a colormap if not using the
10832         default visual.
10834         * xterm.h (select_visual): Change prototype.
10836         * xfns.c (select_visual): Rewritten.  Recognize user-specified
10837         visual classes.
10838         (visual_classes): New variable.
10840 2000-03-04  Gerd Moellmann  <gerd@gnu.org>
10842         * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color)
10843         (lookup_pixel_color, x_laplace, x_build_heuristic_mask)
10844         (png_load): Access colormap of frame using FRAME_X_COLORMAP.
10845         (x_decode_color): Don't handle allocation of white and black specially.
10846         (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
10847         XtNcolormap resources.
10848         (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
10849         (Fx_create_frame): Initialize color members of x_output structure.
10850         (xpm_load): Pass colormap to XPM lib.
10852         * xfaces.c (x_free_colors): Access colormap of frame using
10853         FRAME_X_COLORMAP.  Be paranoid about freeing black and white
10854         when default colormap is used.
10856         * xterm.c (x_term_init): Set Colormap member of x_display_info
10857         structure.  Copy colormap if resource `privateColormap' is
10858         specified (PseudoColor only).
10859         (x_setup_relief_color): Access colormap of frame using
10860         FRAME_X_COLORMAP.
10862         * xterm.h (struct x_display_info): Add Colormap member `cmap'.
10863         (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
10865 2000-03-04  Jason Rumney  <jasonr@gnu.org>
10867         * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
10868         other non-platform-specific equivalents.
10869         [WINDOWSNT]: Include w32term.h, fontset.h and define X
10870         specific functions and macros as their w32 equivalents where
10871         non-platform-specifics are not available.
10872         [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
10873         (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
10874         (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
10875         (frame_update_line_height): Use macros to access f->output_data.
10876         (defined_color): Remove FIXME comments; fixed.
10877         (x_face_list_fonts, prepare_face_for_display): Put X specifics
10878         into #ifdef blocks. Add WINDOWSNT blocks.
10879         (Fx_list_fonts): Use macros for accessing font data.
10880         (set_lface_from_font_name): Different default fonts for X and
10881         WINDOWSNT.
10882         (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
10883         scalable for backward compatibility.
10884         (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT.
10885         (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
10887         * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of
10888         syms_of_w32faces.
10890         * makefile.nt (w32faces.obj): Remove.
10891         (xfaces.obj): Add.
10893 2000-03-03  Jason Rumney  <jasonr@gnu.org>
10895         * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with
10896         correct parameters.
10898 2000-03-03  Ken Raeburn  <raeburn@gnu.org>
10900         * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
10901         standard ELF definitions here if the system header does not.
10903 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
10905         * xterm.c (PER_CHAR_METRIC): Removed.
10906         (x_per_char_metric_1, x_default_char): New functions.
10907         (x_per_char_metric): If font's default char is invalid, return
10908         metrics of a suitably chosen usable default char.
10909         (x_draw_glyph_string_foreground): If font has an invalid default
10910         char, replace occurrences of unprintable chars with a suitably
10911         chosen usable default char.
10913 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
10915         * xterm.c (note_mouse_highlight): Return quickly if frame's
10916         glyph matrices have been freed.
10918         * dispnew.c (free_glyphs): Block input while freeing matrices.
10920         * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors.
10922         * xterm.c (x_alloc_lighter_color, x_setup_relief_color):
10923         Use x_free_colors.
10925         * dispextern.h (x_free_colors): Add prototype.
10927         * xfaces.c (x_free_colors): New function.
10928         (unload_color, free_face_colors): Use it.
10930 2000-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
10932         * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
10934         * window.c [MSDOS]: Include msdos.h.
10936 2000-03-02  Dave Love  <fx@gnu.org>
10938         * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.
10940         * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't
10941         set C_OPTIMIZE_SWITCH for gcc.
10943 2000-03-02  Kenichi Handa  <handa@etl.go.jp>
10945         * coding.c (coding_save_composition): Be sure to allocate
10946         composition data area in coding even if there's no composition in
10947         the current run.
10949 2000-03-01  Jason Rumney  <jasonr@gnu.org>
10951         * w32term.c: Equivalent changes to those made to xterm.c on
10952         2000-02-25 and 2000-02-24.
10954         * w32fns.c: Equivalent changes to those made to xfns.c on
10955         2000-02-25 and 2000-02-21.
10957         * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure
10958         correct line-end convention is followed.
10960         * w32menu.c [HAVE_BOXES]: Remove #undef.
10961         (single_keymap_panes): Remove code for simulating checkmarks.
10962         (single_menu_item): Remove notbuttons_ptr argument. Callers changed.
10963         Remove code for drawing simulated checkmarks.
10964         (w32_menu_show): make unibyte help string correctly.
10965         (add_menu_item): draw standard Windows checkmarks. Draw radio
10966         buttons as radio buttons if possible.
10968 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
10970         * sysdep.c (start_of_text): Don't define this function for NetBSD
10971         with ELF.
10973         * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
10974         Don't define.
10975         (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
10976         (LINKER): Don't undef if __NetBSD__ is defined.
10978         * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
10980         * fileio.c [__NetBSD__]: Define `unix'.
10982         * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
10984 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
10986         * atimer.c (start_atimer): Don't abort when timers are stopped.
10987         (append_atimer_lists): New function.
10988         (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
10989         arbitrary lists of stopped and running atimers.
10991         * atimer.c (cancel_atimer): Handle canceling an atimer when
10992         some timers are stopped.
10994         * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
10995         after canceling it.
10997         * fns.c (maybe_resize_hash_table): Handle case of new size
10998         coming out as being the same as old size.
11000 2000-02-27  Jason Rumney  <jasonr@gnu.org>
11002         * makefile.nt: Add atimer.h to dependencies.
11003         * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
11004         * w32console.c: Only disable window system features for dispextern.h
11005         (initialize_w32_display): Build a display info for the console.
11006         * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
11007         * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
11008         WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
11009         as 2 button mice.
11010         * w32gui.h (struct W32FontStruct): Revert last change after change
11011         to xdisp.c.
11012         * w32menu.c (single_submenu): Set up help string.
11013         [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
11014         (w32_dialog_show): Set up help string.
11015         * w32term.c (w32_display_info_for_display): Remove unused function.
11016         (w32_draw_bitmap): Use pre-built bitmaps.
11017         (w32_initialize_display_info): New function to initialize parts of
11018         display info that are common to both GUI and console frames.
11019         (w32_term_init): Use w32_initialize_display_info. Do not set
11020         Vw32_num_mouse_buttons here, as it is not called for console
11021         frames.  Build bitmaps for indicating truncated lines etc.
11022         (x_delete_display): Destroy pre-built bitmaps.
11023         * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
11024         (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
11026 2000-02-27  Dave Love  <fx@gnu.org>
11028         * lisp.h: Add a bunch of prototypes.
11030 2000-02-26  Kenichi Handa  <handa@etl.go.jp>
11032         * keyboard.c (read_char): Set `usec' correctly.
11034 2000-02-25  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
11036         * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is
11037         `lambda', set reg[RRR] to the map index.
11038         (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
11039         reg[RRR] to 0.  Otherwise, set it to -1.
11041 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
11043         * emacs.c (main): Remove code snippet commented out with `//'.
11045 2000-02-25  Richard M. Stallman  <rms@gnu.org>
11047         * fileio.c (Ffile_symlink_p): If result starts with a `/'
11048         and contains a `:', prepend `/:'.
11050         * window.c (select_window_1): If selected_window is nil,
11051         don't "swap out" the buffer's point.
11052         (Fset_window_configuration): Set selected_window to nil
11053         before calling Fselect_window.
11054         (unshow_buffer): Don't set point in buffer from window's point
11055         if another more recently selected window also shows the buffer.
11057 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
11059         * keyboard.c (recursive_edit_1): Cancel busy-cursor.
11061         * xfns.c (inhibit_busy_cursor, busy_count): Removed.
11062         (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
11063         (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay):
11064         New variables.
11065         (DEFAULT_BUSY_CURSOR_DELAY): New define.
11066         (start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
11067         (hide_busy_cursor): New functions.
11068         (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
11070         * minibuf.c (read_minibuf): Cancel busy-cursor.
11072         * keyboard.c (command_loop_1): Call start_busy_cursor before
11073         Fcommand_execute and cancel_busy_cursor after it.
11074         (timer_check): Remove busy-cursor code.
11075         (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
11076         cursor timer.
11078         * process.c (wait_reading_process_input): Remove busy-cursor code.
11080         * eval.c (Fsignal): Call cancel_busy_cursor instead of
11081         Fx_hide_busy_cursor.
11083         * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor):
11084         Remove prototyoes.
11085         (start_busy_cursor, cancel_busy_cursor): Add prototypes.
11087         * lisp.h (Fx_hide_busy_cursor): Remove prototype.
11089         * xterm.c (XTread_socket): Remove busy-cursor code.
11091         * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
11092         (build_frame_matrix_from_leaf_window): Put code handling
11093         glyph row's not being a slice of a frame row in #if 0.
11094         (sync_window_with_frame_matrix_rows): New function.
11095         (frame_row_to_window): New function.
11096         (mirror_line_dance): Handle copies between windows.
11098         * lread.c (Fload): Use `xfree' instead of `free'.
11099         (init_obarray): Use `xmalloc' instead of `malloc'.
11101         * window.c (Fset_window_buffer): Set WINDOW to the window
11102         after decoding.
11103         (coordinates_in_window): Take frame's internal border width
11104         into account.
11106 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
11108         * xterm.c (x_display_and_set_cursor): Display cursor of
11109         non-selected windows depending on the setting of
11110         cursor_in_non_selected_windows.
11112         * xdisp.c (cursor_in_non_selected_windows): New variable.
11113         (syms_of_xdisp): DEFVAR_BOOL it.
11115 2000-02-23  Gerd Moellmann  <gerd@gnu.org>
11117         * data.c (Fstring_to_number): If number is greater than what
11118         fits into an integer, return a float.
11120         * eval.c (specbind): Remove references to
11121         keyword_symbols_constant_flag.
11123         * data.c (keyword_symbols_constant_flag): Removed.
11124         (Fmakunbound, set_internal, syms_of_data): Remove references to
11125         keyword_symbols_constant_flag.
11127         * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
11129 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
11131         * syntax.c (multibyte_syntax_as_symbol): New variable.
11132         (syms_of_syntax): Declare it as a Lisp variable.
11133         (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
11134         (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
11135         nonzero, treat all multibyte characters as symbol.
11136         (init_syntax_once): Give syntax `word' to all multibyte characters.
11138 2000-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
11140         * frame.c (Fdelete_frame): Don't let echo_area_window remain on
11141         a deleted frame.
11143 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
11145         * frame.c (Fmouse_position): GCPRO retval instead of x and y.
11147         * xfns.c (x_window_to_frame, x_any_window_to_frame)
11148         (x_non_menubar_window_to_frame): Check the busy-cursor window.
11150 2000-02-21  Dave Love  <fx@gnu.org>
11152         * frame.c (Vmouse_position_function): New variable.
11153         (Fmouse_position): Use it.
11154         (syms_of_frame): Install it.
11156         * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'.
11158 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
11160         * fileio.c (Finsert_file_contents): Unbind the binding of
11161         standard-output done by temp_output_buffer_setup.
11163         * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
11164         Vmocklisp_arguments is nil.  Inline Fcar and Fcdr.
11165         (specbind, unbind_to): Handle most common case of non-constant
11166         symbol with trivial value specially.
11168         * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
11170 2000-02-20  Richard M. Stallman  <rms@gnu.org>
11172         * data.c (Fmake_variable_buffer_local): Doc fix.
11173         Init found_for_buffer to 0.
11174         (Fmake_variable_frame_local): If the variable has already
11175         been buffer-local, set the check_frame field.
11177 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
11179         * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data
11180         produced for CODING_MODE_LAST_BLOCK requires.
11182 2000-02-18  Dave Love  <fx@gnu.org>
11184         * keyboard.c (echo_keystrokes): Remove declaration.
11185         (Vecho_keystrokes) New variable.
11186         (read_char, record_menu_key, read_key_sequence): Use it to allow
11187         use of float value.
11188         (syms_of_keyboard): Change Vecho_keystrokes declaration.
11190         * lread.c: Undef feature selection macros before defining.
11192 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
11194         * data.c (let_shadows_buffer_binding_p): Ignore specbindings
11195         for symbols other than the symbol in question.
11197 2000-02-17  Dave Love  <fx@gnu.org>
11199         * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization.
11201 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
11203         * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
11205         * alloc.c (enum mem_type): Compile unconditionally.
11207 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
11209         * xfaces.c (tty_defined_color): Don't return faulire indication
11210         for unspecified-fg and unspecified-bg pseudo-colors.
11212 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
11214         * alloc.c (mark_object): Don't mark symbol names in pure space.
11215         (gc_sweep): Don't unmark symbol names in pure space.
11217         * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
11218         (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
11219         [GC_MARK_STACK]: New defines.
11220         (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO)
11221         [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
11223         * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base.
11225         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use
11226         allocate_buffer instead of xmalloc.
11228         * alloc.c (toplevel): Include setjmp.h.
11229         (PURE_POINTER_P): New define.
11230         (enum mem_type) [GC_MARK_STACK]: New enumeration.
11231         (Vdead) [GC_MARK_STACK]: New variable.
11232         (lisp_malloc): Add parameter TYPE, call mem_insert if
11233         GC_MARK_STACK is defined.
11234         (allocate_buffer): New function.
11235         (lisp_free) [GC_MARK_STACK]: Call mem_delete.
11236         (free_float) [GC_MARK_STACK]: Set type to Vdead.
11237         (free_cons) [GC_MARK_STACK]: Set car to Vdead.
11238         (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables.
11239         (MEM_NIL) [GC_MARK_STACK]: New define.
11240         (struct mem_node) [GC_MARK_STACK]: New structure.
11241         (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup)
11242         (mem_delete_fixup, mem_rotate_left, mem_rotate_right)
11243         (live_string_p, live_cons_p, live_symbol_p, live_float_p)
11244         (live_misc_p, live_vector_p, live_buffer_p, mark_memory)
11245         (mark_stack) [GC_MARK_STACK]: New functions.
11246         (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack.
11247         (clear_marks): Removed.
11248         (gc_sweep): Set free conses' car, free floats' type, free
11249         symbols' function to Vdead.  Use lisp_free to free buffers.
11250         (init_alloc_once): Initialize Vdead.
11251         (survives_gc_p): Return non-zero for pure objects.
11253         * alloc.c: Add comments throughout the file.
11255         * atimer.c (stop_other_atimers): Don't call cancel_atimer because
11256         that unblocks alarms.
11258         * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c,
11259         emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h,
11260         Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'.
11262         * frame.c (make_frame): Set frame initiallly to `garbaged'.
11264 2000-02-17  Kenichi Handa  <handa@etl.go.jp>
11266         * xdisp.c (decode_mode_spec_coding): Delete superfluous code to
11267         avoid infinite error signaling.  Allocate sufficient memory for
11268         eol_str in the case that eoltype is Lisp_Int.
11270 2000-02-17  Stefan Monnier  <monnier@cs.yale.edu>
11272         * syntax.c (Fforward_comment): Undo the previous change, since cc-mode
11273         depends on the previous behavior.
11275 2000-02-16  Gerd Moellmann  <gerd@gnu.org>
11277         * sysdep.c (vfork) [!HAVE_VFORK]: Removed.
11279 2000-02-15  Gerd Moellmann  <gerd@gnu.org>
11281         * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define.
11283         * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
11284         Workaround for FreeBSD bug.  Clear output queue after EAGAIN in
11285         write(2).
11287 2000-02-15  Richard M. Stallman  <rms@gnu.org>
11289         * data.c (set_internal): Don't make variable buffer-local
11290         if within a let-binding for the same buffer.
11291         (let_shadows_buffer_binding_p): New function.
11293         * eval.c (specbind): For buffer-local value,
11294         record the current buffer also.
11295         (unbind_to): Cope with that change.
11297 2000-02-15  Gerd Moellmann  <gerd@gnu.org>
11299         * window.c (Fsave_window_excursion): Doc fix.
11301 2000-02-15  Stefan Monnier  <monnier@cs.yale.edu>
11303         * syntax.c (back_comment): Make sure we only consider comment-starters
11304         of the relevant style and return -1 in case of a failure to find the
11305         beginning of the comment.
11306         (Fforward_comment): If back_comment fails, go back to the position just
11307         after the comment-end.
11308         (scan_lists): Add comment describing a very minor bug.
11310 2000-02-14  Stefan Monnier  <monnier@cs.yale.edu>
11312         * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
11313         `completion-regexp-list' in the docstring.
11315 2000-02-14  Dave Love  <fx@gnu.org>
11317         * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
11319 2000-02-14  Stefan Monnier  <monnier@cs.yale.edu>
11321         * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
11322         to Emacs' syntax.  Also fix the comment about set/not-set meanings
11323         since Emacs syntax is not the value 0 any more.
11324         * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
11325         since it's now part of RE_SYNTAX_EMACS.
11327 2000-02-12  Dave Love  <fx@gnu.org>
11329         * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on Alpha.
11331 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
11333         * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
11335 2000-02-12  Dave Love  <fx@gnu.org>
11337         * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
11339         * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
11340         * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
11341         * s/hpux.h: Don't define HAVE_VFORK.
11343         * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.
11345         * s/nextstep.h: Don't define HAVE_ALLOCA.
11347         * config.in: Add vfork bits.
11349 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
11351         * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register
11352         unwind function to undo the effect of stopping atimers.
11354         * keyboard.c (bind_polling_period): Stop all timers except poll_timer.
11356         * atimer.c (stopped_atimers): New variable.
11357         (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
11358         New functions.
11360         * atimer.h (stop_other_atimers, run_all_atimers)
11361         (unwind_stop_other_atimers): Add function prototypes.
11363         * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined.
11365 2000-02-11  Ken Raeburn  <raeburn@gnu.org>
11367         * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff
11368         library may depend on jpeg.
11369         (atimer.o): Depends on atimer.c.
11371 2000-02-11  Kenichi Handa  <handa@etl.go.jp>
11373         * insdel.c (del_range_1): Call update_compositions.
11374         (del_range_both): Call update_compositions just once..
11376 2000-02-10  Dave Love  <fx@gnu.org>
11378         * xfns.c (create_frame_xic): Fix initialization of automatic
11379         aggregates for pcc.
11381 2000-02-09  Kenichi Handa  <handa@etl.go.jp>
11383         * ccl.c (CCL_MAKE_CHAR): New macro.
11384         (ccl_driver) <CCL_TranslateCharacter>: Check the validity of
11385         registers by CCL_MAKE_CHAR before calling translate_char.
11386         <CCL_TranslateCharacterConstTbl> Likewise.
11388 2000-02-08  Dave Love  <fx@gnu.org>
11390         * lread.c (__EXTENSIONS__): Define.
11392 2000-02-08  Gerd Moellmann  <gerd@gnu.org>
11394         * puresize.h (BASE_PURESIZE): Increase to 650000.
11396 2000-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
11398         * msdos.c (XMenuActivate): Turn off the cursor after displaying
11399         the help message.
11401 2000-02-07  Eli Zaretskii <eliz@is.elta.co.il>
11403         * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue,
11404         md, mh, mb, mr, and me to the fake termcap entry.
11406 2000-02-06  Ken Raeburn  <raeburn@gnu.org>
11408         * sound.c (sound_cleanup): Don't call device close routine if the
11409         function pointer is null.
11411 2000-02-06  Andrew Innes  <andrewi@gnu.org>
11413         * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
11414         around image definitions and prototypes.
11415         (gamma_correct) [WINDOWSNT]: New prototype.
11417         * w32term.c (x_make_frame_visible): Replace call to
11418         input_poll_signal with poll_for_input.
11420         * window.c [WINDOWSNT]: Include w32term.h.
11422         * xdisp.c [WINDOWSNT]: Include w32term.h.
11424         * makefile.nt: Add dependencies on w32gui.h.
11425         (OBJ1): Include atimer.obj.
11426         ($(BLD)\atimer.obj): New dependency rule.
11428         * w32.c (sigmask): New function (does nothing).
11429         (sigunblock): Ditto.
11431         * frame.c [WINDOWSNT]: Include w32term.h.
11433         * w32gui.h (struct W32FontStruct): Add ascent and descent slots.
11435         * lread.c (syms_of_lread): Fix literal newlines.
11437         * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
11438         the string constant limit (2048 bytes) in MSVC.
11439         (main): Ditto.
11441 2000-02-05  INOUE Seiichiro <inoue@ainet.or.jp>
11443         * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit area.
11444         (x_display_cursor) [HAVE_X_I18N]: Don't set it here.
11445         (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't
11446         dispatch the event.
11448 2000-02-04  Dave Love  <fx@gnu.org>
11450         * fileio.c: Remove some unused vars.
11451         (_GNU_SOURCE): Define (for euidaccess).
11453         * lread.c (_XOPEN_SOURCE): Declare (for ftello).
11455         * minibuf.c (read_minibuf_noninteractive): Remove undeclared
11456         gcpro1, gcpro2.
11457         (read_minibuf): Deal with allow_props correctly.
11459 2000-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
11461         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
11463 2000-02-03  Ken Raeburn  <raeburn@gnu.org>
11465         * search.c (compile_pattern): If a cache entry has a nil regexp,
11466         fill in that entry instead of clobbering a previously cached
11467         string regexp.
11469 2000-02-02  Ken Raeburn  <raeburn@gnu.org>
11471         * puresize.h (BASE_PURESIZE): Increase to 610000.
11473 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
11475         * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
11476         can GC.
11478 2000-02-02  Kenichi Handa  <handa@etl.go.jp>
11480         * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address
11481         instead of incrementing ic directly.
11482         <CCL_WriteExprConst> Likewise.
11483         <ccl_set_expr>: Set ic to jump_address.
11485         * fileio.c (e_write): Fix the handling of
11486         CODING_FINISH_INSUFFICIENT_SRC.
11488 2000-02-01  Dave Love  <fx@gnu.org>
11490         * editfns.c (Fpropertize): Doc fix.
11492         * process.c (Fstart_process): Doc fix.
11494         * eval.c: Fix various doc strings not to duplicate information
11495         from help-manyarg-func-alist.
11497         * window.c (Fset_window_margins): Don't make interactive.  Doc fix.
11499         * doc.c (Vhelp_manyarg_func_alist): New variable.
11500         (Fdocumentation): Use it.
11501         (syms_of_doc): Define it.
11503 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
11505         * xterm.c (xim_open_dpy): Remove unused local variable.
11507         * emacs.c (USAGE): Use term `display options' instead of `X options'.
11509         * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
11510         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
11512         * fns.c (sweep_weak_table): New function.
11513         (sweep_weak_hash_tables): Use it.  Keep on marking until there
11514         is no more change.
11516 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
11518         * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
11519         that XTread_socket does not crash by trying to call XNoOp on a
11520         closed display.
11522 2000-01-30  Jason Rumney  <jasonr@gnu.org>
11524         * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
11525         Change selected_frame to SELECTED_FRAME ().
11526         (w32_console_mouse_position): Remove #ifndef MULE from around
11527         `insist' parameter.
11529         * makefile.nt: Remove dosfns.obj.
11531         * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors.
11533         * w32fns.c (w32_defined_color): Check for valid frame before
11534         applying gamma correction. Eliminate dependency on frame elsewhere.
11535         (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
11536         (w32_to_x_font): Use resx and resy not height_in and width_in.
11537         (x_to_w32_font): Doc fix.
11538         (xlfd_strip_height): New function to strip and return font height.
11539         (w32_font_match): Compare height separately from rest of xlfd
11540         spec, using xlfd_strip_height.
11542         * w32term.c (w32_term_init): Swap resx and height_in, resy and
11543         width_in. Use w32_defined_color in place of defined_color.
11545         * w32faces.c: Merge more of DOS and X specifics in preparation for
11546         merge with xfaces.c.
11547         (defined_color): Remove FIXME comment.
11548         (tty_color_name): Provide w32-specific function.
11549         (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially.
11551         * w32console.c (turn_on_face, turn_off_face): Removed.
11552         (w32_face_attributes): New function.
11553         (Global_variables): Reduce scope where possible.
11554         (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as
11555         fill attribute.
11556         (hl_mode): Don't modify text attributes.
11557         (write_glyphs): Don't do anything if len <= 0. Use
11558         w32_face_attributes to get attributes for drawing. Write
11559         terminating codes using char_attr_normal.
11560         (reset_terminal_modes, set_terminal_modes): Turn off highlight.
11561         (update_begin, update_end): Likewise.
11562         (vga_stdcolor_name): New function.
11563         (initialize_w32_display): Remove char_attr_reverse and char_attr.
11564         (Fset_screen_color): Remove char_attr_reverse.
11566 2000-01-29  Gerd Moellmann  <gerd@gnu.org>
11568         * xfns.c (xic_set_preeditarea): Take window parameter and
11569         window-relative pixel-positions.
11571         * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
11572         is its frame's selected window.
11573         (xim_instantiate_callback): Likewise.
11575         * xfns.c (x_create_im): Removed.
11576         (DEFAULT_STYLE, DEFAULT_FONT): Removed.
11577         (supported_xim_styles): Renamed from supported_styles.
11578         (best_xim_style): Renamed from best_style.
11579         (create_frame_xic): Renamed from xic_create_frame.
11580         (free_frame_xic): Renamed from xic_destroy_frame.
11582 2000-01-29  INOUE Seiichiro <inoue@ainet.or.jp>
11584         * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
11585         our frames, call XFilterEvent with 2nd parameter `None'.
11586         (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
11587         returning XBufferOverflow.
11588         (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status area.
11589         (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
11590         (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
11591         (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
11592         (xim_initialize, xim_close)
11593         [HAVE_X_I18N && HAVE_X11R6]: New functions.
11594         (x_destroy_window) [HAVE_X_I18N]:  Call xic_destroy_frame.
11595         (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
11596         (x_delete_display) [HAVE_X_I18N]: Call xim_close.
11598         * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
11599         and `xim_styles'.
11600         (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
11601         `xic_style' and `xic_xfs'.
11602         (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
11603         (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
11604         (FRAME_XIM): Removed.
11606         * xfns.c (supported_styles): New variable.
11607         (DEFAULT_STYLE, DEFAULT_FONT): New macros
11608         (xic_create_xfontset, best_style, xic_create_frame)
11609         (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
11610         (xic_set_xfontset): New functions.
11612 2000-01-28  Dave Love  <fx@gnu.org>
11614         * s/irix6-5.h: Revert last change after change to irix5-0.h.
11616         * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
11618 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
11620         * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
11621         for *scratch* if it already existed.
11623         * emacs.c (USAGE): New macro.
11624         (main): Use it to display usage information.
11626 2000-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11628         Support for the menu-help feature:
11630         * msdos.h: Change prototypes of XMenuAddSelection and XMenuActivate.
11632         * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
11633         part of the line to the termscript file.
11634         (IT_clear_to_end): Clear the entire line, not just its beginning.
11635         (menu_help_message, prev_menu_help_message): New variables.
11636         (IT_menu_make_room): Make room for the help_text member.
11637         (IT_menu_display): New argument disp_help; all callers changed.
11638         If disp_help is non-zero, store the help text of the active menu
11639         item in menu_help_message.
11640         (XMenuAddPane): Initialize the help_text member to NULL.
11641         (XMenuAddSelection): New argument help_text.  Store it in the
11642         XMenu structure.
11643         (XMenuActivate): New argument help_callback.  If the value of
11644         menu_help_message has changed since the last time, display the
11645         menu help message text while waiting for the mouse to move.  Clear
11646         the echo area before exiting.
11647         (XMenuDestroy): Free the help_text member.
11649 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
11651         * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
11652         XMenuAddSelection.  Pass help callback to XMenuActivate.
11653         (menu_help_callback) [!USE_X_TOOLKIT]: New function.
11655 2000-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
11657         * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
11658         and EMACS_SET_USECS.
11660 2000-01-26  Dave Love  <fx@gnu.org>
11662         * editfns.c (Fchar_after, Fchar_before): Doc fix.
11664         * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
11665         an error may be signalled.
11667 2000-01-26  Gerd Moellmann  <gerd@gnu.org>
11669         * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
11670         LD_SWITCH_SYSTEM inherited from irix5-0.h.
11672         * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
11674 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
11676         * charset.c (Fstring): If there is a multibyte char among
11677         the args, always return a multibyte string.
11679 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
11681         * sysdep.c (sys_select): Turn atimers off and on instead of
11682         recording and restoring old alarm handler
11684         * process.c (toplevel): Include atimer.h.
11685         (create_process_1): Rewritten.
11686         (create_process): Use atimers instead of alarm.
11687         (wait_reading_process_input) [hpux]: Turn atimers off instead
11688         of turning off SIGALRM.
11689         (wait_reading_process_input): Turn off atimers instead off
11690         calling stop_polling.
11692         * emacs.c (main): Call init_atimer.
11694         * keyboard.c (toplevel): Include systime.h and atimer.h.
11695         (polling_for_input): Removed because unused.
11696         (input_poll_signal) [POLL_FOR_INPUT]: Removed.
11697         (poll_timer): New variable.
11698         (poll_for_input, poll_for_input_1): New functions.
11699         (start_polling, stop_polling): Rewritten.
11701         * keyboard.h (polling_for_input): Removed.
11703         * atimer.h, atimer.c: New files.
11705         * Makefile.in (obj): Add atimer.o.
11706         (atimer.o): New target.
11708         * blockinput.h (pending_atimers): Add extern declaration.
11709         (UNBLOCK_INPUT): Rewritten.  Handle pending atimers.
11711         * lisp.h (popup_activated_flag): Add extern declaration.
11713         * xmenu.c (popup_activated_flag): Make externally visible.
11714         (popup_activate_callback) [USE_MOTIF]: Increment popup_activated_flag.
11715         (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
11717         * xterm.c (toplevel): Include atimer.h.
11718         (toolkit_scroll_bar_interaction): New variable.
11719         (Fxt_process_timeouts): Removed.
11720         (x_process_timeouts): New function.
11721         (xt_action_hook): Clear toolkit_scroll_bar_interaction.
11722         (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
11723         (x_make_frame_visible): Call poll_for_input_1 instead of
11724         input_poll_signal.  Don't call alarm.
11725         (x_initialize): Install timer calling x_process_timeouts.
11727 2000-01-24  Dave Love  <fx@gnu.org>
11729         * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
11730         Don't use -cckr -- apparently not now necessary.
11732 2000-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
11734         * msdos.c (IT_menu_display): Truncate long menu lines at the right
11735         screen boundary.
11737 2000-01-23  Jason Rumney  <jasonr@gnu.org>
11739         * w32fns.c (w32_defined_color): Apply gamma correction before
11740         trying to map to the palette.
11741         (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
11742         to w32_clear_rect.
11744         * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
11745         here. Callers changed to always pass real device context.
11746         (w32_draw_bitmap): Likewise.
11747         (w32_get_glyph_overhangs): Likewise.
11748         (w32_draw_box_rect): Make use of s->hdc rather than getting a new one.
11749         (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
11750         pfnSetScrollInfo and SetScrollRange.
11751         (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
11752         back into MULE characters after decoding them.
11753         (x_get_glyph_face_and_encoding): Likewise.
11754         (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
11755         GetCharABCWidthsW fails, since this is defined on Windows 9x.
11756         (x_produce_glyphs): Calculate per char metrics for a character
11757         that we know exists in default font when font_not_found_p is true.
11759 2000-01-22  Jason Rumney <jasonr@gnu.org>
11761         * makefile.nt (intervals.obj, composite.obj): New modules.
11762         (composite.h): Added as dependency where appropriate.
11764         * w32gui.h (XGCValue): New struct for emulating X GCs.
11766         * w32term.h (XCharStruct): New struct for emulating X.
11768         * w32console.c (turn_on_face, turn_off_face): New functions.
11769         (change_line_highlight): New prototype for new redisplay.
11770         (write_glyphs): Support multibyte text. Support faces.
11772         * w32faces.c: Complete rewrite for new redisplay based on new xfaces.c.
11774         * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
11775         throughout. struct frame * in place of FRAME_PTR.
11776         Skeleton support for images, toolbars, tooltips from xfns.c.
11777         (Fx_create_frame): Use system default for default scroll bar width.
11778         (w32_get_arg): Renamed from x_get_arg.
11779         (Fx_file_dialog): New function.
11780         (w32_list_fonts): Check cache before asking system.
11781         (Vw32_enable_synthesized_fonts): New variable.
11782         (Vw32_enable_italics): Obsolete, removed.
11784         * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
11785         Use SELECTED_FRAME macro.
11787         * w32menu.c: Add skeleton support for help strings on menus.
11788         (add_menu_item): Native checkbox and radio support added, but not
11789         yet enabled due to bugs.
11790         (push_menu_item): Add parameters type, selection and help.
11791         Callers updated.
11792         Formatting changes to reduce unnecessary diffs with xmenu.c.
11794         * w32select.c (Fw32_set_clipboard_data): Update call to
11795         find_charset_in_str.
11797         * w32term.c: Complete rewrite for new redisplay based on new
11798         xterm.c with necessary sections merged back in from old w32term.c.
11800 2000-01-21  Richard M. Stallman  <rms@gnu.org>
11802         * data.c (set_internal): Further fix in same criterion.
11804 2000-01-20  Richard M. Stallman  <rms@gnu.org>
11806         * data.c (set_internal): Fix the criteria for whether
11807         to swap out the old cached binding.
11809 2000-01-19  Dave Love  <fx@gnu.org>
11811         * lread.c: (syms_of_lread) [user-init-file]: Doc change.
11813 2000-01-18  Kenichi Handa  <handa@etl.go.jp>
11815         * regex.c (re_compile_fastmap): While checking a range table for
11816         `charset', skip flag bits for a character class correctly.
11818 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
11820         * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
11822         * xfns.c (x_window): Call lw_create_widget with new parameter list.
11824         * widget.c (EmacsFrameSetCharSize): Change size of children first
11825         because of problems with main window geometry management under Lesstif.
11827         * xmenu.c (enum menu_item_idx): New enumeration replacing defines
11828         MENU_ITEMS_ITEM_.*.
11829         (MENU_ITEMS_ITEM_HELP): New enumerator.
11830         (push_menu_item): Add parameter HELP.  Record help in menu_items.
11831         (single_menu_item, single_submenu, list_of_items): Call
11832         push_menu_item with new parameter.
11833         (single_submenu): Set help string in widget value.
11834         (menu_highlight_callback): New function.
11835         (set_frame_menubar): Call lw_create_widget with new
11836         parameter list.
11837         (xmenu_show, xdialog_show): Ditto.
11839 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
11841         * sound.c (Fplay_sound): Improve doc string.
11843 2000-01-11  Richard M. Stallman  <rms@gnu.org>
11845         * lisp.h (set_internal): Enter the new arg.
11847         * eval.c (specbind): Record buffer-local variables specially,
11848         indicating which buffer's binding was saved.
11849         (unbind_to): Restore buffer-local variables specially
11850         in the proper buffer.
11852         * data.c (set_internal): New arg BUF.
11854         * eval.c (specbind, unbind_to): Pass new arg to set_internal.
11855         * data.c (Fset): Pass new arg to set_internal.
11856         * bytecode.c (Fbyte_code): Pass new arg to set_internal.
11858 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
11860         * .gdbinit: Adapt to new strings.  Add xbacktrace, xreload, xprintsym.
11862 2000-01-11  Richard M. Stallman  <rms@gnu.org>
11864         * minibuf.c (Ftry_completion): Doc fix.
11866 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
11868         * keyboard.c (Fclear_this_command_keys): Clear recent_keys
11869         vector, too.
11871 2000-01-11  Andreas Schwab  <schwab@suse.de>
11873         * coding.c (code_convert_region): Initialize total_skip.
11875 2000-01-08  Dave Love  <fx@gnu.org>
11877         * eval.c (Fuser_variable_p): Check customizability too.
11879 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
11881         * minibuf.c (Fcompleting_read): Doc fix.
11883 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
11885         * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
11886         -L /usr/local/lib.
11888         * xfns.c (x_create_im): New function to set IM and IC of a frame.
11889         Check that input style is supported before trying to create an
11890         IC for it.
11891         (x_window): Call x_create_im.
11893 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
11895         * xfns.c (current_gif_memory_src): New variable.
11896         (gif_load): Record the address of the current memory source
11897         in current_gif_memory_src.
11898         (gif_read_from_memory): Use current_gif_memory_src.
11900         * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
11901         macros statement form.
11903         * sound.c (struct sound): Renamed from struct sound_file.
11904         (struct sound): Add members `data' and `header_size'.
11905         (enum sound_attr): Add SOUND_DATA.
11906         (current_sound, current_sound_device): Variables renamed from
11907         sound_file and sound_device.
11908         (parse_sound): Parse :data.
11909         (parse_sound): Handle sound data in strings.
11910         (find_sound_type): Function renamed from find_sound_file_type.
11911         (wav_init, au_init): Fail if sound's header_size is smaller than
11912         needed header size.
11913         (wav_play, au_play): Play sounds from string data.
11915         * puresize.h (BASE_PURE_SIZE): Increase to 600000.
11917         * lisp.h: Add prototype for allocate_string_data.
11919         * alloc.c (Fgarbage_collect): Return number of live and free strings.
11921         * alloc.c (mark_buffer): Remove code in #if 0.
11922         (gc_sweep): Ditto.
11923         (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
11924         (strings_consed): New variable.
11925         (allocate_string): Set it.
11926         (syms_of_alloc): Add DEFVAR_INT for strings_consed.
11927         (Fmemory_use_counts): Return strings_consed.  Use Flist.
11929         * alloc.c: General cleanup in comments etc.  Remove conditional
11930         compilation for `standalone'.
11932         * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
11934         * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
11935         (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
11936         (DONT_COPY_FLAG): Removed.
11937         (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
11938         (struct sdata, struct sblock): New
11939         (struct string_block): Rewritten.
11940         (STRINGS_IN_STRING_BLOCK): New macro.
11941         (oldest_sblock, current_sblock, total_strings, total_free_strings)
11942         (large_sblocks, string_blocks, string_free_list): New variables.
11943         (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
11944         (init_strings): Rewritten.
11945         (allocate_string, allocate_string_data, compact_small_strings)
11946         (free_large_strings, sweep_strings): New functions.
11947         (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
11948         (struct string_block_head, current_string_block)
11949         (first_string_block, large_string_blocks, STRING_FULLSIZE)
11950         (STRING_PAD): Removed.
11951         (make_uninit_multibyte_string, make_pure_string): Rewritten.
11952         (Fgarbage_collect): Don't set mark bit in large strings.
11953         (mark_object): Mark strings differently.  Mark symbol names
11954         differently.
11955         (survives_gc_p): Test marked strings differently.
11956         (gc_sweep): Sweep strings differently, unmark strings in
11957         symbol names.
11958         (compact_strings): Removed.
11960 2000-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
11962         * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
11963         Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
11965 2000-01-04  Kenichi Handa  <handa@etl.go.jp>
11967         * fileio.c (Finsert_file_contents): Signal error if visiting file
11968         in a non-empty buffer.
11970         * term.c (encode_terminal_code): Fix the previous change.
11972 2000-01-03  Gerd Moellmann  <gerd@gnu.org>
11974         * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
11975         Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
11977         * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
11979 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11981         * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
11982         need to test for MSDOS frames.
11984 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11986         * dosfns.c (unspecified_colors): Remove.
11987         (msdos_stdcolor_idx): Use global variables unspecified_fg and
11988         unspecified_bg.
11989         (msdos_stdcolor_name): Return strings for unspecified fore- and
11990         back-ground colors.
11992         * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
11993         (syms_of_xfaces): Remove their staticpro's.
11994         (tty_color_name): Return Lisp strings for unspecified fore- and
11995         back-ground colors.
11996         (Finternal_set_lisp_face_attribute): Remove the special treatment
11997         for Qunspecified_{f,b}g.
11998         (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp string.
12000 2000-01-03  Gerd Moellmann  <gerd@gnu.org>
12002         * xdisp.c (reseat_at_next_visible_line_start): Position before
12003         newline only if ending up on a newline.
12004         (next_element_from_ellipsis): Return success.  Handle case of
12005         displaying no ellipsis.  Fix case of ellipsis defined in display table.
12006         (next_element_from_buffer): Return 0 if next_element_from_ellipsis
12007         returns 0.
12009 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
12011         * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
12012         (Fcolor_supported_p): Renamed from face-color-supported-p.
12014 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
12016         * xfaces.c (tty_defined_color): Pass frame to tty-color-desc.  The
12017         list of colors renamed to tty-defined-color-alist.
12018         (tty_color_name): Pass the frame to tty-color-by-index.
12019         (realize_tty_face): tty-color-alist is now a function which
12020         accepts the frame as argument.
12022         * term.c (Ftty_display_color_p): Accept an optional argument FRAME.
12024 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
12026         * term.c (insert_glyphs): Pass glyph, not &glyph, to
12027         encode_terminal_code.
12029 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
12031         * dispnew.c (mode_line_string): Support termcap frames as well.
12033 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
12035         * syntax.c (Fforward_word): Undo previous change.
12037         * editfns.c (Fconstrain_to_field): Don't constrain if
12038         inhibit-field-text-motion is non-nil.
12039         (Fline_beginning_position): Undo previous change.
12040         (Fline_end_position): Ditto.
12042         * syntax.c (Fforward_word): Notice field boundaries only if
12043         inhibit-field-text-motion is nil.
12045         * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
12047         * editfns.c (Vinhibit_field_text_motion): New variable.
12048         (inhibit-field-text-motion): New DEFVAR_LISP.
12049         (Fline_beginning_position, Fline_end_position): Notice field
12050         boundaries only if inhibit-field-text-motion is nil.
12052         * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
12053         All calls adjusted.
12054         (x_build_heuristic_mask): Likewise.
12055         (xbm_load_image_from_file): Change error output.
12056         (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
12057         (gif_load, gs_load, x_kill_gs_process): Ditto.
12059         * xfns.c (gif_load): Avoid sign extension and thus out of bounds
12060         color indices when accessing raster pixels.
12061         (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
12062         one of :file or :data.
12063         (enum pbm_keyword_index): Add PBM_DATA.
12064         (pbm_format): Add :data.
12065         (pbm_image_p): Allow either :file or :data.
12066         (pbm_read_file): New function.
12067         (pbm_scan_number): Rewritten to read from string.
12068         (pbm_load): Support :data.
12070 See ChangeLog.8 for earlier changes.
12072 ;; Local Variables:
12073 ;; coding: iso-2022-7bit
12074 ;; End: