aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.