aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-20 18:12:44 +0000
committerGerd Moellmann2001-02-20 18:12:44 +0000
commitd17e49a898f97e894fc9793b2d6678e0e104e191 (patch)
tree0abb8b337d40a629f5bcddf780930a6ca4b102f3 /src/ChangeLog
parent7121a5e168c80e2e9b471bd742b0fe45b24c1535 (diff)
downloademacs-d17e49a898f97e894fc9793b2d6678e0e104e191.tar.gz
emacs-d17e49a898f97e894fc9793b2d6678e0e104e191.zip
(read_char): When an event from unread-command-events
is from the tool or menu bar, set *USE_MOUSE_MENU to 1.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 99f8d8d4886..eeff6cba68c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-02-20 Gerd Moellmann <gerd@gnu.org> 12001-02-20 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (read_char): When an event from unread-command-events
4 is from the tool or menu bar, set *USE_MOUSE_MENU to 1.
5
3 * window.c (Fwindow_end): Handle case that WINDOW's buffer is not 6 * window.c (Fwindow_end): Handle case that WINDOW's buffer is not
4 equal to the current buffer. 7 equal to the current buffer.
5 8