diff options
| author | Glenn Morris | 2009-09-05 21:11:34 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-05 21:11:34 +0000 |
| commit | c8dc27bff3626bf0826b310f69f7d7f9c54eba74 (patch) | |
| tree | 2bb1ebc03e4992f0c3f60ffeb3c83c5fd554eb14 /lisp/ChangeLog | |
| parent | cca065d8cf176c7900de58b636bea9ea7a622a7a (diff) | |
| download | emacs-c8dc27bff3626bf0826b310f69f7d7f9c54eba74.tar.gz emacs-c8dc27bff3626bf0826b310f69f7d7f9c54eba74.zip | |
(diary-entry): Add help-echo and follow-link properties to this button.
(diary-fancy-display): Don't extend the button to the final newline.
(diary-fancy-display-mode): Continue to define "q" as a local key.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7e43340749..4163e23aab8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2009-09-05 Glenn Morris <rgm@gnu.org> | 1 | 2009-09-05 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link | ||
| 4 | properties to this button. | ||
| 5 | (diary-fancy-display): Don't extend the button to the final newline. | ||
| 6 | (diary-fancy-display-mode): Continue to define "q" as a local key. | ||
| 7 | |||
| 3 | * calendar/cal-china.el (holiday-chinese): Make it slightly more | 8 | * calendar/cal-china.el (holiday-chinese): Make it slightly more |
| 4 | efficient. | 9 | efficient. |
| 5 | 10 | ||