diff options
| author | Glenn Morris | 2004-01-11 22:28:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2004-01-11 22:28:18 +0000 |
| commit | 21dcb70922cb684722b7ea12f4e7af1224a534e0 (patch) | |
| tree | fd1fd588c7cb6459f528ca488212d5d5fae17441 | |
| parent | cfd8fe0138903d801bca59246c7f20606720a974 (diff) | |
| download | emacs-21dcb70922cb684722b7ea12f4e7af1224a534e0.tar.gz emacs-21dcb70922cb684722b7ea12f4e7af1224a534e0.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 46 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 50 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d7f5d9c652..7029193eec9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,49 @@ | |||
| 1 | 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 2 | |||
| 3 | * calendar/appt.el: Update copyright and commentary. | ||
| 4 | (appt-issue-message): Delete (see appt-activate). | ||
| 5 | (appt-visible, appt-msg-window): Make obsolete, in favour of | ||
| 6 | appt-display-format. | ||
| 7 | (appt-display-mode-line, appt-display-duration) | ||
| 8 | (appt-display-diary, appt-time-msg-list, appt-mode-string) | ||
| 9 | (appt-prev-comp-time, appt-display-count, appt-timer) | ||
| 10 | (appt-convert-time): Doc change. | ||
| 11 | (appt-disp-window-function, appt-delete-window-function): Use | ||
| 12 | defcustom rather than defvar. | ||
| 13 | (appt-display-format): New variable. | ||
| 14 | (appt-display-message): New function with display code from | ||
| 15 | appt-check. | ||
| 16 | (appt-check): Add optional FORCE argument. Doc change. Add | ||
| 17 | appt-make-list to diary-hook if displaying diary. Remove | ||
| 18 | checking of view-diary-entries-initially. Message | ||
| 19 | display section removed to new function appt-display-message. | ||
| 20 | (appt-display-window): Doc change. Remove unused internal var | ||
| 21 | this-buffer. Do not beep, since appt-display-message does that. | ||
| 22 | (appt-make-list): Doc change. Use caar. | ||
| 23 | (appt-sort-list): Simplify by using builtin sort function. | ||
| 24 | (appt-update-list): New function for updating appts when diary is | ||
| 25 | saved. | ||
| 26 | (appt-activate): New autoloaded function to toggle package | ||
| 27 | functionality. | ||
| 28 | |||
| 29 | * calendar/cal-x.el: (calendar-one-frame-setup) | ||
| 30 | (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc | ||
| 31 | change. | ||
| 32 | |||
| 33 | * calendar/calendar.el: Update copyright. | ||
| 34 | (view-diary-entries-initially, european-calendar-style): Doc | ||
| 35 | change. | ||
| 36 | (calendar-setup): Make defcustom rather than defvar. | ||
| 37 | (mark-visible-calendar-date): Initialize temp-face and faceinfo | ||
| 38 | in let binding so local to function. | ||
| 39 | |||
| 40 | * calendar/diary-lib.el: Update copyright. | ||
| 41 | (diary, diary-entry-time): Doc change. | ||
| 42 | (list-diary-entries): Doc change. Trivial logic change. | ||
| 43 | (fancy-diary-display): Restore make-face command mistakenly | ||
| 44 | deleted 2003-05-08. | ||
| 45 | (show-all-diary-entries): Allow to pop-up frame if needed. | ||
| 46 | |||
| 1 | 2004-01-09 John Paul Wallington <jpw@gnu.org> | 47 | 2004-01-09 John Paul Wallington <jpw@gnu.org> |
| 2 | 48 | ||
| 3 | * bindings.el (mode-line-change-eol): Add EVENT parameter. | 49 | * bindings.el (mode-line-change-eol): Add EVENT parameter. |
diff --git a/man/ChangeLog b/man/ChangeLog index e57e5fbb4fe..a4a4b3024d4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 2 | |||
| 3 | * calendar.texi (Appointments): Update section. | ||
| 4 | |||
| 1 | 2003-12-29 Kevin Ryde <user42@zip.com.au> | 5 | 2003-12-29 Kevin Ryde <user42@zip.com.au> |
| 2 | 6 | ||
| 3 | * viper.texi (Vi Macros): Fix reference to the Emacs manual. | 7 | * viper.texi (Vi Macros): Fix reference to the Emacs manual. |