]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Fri, 11 Feb 2005 01:01:45 +0000 (01:01 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 11 Feb 2005 01:01:45 +0000 (01:01 +0000)
lisp/ChangeLog

index e97cc77184179166d8e3e707304cce13c041823d..4856b5ec38c27f57b61bc42bed91f698782398f8 100644 (file)
@@ -1,3 +1,25 @@
+2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
+
+       * 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  <rms@gnu.org>
 
        * simple.el (eval-expression-print-format):