Use new string macros.
[bpt/emacs.git] / src / ChangeLog
index d121035..7bca6d7 100644 (file)
+2002-03-08  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c: Use new string macros.
+       (update_echo_area): Pass number of bytes to message3 instead of
+       number of chars.
+       (set_message_1): Don't access a string's size_byte directly.
+       (decode_mode_spec_coding): Use number of bytes of eoltype string
+       instead number of chars.
+
+       * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
+
+2002-03-08  Juanma Barranquero  <lektu@terra.es>
+
+       * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
+       24-bit.
+
+2002-03-06  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
+
+2002-03-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
+       (cancel_echoing, echo_length, echo_truncate): Changed to
+       work with new kboard definition.
+       (echo_now): Use message3_nolog instead of message2_nolog.
+
+       * alloc.c (mark_kboards): Mark echo_string.
+
+       * keyboard.h (ECHOBUFSIZE): Removed.
+       (struct kboard): Member echoptr removed, member echobuf renamed
+       to echo_string.
+
+       * xdisp.c (message_with_string): Use Fformat instead of doprnt and
+       message3 instead of message2 to display the message using STRING's
+       text properties.
+
+2002-03-05  Andreas Schwab  <schwab@suse.de>
+
+       * xdisp.c (hscroll_margin): Change to EMACS_INT.
+
+2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * frame.c (default-frame-alist): Explain that setting it doesn't
+       affect existing frames.
+
+2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * indent.c (skip_invisible): Fix my brain fart.
+
+       * dispnew.c (sit_for): Don't wait if executing a kbd macro.
+
+2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
+       * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
+       * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
+       * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
+       and variables to use EMACS_INT instead of just int.
+
+       * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
+
+2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
+       environment, pass it down with corrected value.
+
+2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * lread.c (read_filtered_event): Do not call start_hourglass
+       before returning.
+
+2002-03-04  Juanma Barranquero  <lektu@terra.es>
+
+       * w32term.c (x_display_and_set_cursor): Fix typo.
+
+2002-03-03  Richard M. Stallman  <rms@gnu.org>
+
+       * fileio.c (Fmake_temp_name): Doc fix.
+
+2002-03-03  Gary Wong  <gtw@gnu.org>
+
+       * termcap.c [!emacs]: Replace ospeed for building standalone
+       libtermcap, for binary compatibility.
+
+       * tparam.c [!emacs]: Move #define of bcopy to after string.h.
+
+2002-03-03  Richard M. Stallman  <rms@gnu.org>
+
+       * xrdb.c (file_p): Rename arg `path' to `filename'.
+
+       * abbrev.c (Fexpand_abbrev): Increment plist as use count
+       only if it is an integer.
+
+       * xfns.c (png_load): Set screen_gamma based on f->gamma.
+       If png_get_sRGB gives an answer, call png_set_gamma
+       using the default image gamma value.
+
+       * lread.c (read1): When reading from a file, default string to
+       multibyte only if it has some multibyte characters.
+
+       * print.c (print_object): Output multibyte chars 128...255
+       using \x even if ! print_escape_multibyte.
+
+       * xdisp.c (display_mode_element): Move the places where
+       bytepos, charpos, this, and lisp_string are set.
+       Use lisp_string to set bytepos.
+
+       * xdisp.c (redisplay_internal):
+       Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
+
+       * xdisp.c (display_mode_element): Merge properties specified with
+       :propertize onto those that come with the string.
+
+2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
+       automatic-hscrolling.  Users changed.
+       <hscroll-margin>: Renamed from automatic-hscroll-margin.
+       Users changed.
+       <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
+
+2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
+
+2002-03-02  Kim F. Storm  <storm@cua.dk>
+
+       * window.c (Fminibuffer_selected_window): New function.
+       (syms_of_window): Defsubr it.
+
+2002-03-01  Kim F. Storm  <storm@cua.dk>
+
+       * window.h (struct window): New member phys_cursor_width.
+
+       * window.c (make_window, replace_window): Init phys_cursor_width.
+
+       * xterm.c (x_display_and_set_cursor): Blink box cursor using
+       hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
+
+       * w32term.c (x_display_and_set_cursor): Blink box cursor using
+       hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
+
+       * lisp.h (GCPRO6): New macro.
+
+       * process.c (Fopen_network_stream): Use GCPRO6.
+
+2002-03-01  Kim F. Storm  <storm@cua.dk>
+
+       * process.c (Qconnect, Qfailed): New variables.
+       (syms_of_process): Intern and staticpro them.
+       (Fprocess_status): Document connect and failed return values.
+       [NON_BLOCKING_CONNECT]: New conditional.
+       (connect_wait_mask, num_pending_connects): New variables.
+       (status_message): Convert Qfailed status.
+       (Fopen_network_stream): Added support for non-blocking connect.
+       New optional args: filter, sentinel, non_blocking.  Doc updated.
+       [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
+       (deactivate_process): Handle pending non-blocking connect.
+       (wait_reading_process_input): Poll for status of non-blocking
+       connects.  Exec sentinel directly when connect succeeds.
+       (status_notify): Don't read process output if not yet connected.
+
+2002-02-28  Kim F. Storm  <storm@cua.dk>
+
+       * window.c: (minibuf_selected_window): Renamed from
+       Vminibuf_selected_window.  Users changed.
+       (syms_of_window): Staticpro it.
+
+2002-02-26  Kim F. Storm  <storm@cua.dk>
+
+       The following changes add a new Vminibuf_selected_window variable
+       which is similar to Vminibuf_scroll_window, but which is only set
+       on entry to the minibuffer (from a non-minibuffer window):
+
+       * window.c: (Vminibuf_selected_window): New variable.
+       (struct save_window_data): New member minibuf_selected_window.
+       (Fset_window_configuration): Restore Vminibuf_selected_window.
+       (Fcurrent_window_configuration): Save Vminibuf_selected_window.
+       Set minibuf_scroll_window member to nil if minibuf_level is 0.
+       (compare_window_configurations): Compare minibuf_selected_window.
+
+       * window.h: (Vminibuf_selected_window): Declare extern.
+
+       * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
+       entry to minibuffer or on entry from a non-minibuffer window.
+
+       * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
+       Vminibuf_selected_window instead of Vminibuf_scroll_window.
+
+       * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
+       instead of Vminibuf_scroll_window when deciding in which window
+       the region should be highlighted.  Consequently, the region remains
+       highlighteded even when a completion buffer is also displayed.
+
+2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * fileio.c (Fsubstitute_in_file_name): Fix the change from
+       2002-02-08.
+
+       * xselect.c (Qcompound_text_with_extensions): Renamed from
+       Qcompound_text_no_extensions.
+       (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
+
+2002-02-26  Juanma Barranquero  <lektu@terra.es>
+
+       * w32proc.c (syms_of_ntproc): Doc fix.
+
+2002-02-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * intervals.h: Include "dispextern.h" unconditionally.
+
+2002-02-24  Jason Rumney  <jasonr@gnu.org>
+
+       * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
+       and disp-table.elc.
+       (lisp): Add emacs-lisp/backquote.elc.
+
+2002-02-24  Kim F. Storm  <storm@cua.dk>
+
+       * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
+       The validation of the event type was too strict as it didn't
+       allow string events; buffer names are used in bindings for
+       menu-bar-select-buffer (see `menu-bar-update-buffers').
+
+2002-02-23  Kim F. Storm  <storm@cua.dk>
+
+       The following changes rework my patch of 2002-02-06 which
+       added command remapping by entering the commands directly into
+       the keymaps.  Now, command remapping uses an explicit `remap'
+       prefix in the keymaps, i.e. [remap COMMAND].
+
+       * keymap.c (Qremap, remap_command_vector): New variables.
+       (is_command_symbol): Removed function.
+       (Fdefine_key): No longer accept a symbol for KEY.
+       Added validation of [remap COMMAND] argument for KEY.
+       The DEF is no longer required to be a symbol when remapping a command.
+       (Fremap_command): New function to remap command through keymaps.
+       (Flookup_key): Perform command remapping initiated by
+       Fremap_command directly for speed.
+       (Fkey_binding): Use Fremap_command for command remapping.
+       (where_is_internal): Handle new command remapping representation.
+       (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
+       staticpro them.  Defsubr Fremap_command.
+
+       * keymap.h (Fremap_command): Declare extern.
+       (is_command_symbol): Remove extern.
+
+       * keyboard.c (command_loop_1): Use Fremap_command for command
+       remapping; now try command remapping for all symbols.
+
+2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * coding.h (run_pre_post_conversion_on_str): Add prototype.
+
+2002-02-23  Jason Rumney  <jasonr@gnu.org>
+
+       * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
+       on the string before encoding it.
+       (Fw32_get_clipboard_data): Run post-read-conversion on the string
+       after decoding it.
+
+       * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
+
+2002-02-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * w32term.c (enter_timestamp): Remove unused static variable to
+       prevent warning.
+
+       * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
+
+2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * w16select.c (Fw16_get_clipboard_data): Fix last change.
+
+       * xselect.c (selection_data_to_lisp_data): Fix last change.
+
+2002-02-22  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.h (struct w32_output): New member menu_command_in_progress.
+
+       * w32menu.c (menubar_selection_callback): Free the menu and
+       clear the menu_command_in_progress flag.
+
+       * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
+       (menu_free_timer): New variable.
+       (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
+       (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
+       <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
+       menu command is in progress.
+       <WM_COMMAND>: Set the menu_command_in_progress flag.
+       Kill any menu_free_timer that is running.
+
+       * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
+       Call ExtTextOutA rather than ExtTextOut.
+
+2002-02-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 755000.
+
+2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
+       on the string before encoding it.
+       (Fw16_get_clipboard_data): Run post-read-conversion on the string
+       after decoding it.
+
+2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       Support for ICCCM  Extended Segments in X selections:
+
+       * xselect.c <Qcompound_text_no_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-no-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]:
+       Correct 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): 
+       * 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.
+       ~user, and there's no such user, don't discard everything before ~user.
 
        * floatfns.c (Fround): Doc fix.
 
 
 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * lisp.h (Fx_file_dialog): Export (for Motif code in fileio.c).
+       * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
 
 2002-02-07  Kim F. Storm  <storm@cua.dk>
 
        (syms_of_keyboard): DEFVAR_LISP it.
        (command_loop_1): Set it, and perform command remapping.
 
-2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * keyboard.c (recursive_edit_1): Call cancel_hourglass
-       unconditionally.
+       * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
 
 2002-02-06  Jason Rumney  <jasonr@gnu.org>
 
        of the default face to Qnormal, unless these attributes are
        unspecified.
 
-2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
        Call cancel_hourglass unconditionally.
 
        * minibuf.c (Fcompleting_read): Doc fix.
 
-2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+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):
        * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
        and scroll_up_aggressively.
 
-2002-01-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
 
        * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
        if fullscreen is being set.
 
-2002-01-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * minibuf.c (Fminibuffer_contents)
        (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
 
        * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
 
-2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * doprnt.c (doprnt1): Fix typos in error call.
 
        (w32_enable_synthesized_fonts): Change to a boolean.
        (Fw32_send_sys_command): Doc fix.
 
-2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * dispnew.c (update_frame): Move the variable `tem' to the block
        where it is used.
        * window.c (enlarge_window): When exceeding size of parent,
        directly delete all the siblings instead of trying to resize it.
 
-2002-01-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * term.c (set_tty_color_mode): Remove unused variable `tem'.
 
 
        * w32term.c (x_erase_phys_cursor): Ditto.
 
-2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
        `dont_resize' only when used.
        * xdisp.c (display_mode_element): When computing charpos, depend
        on multibyteness of elt, not the text in field.
 
-2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * buffer.c (Fkill_all_local_variables): Increment
-       `update_mode_lines' only once.
+       * buffer.c (Fkill_all_local_variables):
+       Increment `update_mode_lines' only once.
 
-2002-01-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * lisp.h (adjust_after_replace_noundo)
        (Fupdate_coding_systems_internal): Add prototypes.
        (syms_of_w32fns): DEFVAR_BOOL it.
        (w32_wnd_proc): Handle new "XBUTTON" messages.
 
-2002-01-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
 
        * editfns.c (Fformat): Update thissize from field_width
        based on the actual width, in the string case.
 
-2002-01-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
        when used as truth value to prevent gcc warnings.
        * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
        instead of Fstring_as_unibyte.
 
-2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        The following changes remove mocklisp support:
 
        * Makefile.in (lisp, shortlisp): Synchronize with changes to
        lisp/Makefile.in:DONTCOMPILE.
 
-2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xdisp.c (window_box_height): Do not return negative values.
        From Gerd Moellmann <gerd@gnu.org>.
 
        * s/gnu-linux.h (GNU_LINUX): Defined.
 
-2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * macros.c, msdos.c, w16select.c: Change doc-string comments to
        `new style' [w/`doc:' keyword].
        * w32menu.c (w32_free_submenu_strings): Clear menu item struct
        before using.
 
-2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
        keyword].
        Lisp_Object.
        (w32_free_submenu_strings): Only free owner-drawn strings.
 
-2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * COPYING: Moved back.
 
 
        * eval.c: Use standard syntax for usage in docstrings.
 
-2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
 
-2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xterm.c (x_draw_image_relief): Use predefined macro instead of
        constant when the value of `tool_bar_button_relief' is negative.
        * w32term.c: Merged changes from xterm.c.
        * w32fns.c: Merged changes from xfns.c.
 
-2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * COPYING: Removed.
 
        extra extra slot.
        (detect_coding_mask): Fix call of detect_coding_iso2022.
 
-2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * fileio.c (file-name-coding-system)
        (default-file-name-coding-system): Doc fix (links to referenced
        * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
        OVERLAPS_P.
 
-2001-11-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xdisp.c (message_dolog): Remove unused variables `gcpro2',
        `gcpro3' and `gcpro4'.
        * msdos.c (IT_clear_screen): If the frame's faces are not yet
        realized, use the initial screen colors to clear the screen.
 
-2001-11-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * textprop.c (Fset_text_properties): Remove unused variables
        `unchanged', `prev_changed', `s' and `len'.
 
        * puresize.h (BASE_PURESIZE): Increase to 750000.
 
-2001-11-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * frame.c (Fframe_live_p): Doc fix.
 
        (Fwrite_region): Split the call to build_annotations into two
        calls to build_annotations and build_annotations_2.
 
-2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
        clear_waiting_for_input with argument.
 
        * print.c (prin1, print): Doc fix.
 
-2001-11-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * fontset.h: Remove declarations of variables
        `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
 
        * w32fns.c: Doc fix.
 
-2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xfaces.c (Fface_attributes_as_vector): Doc fix.
 
        * w32fns.c: Don't define max.
        (Fx_open_connection): Only execute once.
 
-2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * ccl.c: Change macros to use do-while block instead of if-else.
        Use braces to follow GNU Coding Standards.
        * unexelf.c (unexec): Use mmap/munmap to allocate buffers
        instead of malloc/free.
 
-2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xfaces.c (merge_face_vectors): Use braces to follow GNU
        Coding Standards.
        * w32term.c (x_display_and_set_cursor): Do not move system caret
        if cursor_glyph is NULL.
 
-2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * keymap.c (access_keymap): Fix compilation error.
 
 
        * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
 
-2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * intervals.c (graft_intervals_into_buffer):
        Remove #ifdef'd-out code.
        * keyboard.c (make_lispy_event): Check integerness and fix
        Lisp_Object/int mixup.
 
-2001-11-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * fns.c (copy_hash_table): Remove unused variable `v'.
 
        * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
        the program image directly.
 
-2001-11-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * buffer.h (Fbuffer_local_value): Add prototype.
 
        * xdisp.c (Qcursor_in_non_selected_windows): New variable.
        (syms_of_xdisp): Initialize it.
 
-2001-11-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xfns.c (Fx_create_frame): Doc fix.
 
 
        * syssignal.h (sigunblock): Don't define if already defined.
 
-2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * eval.c (debugger_may_continue, Vdebug_ignored_errors)
        (call_debugger, Fcondition_case, skip_debugger, unbind_to):
 
        * textprop.c (Fget_char_property): Doc fix.
 
-2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * process.c (Fstart_process): Add usage to doc-string.
 
        bindings along with or instead of the buffer local map.
        Make the overriding maps override what they should.
 
-2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * window.c (grow_mini_window): Fix typo in comment.
 
        * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
        Handle :box so that it is possible to specify sexprs.
 
-2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xfaces.c (Finternal_merge_in_global_face): Reindent.
        (Fface_font): Ditto.
 
        * s/hpux11.h: New file.
 
-2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * emacs.c (USAGE1): Show command line option --no-window-system
        instead of --no-windows in usage.
 
        * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
 
-2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * marker.c, mocklisp.c: Change doc-string comments to `new style'
        [w/`doc:' keyword].
 
        * fns.c (require_unwind): Return Lisp_Object.
 
-2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
        (last-input-char): Revert doc-string to be the same as the
 
        * window.c (Fscroll_left, Fscroll_right): Doc fix.
 
-2001-10-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * keyboard.c (Finput_pending_p): Fix typo in doc-string.
        (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
        * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
        a loop counter.
 
-2001-10-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * emacs.c: Use argv[0] instead of emacs when -t was specified.
 
 
        * w32term.c (note_mouse_highlight): Clear old help_echo.
 
-2001-10-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xterm.c: Fix typo in a comment.
 
        * xfaces.c (Fface_attributes_as_vector): New function.
        (syms_of_xfaces): Defsubr it.
 
-2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
        variable `area'.
 
-2001-10-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * search.c (scan_newline): Remove unused variable `selective_display'.
 
        * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
        Fix clearing of area not covered by scroll bar.
 
-2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
        and `real_start'.
        (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
        (syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.
 
-2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
        gnuemacs).
        (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
        around call to x_draw_glyphs.
 
-2001-10-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
        instead of C) and usage.
        * xdisp.c (display_line): Fix computation of continuation lines
        width for TABs.
 
-2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xdisp.c (build_desired_tool_bar_string): Remove unused variable
        `Qlaplace'.
        * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
        (Fml_prefix_argument_loop): Likewise.
 
-2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
 
        * callproc.c (Fcall_process_region, Fcall_process): Likewise.
        * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
 
-2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
 
 
        * (Version 21.1 released.)
 
-2001-10-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed.
 
        (x_handle_property_notify, x_get_foreign_selection)
        (x_handle_selection_notify): Use XSETCAR.
 
-2001-10-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * buffer.c: Put doc strings in comments.
 
 
        * fns.c (Vafter_load_alist): Declare extern (w32 build problem).
 
-2001-10-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * process.c (process-inherit-coding-system-flag)
        (get-buffer-process): Do not confuse make-docfile with doc strings
        * window.c (select_window_1): Unfreeze window start.  Remove a
        doubled test for WINDOW being live.
 
-2001-10-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * fns.c (Fmapconcat): Fix typo in a doc string.
 
        * xterm.c (x_draw_glyph_string): Restore clipping after
        drawing box.
 
-2001-10-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string.
 
        (in_ellipses_for_invisible_text_p, handle_invisible_prop):
        Use new retval of TEXT_PROP_MEANS_INVISIBLE.
 
-2001-10-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * lisp.h (Ftop_level): Add prototype.
 
        * lread.c (syms_of_lread) <load-suffixes>: Fix last change:
        multi-line strings without a trailing "\n\".
 
-2001-10-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
        defined.
        * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
        Clear ICRNL and INLCR.  From Daiki Ueno <ueno@unixuser.org>.
 
-2001-10-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * keyboard.c: Don't define min/max.
 
 
        * puresize.h (BASE_PURESIZE): Increase to 725000.
 
-2001-10-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xfaces.c (free_frame_menubar): Add prototype.
 
 
        * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix.
 
-2001-09-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-09-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * s/gnu-linux.h: Fix a typo in comment.
 
 
        * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
 
-2001-08-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * alloc.c (init_stack): Remove declaration.