diff options
| author | Francesco Potortì | 2001-08-01 14:10:25 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-08-01 14:10:25 +0000 |
| commit | cc46bfe76aad366eaae35729d8217f4faf9621df (patch) | |
| tree | e02d4922781931939300836d39066c03f236b335 /lisp | |
| parent | e5c60873e796874ed79781cc9da974886fc02988 (diff) | |
| download | emacs-cc46bfe76aad366eaae35729d8217f4faf9621df.tar.gz emacs-cc46bfe76aad366eaae35729d8217f4faf9621df.zip | |
uniquify.el
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 362aefca50d..624a4acf936 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,14 @@ | |||
| 1 | 2001-08-01 Francesco Potorti` <pot@gnu.org> | ||
| 2 | |||
| 3 | * uniquify.el (uniquify-rationalize-file-buffer-names): Add an | ||
| 4 | explicit test for " **lose**" buffers generated by | ||
| 5 | find-alternate-file to avoid an error in particular conditions. | ||
| 6 | |||
| 1 | 2001-08-01 Gerd Moellmann <gerd@gnu.org> | 7 | 2001-08-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * play/animate.el: Add Keywords and Maintainer. Remove a | 9 | * play/animate.el: Add Keywords and Maintainer. Remove a |
| 4 | reference to a removed function. | 10 | reference to a removed function. |
| 5 | 11 | ||
| 6 | * play/animate.el (animate-string): Handle case that the string is | 12 | * play/animate.el (animate-string): Handle case that the string is |
| 7 | longer than the window is wide. | 13 | longer than the window is wide. |
| 8 | 14 | ||
| @@ -54,7 +60,7 @@ | |||
| 54 | (last-sexp-toggle-display, eval-last-sexp-1): Use | 60 | (last-sexp-toggle-display, eval-last-sexp-1): Use |
| 55 | last-sexp-setup-props. | 61 | last-sexp-setup-props. |
| 56 | 62 | ||
| 57 | * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button): | 63 | * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button): |
| 58 | New user-options. | 64 | New user-options. |
| 59 | (mouse-wheel-change-button): New function. | 65 | (mouse-wheel-change-button): New function. |
| 60 | (mouse-wheel-mode): Use mouse-wheel-{up,down}-button. | 66 | (mouse-wheel-mode): Use mouse-wheel-{up,down}-button. |
| @@ -91,13 +97,13 @@ | |||
| 91 | for buttons > 3. | 97 | for buttons > 3. |
| 92 | (xterm-mouse-translate): Handle the case that we don't get a | 98 | (xterm-mouse-translate): Handle the case that we don't get a |
| 93 | down-event. | 99 | down-event. |
| 94 | 100 | ||
| 95 | * emacs-lisp/find-func.el (find-function-regexp): Add | 101 | * emacs-lisp/find-func.el (find-function-regexp): Add |
| 96 | easy-mmode-define-global-mode to the regexp. Allow newlines | 102 | easy-mmode-define-global-mode to the regexp. Allow newlines |
| 97 | in front of the function name. | 103 | in front of the function name. |
| 98 | 104 | ||
| 99 | * isearch.el (isearch-other-meta-char): Fix last change. | 105 | * isearch.el (isearch-other-meta-char): Fix last change. |
| 100 | 106 | ||
| 101 | * isearch.el (isearch-other-meta-char): Don't modify mode-line and | 107 | * isearch.el (isearch-other-meta-char): Don't modify mode-line and |
| 102 | similar events for which fake prefix keys are generated. It's no | 108 | similar events for which fake prefix keys are generated. It's no |
| 103 | longer necessary since read_key_sequence doesn't modify these | 109 | longer necessary since read_key_sequence doesn't modify these |