aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-09-15 20:40:22 +0000
committerFrederic Culot <calcurse@culot.org>2008-09-15 20:40:22 +0000
commita126904b7e462a72c276387dde1f5ba10a88d05d (patch)
tree9324fbe0c28ddc38cfb7361002ddca18ddbea006 /ChangeLog
parent2a873eafb37023ad55e02f4c31a475b5a0ac4168 (diff)
downloadcalcurse-a126904b7e462a72c276387dde1f5ba10a88d05d.tar.gz
calcurse-a126904b7e462a72c276387dde1f5ba10a88d05d.zip
Initial work on icalendar import
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2fe71c..dd85611 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-09-15 Frederic Culot <frederic@culot.org>
+
+ * src/io.h: import_type_t added, export_mode_t changed to
+ io_mode_t
+
+ * src/utils.c (str_toupper): new function
+
+ * src/io.c (ical_chk_header, ical_datetime2long)
+ (ical_durtime2long, ical_durlong, ical_read_rrule, ical_add_exc)
+ (ical_read_exdate, ical_read_note, ical_read_event)
+ (ical_read_todo, io_import_data): new functions to handle
+ icalendar import
+
2008-08-28 Frederic Culot <frederic@culot.org>
* === Released 2.2 ===