diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a177827d11a..bdb479bc33c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -24,6 +24,17 @@ | |||
| 24 | 24 | ||
| 25 | 2002-06-27 Stefan Monnier <monnier@cs.yale.edu> | 25 | 2002-06-27 Stefan Monnier <monnier@cs.yale.edu> |
| 26 | 26 | ||
| 27 | * mwheel.el (mouse-wheel-change-button): Deactivate before changing. | ||
| 28 | (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete. | ||
| 29 | (mouse-wheel-up-event, mouse-wheel-down-event): New vars. | ||
| 30 | (mouse-wheel-follow-mouse): Change default to t. | ||
| 31 | (mwheel-event-button): Return the basic event symbol. | ||
| 32 | (mwheel-scroll): Work with non-mouse events. | ||
| 33 | (mouse-wheel-mode): Use the new vars. | ||
| 34 | (mwheel-install): Obey `uninstall'. | ||
| 35 | |||
| 36 | * term/xterm.el (function-key-map): Add some bindings. | ||
| 37 | |||
| 27 | * uniquify.el (uniquify-delay-rationalize-file-buffer-names): | 38 | * uniquify.el (uniquify-delay-rationalize-file-buffer-names): |
| 28 | Rename from delay-uniquify-rationalize-file-buffer-names. | 39 | Rename from delay-uniquify-rationalize-file-buffer-names. |
| 29 | Only rationalize if the buffer is under uniquify control. | 40 | Only rationalize if the buffer is under uniquify control. |