aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-05 19:37:34 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-05 19:37:34 +0000
commite3d2e58b67d33bf5540db1ea109ab6addb786589 (patch)
treeacbae47772c885fcc27f2b23ba49d69c2318e041 /ChangeLog
parentfb68568c0419f535bb0f1123af19c874cc91d950 (diff)
downloadcalcurse-e3d2e58b67d33bf5540db1ea109ab6addb786589.tar.gz
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-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8429571..de4ca99 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>