diff options
| author | Glenn Morris | 2008-02-28 03:49:35 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-28 03:49:35 +0000 |
| commit | 74c52de17fc8795e1983347dd1024f5e2333b22b (patch) | |
| tree | 26c68811fe963aa8978b4c89c8c0ac5e62ed736b /lisp/ChangeLog | |
| parent | 584dcd8f486c03072280ae2b60eaf5683290e7b6 (diff) | |
| download | emacs-74c52de17fc8795e1983347dd1024f5e2333b22b.tar.gz emacs-74c52de17fc8795e1983347dd1024f5e2333b22b.zip | |
(Info-goto-node): Remove declaration.
(org-info): Use info rather than Info-goto-node.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6985c85107b..a3c63fba027 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2008-02-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * autoinsert.el (auto-insert-alist): Update to FDL 1.2. | ||
| 4 | |||
| 5 | * emacs-lisp/byte-run.el (make-obsolete): Doc fix. | ||
| 6 | |||
| 7 | * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings. | ||
| 8 | (Info-menu, Info-goto-node): Remove declarations. | ||
| 9 | (report-emacs-bug-info): Use info rather than Info-goto-node. | ||
| 10 | |||
| 11 | * progmodes/idlwave.el (Info-goto-node): Remove declaration. | ||
| 12 | (idlwave-convert-xml-system-routine-info): Don't require xml. | ||
| 13 | (idlwave-show-commentary, idlwave-shell-show-commentary): | ||
| 14 | Don't require finder. | ||
| 15 | (idlwave-info): Don't require info. Use info rather than | ||
| 16 | Info-goto-node. | ||
| 17 | |||
| 18 | * textmodes/org.el (Info-goto-node): Remove declaration. | ||
| 19 | (org-info): Use info rather than Info-goto-node. | ||
| 20 | |||
| 21 | * textmodes/reftex.el (reftex-show-commentary): Don't require finder. | ||
| 22 | (reftex-info): Don't require info. Use info rather than Info-goto-node. | ||
| 23 | |||
| 1 | 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu> | 24 | 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 25 | ||
| 3 | * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to | 26 | * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to |