# HG changeset patch # User Chong Yidong # Date 1217542426 0 # Node ID ad5b188118313aeca77cd1733a3bb18883bb8f53 # Parent d4e518422a972bef22d0017f00088944cf83b2ce * 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 -r d4e518422a97 -r ad5b18811831 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 31 21:35:59 2008 +0000 +++ b/lisp/ChangeLog Thu Jul 31 22:13:46 2008 +0000 @@ -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