diff options
| author | Gerd Moellmann | 2001-02-20 18:12:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-20 18:12:44 +0000 |
| commit | d17e49a898f97e894fc9793b2d6678e0e104e191 (patch) | |
| tree | 0abb8b337d40a629f5bcddf780930a6ca4b102f3 /src/ChangeLog | |
| parent | 7121a5e168c80e2e9b471bd742b0fe45b24c1535 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2001-02-20 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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 | ||