# HG changeset patch # User Glenn Morris # Date 1073860098 0 # Node ID 3e89773f14560517da3458f5f9782a69161b9362 # Parent 27bf42fe990e37f83391e74f50e86f551d4cf945 *** empty log message *** diff -r 27bf42fe990e -r 3e89773f1456 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jan 11 22:27:38 2004 +0000 +++ b/lisp/ChangeLog Sun Jan 11 22:28:18 2004 +0000 @@ -1,3 +1,49 @@ +2004-01-11 Glenn Morris + + * calendar/appt.el: Update copyright and commentary. + (appt-issue-message): Delete (see appt-activate). + (appt-visible, appt-msg-window): Make obsolete, in favour of + appt-display-format. + (appt-display-mode-line, appt-display-duration) + (appt-display-diary, appt-time-msg-list, appt-mode-string) + (appt-prev-comp-time, appt-display-count, appt-timer) + (appt-convert-time): Doc change. + (appt-disp-window-function, appt-delete-window-function): Use + defcustom rather than defvar. + (appt-display-format): New variable. + (appt-display-message): New function with display code from + appt-check. + (appt-check): Add optional FORCE argument. Doc change. Add + appt-make-list to diary-hook if displaying diary. Remove + checking of view-diary-entries-initially. Message + display section removed to new function appt-display-message. + (appt-display-window): Doc change. Remove unused internal var + this-buffer. Do not beep, since appt-display-message does that. + (appt-make-list): Doc change. Use caar. + (appt-sort-list): Simplify by using builtin sort function. + (appt-update-list): New function for updating appts when diary is + saved. + (appt-activate): New autoloaded function to toggle package + functionality. + + * calendar/cal-x.el: (calendar-one-frame-setup) + (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc + change. + + * calendar/calendar.el: Update copyright. + (view-diary-entries-initially, european-calendar-style): Doc + change. + (calendar-setup): Make defcustom rather than defvar. + (mark-visible-calendar-date): Initialize temp-face and faceinfo + in let binding so local to function. + + * calendar/diary-lib.el: Update copyright. + (diary, diary-entry-time): Doc change. + (list-diary-entries): Doc change. Trivial logic change. + (fancy-diary-display): Restore make-face command mistakenly + deleted 2003-05-08. + (show-all-diary-entries): Allow to pop-up frame if needed. + 2004-01-09 John Paul Wallington * bindings.el (mode-line-change-eol): Add EVENT parameter. diff -r 27bf42fe990e -r 3e89773f1456 man/ChangeLog --- a/man/ChangeLog Sun Jan 11 22:27:38 2004 +0000 +++ b/man/ChangeLog Sun Jan 11 22:28:18 2004 +0000 @@ -1,3 +1,7 @@ +2004-01-11 Glenn Morris + + * calendar.texi (Appointments): Update section. + 2003-12-29 Kevin Ryde * viper.texi (Vi Macros): Fix reference to the Emacs manual.