Mercurial > emacs
comparison lisp/ChangeLog @ 54069:39833fcaf41c
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 19 Feb 2004 01:11:26 +0000 |
parents | e4fd8c22eb88 |
children | 326f995edc57 |
comparison
equal
deleted
inserted
replaced
54068:4dcd34f2c3a7 | 54069:39833fcaf41c |
---|---|
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 |
4 choice of the directory. | 27 choice of the directory. |
5 | 28 |