aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-30 21:57:27 +0000
committerGerd Moellmann2000-11-30 21:57:27 +0000
commit31b6671b0f630bb35cc964eaa49bc0404b6651e3 (patch)
tree527f762836d2eaa9e560e85038b0bfef61848859 /src/ChangeLog
parenteccc05db421c45a9d55d20e5f80d53ce2e10ace8 (diff)
downloademacs-31b6671b0f630bb35cc964eaa49bc0404b6651e3.tar.gz
emacs-31b6671b0f630bb35cc964eaa49bc0404b6651e3.zip
(echo_area_display): If cursor is in the echo area, make
sure that the next redisplay displays the minibuffer, so that the cursor will be replaced with what the minibuffer wants.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ba18459e58c..4167ecf40b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-11-30 Gerd Moellmann <gerd@gnu.org> 12000-11-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (echo_area_display): If cursor is in the echo area, make
4 sure that the next redisplay displays the minibuffer, so that
5 the cursor will be replaced with what the minibuffer wants.
6
3 * xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and 7 * xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
4 #ifndef instead of using #if. 8 #ifndef instead of using #if.
5 (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if 9 (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if