aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
Commit message (Expand)AuthorAgeFilesLines
* call to calendar_week_begins_on_monday() addedFrederic Culot2007-07-011-2/+3
* io_save_cal() updated with layout inserted into conf_t structureFrederic Culot2007-05-061-4/+4
* bugfix: do not include '|' in item description while loading a recurrentFrederic Culot2007-04-141-4/+5
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-18/+18
* extract_data() renamed to io_extract_data() and save_cal() to io_save_cal()Frederic Culot2007-03-241-22/+18
* io_export_apoints() updated to call date_sec2ical_date()Frederic Culot2007-03-171-58/+216
* io_export_data() and io_get_export_stream() createdFrederic Culot2007-03-111-1/+129
* save_cal() modified to save new version of user-defined color themeFrederic Culot2007-03-101-21/+30
* save_cal() modified to record the notification command optionFrederic Culot2007-02-241-30/+37
* bugfix in array sizes in load-todo()Frederic Culot2006-12-151-2/+2
* save_cal() updated to save notify-bar user settingsFrederic Culot2006-09-151-1/+26
* save_cal() updated to take new appointment linked list structure into accountFrederic Culot2006-09-121-3/+7
* load_todo() and save_cal() updated to take todo's id into accountFrederic Culot2006-08-301-4/+17
* fixed a data format bug in load_app()Frederic Culot2006-08-251-2/+4
* fixed a bug causing a fatal error when loading from file an endless recurrent...Frederic Culot2006-08-191-2/+3
* added calls to scan non-repeated days in recurrent itemsFrederic Culot2006-08-161-5/+18
* Initial revisionFrederic Culot2006-07-311-0/+484