]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRomain Francoise <romain@orebokech.com>
Tue, 18 Oct 2005 09:36:34 +0000 (09:36 +0000)
committerRomain Francoise <romain@orebokech.com>
Tue, 18 Oct 2005 09:36:34 +0000 (09:36 +0000)
lisp/ChangeLog

index 4f45641aacc5bf6143c8d45f113d08d7bd904304..52305df60558fdaddc95e65a56685b55cd0d72e6 100644 (file)
@@ -4,7 +4,7 @@
 
 2005-10-18  Masatake YAMATO  <jet@gyve.org>
 
-       Install to the CVS repository what I forgot to install in my 
+       Install to the CVS repository what I forgot to install in my
        2005-10-16 changes.
 
        * progmodes/python.el (python-complete-symbol): Pass the common
 2005-10-18  Masatake YAMATO  <jet@gyve.org>
 
        Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
-       
+
        * woman.el (WoMan-xref-man-page): New button type derived
        from `Man-abstract-xref-man-page'.
-       (woman-mode): Pass `WoMan-xref-man-page' to 
-       `Man-highlight-references'.
+       (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
 
        * man.el (Man-abstract-xref-man-page): New button type.
        (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
-       (Man-highlight-references): Add new optiolnal argument `xref-man-type'. 
+       (Man-highlight-references): Add new optional argument `xref-man-type'.
 
 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
+
        * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
 
 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
        updated.
 
        * speedbar.el (speedbar-set-mode-line-format): Indent properly.
-       (speedbar-insert-button, speedbar-make-button): 
+       (speedbar-insert-button, speedbar-make-button):
        Use add-text-properties.
        (speedbar-update-localized-contents)
        (speedbar-update-directory-contents)
        (tramp-completion-handle-file-name-all-completions): Reorder code
        in order to complete for file names only in case there are no
        method/user/host completions.  This is necessary for cooperation
-       with ido.  Reported by Kim F. Storm  <storm@cua.dk>.
+       with ido.  Reported by Kim F. Storm <storm@cua.dk>.
 
 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>