icalendar: Take care of multiple vcalendars in a single file.
authorUlf Jasper <ulf.jasper@web.de>
Tue, 26 Jul 2011 15:36:04 +0000 (17:36 +0200)
committerUlf Jasper <ulf.jasper@web.de>
Tue, 26 Jul 2011 15:36:04 +0000 (17:36 +0200)
commit68575ab00b802b29b0bc74ebb3780a81a7550698
tree62ba205f221522f676a14ef6f3d4527a32dd6586
parentd6f0886cf1d99d80c45a8a57a7bcce42dc623c3c
icalendar: Take care of multiple vcalendars in a single file.

lisp/ChangeLog:

* calendar/icalendar.el (icalendar--all-events): Take care of
multiple vcalendars in a single file.
(icalendar--convert-float-to-ical): checkdoc fixes.

* automated/icalendar-tests.el (icalendar-tests--compare-strings):
Removed, simply use string=.
(icalendar--diarytime-to-isotime)
(icalendar--datetime-to-diary-date)
(icalendar--datestring-to-isodate)
(icalendar--format-ical-event)
(icalendar--parse-summary-and-rest)
(icalendar-tests--do-test-import)
(icalendar-tests--do-test-cycle) : Changed argument order of
string= to EXPECTED ACTUAL.
(icalendar--import-format-sample)
(icalendar--format-ical-event)
(icalendar-import-non-recurring)
(icalendar-import-rrule)
(icalendar-import-duration)
(icalendar-import-bug-6766)
(icalendar-real-world): Adjusted to string= instead of
icalendar-tests--compare-strings.
(icalendar-import-multiple-vcalendars): New.
lisp/ChangeLog
lisp/calendar/icalendar.el
test/ChangeLog
test/automated/icalendar-tests.el