# HG changeset patch # User Stefan Monnier # Date 1007123909 0 # Node ID 9cc11bd83898f62986380047ee4c92caeac56984 # Parent b239b2aaf96620ac3ed21bd6bbc10f168d044485 *** empty log message *** diff -r b239b2aaf966 -r 9cc11bd83898 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 30 10:23:23 2001 +0000 +++ b/lisp/ChangeLog Fri Nov 30 12:38:29 2001 +0000 @@ -5,8 +5,8 @@ (emacs-index-search, elisp-index-search): New functions. (apropso-documentation, apropos, apropos-value, apropos-variable) (apropos-commands): Modify menu item names and help text. - (elisp-index-search, emacs-index-search, emacs-glossary): New - menu items. + (elisp-index-search, emacs-index-search, emacs-glossary): + New menu items. (menu-bar-manuals-menu): Move the Ordering Manuals item to a submenu. (info-elisp, info-elintro): New menu items. @@ -14,6 +14,16 @@ 2001-11-30 Stefan Monnier + * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop. + + * textmodes/outline.el (outline-promote, outline-demote): Typo. + + * man.el (man-follow-mouse): New function. + (Man-mode-map): Bind mouse-2 to it. + (Man-match-substring): Remove. Replace with `match-string'. + (man): Use the `default-value' argument to `read-string'. + (Man-fontify-manpage): Add mouse-face to cross references. + * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify. 2001-11-29 Stefan Monnier