diff options
author | Dave Love <fx@gnu.org> | 2000-10-08 17:53:13 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-10-08 17:53:13 +0000 |
commit | 4e7c7ca9808ab0f935ced6dcb7ee68b21b85306f (patch) | |
tree | d66247288294ae6965a5a6efba5a4560594c574f | |
parent | 383d5bbba8feb6ed3beda87681da0e23c51b5147 (diff) | |
download | emacs-4e7c7ca9808ab0f935ced6dcb7ee68b21b85306f.tar.gz |
*** empty log message ***
-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 @@ 2000-10-08 Dave Love <fx@gnu.org> + * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map. + + * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap. + + * play/studly.el (studlify-region, studlify-word): Add autoload + cookie. + + * play/morse.el (morse-region, unmorse-region): Add autoload + cookie. + + * play/spook.el (spook-phrases-file): Use expand-file-name, not + concat. + + * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't + insist on symbols starting with word syntax. + (lisp-mode-shared-map): Renamed from shared-lisp-mode-map. + (eval-defun-1): Doc fix. + (indent-sexp): Use nconc to build up indent-stack. + + * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by + Gnus with little use. + (mail-setup-hook): Add mail-abbrevs-setup to options. + * recentf.el: Doc fixes. * vcursor.el (vcursor-cs-binding): Remove compatibility code. |