Support for ical import of events which spans over several days added (thanks Andreas for reporting the bug).

This commit is contained in:
Frederic Culot
2009-07-05 19:37:34 +00:00
parent fb68568c04
commit e3d2e58b67
2 changed files with 28 additions and 6 deletions

View File

@@ -12,6 +12,9 @@
* README: Erik Saule added to the list of contributors
* src/calcurse.1: manpage updated with the -S flag description
* src/io.c (ical_store_event): Support for events which spans
over several days added (thanks Andreas for reporting the bug)
2009-06-28 Frederic Culot <frederic@culot.org>