# HG changeset patch # User Glenn Morris # Date 1108083705 0 # Node ID 30c4551738fd749d15b9f0289c778f968ee2c0a7 # Parent b107d63ac05b93f87dd7076f5cab98b45d9c1c95 *** empty log message *** diff -r b107d63ac05b -r 30c4551738fd lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 10 22:49:16 2005 +0000 +++ b/lisp/ChangeLog Fri Feb 11 01:01:45 2005 +0000 @@ -1,3 +1,25 @@ +2005-02-11 Ulf Jasper + + * calendar/icalendar.el (icalendar--get-event-property): Doc fix. + (icalendar--get-event-property-attributes) + (icalendar--get-event-properties) + (icalendar--datetime-to-diary-date): New functions. + (icalendar--split-value): Doc fix. + (icalendar--datetime-to-noneuropean-date) + (icalendar--datetime-to-european-date): New optional argument + SEPARATOR. Return result as a string instead of a list. + (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil. + (icalendar--convert-string-for-export): Rename arg S to STRING. + (icalendar-export-region): Doc fix. Change name of error buffer. + Save output buffer. + (icalendar-import-file): Add blank at end of prompt. + (icalendar-import-buffer): Doc fix. Do not switch to error + buffer. Indicate status in return value. + (icalendar--convert-ical-to-diary): Doc fix. Change name of error + buffer. Save output buffer. Handle exception from recurrence + rules (EXDATE, EXRULE). Handle start- and end-date of recurring + events. Fix problems with weekly all-day events. + 2005-02-10 Richard M. Stallman * simple.el (eval-expression-print-format):