changeset 97182:ad5b18811831

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 31 Jul 2008 22:13:46 +0000
parents d4e518422a97
children 75a85b06acb3
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
 
-	* 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  <svenjoac@gmx.de>