changeset 53561:3e89773f1456

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 11 Jan 2004 22:28:18 +0000
parents 27bf42fe990e
children 8014694c2be8 ae6d0d2ecb1d
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 50 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gmorris@ast.cam.ac.uk>
+
+	* 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  <jpw@gnu.org>
 
 	* bindings.el (mode-line-change-eol): Add EVENT parameter.
--- 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  <gmorris@ast.cam.ac.uk>
+
+	* calendar.texi (Appointments): Update section.
+
 2003-12-29  Kevin Ryde <user42@zip.com.au>
 
 	* viper.texi (Vi Macros): Fix reference to the Emacs manual.