diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-25 15:07:45 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-25 15:07:45 +0000 |
commit | d8b4516f4d03ce794d1caff62558b92de622083d (patch) | |
tree | ff1db046a650107f02d2ca4932f7f27f8bbeb02e /src | |
parent | 81c5edd7e6b2ddcfe8032436f61f77093d0e392e (diff) | |
download | emacs-d8b4516f4d03ce794d1caff62558b92de622083d.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 14 |
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 @@ 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. |