summaryrefslogtreecommitdiff
path: root/src/recur.c
AgeCommit message (Expand)Author
2008-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-09-16New functions added to handle ical importFrederic Culot
2008-08-10pcal export addedFrederic Culot
2008-05-03memory leaks fixed, thanks Tony for reporting themFrederic 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-13Ability to attach notes to appointments and events addedFrederic Culot
2007-12-10bugfix in recur_item_inday(): leap years should now be properly handledFrederic Culot
2007-10-21routines updated to handle new window_t and window_e typesFrederic Culot
2007-08-15recur_repeat_item() updated to use apoint_hilt()Frederic Culot
2007-07-29compiler warnings fixedFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-01recur_repeat_item() and recur_item_inday() prototypes updated to take into ac...Frederic Culot
2007-04-14bugfix: forgot to save item state for endless recurrent appointmentsFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-03-10recur_item_inday() improved, thanks to Tony's patchFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-02-25recur_apoint_check_next() and recur_apoint_check_repeated() modifiedFrederic Culot
2007-02-24recur_apoint_new() modified to handle item stateFrederic Culot
2007-01-16use of getstring() definesFrederic Culot
2006-12-15strcpy replaced by strncpyFrederic Culot
2006-12-08recur_get_apoint() and recur_get_event() createdFrederic Culot
2006-11-02calls to getstring() updatedFrederic Culot
2006-10-28getstring() call in recur_repeat_item() updatedFrederic Culot
2006-10-16bugfix: when creating a recurrent item, the entered end-date is now included ...Frederic Culot
2006-09-16recur_apoint_check_next() and recur_repeat_item() updatedFrederic Culot
2006-09-14recur_item_inday() now returns the item start time if it belongs to current dayFrederic Culot
2006-09-12implementation of a mutex lock to prevent recurrent apointment linked listFrederic Culot
2006-09-11recur_apoint_check_next() createdFrederic Culot
2006-09-11DAYINSEC moved to vars.hFrederic Culot
2006-09-07bugfix: the repeated end date can no longer be older then the item startFrederic Culot
2006-08-24forgot to wait for user's key pressed...Frederic Culot
2006-08-22fixed compilation warningsFrederic Culot
2006-08-19fixed a bug in recur_write_exc() which could result in an infinite loop when ...Frederic Culot
2006-08-16recur_exc_scan() created and recur_event_new() plus recur_apoint_new() update...Frederic Culot
2006-08-06recur_item_inday() updated to take non-repeated days into accountFrederic Culot
2006-08-02recur_event_erase(), recur_apoint_erase() and recur_write_exc() createdFrederic Culot
2006-07-31Initial revisionFrederic Culot