diff options
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30bb4d5cd36..c05ba489752 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 2 | |||
| 3 | * calendar/diary-lib.el (mark-diary-entries): Use new optional | ||
| 4 | argument REDRAW rather than calendar-redrawing variable. | ||
| 5 | * calendar/calendar.el (calendar-redrawing): Delete. | ||
| 6 | (redraw-calendar): Do not bind calendar-redrawing. | ||
| 7 | |||
| 8 | 2005-03-16 Matt Hodges <MPHodges@member.fsf.org> | ||
| 9 | |||
| 10 | * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in | ||
| 11 | diary-file buffer. | ||
| 12 | |||
| 1 | 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * help.el (describe-mode): Allow a :minor-mode-function property to | 15 | * help.el (describe-mode): Allow a :minor-mode-function property to |