Mercurial > emacs
diff src/ChangeLog @ 31881:c9d93e8e8cbd
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 25 Sep 2000 15:07:45 +0000 |
parents | feb0ad9daae1 |
children | ef483f5d2a7d |
line wrap: on
line diff
--- 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.