aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
Commit message (Collapse)AuthorAgeFilesLines
* apoint_update_panel(), apoint_add() and apoint_delete() addedFrederic Culot2007-07-211-1/+213
|
* apoint_switch_notify() prototype updated to take into account date_t typeFrederic Culot2007-07-011-3/+4
|
* use of DAYINSEC defineFrederic Culot2007-04-041-6/+8
|
* apoint_check_next() modified to handle item stateFrederic Culot2007-02-251-11/+9
| | | | | apoint_switch_notify() updated updated call to notify_check_added()
* apoint_switch_notify() createdFrederic Culot2007-02-241-14/+87
| | | | | apoint_write() updated to save item state apoint_scan() and apoint_new() updated to load item state
* strcpy replaced by strncpyFrederic Culot2006-12-151-4/+4
|
* display_item_date() updated to add an asterisk in front of recurrent itemsFrederic Culot2006-10-281-3/+8
|
* apoint_check_next() updatedFrederic Culot2006-09-161-10/+4
|
* apoint_recur_s2apoint_s() added, appoint_check_next() and ↵Frederic Culot2006-09-141-2/+24
| | | | apoint_delete_bynum() updated
* implementation of a mutex lock to prevent appointment linked list from race ↵Frederic Culot2006-09-121-19/+41
| | | | | | conditions apoint_llist_init() created
* apoint_check_next() createdFrederic Culot2006-09-111-1/+32
|
* Initial revisionFrederic Culot2006-07-311-0/+235