aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-25 15:07:45 +0000
committerGerd Moellmann2000-09-25 15:07:45 +0000
commitd8b4516f4d03ce794d1caff62558b92de622083d (patch)
treeff1db046a650107f02d2ca4932f7f27f8bbeb02e
parent81c5edd7e6b2ddcfe8032436f61f77093d0e392e (diff)
downloademacs-d8b4516f4d03ce794d1caff62558b92de622083d.tar.gz
emacs-d8b4516f4d03ce794d1caff62558b92de622083d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog14
2 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2a348be896a..baaedadab6a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-09-25 Gerd Moellmann <gerd@gnu.org>
2
3 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4
12000-09-25 Dave Love <fx@gnu.org> 52000-09-25 Dave Love <fx@gnu.org>
2 6
3 * autoinsert.el (auto-insert): Doc fix. 7 * autoinsert.el (auto-insert): Doc fix.
diff --git a/src/ChangeLog b/src/ChangeLog
index 70afeb5892c..4e378dc1852 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,19 @@
12000-09-25 Gerd Moellmann <gerd@gnu.org> 12000-09-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (show_help_echo): Set help_echo_showing_p.
4 (read_char): If help-echo is showing, preserve the echo area
5 when redisplaying.
6
7 * xdisp.c (help_echo_showing_p): New variable.
8 (set_message): Reset it to 0.
9 (init_xdisp): Initialize help_echo_showing_p.
10
11 * dispextern.h (help_echo_showing_p): Declare extern.
12
13 * config.in: Fix typo in __GNUC_MINOR__.
14
15 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN.
16
3 * s/freebsd.h (POSIX_SIGNALS): Define. 17 * s/freebsd.h (POSIX_SIGNALS): Define.
4 18
5 * xterm.c (x_clear_mouse_face): Block/unblock input. 19 * xterm.c (x_clear_mouse_face): Block/unblock input.