summaryrefslogtreecommitdiff
path: root/src/io.c
AgeCommit message (Expand)Author
2008-11-25User-defined keys are now saved to file.Frederic Culot
2008-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-11-09Loading of user-configurable keys implementedFrederic Culot
2008-09-292.3_beta releasedFrederic Culot
2008-09-24A few more bugfixes in ical importFrederic Culot
2008-09-23Some fixes after ical import tests. Translations updated.Frederic Culot
2008-09-21import flag and 'i' keybinding addedFrederic Culot
2008-09-20More work on ical import. Macros to handle errors and to display messages in ...Frederic Culot
2008-09-16New functions added to handle ical importFrederic Culot
2008-09-15Initial work on icalendar importFrederic Culot
2008-08-18wrong data path init fixed (thanks Herbert for reporting it)Frederic Culot
2008-08-11Optional 'format' option added to '-x' flag, help updatedFrederic Culot
2008-08-10pcal export addedFrederic Culot
2008-08-06new command line options added (thanks Erik for the patch)Frederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-04-09Tony's patch concerning date format configuration importedFrederic Culot
2008-01-20Code parts related to item update rewrittenFrederic Culot
2008-01-17minor improvements and bugfixesFrederic Culot
2008-01-13Ability to attach notes to appointments and events addedFrederic Culot
2007-12-30Ability to attach notes to todo items addedFrederic Culot
2007-10-21routines updated to handle new window_t and window_e typesFrederic Culot
2007-09-16export to /tmp/calcurse.ics is now performed in case /home/pepe is not setFrederic Culot
2007-08-15io_load_todo() updated to use todo_set_nb()Frederic Culot
2007-08-04error handling while in ncurses mode improvedFrederic Culot
2007-07-29compiler warnings fixedFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-01call to calendar_week_begins_on_monday() addedFrederic Culot
2007-05-06io_save_cal() updated with layout inserted into conf_t structureFrederic Culot
2007-04-14bugfix: do not include '|' in item description while loading a recurrentFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-03-24extract_data() renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot
2007-03-17io_export_apoints() updated to call date_sec2ical_date()Frederic Culot
2007-03-11io_export_data() and io_get_export_stream() createdFrederic Culot
2007-03-10save_cal() modified to save new version of user-defined color themeFrederic Culot
2007-02-24save_cal() modified to record the notification command optionFrederic Culot
2006-12-15bugfix in array sizes in load-todo()Frederic Culot
2006-09-15save_cal() updated to save notify-bar user settingsFrederic Culot
2006-09-12save_cal() updated to take new appointment linked list structure into accountFrederic Culot
2006-08-30load_todo() and save_cal() updated to take todo's id into accountFrederic Culot
2006-08-25fixed a data format bug in load_app()Frederic Culot
2006-08-19fixed a bug causing a fatal error when loading from file an endless recurrent...Frederic Culot
2006-08-16added calls to scan non-repeated days in recurrent itemsFrederic Culot
2006-07-31Initial revisionFrederic Culot