comparison lisp/ChangeLog @ 41096:e67647206cca

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 15 Nov 2001 20:34:35 +0000
parents 3a351c3fb718
children 99c59979fccf
comparison
equal deleted inserted replaced
41095:04e401e29e4e 41096:e67647206cca
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
4 that this does not undo file system changes. 8 that this does not undo file system changes.
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
16 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special 20 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
17 characters and append anchor to pattern added to auto-mode-alist. 21 characters and append anchor to pattern added to auto-mode-alist.