Mercurial > emacs
comparison lisp/ChangeLog @ 66373:a0e9e787944e
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 24 Oct 2005 07:26:18 +0000 |
parents | abd51aa4052e |
children | b48aed230c56 |
comparison
equal
deleted
inserted
replaced
66372:abd51aa4052e | 66373:a0e9e787944e |
---|---|
1 2005-10-24 Ulf Jasper <ulf.jasper@web.de> | |
2 | |
3 * calendar/icalendar.el (icalendar-version): Increase to 0.13. Now | |
4 a string. | |
5 (icalendar-import-format): Handle CLASS, STATUS, URL. Rename | |
6 `subject' to `summary'. | |
7 (icalendar-import-format-summary): Rename from | |
8 `icalendar-import-format-subject'. | |
9 (icalendar-import-format-url, icalendar-import-format-status) | |
10 (icalendar-import-format-class): New variables. | |
11 (icalendar--rris): Take variable argument list. | |
12 (icalendar--datestring-to-isodate): Remove unnecessary | |
13 calendar-style check when converting dates with explicit month | |
14 names. | |
15 (icalendar-export-region): Change return type of conversion | |
16 subroutines. Bury current buffer unless error occurred. | |
17 (icalendar--convert-to-ical) | |
18 (icalendar--parse-summary-and-rest): New functions. | |
19 (icalendar--convert-ordinary-to-ical) | |
20 (icalendar--convert-weekly-to-ical) | |
21 (icalendar--convert-yearly-to-ical) | |
22 (icalendar--convert-block-to-ical) | |
23 (icalendar--convert-cyclic-to-ical) | |
24 (icalendar--convert-anniversary-to-ical): Change return type. | |
25 Strip trailing blanks from subject. | |
26 (icalendar--convert-sexp-to-ical): Change return type. | |
27 Strip trailing blanks from subject. Handle simple sexp | |
28 entries as generated by icalendar.el. | |
29 (icalendar--convert-float-to-ical) | |
30 (icalendar--convert-date-to-ical): Strip trailing blanks from | |
31 subject. | |
32 (icalendar-import-file): Doc fix. | |
33 (icalendar--format-ical-event): Handle CLASS, STATUS, URL. | |
34 Correct call to icalendar--rris. | |
35 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to | |
36 `summary'. | |
37 (icalendar--add-diary-entry): Rename `subject' to `summary'. | |
38 | |
1 2005-10-24 Romain Francoise <romain@orebokech.com> | 39 2005-10-24 Romain Francoise <romain@orebokech.com> |
2 | 40 |
3 * replace.el (occur-engine): Rearrange text properties. | 41 * replace.el (occur-engine): Rearrange text properties. |
4 | 42 |
5 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | 43 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca> |