aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-03-17 16:56:38 +0000
committerFrederic Culot <calcurse@culot.org>2007-03-17 16:56:38 +0000
commitee15a02f8ccb752b7a854906c3935356620f2f44 (patch)
tree1ce2e78f26ca8f32b44e35760aa3fe86dc3dddd3 /ChangeLog
parente5d256326e3a1b01a88e1bc308368d787782c87b (diff)
downloadcalcurse-ee15a02f8ccb752b7a854906c3935356620f2f44.tar.gz
calcurse-ee15a02f8ccb752b7a854906c3935356620f2f44.zip
more work on iCal export functions implementation
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6a2811..429089b 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+17 Mar 2007:
+ HOURINSEC and MININSEC defined
+ io_export_events(), io_export_recur_events() and
+ io_export_recur_apoints() created
+ io_recur_type() and io_export_valarm() created
+ progress_bar() updated to display a bar when exporting data
+
+12 Mar 2007:
+ date_sec2ical_datetime() and date_sec2ical_date() created
+ io_export_apoints() updated to call date_sec2ical_datetime()
+
11 Mar 2007:
'X' command added, to export data in iCal format
io_export_data(), io_get_export_stream(), io_export_header(),