summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-03-09 18:50:20 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-03-09 18:50:20 +0000
commitf9db8f1954266304bbbe751d7f59f35bc07ef311 (patch)
tree63b52e2514f413d7251fde36edc8386c2b28a427 /lisp
parentdb14cfc5157c723d30f6437b1eca80e25574d094 (diff)
downloademacs-f9db8f1954266304bbbe751d7f59f35bc07ef311.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
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 @@
2001-03-09 Gerd Moellmann <gerd@gnu.org>
* help.el (string-key-binding): Renamed from
- mode-line-key-binding. Handle any event on a string. Check for
- `keymap' properties as well as `local-map' properties.
+ mode-line-key-binding. Handle any event on a string.
+ Check for `keymap' properties as well as `local-map' properties.
* comint.el (comint-insert-clicked-input): Use the last key
from this-command-keys to lookup the global key definition.
@@ -24,6 +24,13 @@
* window.el (shrink-window-if-larger-than-buffer): Handle frame
parameter `(minibuffer . t)'.
+2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
+
+ * progmodes/sh-script.el (sh-st-symbol): New symbol.
+ (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
+ (sh-mode): Remove `make-local-variable' for unused var
+ `font-lock-unfontify-region-function'.
+
2001-03-07 Richard M. Stallman <rms@gnu.org>
* info.el (Info-scroll-down): Fix previous change.