diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 237b8879aa5..97e109445da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2001-10-12 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-10-12 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * menu-bar.el (minibuffer-local-*map): Take inheritance into account. | ||
| 4 | |||
| 5 | * simple.el (minibuffer-local*-map): Remove redundant bindings. | ||
| 6 | |||
| 7 | * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior, | ||
| 8 | C-p and C-r. Remove redundant bindings from inheriting maps. | ||
| 9 | |||
| 3 | * progmodes/cperl-mode.el: Merged in changes from v4.32. | 10 | * progmodes/cperl-mode.el: Merged in changes from v4.32. |
| 4 | After 4.23 and: After 4.24: | 11 | After 4.23 and: After 4.24: |
| 5 | (cperl-contract-levels): Restore position. | 12 | (cperl-contract-levels): Restore position. |