changeset 31881:c9d93e8e8cbd

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 25 Sep 2000 15:07:45 +0000
parents 36481aee6585
children 02bf229fa2be
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Sep 25 15:04:30 2000 +0000
+++ b/lisp/ChangeLog	Mon Sep 25 15:07:45 2000 +0000
@@ -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.
--- a/src/ChangeLog	Mon Sep 25 15:04:30 2000 +0000
+++ b/src/ChangeLog	Mon Sep 25 15:07:45 2000 +0000
@@ -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.