diff options
| author | Glenn Morris | 2010-09-28 21:19:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-09-28 21:19:30 -0700 |
| commit | 17a46341d80fd2ea11a5a77f0932b04db2bddfbb (patch) | |
| tree | 5c116f653f31fb63bb1674230bdb049e6991af19 /lisp/ChangeLog | |
| parent | 7161e329ef71ee536d94e6cd0328ad1b7540cc23 (diff) | |
| download | emacs-17a46341d80fd2ea11a5a77f0932b04db2bddfbb.tar.gz emacs-17a46341d80fd2ea11a5a77f0932b04db2bddfbb.zip | |
Use temp-buffers when not displaying the diary.
* lisp/calendar/diary-lib.el (diary-list-entries): Use temp buffers when
not displaying the diary.
(diary-add-to-list): If no buffer-file-name, fall back to diary-file.
* lisp/calendar/appt.el (appt-check): No longer need to kill diary.
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 5d65ecf5987..655e4d1b240 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-09-29 Glenn Morris <rgm@gnu.org> | 1 | 2010-09-29 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * calendar/diary-lib.el (diary-list-entries): Use temp buffers when | ||
| 4 | not displaying the diary. | ||
| 5 | (diary-add-to-list): If no buffer-file-name, fall back to diary-file. | ||
| 6 | * calendar/appt.el (appt-check): No longer need to kill diary. | ||
| 7 | |||
| 3 | * calendar/diary-lib.el (diary-list-entries): Move the | 8 | * calendar/diary-lib.el (diary-list-entries): Move the |
| 4 | "Preparing..." message entirely here. | 9 | "Preparing..." message entirely here. |
| 5 | (diary-simple-display, diary-fancy-display): Move "Preparing..." | 10 | (diary-simple-display, diary-fancy-display): Move "Preparing..." |