aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-07-31 22:13:46 +0000
committerChong Yidong2008-07-31 22:13:46 +0000
commit45c041650b1b3f0e21fc343a9e71dbf05aa5c4d5 (patch)
tree5dc631c8041fc86dce701c79b930759c315c5640
parent094eabe4073fbcae7a39649e2c0f4f08c85a0dbd (diff)
downloademacs-45c041650b1b3f0e21fc343a9e71dbf05aa5c4d5.tar.gz
emacs-45c041650b1b3f0e21fc343a9e71dbf05aa5c4d5.zip
* 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.
-rw-r--r--lisp/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2a4805f620f..7704002edff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,8 +4,15 @@
4 4
52008-07-31 Chong Yidong <cyd@stupidchicken.com> 52008-07-31 Chong Yidong <cyd@stupidchicken.com>
6 6
7 * minibuffer.el (read-file-name-completion-ignore-case): 7 * apropos.el (apropos-symbol): Don't set button skip by default.
8 Add cygwin to the list. 8 (apropos-print): Set button skip iff searching for multiple types.
9 (apropos-print-doc): Insert blank label button when searching for
10 a single type.
11
12 * button.el (forward-button): Avoid infloop.
13
14 * minibuffer.el (read-file-name-completion-ignore-case): Add
15 cygwin to the list.
9 16
102008-07-31 Sven Joachim <svenjoac@gmx.de> 172008-07-31 Sven Joachim <svenjoac@gmx.de>
11 18