# HG changeset patch # User Stefan Monnier # Date 1005856475 0 # Node ID e67647206cca597c637b4aa1d130abe1cabde413 # Parent 04e401e29e4ec2b6194e238e70cec3c152375b44 *** empty log message *** diff -r 04e401e29e4e -r e67647206cca lisp/ChangeLog --- 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 + + * menu-bar.el (menu-bar-edit-menu) : Put an explicit key binding. + 2001-11-15 Richard M. Stallman * dired.el (dired-undo): Display a message to explain @@ -5,11 +9,11 @@ 2001-11-15 David Kastrup - * 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