comparison lisp/ChangeLog @ 36707:1a49c651ad21

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 09 Mar 2001 18:50:20 +0000
parents 5f1861d1affa
children 9566f100bdd3
comparison
equal deleted inserted replaced
36706:19e4df2dab56 36707:1a49c651ad21
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.
9 9
10 2001-03-09 Kenichi Handa <handa@etl.go.jp> 10 2001-03-09 Kenichi Handa <handa@etl.go.jp>
21 minibuffer, raise the minibuffer frame when minibuffer-auto-raise 21 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
22 is set. 22 is set.
23 23
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
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'.
26 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.
30 37