From: Eli Zaretskii Date: Tue, 11 Jul 2000 07:38:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2886 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d55ead189fd0b0177f4de83c46e090f989e981a4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9eb7741a7cd..194dbb35399 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-07-11 Eli Zaretskii + + * eshell/esh-module.el (toplevel): Reference + byte-compile-current-file only if it is bound. + 2000-07-10 Gerd Moellmann * dired.el: Don't require `dired-aux'. diff --git a/src/ChangeLog b/src/ChangeLog index ac724f926f1..73c225c3b32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2000-07-11 Eli Zaretskii + + * keyboard.c (show_help_echo): Accept additional parameter + ok_to_overwrite_keystroke_echo. + (read_char): Call show_help_echo with a zero + ok_to_overwrite_keystroke_echo argument. + * keyboard.h (show_help_echo): Update prototype of + show_help_echo. + * xmenu.c (menu_help_callback): Call show_help_echo with non-zero + ok_to_overwrite_keystroke_echo argument. + * w32menu.c (w32_menu_display_help): Call show_help_echo with + non-zero ok_to_overwrite_keystroke_echo argument. + 2000-07-10 Gerd Moellmann * xdisp.c (try_window_id): If changes are all below what is