comparison 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
comparison
equal deleted inserted replaced
31880:36481aee6585 31881:c9d93e8e8cbd
1 2000-09-25 Gerd Moellmann <gerd@gnu.org> 1 2000-09-25 Gerd Moellmann <gerd@gnu.org>
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.
2 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.
6 20