diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e64d0948673..b2c6a88138c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,6 +7,11 @@ | |||
| 7 | 7 | ||
| 8 | 2001-07-25 Gerd Moellmann <gerd@gnu.org> | 8 | 2001-07-25 Gerd Moellmann <gerd@gnu.org> |
| 9 | 9 | ||
| 10 | * xt-mouse.el (xterm-mouse-event): Recognize control sequences | ||
| 11 | for buttons > 3. | ||
| 12 | (xterm-mouse-translate): Handle the case that we don't get a | ||
| 13 | down-event. | ||
| 14 | |||
| 10 | * emacs-lisp/find-func.el (find-function-regexp): Add | 15 | * emacs-lisp/find-func.el (find-function-regexp): Add |
| 11 | easy-mmode-define-global-mode to the regexp. Allow newlines | 16 | easy-mmode-define-global-mode to the regexp. Allow newlines |
| 12 | in front of the function name. | 17 | in front of the function name. |