diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-05 19:37:34 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-05 19:37:34 +0000 |
commit | e3d2e58b67d33bf5540db1ea109ab6addb786589 (patch) | |
tree | acbae47772c885fcc27f2b23ba49d69c2318e041 /ChangeLog | |
parent | fb68568c0419f535bb0f1123af19c874cc91d950 (diff) | |
download | calcurse-e3d2e58b67d33bf5540db1ea109ab6addb786589.zip |
Support for ical import of events which spans over several days added (thanks Andreas for reporting the bug).
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |