*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 25 Sep 2000 15:07:45 +0000 (15:07 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 25 Sep 2000 15:07:45 +0000 (15:07 +0000)
lisp/ChangeLog
src/ChangeLog

index 2a348be..baaedad 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
+       
 2000-09-25  Dave Love  <fx@gnu.org>
 
        * autoinsert.el (auto-insert): Doc fix.
index 70afeb5..4e378dc 100644 (file)
@@ -1,5 +1,19 @@
 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
 
+       * keyboard.c (show_help_echo): Set help_echo_showing_p.
+       (read_char): If help-echo is showing, preserve the echo area
+       when redisplaying.
+
+       * xdisp.c (help_echo_showing_p): New variable.
+       (set_message): Reset it to 0.
+       (init_xdisp): Initialize help_echo_showing_p.
+
+       * dispextern.h (help_echo_showing_p): Declare extern.
+
+       * config.in: Fix typo in __GNUC_MINOR__.
+
+       * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN.
+
        * s/freebsd.h (POSIX_SIGNALS): Define.
 
        * xterm.c (x_clear_mouse_face): Block/unblock input.