diff options
| author | Markus Rost | 2002-10-03 18:21:34 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-10-03 18:21:34 +0000 |
| commit | c4b3db1ad656c8d53520474db4fcf45f643bbe81 (patch) | |
| tree | b30b13caf0e71f9c52c75cc47da9172c37efefa0 /lisp/ChangeLog | |
| parent | 748ef79d225369c4cfe84bc0361d1cee16443084 (diff) | |
| download | emacs-c4b3db1ad656c8d53520474db4fcf45f643bbe81.tar.gz emacs-c4b3db1ad656c8d53520474db4fcf45f643bbe81.zip | |
(ada-xref-update-project-menu,ada-add-ada-menu): Handle the menu
pseudo-keys generated by easymenu which are lowercase in Emacs 21.4.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4496b3111b6..b6cb9a9843d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-10-03 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the | ||
| 4 | menu pseudo-keys generated by easymenu which are lowercase in | ||
| 5 | Emacs 21.4. | ||
| 6 | |||
| 7 | * progmodes/ada-xref.el | ||
| 8 | (ada-xref-update-project-menu,ada-add-ada-menu): Ditto. | ||
| 9 | |||
| 1 | 2002-10-03 John Paul Wallington <jpw@shootybangbang.com> | 10 | 2002-10-03 John Paul Wallington <jpw@shootybangbang.com> |
| 2 | 11 | ||
| 3 | * frame.el (delete-frame-hook): Variable alias for | 12 | * frame.el (delete-frame-hook): Variable alias for |
| @@ -22,7 +31,8 @@ | |||
| 22 | 31 | ||
| 23 | 2002-10-02 Markus Rost <rost@math.ohio-state.edu> | 32 | 2002-10-02 Markus Rost <rost@math.ohio-state.edu> |
| 24 | 33 | ||
| 25 | * progmodes/sh-script.el (sh-alias-alist): Use append instead of nconc. | 34 | * progmodes/sh-script.el (sh-alias-alist): Use append instead of |
| 35 | nconc. | ||
| 26 | 36 | ||
| 27 | * startup.el (normal-top-level): Reset standard-value property of | 37 | * startup.el (normal-top-level): Reset standard-value property of |
| 28 | `user-full-name' here. | 38 | `user-full-name' here. |