diff options
| author | Stefan Monnier | 2001-03-09 18:50:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-03-09 18:50:20 +0000 |
| commit | f9db8f1954266304bbbe751d7f59f35bc07ef311 (patch) | |
| tree | 63b52e2514f413d7251fde36edc8386c2b28a427 | |
| parent | db14cfc5157c723d30f6437b1eca80e25574d094 (diff) | |
| download | emacs-f9db8f1954266304bbbe751d7f59f35bc07ef311.tar.gz emacs-f9db8f1954266304bbbe751d7f59f35bc07ef311.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9be4546aa82..2818191aec6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | 2001-03-09 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-09 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * help.el (string-key-binding): Renamed from | 3 | * help.el (string-key-binding): Renamed from |
| 4 | mode-line-key-binding. Handle any event on a string. Check for | 4 | mode-line-key-binding. Handle any event on a string. |
| 5 | `keymap' properties as well as `local-map' properties. | 5 | Check for `keymap' properties as well as `local-map' properties. |
| 6 | 6 | ||
| 7 | * comint.el (comint-insert-clicked-input): Use the last key | 7 | * comint.el (comint-insert-clicked-input): Use the last key |
| 8 | from this-command-keys to lookup the global key definition. | 8 | from this-command-keys to lookup the global key definition. |
| @@ -24,6 +24,13 @@ | |||
| 24 | * window.el (shrink-window-if-larger-than-buffer): Handle frame | 24 | * window.el (shrink-window-if-larger-than-buffer): Handle frame |
| 25 | parameter `(minibuffer . t)'. | 25 | parameter `(minibuffer . t)'. |
| 26 | 26 | ||
| 27 | 2001-03-07 Stefan Monnier <monnier@cs.yale.edu> | ||
| 28 | |||
| 29 | * progmodes/sh-script.el (sh-st-symbol): New symbol. | ||
| 30 | (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp. | ||
| 31 | (sh-mode): Remove `make-local-variable' for unused var | ||
| 32 | `font-lock-unfontify-region-function'. | ||
| 33 | |||
| 27 | 2001-03-07 Richard M. Stallman <rms@gnu.org> | 34 | 2001-03-07 Richard M. Stallman <rms@gnu.org> |
| 28 | 35 | ||
| 29 | * info.el (Info-scroll-down): Fix previous change. | 36 | * info.el (Info-scroll-down): Fix previous change. |