<Qcompound_text_with_extensions>: New variable.
[bpt/emacs.git] / src / ChangeLog
index 9311135..078a617 100644 (file)
@@ -1,3 +1,476 @@
+2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       Support for ICCCM  Extended Segments in X selections:
+
+       * xselect.c <Qcompound_text_with_extensions>: New variable.
+       (syms_of_xselect): Intern and staticpro it.
+       (selection_data_to_lisp_data): Run post-read-conversion on decoded
+       selection text.
+       (lisp_data_to_selection_data): If next-selection-coding-system is
+       compound-text-with-extensions, set the type of selection to be
+       compound-text.
+
+       * xterm.h (x_encode_text): Update prototype.
+
+       * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
+       callers changed.  If SELECTIONP is non-zero, run the
+       pre-write-conversion function before encoding the selection text.
+
+2002-02-21  Kim F. Storm  <storm@cua.dk>
+
+       * frame.c (syms_of_frame): Change mouse-highlight default to t.
+
+       * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]: Corrected
+       composing of language-change event.
+
+2002-02-20  Kim F. Storm  <storm@cua.dk>
+
+       * keyboard.c (menu_bar_items): Don't include keymap or local-map
+       bindings at PT when building menu (the menu is not updated often
+       enough for this to work reliable).
+       (tool_bar_items): Likewise.
+       (current_active_maps): Removed unused (and buggy) function.
+
+2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * xfns.c (gif_load): Use correct width and height for GIF images.
+
+2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * floatfns.c (Fatan): Accept an optional second arg and call
+       atan2 if passed 2 args.
+
+2002-02-18  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (glyph_rect): Determine the row and glyph more precisely.
+
+2002-02-17  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (x_autoselect_window_p): New variable.
+       (syms_of_w32term): DEFVAR_BOOL and initialize it.
+       (note_mouse_movement): Use it.
+
+       * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
+
+       * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
+
+       * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
+       New variables.
+       (syms_of_w32fns): Intern and staticpro them.
+       (x_frame_parms) <"fullscreen">: New parameter.
+       (x_fullscreen_move, x_set_fullscreen): New functions.
+       (x_set_frame_parameters): Support Qfullscreen.
+       (x_real_positions): Save x/y_pixels_diff frame params. 
+       (x_figure_window_size): Support full-screen frames.
+       (Fx_create_frame): Default the fullscreen parameter.
+
+       * w32term.c (x_check_fullscreen, x_check_fullscreen_move) 
+       (x_fullscreen_adjust): New functions.
+       (w32_read_socket) <WM_WINDOWPOSCHANGED>:  Don't resize to
+       fullscreen.  Call x_check_fullscreen_move, and set the
+       want_fullscreen member of output_data.w32
+       <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
+
+       * w32term.h: New enum for FULLSCREEN_* constants.
+       (struct w32_output): New members want_fullscreen, x_pixels_diff,
+       y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
+       (x-fullscreen-adjust): New prototype.
+
+2002-02-17  Kim F. Storm  <storm@cua.dk>
+
+       * frame.c: (Vmouse_highlight): New variable.
+       (syms_of_frame): DEFVAR_LISP it.
+
+       * frame.h: (Vmouse_highlight): Declare extern.
+
+       * xterm.h (struct x_display_info): Add mouse_face_hidden.
+
+       * xterm.c (disable_mouse_highlight): Removed variable.
+       (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
+       (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
+       (XTread_socket): Turn mouse_face_hidden off after mouse movement,
+       and on after keyboard input.
+       (x_term_init): Initialize mouse_face_hidden.
+
+       * msdos.h (struct display_info): Add mouse_face_hidden.
+
+       * msdos.c (disable_mouse_highlight): Removed variable.
+       (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
+       (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
+       (internal_terminal_init): Initialize mouse_face_hidden.
+       (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
+       and on after keyboard input.
+
+       * w32term.h (struct w32_display_info): Add mouse_face_hidden.
+
+       * w32term.c (disable_mouse_highlight): Removed variable.
+       (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
+       (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
+       (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
+       and on after keyboard input.
+       (w32_initialize_display_info): Initialize mouse_face_hidden.
+
+2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * msdos.c (last_mouse_window): New variable.
+       (dos_rawgetc): Fix last change--if the mouse is in the same window
+       as recorded in last_mouse_window, don't select this window.
+
+       * Makefile.in (lisp, shortlisp): Use cus-start.elc, not
+       cus-start.el.
+
+       * msdos.c (x_autoselect_window_p): New variable.
+       (syms_of_msdos): Defvar it.
+       (dos_rawgetc): If x_autoselect_window_p is set, select the window
+       in which the last mouse movement occured, unless it is already
+       selected.
+
+       * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step): New
+       variables.
+       (syms_of_xdisp): DEVFAR them.
+       (hscroll_window_tree): Use automatic_hscroll_margin and
+       Vautomatic_hscroll_step to compute the amount of window scrolling.
+
+2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * xterm.c (x-autoselect-window): New variable.
+       (note_mouse_movement): Use it.
+
+       * keyboard.c: Do not include "systime.h" twice.
+
+2002-02-15  Andreas Schwab  <schwab@suse.de>
+
+       * puresize.h (BASE_PURESIZE): Increase to 9/5.
+
+       * alloc.c (NSTATICS): Increase to 1280.
+
+2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * alloc.c (NSTATICS): Bump to 1026.
+
+       * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
+       (Vx_super_keysym): New variables.
+       (syms_of_xterm): DEFVAR_LISP them.
+       (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
+       variables to determine which keys to use for the various
+       modifiers.
+
+2002-02-13  Kim F. Storm  <storm@cua.dk>
+
+       * window.c: (Vmode_line_in_non_selected_windows): Removed.
+       (mode_line_in_non_selected_windows): New variable.
+       (syms_of_window): DEFVAR_BOOL it.
+
+       * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Use
+       mode_line_in_non_selected_windows.
+       (mode_line_in_non_selected_windows): Declare extern.
+       (Vmode_line_in_non_selected_windows): Removed extern.
+
+2002-02-13  Richard M. Stallman  <rms@gnu.org>
+
+       * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector) 
+       (Fthis_single_command_keys, Fthis_single_command_raw_keys) 
+       (Fclear_this_command_keys): Doc fixes.
+
+       * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face) 
+       (update_face_from_frame_parameter): Increment face_change_count
+       and windows_or_buffers_changed to force redisplay using changed faces.
+
+       * xdisp.c (QCpropertize): New variable.
+       (mode_line_proptrans_alist): New variable.
+       (display_mode_element): New arg PROPS; all calls changed.
+       Implement this, for strings.
+       Handle literal output of strings by sharing the
+       main-line code for strings, using local var `literal'.
+       Handle :propertize feature.
+       (syms_of_xdisp): Initialze and staticpro QCpropertize and 
+       mode_line_proptrans_alist.
+       
+2002-02-11  Kim F. Storm  <storm@cua.dk>
+
+       * window.c: (Vmode_line_in_non_selected_windows): New variable.
+       (syms_of_window): DEFVAR_LISP it.
+
+       * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
+       (CURRENT_MODE_LINE_FACE_ID): Use it.
+       (Vmode_line_in_non_selected_windows): Declare extern.
+
+       * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
+       to get mode line face.
+
+2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
+       variables; cus-start.el doesn't need them anymore.
+
+2002-02-09  Kim F. Storm  <storm@cua.dk>
+
+       * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
+       reduction.  This fixes a display problem where stray newlines were
+       inserted in the window (corrected by C-l).  Clarified code (IMHO).
+
+2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
+
+       * xdisp.c (display_mode_lines): Fix last change.
+
+2002-02-09  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
+       match each other.
+       (w32_load_system_font): Prevent Cleartype fonts from loading.
+       (Fx_show_tip): Ensure tip frames are above other topmost windows.
+
+2002-02-09  Kim F. Storm  <storm@cua.dk>
+
+       * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
+       (CURRENT_MODE_LINE_HEIGHT): Use it.
+       (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
+
+       * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
+       (pos_visible_p, handle_face_prop): Likewise.
+       (display_mode_lines): Likewise, but for the real selected window.
+       (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
+
+       * xfaces.c (Qmode_line_inactive): New face variable for mode-line
+       in non-selected windows.
+       (realize_basic_faces): Realize it.
+       (syms_of_term): Intern and staticpro it.
+
+2002-02-08  Kim F. Storm  <storm@cua.dk>
+
+       * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): 
+       Changed mail addresses to emacs-devel@gnu.org.
+
+2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * fileio.c (Fsubstitute_in_file_name): If the file name includes
+       ~user, and there's no such user, don't discard everything before
+       ~user.
+
+       * floatfns.c (Fround): Doc fix.
+
+2002-02-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
+
+2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
+
+2002-02-07  Kim F. Storm  <storm@cua.dk>
+
+       * keymap.c (where_is_internal): Only check whether definition is
+       remapped if it fulfills is_command_symbol.
+
+2002-02-07  Andreas Schwab  <schwab@suse.de>
+
+       * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
+
+       * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
+
+2002-02-06  Kim F. Storm  <storm@cua.dk>
+
+       * keymap.c (Fdefine_key): Allow symbol as KEY argument for
+       defining command remapping.  Doc updated.
+       (Flookup_key): Remap command through keymap if KEY is a symbol.
+       (is_command_symbol): New function.
+       (Fkey_binding): Use it.  New optional argument NO-REMAP.
+       Doc updated.  Callers changed.  Perform command remapping via
+       recursive call unless that arg is non-nil.
+       (where_is_internal): New argument no_remap.  Callers changed.
+       Call recursively to find original key bindings for a remapped
+       comand unless that arg is non-nil.
+       (Fwhere_is_internal): New optional argument NO-REMAP.
+       Doc updated.  Callers changed.  Pass arg to where_is_internal.
+
+       * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
+       (is_command_symbol): Added prototype.
+
+       * keyboard.c (Vthis_original_command): New variable.
+       (syms_of_keyboard): DEFVAR_LISP it.
+       (command_loop_1): Set it, and perform command remapping.
+
+2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * keyboard.c (recursive_edit_1): Call cancel_hourglass
+       unconditionally.
+
+2002-02-06  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
+
+2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * charset.c (get_charset_id): Use if-else instead of ?:.
+
+2002-02-06  Richard M. Stallman  <rms@gnu.org>
+
+       * filelock.c (S_ISLNK): Define if not defined.
+
+2002-02-03  Richard M. Stallman  <rms@gnu.org>
+
+       * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
+
+       * lread.c (read1): Redesign strategy for force_multibyte and
+       force_singlebyte.  Now is_multibyte records whether read_buffer
+       is multibyte.  Encountering any multibyte character makes it so.
+
+2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
+       with the same sequence, map that sequence to f10 rather than f0.
+
+2002-02-03  Andreas Schwab  <schwab@suse.de>
+
+       * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
+       latter never being defined on GNU/Linux.
+
+2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * xfaces.c (realize_default_face): Don't set the weight and slant
+       of the default face to Qnormal, unless these attributes are
+       unspecified.
+
+2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
+       Call cancel_hourglass unconditionally.
+
+       * eval.c (Fsignal): Remove duplicated declaration of
+       the variable `display_hourglass_p'.
+
+2002-01-31  Richard M. Stallman  <rms@gnu.org>
+
+       * editfns.c (region_limit): Nicer error message.
+
+       * coding.c (decode_composition_emacs_mule):
+       Give up if NCOMPONENT gets too large to index `component'.
+
+       * callint.c (check_mark): New arg to specify clearer error message.
+       Callers changed.
+
+2002-01-27  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.c (Fcompleting_read): Doc fix.
+
+2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
+       (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
+       Fix doc-strings.
+
+2002-01-26  Richard M. Stallman  <rms@gnu.org>
+
+       * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
+
+       * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
+       and scroll_up_aggressively.
+
+2002-01-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
+
+2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textprop.c (Fnext_property_change, Fnext_single_property_change)
+       (Fprevious_property_change, Fprevious_single_property_change):
+       Stay within the narrowed-buffer boundaries.
+
+2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term.c (Ftty_display_color_cells): New function.
+       (syms_of_term): Defsubr it.
+       (Ftty_display_color_cells, Ftty_display_color_p): Change the
+       argument name to DISPLAY.  Doc fix.
+
+       * dispextern.h: Add prototype for set_tty_color_mode and
+       tty_setup_colors.
+
+2002-01-24  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
+       If region left to draw is not what was expected, mark the frame as
+       garbaged.
+
+       * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
+       Combine the regions returned by BeginPaint and GetUpdateRect.
+
+2002-01-23  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (x_update_window_begin): Only hide caret if
+       w32_use_visible_system_caret is set.
+       (x_update_window_end): Only show caret if
+       w32_use_visible_system_caret is set.
+       (syms_of_w32term): Handle SystemParametersInfo call failing.
+
+       * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
+
+2002-01-22  Richard M. Stallman  <rms@gnu.org>
+
+       * unexelf.c (unexec): Define n so as to cause compilation error
+       for the code where people have often written n instead of nn.
+
+       * .gdbinit (hookpost-run): Defined.
+
+2002-01-22  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
+
+       * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
+
+2002-01-21  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
+
+       * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
+       if fullscreen is being set.
+
+2002-01-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * minibuf.c (Fminibuffer_contents)
+       (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
+       (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
+
+2002-01-21  Richard M. Stallman  <rms@gnu.org>
+
+       * window.c (check_frame_size): Fix minimum height calculation.
+
+2002-01-20  Ken Raeburn  <raeburn@gnu.org>
+
+       * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
+       height before comparison.
+       (WINDOW_WANTS_HEADER_LINE_P): Likewise.
+
+2002-01-20  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (w32_system_caret_width): Remove.
+       (w32_use_visible_system_caret): New user flag.
+       (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
+       Windows reports a screen reader running.
+       (x_update_window_begin): Hide the system caret.
+       (x_update_window_end): Show the system caret.
+       (x_display_and_set_cursor): Don't draw a cursor when
+       w32_use_visible_system_caret is set.  Do not adjust width.
+
+       * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
+       (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
+       <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
+       the user requests it.  Use system default width when creating.
+       <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
+
+       * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
+       New window messages.
+
+2002-01-20  Richard M. Stallman  <rms@gnu.org>
+
+       * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
+
+2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * doprnt.c (doprnt1): Fix typos in error call.
+
+2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * unexelf.c (unexec) [__sgi]: Support the .got sections.
+
 2002-01-20  Jason Rumney  <jasonr@gnu.org>
 
        * w32term.c (w32_native_per_char_metric): Don't trust the metrics
 
 2002-01-18  Richard M. Stallman  <rms@gnu.org>
 
-       * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1. 
+       * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
        (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
 
 2002-01-17  Richard M. Stallman  <rms@gnu.org>
        is invisible.  This can happen if cursor is on top line of a
        window, and we switch to a buffer with a header line.
 
-       * w32term.c (x_erase_phys_cursor): ditto.
+       * w32term.c (x_erase_phys_cursor): Ditto.
 
 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * lisp.h (adjust_after_replace_noundo)
        (Fupdate_coding_systems_internal): Add prototypes.
 
-       * sound.c (Fplay_sound): Initialize header_size also for :data
-        case.
+       * sound.c (Fplay_sound): Initialize header_size also for :data case.
 
 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * emacs.c (USAGE2): Add the new full-screen arguments.
        (standard_args): Ditto.
 
-       * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth): New
-       variables.
+       * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
+       New variables.
        (syms_of_xfns): Intern and staticpro them.
        (x_frame_parms) <"fullscreen">: New parameter.
        (x_fullscreen_move, x_set_fullscreen): New functions.
 
        * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
        (XTread_socket) <Expose>: Call x_check_fullscreen.
-       <ConfigureNotify>: Don't resize to fullscreen.  Call
-       x_check_fullscreen_move, and set the want_fullscreen member of
+       <ConfigureNotify>: Don't resize to fullscreen.
+       Call x_check_fullscreen_move, and set the want_fullscreen member of
        output_data.x.
 
 2002-01-13  Jason Rumney  <jasonr@gnu.org>
 
 2002-01-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * keyboard.c (read_key_sequence): Remove unused variable
-       `extra_maps'.
+       * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
 
 2002-01-13  Andreas Schwab  <schwab@suse.de>
 
 2002-01-07  Jason Rumney  <jasonr@gnu.org>
 
        * xmenu.c (set_frame_menubar, xmenu_show):
-       (xdialog_show): Initialize wv->help to Qnil. 
+       (xdialog_show): Initialize wv->help to Qnil.
 
        * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
        (w32_dialog_show): Initialize wv->help to Qnil.
        (notice_overwritten_cursor): Don't depend on
        output_cursor and updated_area.  Compare pixel coordinates with
        window's cursor pixel coordinates.
-       (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
-       notice_overwritten_cursor with new arg list.
+       (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
+       Call notice_overwritten_cursor with new arg list.
        (show_mouse_face): Fix bug setting a row's mouse_face_p flag
        unconditionally.
        (x_draw_image_relief): Use predefined macro instead of
        * keymap.c (Flookup_key): Error message if key has wrong data type.
        (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
        (exclude_key): New variable.
-       
+
 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
 
        * xterm.c (x_setup_relief_colors): Don't compute an image's
        background color if it doesn't have a Pixmap.
-       
+
        * xterm.c (notice_overwritten_cursor): Don't depend on
        output_cursor and updated_area.  Compare pixel coordinates with
        window's cursor pixel coordinates.
-       (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
-       notice_overwritten_cursor with new arg list.
+       (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
+       Call notice_overwritten_cursor with new arg list.
        (show_mouse_face): Fix bug setting a row's mouse_face_p flag
        unconditionally.
 
        separated by mouse-movement.  When tracking mouse, only record
        first and last mouse-movement event in same window.
        Don't record mouse-movement events in keyboard macros.
-       
+
 2001-12-25  Richard M. Stallman  <rms@gnu.org>
 
        * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
 
 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       The following changes remove mocklisp support:
+       The following changes remove mocklisp support:
 
        * mocklisp.h, mocklisp.c: Files removed.
 
        `Qmocklisp' and `Qmocklisp_arguments'.
        Remove prototype of syms_of_mocklisp.
 
-       * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp
-       files.
+       * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
 
        * callint.c: Do not include mocklisp.h.
        (Fcall_interactively): Do not test for mocklisp case.
 
        * eval.c: Remove variables `Qmocklisp_arguments',
-       `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of
-       ml_apply.
-       (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do
-       not test for mocklisp case.
+       `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
+       (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
+       Do not test for mocklisp case.
        (Fwhile): Remove unused variable `tem'.
        (syms_of_eval): Remove variable `moclisp-arguments'.
 
 
 2001-12-09  Jason Rumney  <jasonr@gnu.org>
 
-       * w32menu.c (_widget_value): Make `help' field a Lisp_Object. Add
-       comment to explain where the struct came from.
+       * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
+       Add     comment to explain where the struct came from.
        (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
        (add_menu_item): Process pop-up menus first to avoid memory leak.
        (add_menu_item, w32_menu_display_help): Use `help' field as
        * alloc.c (inhibit_garbage_collection): Don't exceed value an int
        can hold.
 
-       * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
+       * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
        from most_positive_fixnum and most_negative_fixnum, resp., and
        type changed to Lisp_Object.
        (syms_of_data): DEFVAR_LISP them.
 
 2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * window.c, syntax.c, macros.c, frame.c, emacs.c, cmds.c, category.c,
-       casefiddle.c, buffer.c: Include keymap.h.
+       * window.c, syntax.c, macros.c, frame.c, emacs.c, cmds.c, category.c
+       casefiddle.c, buffer.c: Include keymap.h.
 
 2001-10-10  Gerd Moellmann  <gerd@gnu.org>