diff options
author | Glenn Morris <rgm@gnu.org> | 2005-03-01 10:25:49 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2005-03-01 10:25:49 +0000 |
commit | f830b09ecb42af1e372badf10bd6e57ec7083dec (patch) | |
tree | 7ea3f2c644db7325e648bb0c5305c2ac13810f18 /lisp | |
parent | cea82f86ac9e3d0b86681a7bdee5693e147be9cf (diff) | |
download | emacs-f830b09ecb42af1e372badf10bd6e57ec7083dec.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0c459ab9c3..6240c7a87dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk> + + * calendar/calendar.el (redraw-calendar): Work from any buffer, + not just the calendar. + + * calendar/diary-lib.el (mark-diary-entries): Remove any old marks + first. + (diary-redraw-calendar): New function. + (make-diary-entry): Add diary-redraw-calendar to local + write-contents-functions. Turn off selective display before + inserting in diary. + 2005-03-01 Kim F. Storm <storm@cua.dk> * emacs-lisp/copyright.el (copyright-fix-years): New command. |