aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2005-02-11 01:01:45 +0000
committerGlenn Morris2005-02-11 01:01:45 +0000
commitea66d5e0c443e5003f4fd37c597db52a80781995 (patch)
tree2c380f57269ffa194e168dbfc2253d32e9a93349
parentf1deb763a49fb5bbf3fda609c61d1d6937d531c5 (diff)
downloademacs-ea66d5e0c443e5003f4fd37c597db52a80781995.tar.gz
emacs-ea66d5e0c443e5003f4fd37c597db52a80781995.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e97cc771841..4856b5ec38c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12005-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
12005-02-10 Richard M. Stallman <rms@gnu.org> 232005-02-10 Richard M. Stallman <rms@gnu.org>
2 24
3 * simple.el (eval-expression-print-format): 25 * simple.el (eval-expression-print-format):