comparison lisp/ChangeLog @ 60014:30c4551738fd

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 11 Feb 2005 01:01:45 +0000
parents d17700aac611
children 1e555c99a724
comparison
equal deleted inserted replaced
60013:b107d63ac05b 60014:30c4551738fd
1 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
2
3 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
4 (icalendar--get-event-property-attributes)
5 (icalendar--get-event-properties)
6 (icalendar--datetime-to-diary-date): New functions.
7 (icalendar--split-value): Doc fix.
8 (icalendar--datetime-to-noneuropean-date)
9 (icalendar--datetime-to-european-date): New optional argument
10 SEPARATOR. Return result as a string instead of a list.
11 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12 (icalendar--convert-string-for-export): Rename arg S to STRING.
13 (icalendar-export-region): Doc fix. Change name of error buffer.
14 Save output buffer.
15 (icalendar-import-file): Add blank at end of prompt.
16 (icalendar-import-buffer): Doc fix. Do not switch to error
17 buffer. Indicate status in return value.
18 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
19 buffer. Save output buffer. Handle exception from recurrence
20 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21 events. Fix problems with weekly all-day events.
22
1 2005-02-10 Richard M. Stallman <rms@gnu.org> 23 2005-02-10 Richard M. Stallman <rms@gnu.org>
2 24
3 * simple.el (eval-expression-print-format): 25 * simple.el (eval-expression-print-format):
4 Avoid warning about edebug-active. 26 Avoid warning about edebug-active.
5 27