]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Tue, 9 Aug 2005 08:45:02 +0000 (08:45 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 9 Aug 2005 08:45:02 +0000 (08:45 +0000)
lisp/ChangeLog
man/ChangeLog

index 758b4e37a64c635af106bffee3b453b3a86ce5d7..ef3ddfa1ec9e721031c181505d6779573bb47f5c 100644 (file)
@@ -1,3 +1,23 @@
+2005-08-09  Juri Linkov  <juri@jurta.org>
+
+       * info.el: Replace `info' with upper-case `Info'
+       where appropriate.
+       (info-title-1, info-title-2, info-title-3, info-title-4)
+       (info-menu-header): Move up face definitions.
+       (info-menu-star): Rename from `info-menu-5'.
+       (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
+       (Info-fontify-visited-nodes): Fix docstring.
+       (Info-hide-note-references): Fix docstring.
+       (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
+       menu items in the same way as on cross-references.
+       (info-apropos): Fix sorting order and formatting to be like in the
+       stand-alone Info browser.  Display error messages for 1 sec.
+       (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
+       (Info-mode-menu): Remove item for `Info-search-case-sensitively'
+       from the menu bar.
+       (Info-insert-dir): Restore point after calling
+       `insert-buffer-substring'.
+
 2005-08-08  Richard M. Stallman  <rms@gnu.org>
 
        * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
index f011991349456751b981faa4e62cd33864a23ca1..0baae8e11877dde8996592e94b74d4979c0645e2 100644 (file)
@@ -1,3 +1,20 @@
+2005-08-09  Juri Linkov  <juri@jurta.org>
+
+       * info.texi (Help-P): Replace `Prev' with `Previous'.
+       (Help-M, Help-Xref): Add S-TAB.
+       (Help-FOO): Update `u' command.
+       (Help-Xref): Move info about Mouse-2 from `Help-Int'.
+       Update info about visibility of xref parts.
+       (Help-Int): Fix `m' command.  Rename `Info-last' to
+       `Info-history-back'.  Add `Info-history-forward'.
+       (Advanced): Fix `g*' and `M-n' commands.
+       (Info Search): Add `index-apropos' in stand-alone browser.
+       Add isearch commands.
+       (Emacs Info Variables): Remove `Info-fontify'.
+       Add `Info-mode-hook'.  Update face names.
+       Add `Info-fontify-maximum-menu-size',
+       `Info-fontify-visited-nodes', `Info-isearch-search'.
+
 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
 
        Sync with Tramp 2.0.50.
        * mh-e.texi (Copying):
        * trouble.texi (Checklist): Update FSF's address.
 
->>>>>>> 1.631
 2005-07-03  Richard M. Stallman  <rms@gnu.org>
 
        * flymake.texi (Example -- Configuring a tool called directly):