diff options
| -rw-r--r-- | lisp/ChangeLog | 4 |
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 @@ | |||
| 1 | 2009-03-16 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-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). |