diff options
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. |