Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
41704:b239b2aaf966 | 41705:9cc11bd83898 |
---|---|
3 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro) | 3 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro) |
4 (menu-bar-read-emacs-man, search-emacs-glossary) | 4 (menu-bar-read-emacs-man, search-emacs-glossary) |
5 (emacs-index-search, elisp-index-search): New functions. | 5 (emacs-index-search, elisp-index-search): New functions. |
6 (apropso-documentation, apropos, apropos-value, apropos-variable) | 6 (apropso-documentation, apropos, apropos-value, apropos-variable) |
7 (apropos-commands): Modify menu item names and help text. | 7 (apropos-commands): Modify menu item names and help text. |
8 (elisp-index-search, emacs-index-search, emacs-glossary): New | 8 (elisp-index-search, emacs-index-search, emacs-glossary): |
9 menu items. | 9 New menu items. |
10 (menu-bar-manuals-menu): Move the Ordering Manuals item to a | 10 (menu-bar-manuals-menu): Move the Ordering Manuals item to a |
11 submenu. | 11 submenu. |
12 (info-elisp, info-elintro): New menu items. | 12 (info-elisp, info-elintro): New menu items. |
13 (apropos): Modify the menu item name. | 13 (apropos): Modify the menu item name. |
14 | 14 |
15 2001-11-30 Stefan Monnier <monnier@cs.yale.edu> | 15 2001-11-30 Stefan Monnier <monnier@cs.yale.edu> |
16 | |
17 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop. | |
18 | |
19 * textmodes/outline.el (outline-promote, outline-demote): Typo. | |
20 | |
21 * man.el (man-follow-mouse): New function. | |
22 (Man-mode-map): Bind mouse-2 to it. | |
23 (Man-match-substring): Remove. Replace with `match-string'. | |
24 (man): Use the `default-value' argument to `read-string'. | |
25 (Man-fontify-manpage): Add mouse-face to cross references. | |
16 | 26 |
17 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify. | 27 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify. |
18 | 28 |
19 2001-11-29 Stefan Monnier <monnier@cs.yale.edu> | 29 2001-11-29 Stefan Monnier <monnier@cs.yale.edu> |
20 | 30 |