# HG changeset patch # User Dave Love # Date 971027593 0 # Node ID ef87e043f166042f03471d39d2d44cd313ded9e2 # Parent 0f1f7e9314930868dd54dba1551d2977462f2a0a *** empty log message *** diff -r 0f1f7e931493 -r ef87e043f166 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 08 17:47:56 2000 +0000 +++ b/lisp/ChangeLog Sun Oct 08 17:53:13 2000 +0000 @@ -1,5 +1,28 @@ 2000-10-08 Dave Love + * 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.