(Fkey_binding): Fix typo.
[bpt/emacs.git] / src / ChangeLog
index f3bbc0f..99b53bf 100644 (file)
@@ -1,3 +1,322 @@
+2002-07-11  Markus Rost  <rost@math.ohio-state.edu>
+
+       * keymap.c (Fkey_binding): Fix typo.
+
+2002-07-11  Richard M. Stallman  <rms@gnu.org>
+
+       * s/hpux11.h (BROKEN_SA_RESTART): Defined.
+
+       * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
+
+2002-07-11  Juanma Barranquero  <lektu@terra.es>
+
+       * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
+       * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
+       * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
+       * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
+       * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
+       * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
+
+2002-07-10  Juanma Barranquero  <lektu@terra.es>
+
+       * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers
+       changed.
+
+2002-07-09  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
+
+2002-07-09  Kenichi Handa  <handa@etl.go.jp>
+
+       * callproc.c (Fcall_process): Fix previous change.
+
+2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
+       Add support for hash-tables.
+       (Ftry_completion): Return t even if the string appears multiple times.
+
+       * fns.c (Fnconc): Use XCDR.
+       (Fprovide): Use CONSP and XCDR.
+       (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
+       (HASH_TABLE_SIZE): Delete: moved to lisp.h.
+       (Fmake_hash_table): Accept `:size nil'.
+       (Fmakehash): Delete: moved to subr.el.
+       (syms_of_fns): Don't defsubr makehash.
+
+       * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
+       (HASH_TABLE_SIZE): Move from fns.c.
+
+2002-07-07  Richard M. Stallman  <rms@gnu.org>
+
+       * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
+       Instead just return 0 when there is something to be done.
+       (try_scrolling): If make_cursor_line_fully_visible returns 0,
+       retry scrolling as if cursor were off the bottom.
+       (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
+       return CURSOR_MOVEMENT_MUST_SCROLL.
+       (redisplay_window): If make_cursor_line_fully_visible returns 0,
+       go to try_to_scroll.
+
+       * buffer.c (Fbuffer_local_value): Store current value into its binding
+       so we get the up-to-date value for the binding that is loaded.
+
+       * eval.c (Fdefmacro): Doc fix.
+
+2002-07-05  Dave Love  <fx@gnu.org>
+
+       * keyboard.c (read_key_sequence): Set initial_idleness_start_time
+       correctly.
+
+       * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
+       (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
+       (ccl_driver): Add cases for CCL_LookupIntConstTbl,
+       CCL_LookupCharConstTbl.
+       (syms_of_ccl): Defvar translation-hash-table-vector.
+
+2002-07-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+
+       * xdisp.c: Remove unused variable `face'.
+
+2002-07-04  Juanma Barranquero  <lektu@terra.es>
+
+       * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
+       obsolescence information.
+
+2002-07-03  Andrew Choi  <akochoi@shaw.ca>
+
+       * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
+       pattern.  Search cache first.
+       (init_font_name_table): Also add entry for jisx0201.1976-0 coding
+       for Japanese font.
+       (XLoadQueryFont): Use it.
+
+2002-07-02  Richard M. Stallman  <rms@gnu.org>
+
+       * keymap.c (Fdefine_key): Doc fix.
+
+       * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
+
+2002-07-02  Juanma Barranquero  <lektu@terra.es>
+
+       * keymap.c (syms_of_keymap): Fix typo.
+
+2002-07-01  Andrew Choi  <akochoi@shaw.ca>
+
+       * s/darwin.h: Define POSIX_SIGNALS.
+
+       * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
+       and FSRefMakePath to convert FSSpec returned with Apple Event to
+       Posix pathname.
+       (mac_initialize) [TARGET_API_MAC_CARBON]:
+       Call init_required_apple_events and disable the `Quit' menu item
+       provided automatically by the Carbon Toolbox.
+
+2002-07-01  Dave Love  <fx@gnu.org>
+
+       * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
+       for K&R.
+
+       * xterm.c: Fix prototype for K&R.
+
+       * term.c (costs_set): Declare static, non-initialized for pcc.
+
+2002-07-01  Richard M. Stallman  <rms@gnu.org>
+
+       * keyboard.c (timer_last_idleness_start_time): New variable.
+       (timer_start_idle): Set that.
+       (read_key_sequence): Use that to reset timer_idleness_start_time
+       to previous value.
+
+       * window.c (Frecenter): With arg, set optional_new_start.
+
+       * xdisp.c (redisplay_internal): Make optional_new_start really work.
+
+       * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
+       buffer for completion.
+
+2002-06-29  Ken Raeburn  <raeburn@gnu.org>
+
+       * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
+
+2002-06-28  Jan D.  <jan.h.d@swipnet.se>
+
+       * keyboard.c (readable_filtered_events): New function that filters
+       FOCUS_IN_EVENT depending on parameter.
+       (readable_events): Calls readable_filtered_events, not filtering
+       FOCUS_IN_EVENT.
+       (get_filtered_input_pending): New function, filtering parameter passed
+       to readable_filtered_events.
+       (get_input_pending): Calls get_filtered_input_pending, not filtering
+       FOCUS_IN_EVENT.
+       (Finput_pending_p): Calls get_filtered_input_pending, DO filter
+       FOCUS_IN_EVENT.
+
+       * xterm.h (struct x_output): Add focus_state.
+
+       * xterm.c (x_focus_changed): New function.
+       (x_detect_focus_change): New function.
+       (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
+       EnterNotify and LeaveNotify to track X focus changes.
+
+2002-06-28  Andreas Schwab  <schwab@suse.de>
+
+       * lisp.h: Remove duplicate declaration of
+       code_convert_string_norecord.
+
+2002-06-27  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c: (mode_line_string_list, mode_line_string_face)
+       (mode_line_string_face_prop): New variables.
+       (store_mode_line_string): New function.
+       (display_mode_element): Use store_mode_line_string to
+       add mode-line string elements to mode_line_string_list
+       when mode_line_string_list is non-nil.
+       (Fformat_mode_line): Now returns propertized string by
+       default.  New arg NO-PROPS to ignore properties.
+       (decode_mode_spec): Only add two dashes for %- in propertized
+       mode-line string.
+       (syms_of_xdisp): Init and staticpro mode_line_string_list.
+
+2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * minibuf.c (minibuffer_completion_contents): Add return type.
+
+2002-06-27  Juanma Barranquero  <lektu@terra.es>
+
+       * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
+
+2002-06-26  Juanma Barranquero  <lektu@terra.es>
+
+       * fileio.c (read_file_name_cleanup): Add missing return.
+
+2002-06-26  Richard M. Stallman  <rms@gnu.org>
+
+       * window.c (Frecenter): Don't set force_start flag.
+
+       * minibuf.c (do_completion, Fminibuffer_complete_word)
+       (Fminibuffer_completion_help): Complete just the text before point.
+       (minibuffer_completion_contents): New function.
+
+       * buffer.c (Fbury_buffer): Use frames_discard_buffer.
+
+       * frame.c (frames_bury_buffer): Function deleted.
+
+2002-06-25  Miles Bader  <miles@gnu.org>
+
+       * callint.c (Fcall_interactively): When checking to see if doprnt hit
+       the end of callint_message, allow for a terminating '\0'.
+
+2002-06-24  Juanma Barranquero  <lektu@terra.es>
+
+       * w32select.c: Include composite.h
+
+       * w16select.c: Likewise.
+
+2002-06-24  Kenichi Handa  <handa@etl.go.jp>
+
+       * callproc.c (Fcall_process): If code detection is necessary,
+       call detect_coding directly here.
+
+       * coding.c (detect_eol): Preserve coding->cmp_data.
+
+       * w16select.c (Fw16_get_clipboard_data): Disable composition handling.
+
+       * w32fns.c (w32_to_x_font): Disable composition handling.
+
+       * w32select.c (Fw32_get_clipboard_data): Disable composition handling.
+
+       * xselect.c (selection_data_to_lisp_data): Disable composition
+       handling.
+
+       * xterm.c (XTread_socket): Disable composition handling.
+
+2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * print.c (temp_output_buffer_setup): Kill all local variables.
+
+2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * lread.c (Fread): Remove redundant and imprecise declaration.
+
+       * xfns.c (check_x_display_info): Use check_x_frame.
+
+       * .gdbinit (xprintsym): Use the new `xname' field.
+       (xsymbol): Use it.
+
+2002-06-22  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (file_dialog_callback): New function.
+       (Fx_file_dialog): Allow selecting directories as well as files.
+
+2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+
+       * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
+       OpenBSD. Add support for mipseb-*-netbsd* machines.
+
+2002-06-17  Andrew Choi  <akochoi@shaw.ca>
+
+       * macterm.c (mac_scroll_area): Set foreground and backcolor to
+       black and white before scrolling.  Restore frame background and
+       foreground color after scrolling.
+       (do_window_update): Call XClearWindow before calling expose_frame.
+       (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
+       FRAME_FOREGROUND_PIXEL of frame.
+
+       * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
+       test Mac command key as <ALT> key.
+
+2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * window.c (Fset_window_configuration): Lisp_Object/int mixup.
+
+       * keyboard.c (read_key_sequence): Be more careful with first_unbound.
+       Lookup keys in function-key-map immediately so that key-translation-map
+       can be applied earlier.
+       Remove function_key_possible and key_translation_possible, replaced
+       by checking `keytran_start < t'.
+
+       * .gdbinit (xsymbol): Use the new `xname' field.
+
+2002-06-17  Andrew Choi  <akochoi@shaw.ca>
+
+       * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
+       test Mac command key as <ALT> key.
+
+       * mac.c (do_applescript): Call initialize_applescript if necessary
+       when first called.  Dispose of result_desc only when there is no error.
+       (Fdo_applescript): Use %d format specifier instead of %ld.
+
+2002-06-16  Andrew Choi  <akochoi@shaw.ca>
+
+       * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
+       of FrontWindow for cases keyDown and autoKey.
+
+       * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
+       Vdefault_fontset to Monaco with mac-roman coding.
+
+       * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
+       init_process before and after inclusion of Carbon/Carbon.h, resp.
+
+       * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
+       cursor_gc.
+       (add_font_name_table_entry): New function.
+       (init_font_name_table): Use add_font_name_table_entry; add italic,
+       bold, and bold-italic entries for truetype fonts.
+
+       * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
+       for Mac too.
+       (try_font_list) [MAC_OS]: If no font matches given registry, try
+       fonts with any registry matching face_family.
+       (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
+
+       * s/darwin.h: If autoconf detects the Ncurses library, define
+       LIBS_TERMCAP to -lncurses to use it.
+
+2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * strftime.c [__hpux]: Include sys/_mbstate_t.h.
+
 2002-06-15  Richard M. Stallman  <rms@gnu.org>
 
        * window.c (Fset_window_configuration): Explicitly preserve
        * w32.c (init_environment): Remove EMACSLOCKDIR.
        (stat): Swap _S_IFDIR and _S_IFREG.
 
-2002-06-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-06-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
        * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
        DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
        no_event to NO_EVENT.
 
-2002-06-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-06-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
 
 
        * window.c (Fset_window_hscroll): Doc fix.
 
-2002-06-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * fileio.c (choose_write_coding_system):
        Call select-safe-coding-system properly.
        type if comes from the Lisp object's car.  If the selection
        contains a pure ASCII text, always return QSTRING as its type.
 
-2002-05-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-05-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * mac.c (mac-cut-function): Doc fix.
 
 
        * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
 
-2002-04-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
        (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
        cursor on a stretch glyph has a width that depends on
        x_stretch_cursor_p.
 
-2002-04-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * abbrev.c (abbrev-start-location): Doc fix.
 
        * xfns.c (x_set_mouse_color): Change default for cross_cursor
        to XC_hand2.
 
-2002-04-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
 
        * window.c (make_window): Initialize height_fixed_p,
        last_cursor_off_p, and p->cursor_off_p slots.
 
-2002-04-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * fns.c (use-dialog-box): Doc fix.
 
-2002-04-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * xterm.c (note_mode_line_or_margin_highlight): Remove unused
        variables `row', `i' and `area'.
        s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
        STACK_DIRECTION, now set by autoconf.
 
-2002-04-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * dispnew.c (marginal_area_string): Sort arguments.
 
        Use a single event for HELP_EVENT.
        (Fexecute_extended_command): Save last_point_position.
 
-2002-04-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * lisp.h (Fpropertize): Add prototype.
 
        * callint.c (Fcall_interactively): Use INTEGERP instead of
        NUMBERP for checking Vhistory_length.
 
-2002-04-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
        Doc fix to reflect it.
        * msdos.c (syms_of_msdos): Fix last change with
        mouse_autoselect_window.
 
-2002-04-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
        mouse_autoselect_window.
        (Fset_network_process_options, server_accept_connection):
        Fix some int/Lisp_Object confusions (thank you union types).
 
-2002-04-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
 
 
        * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
 
-2002-03-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * process.c (set-network-process-options): Add usage.
        (make-network-process): Doc fix.
        use "sun" as a variable, it's a predefined constant on Sun
        machines.
 
-2002-03-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-03-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * bytecode.c (Fbyte_code): Revert last change.
 
        * makefile.w32-in (LIBS): Add $(WSOCK32).
        From David Ponce <dponce@voila.fr>.
 
-2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * process.c (wait_reading_process_input): Move variables `pname'
        and `pnamelen' down where they are used.
        * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
        Remove explicit GNU_LINUX settings for datagram support.
 
-2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * process.c (Fmake_network_process): Remove unused variable `sa'.
        Doc fix.  Add usage:.
        * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
        until its implementation is fixed.
 
-2002-03-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-03-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * xfns.c (png_load): Remove unused variable `gamma_str'.
 
        * 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>
+2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * lread.c (read_filtered_event): Do not call start_hourglass
        before returning.
 
        * w32proc.c (syms_of_ntproc): Doc fix.
 
-2002-02-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-02-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * intervals.h: Include "dispextern.h" unconditionally.
 
 
        * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
 
-2002-02-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-02-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * w32term.c (enter_timestamp): Remove unused static variable to
        prevent warning.
        (tool_bar_items): Likewise.
        (current_active_maps): Removed unused (and buggy) function.
 
-2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * xfns.c (gif_load): Use correct width and height for GIF images.
 
        (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>
+2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * xterm.c (x-autoselect-window): New variable.
        (note_mouse_movement): Use it.
 
        * floatfns.c (Fround): Doc fix.
 
-2002-02-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-02-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
 
        (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>
+2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
 
        of the default face to Qnormal, unless these attributes are
        unspecified.
 
-2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-02-02  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-27  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-26  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-21  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-20  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-19  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-17  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-16  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * buffer.c (Fkill_all_local_variables):
        Increment `update_mode_lines' only once.
 
-2002-01-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-14  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-13  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2002-01-01  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-22  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-18  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-11  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-09  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * COPYING: Moved back.
 
 
        * eval.c: Use standard syntax for usage in docstrings.
 
-2001-12-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
 
-2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-02  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-29  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-29  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-28  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-23  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-18  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-16  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-14  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-13  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-12  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-09  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-07  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-07  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-06  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-05  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-04  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-02  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-02  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * window.c (grow_mini_window): Fix typo in comment.
 
 
        * s/hpux11.h: New file.
 
-2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-29  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-28  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-27  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
        variable `area'.
 
-2001-10-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-25  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-24  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-24  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-23  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-22  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-21  Pavel Jan\e,Am\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,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.