diff options
| author | Glenn Morris | 2004-02-19 01:11:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2004-02-19 01:11:26 +0000 |
| commit | e306dc9f58438f7ff796364a7ab7a32947cb0939 (patch) | |
| tree | 5395cfcb5ec0d28e500f2c885f41f48f35595dc2 | |
| parent | 1d71218362bb1c75ed0c630d80b9710637538bcc (diff) | |
| download | emacs-e306dc9f58438f7ff796364a7ab7a32947cb0939.tar.gz emacs-e306dc9f58438f7ff796364a7ab7a32947cb0939.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5e51f9a093..b216f42651b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 2 | |||
| 3 | * calendar/appt.el (appt-display-format): Change default to | ||
| 4 | 'ignore, for backwards compatability. | ||
| 5 | (appt-display-message): If appt-display-format is 'ignore, | ||
| 6 | respect old vars appt-msg-window and appt-visible. | ||
| 7 | (appt-activate): Don't depend on return value of cancel-timer. | ||
| 8 | |||
| 9 | * calendar/calendar.el (calendar-holidays): Doc fix. | ||
| 10 | |||
| 11 | * calendar/cal-coptic.el (coptic-prompt-for-date): Use | ||
| 12 | assoc-string instead of assoc-ignore-case. | ||
| 13 | * calendar/cal-french.el (calendar-goto-french-date): Ditto. | ||
| 14 | * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | ||
| 15 | (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | ||
| 16 | * calendar/cal-islam.el (calendar-goto-islamic-date) | ||
| 17 | (mark-islamic-diary-entries): Ditto. | ||
| 18 | * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | ||
| 19 | * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | ||
| 20 | (calendar-read-mayan-tzolkin-date): Ditto. | ||
| 21 | * calendar/calendar.el (calendar-read-date): Ditto. | ||
| 22 | * calendar/diary-lib.el (mark-diary-entries): Ditto. | ||
| 23 | |||
| 1 | 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de> | 24 | 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de> |
| 2 | 25 | ||
| 3 | * progmodes/executable.el (executable-command-find-posix-p): Fix | 26 | * progmodes/executable.el (executable-command-find-posix-p): Fix |