diff options
| author | Glenn Morris | 2004-11-02 01:15:04 +0000 |
|---|---|---|
| committer | Glenn Morris | 2004-11-02 01:15:04 +0000 |
| commit | fba8240fd69132711e292c839846b1722108ad63 (patch) | |
| tree | 0ba4869ff981104733e7b65b9b0af7cae67a5aae | |
| parent | 81d565943da7e109fdbc27540608b31a6f1d0ebc (diff) | |
| download | emacs-fba8240fd69132711e292c839846b1722108ad63.tar.gz emacs-fba8240fd69132711e292c839846b1722108ad63.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3bdd1fefca1..7b9b92ee6ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2004-11-02 Ulf Jasper <ulf.jasper@web.de> | ||
| 2 | |||
| 3 | * calendar/icalendar.el (icalendar-version): Increase to 0.08. | ||
| 4 | (icalendar--split-value): Change name of work buffer. | ||
| 5 | (icalendar--get-weekday-abbrev): Return nil on error. | ||
| 6 | (icalendar--date-to-isodate): New function. | ||
| 7 | (icalendar-convert-diary-to-ical) | ||
| 8 | (icalendar-extract-ical-from-buffer): Use only two args for | ||
| 9 | make-obsolete (XEmacs compatibility). | ||
| 10 | (icalendar-export-file, icalendar-import-file): Blank at end of | ||
| 11 | prompt. | ||
| 12 | (icalendar-export-region): Doc fix. | ||
| 13 | If error, return non-nil and write errors to a buffer. | ||
| 14 | Use correct weekday for weekly recurring events. | ||
| 15 | Check whether date has been parsed for ordinary events. | ||
| 16 | Make weekly events start in the year 2000. | ||
| 17 | DTEND is non-inclusive, shift end date by one day if | ||
| 18 | necessary (not for entries that have date and time). | ||
| 19 | Rename local let variables: oops -> found-error, datestring -> | ||
| 20 | startdatestring. | ||
| 21 | |||
| 1 | 2004-11-02 Kim F. Storm <storm@cua.dk> | 22 | 2004-11-02 Kim F. Storm <storm@cua.dk> |
| 2 | 23 | ||
| 3 | * files.el (set-auto-mode-0): Don't rely on dynamic binding of | 24 | * files.el (set-auto-mode-0): Don't rely on dynamic binding of |