aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2005-05-03 16:34:27 +0000
committerGlenn Morris2005-05-03 16:34:27 +0000
commit832e0e22f1687b8dae8202b6d835df599b8329dc (patch)
treeecb20957cdb05a04b8f02ec8d507fa70093d1248 /lisp
parent1aeb255d5f30cd85e7d6938598d17a87d53f18e8 (diff)
downloademacs-832e0e22f1687b8dae8202b6d835df599b8329dc.tar.gz
emacs-832e0e22f1687b8dae8202b6d835df599b8329dc.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b889be7706e..799dc8632f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,29 @@
12005-05-3 Ulf Jasper <ulf.jasper@web.de>
2
3 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4 (icalendar-duration-correction): Remove.
5 (icalendar--get-event-properties): Split result at commas.
6 (icalendar--decode-isoduration): New optional argument
7 DURATION-CORRECTION.
8 (icalendar--convert-ordinary-to-ical)
9 (icalendar--convert-weekly-to-ical)
10 (icalendar--convert-yearly-to-ical)
11 (icalendar--convert-sexp-to-ical)
12 (icalendar--convert-block-to-ical)
13 (icalendar--convert-float-to-ical)
14 (icalendar--convert-date-to-ical)
15 (icalendar--convert-cyclic-to-ical)
16 (icalendar--convert-anniversary-to-ical): New functions, extracted
17 from icalendar-export-region, with bug fixes.
18 (icalendar-export-region): Use the above functions.
19 (icalendar-import-buffer): Check before saving diary file.
20 (icalendar--convert-recurring-to-diary)
21 (icalendar--convert-non-recurring-all-day-to-diary)
22 (icalendar--convert-non-recurring-not-all-day-to-diary): New
23 functions, extracted from icalendar--convert-ical-to-diary, with
24 bug fixes.
25 (icalendar--convert-ical-to-diary): Use the above functions.
26
12005-05-03 Nick Roberts <nickrob@snap.net.nz> 272005-05-03 Nick Roberts <nickrob@snap.net.nz>
2 28
3 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist): 29 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):