diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e028b60e43..72693deffd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2000-12-13 Karl Fogel <kfogel@red-bean.com> | ||
| 2 | |||
| 3 | * bookmark.el: Provide a generic exit hook, as suggested by | ||
| 4 | Ovidiu Predescu <ovidiu@cup.hp.com>: | ||
| 5 | (bookmark-exit-hook): new var. | ||
| 6 | (bookmark-exit-hook-internal): new func, replaces | ||
| 7 | old raw lambda form in `kill-emacs-hook', and runs new | ||
| 8 | `bookmark-exit-hooks'. No longer tests for the bookmark feature, | ||
| 9 | as logically that feature must have been provided if this function | ||
| 10 | is running. | ||
| 11 | Removed ;;;###autoload before the `add-hook' call. | ||
| 12 | |||
| 1 | 2000-12-13 Stefan Monnier <monnier@cs.yale.edu> | 13 | 2000-12-13 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 14 | ||
| 3 | * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation. | 15 | * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation. |