*** empty log message ***
This commit is contained in:
parent
cfd8fe0138
commit
21dcb70922
2 changed files with 50 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue