Mercurial > emacs
diff lisp/ChangeLog @ 41705:9cc11bd83898
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 30 Nov 2001 12:38:29 +0000 |
parents | b239b2aaf966 |
children | 8439236b7552 |
line wrap: on
line diff
--- 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 <monnier@cs.yale.edu> + * 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 <monnier@cs.yale.edu>