aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-03-16 02:42:33 +0000
committerChong Yidong2009-03-16 02:42:33 +0000
commit17bc3e84b4cbeb34783ea445b72c2ef30110b6e9 (patch)
treed04873c1af969ca1c90150ad669dffac724565b9
parentabb3c752e2bc19405956aaab5ce842ac55d883f8 (diff)
downloademacs-17bc3e84b4cbeb34783ea445b72c2ef30110b6e9.tar.gz
emacs-17bc3e84b4cbeb34783ea445b72c2ef30110b6e9.zip
* tooltip.el (tooltip-show-help-non-mode): Don't set
tooltip-previous-message if called with the same tooltip that is showing (Bug#2680).
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 345e33e8f37..a795cd98ace 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12009-03-16 Chong Yidong <cyd@stupidchicken.com> 12009-03-16 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * tooltip.el (tooltip-show-help-non-mode): Don't set
4 tooltip-previous-message if called with the same tooltip that is
5 showing (Bug#2680).
6
3 * emacs-lisp/crm.el (crm--choose-completion-string): New function. 7 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
4 (completing-read-multiple): Set and restore 8 (completing-read-multiple): Set and restore
5 choose-completion-string-functions (Bug#1080). 9 choose-completion-string-functions (Bug#1080).