comparison lisp/ChangeLog @ 64814:da4fef9e68b5

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 09 Aug 2005 08:45:02 +0000
parents b3d25b6347f2
children d3d5c3412ab3
comparison
equal deleted inserted replaced
64813:06fa0e2abb19 64814:da4fef9e68b5
1 2005-08-09 Juri Linkov <juri@jurta.org>
2
3 * info.el: Replace `info' with upper-case `Info'
4 where appropriate.
5 (info-title-1, info-title-2, info-title-3, info-title-4)
6 (info-menu-header): Move up face definitions.
7 (info-menu-star): Rename from `info-menu-5'.
8 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
9 (Info-fontify-visited-nodes): Fix docstring.
10 (Info-hide-note-references): Fix docstring.
11 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12 menu items in the same way as on cross-references.
13 (info-apropos): Fix sorting order and formatting to be like in the
14 stand-alone Info browser. Display error messages for 1 sec.
15 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17 from the menu bar.
18 (Info-insert-dir): Restore point after calling
19 `insert-buffer-substring'.
20
1 2005-08-08 Richard M. Stallman <rms@gnu.org> 21 2005-08-08 Richard M. Stallman <rms@gnu.org>
2 22
3 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar) 23 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
4 (recompute-lucid-menubar): Add defvars. 24 (recompute-lucid-menubar): Add defvars.
5 25