diff options
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 6972c9c743f..2e2f3b539b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-09-15 Glenn Morris <rgm@gnu.org> | 1 | 2010-09-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * calendar/appt.el (appt-check): If not displaying the diary, | ||
| 4 | use (diary 1) to only get the entries we need. | ||
| 5 | (appt-make-list): Sort diary-list-entries, if we cannot guarantee | ||
| 6 | that it is in day order. (Bug#7019) | ||
| 7 | |||
| 3 | * calendar/appt.el (appt-check): Rather than showing the diary, | 8 | * calendar/appt.el (appt-check): Rather than showing the diary, |
| 4 | just turn off invisible display, and only if needed. | 9 | just turn off invisible display, and only if needed. |
| 5 | 10 | ||