diff options
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a7ccae4e63..a4aeec34408 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,28 @@ | |||
| 1 | 2000-10-08 Dave Love <fx@gnu.org> | 1 | 2000-10-08 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map. | ||
| 4 | |||
| 5 | * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap. | ||
| 6 | |||
| 7 | * play/studly.el (studlify-region, studlify-word): Add autoload | ||
| 8 | cookie. | ||
| 9 | |||
| 10 | * play/morse.el (morse-region, unmorse-region): Add autoload | ||
| 11 | cookie. | ||
| 12 | |||
| 13 | * play/spook.el (spook-phrases-file): Use expand-file-name, not | ||
| 14 | concat. | ||
| 15 | |||
| 16 | * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't | ||
| 17 | insist on symbols starting with word syntax. | ||
| 18 | (lisp-mode-shared-map): Renamed from shared-lisp-mode-map. | ||
| 19 | (eval-defun-1): Doc fix. | ||
| 20 | (indent-sexp): Use nconc to build up indent-stack. | ||
| 21 | |||
| 22 | * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by | ||
| 23 | Gnus with little use. | ||
| 24 | (mail-setup-hook): Add mail-abbrevs-setup to options. | ||
| 25 | |||
| 3 | * recentf.el: Doc fixes. | 26 | * recentf.el: Doc fixes. |
| 4 | 27 | ||
| 5 | * vcursor.el (vcursor-cs-binding): Remove compatibility code. | 28 | * vcursor.el (vcursor-cs-binding): Remove compatibility code. |