diff options
author | Frederic Culot <calcurse@culot.org> | 2008-09-16 19:41:36 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-09-16 19:41:36 +0000 |
commit | 62077a18f5ca760dc7798470ca4c457f905c7cd5 (patch) | |
tree | 0c1d239d4d813d23be89fc4e1505937ea6c191fe /ChangeLog | |
parent | a126904b7e462a72c276387dde1f5ba10a88d05d (diff) | |
download | calcurse-62077a18f5ca760dc7798470ca4c457f905c7cd5.zip |
New functions added to handle ical import
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-09-16 Frederic Culot <frederic@culot.org> + + * src/io.c (ical_read_note): file created to store ical item + description + + * src/io.c (ical_store_todo, ical_store_event, ical_store_apoint) + (get_import_stream): new functions + 2008-09-15 Frederic Culot <frederic@culot.org> * src/io.h: import_type_t added, export_mode_t changed to |