Mercurial > emacs
changeset 41096:e67647206cca
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 15 Nov 2001 20:34:35 +0000 |
parents | 04e401e29e4e |
children | bfbc6e74646b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 15 20:31:58 2001 +0000 +++ b/lisp/ChangeLog Thu Nov 15 20:34:35 2001 +0000 @@ -1,3 +1,7 @@ +2001-11-15 Stefan Monnier <monnier@cs.yale.edu> + + * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding. + 2001-11-15 Richard M. Stallman <rms@gnu.org> * dired.el (dired-undo): Display a message to explain @@ -5,11 +9,11 @@ 2001-11-15 David Kastrup <David.Kastrup@t-online.de> - * mouse-drag.el: (mouse-drag-throw) Push back non-drag events - into `unread-command-events' instead of trying keymap - lookups ourselves. This makes mouse-clicks do the right - thing even when keymaps of overlays are involved. - (mouse-drag-drag) Likewise. + * mouse-drag.el (mouse-drag-throw): Push back non-drag events + into `unread-command-events' instead of trying keymap + lookups ourselves. This makes mouse-clicks do the right + thing even when keymaps of overlays are involved. + (mouse-drag-drag): Likewise. 2001-11-15 Andreas Schwab <schwab@suse.de>