# HG changeset patch # User Romain Francoise # Date 1129628194 0 # Node ID 6a51ac1ab1ba1628745fd235b5ed7f56a845e768 # Parent 5c64978b469842a5fa499e6c7c5884ee328c26fe *** empty log message *** diff -r 5c64978b4698 -r 6a51ac1ab1ba lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 18 08:07:52 2005 +0000 +++ b/lisp/ChangeLog Tue Oct 18 09:36:34 2005 +0000 @@ -4,7 +4,7 @@ 2005-10-18 Masatake YAMATO - 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 @@ -15,17 +15,17 @@ 2005-10-18 Masatake YAMATO Fix a bug reported by Sven Joachim . - + * 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 + * progmodes/gud.el (gud-menu-map): Correct condition for fringe. 2005-10-17 Chong Yidong @@ -112,7 +112,7 @@ 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) @@ -141,7 +141,7 @@ (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 . + with ido. Reported by Kim F. Storm . 2005-10-16 Chong Yidong