summaryrefslogtreecommitdiff
path: root/src/day.c
AgeCommit message (Collapse)Author
2006-12-14improvements in the memory deallocation in day_edit_item()Frederic Culot
2006-12-08day_edit_time() finished, day_erase_item() updated to add the 'force_erase' ↵Frederic Culot
flag, and day_edit_time() created
2006-11-30day_edit_item() createdFrederic Culot
2006-10-28day_write_pad() updated to add an asterisk in front of recurrent itemsFrederic Culot
2006-09-14appt_pos added to the day_item_s structure to fix the bug causing the ↵Frederic Culot
deletion of the wrong recurrent appointment
2006-09-12several routines updated to take new appointment linked list structure into ↵Frederic Culot
account
2006-09-02fixed a bug in day_write_pad() which could cause a misplacement of the line ↵Frederic Culot
between events and appointments
2006-08-25bugfix: events and appointments are now sorted properlyFrederic Culot
2006-08-23memory allocation problem fixedFrederic Culot
2006-08-06updated calls to recur_item_inday()Frederic Culot
day_get_item() created
2006-08-02day_erase_item() updatedFrederic Culot
2006-08-01day_erase_item() createdFrederic Culot
2006-07-31Initial revisionFrederic Culot