diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cf3e4d16a6..78d33adce86 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-15 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding. | ||
| 4 | |||
| 1 | 2001-11-15 Richard M. Stallman <rms@gnu.org> | 5 | 2001-11-15 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * dired.el (dired-undo): Display a message to explain | 7 | * dired.el (dired-undo): Display a message to explain |
| @@ -5,11 +9,11 @@ | |||
| 5 | 9 | ||
| 6 | 2001-11-15 David Kastrup <David.Kastrup@t-online.de> | 10 | 2001-11-15 David Kastrup <David.Kastrup@t-online.de> |
| 7 | 11 | ||
| 8 | * mouse-drag.el: (mouse-drag-throw) Push back non-drag events | 12 | * mouse-drag.el (mouse-drag-throw): Push back non-drag events |
| 9 | into `unread-command-events' instead of trying keymap | 13 | into `unread-command-events' instead of trying keymap |
| 10 | lookups ourselves. This makes mouse-clicks do the right | 14 | lookups ourselves. This makes mouse-clicks do the right |
| 11 | thing even when keymaps of overlays are involved. | 15 | thing even when keymaps of overlays are involved. |
| 12 | (mouse-drag-drag) Likewise. | 16 | (mouse-drag-drag): Likewise. |
| 13 | 17 | ||
| 14 | 2001-11-15 Andreas Schwab <schwab@suse.de> | 18 | 2001-11-15 Andreas Schwab <schwab@suse.de> |
| 15 | 19 | ||