aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-25 15:07:45 +0000
committerGerd Moellmann2000-09-25 15:07:45 +0000
commitd8b4516f4d03ce794d1caff62558b92de622083d (patch)
treeff1db046a650107f02d2ca4932f7f27f8bbeb02e /src
parent81c5edd7e6b2ddcfe8032436f61f77093d0e392e (diff)
downloademacs-d8b4516f4d03ce794d1caff62558b92de622083d.tar.gz
emacs-d8b4516f4d03ce794d1caff62558b92de622083d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
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.