From: Chong Yidong Date: Thu, 31 Jul 2008 22:13:46 +0000 (+0000) Subject: * apropos.el (apropos-symbol): Don't set button skip by default. X-Git-Tag: emacs-pretest-23.0.90~3734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45c041650b1b3f0e21fc343a9e71dbf05aa5c4d5;p=emacs.git * apropos.el (apropos-symbol): Don't set button skip by default. (apropos-print): Set button skip iff searching for multiple types. (apropos-print-doc): Insert blank label button when searching for a single type. * button.el (forward-button): Avoid infloop. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a4805f620f..7704002edff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,8 +4,15 @@ 2008-07-31 Chong Yidong - * minibuffer.el (read-file-name-completion-ignore-case): - Add cygwin to the list. + * apropos.el (apropos-symbol): Don't set button skip by default. + (apropos-print): Set button skip iff searching for multiple types. + (apropos-print-doc): Insert blank label button when searching for + a single type. + + * button.el (forward-button): Avoid infloop. + + * minibuffer.el (read-file-name-completion-ignore-case): Add + cygwin to the list. 2008-07-31 Sven Joachim