aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* repeat command disabled for todo panelFrederic Culot2006-08-241-4/+7
* forgot to wait for user's key pressed...Frederic Culot2006-08-241-1/+2
* one status bar is now created for each panelFrederic Culot2006-08-231-3/+46
* online help text updated for the repeat and delete commandsFrederic Culot2006-08-231-4/+24
* better definition of variable sizesFrederic Culot2006-08-231-3/+4
* memory allocation problem fixedFrederic Culot2006-08-231-10/+4
* screen refreshing process ameliorated in add_item()Frederic Culot2006-08-221-4/+2
* fixed compilation warningsFrederic Culot2006-08-221-3/+5
* bugfix: a newly created appointment or event is now correctly highlightedFrederic Culot2006-08-191-1/+2
* fixed a bug in recur_write_exc() which could result in an infinite loop when ...Frederic Culot2006-08-191-14/+20
* fixed a bug causing a fatal error when loading from file an endless recurrent...Frederic Culot2006-08-191-2/+3
* recur_exc_scan() created and recur_event_new() plus recur_apoint_new() update...Frederic Culot2006-08-161-10/+51
* recur_exc_scan() addedFrederic Culot2006-08-161-5/+7
* added calls to scan non-repeated days in recurrent itemsFrederic Culot2006-08-161-5/+18
* keybinding changed: CTRL-L is now used to redraw screenFrederic Culot2006-08-061-13/+15
* keybinding changed: CTRL-L is now used to redraw screenFrederic Culot2006-08-062-11/+18
* day_get_item() addedFrederic Culot2006-08-061-1/+2
* updated calls to recur_item_inday()Frederic Culot2006-08-061-7/+20
* updated calls to recur_item_inday()Frederic Culot2006-08-061-5/+5
* recur_item_inday() prototype updatedFrederic Culot2006-08-061-3/+5
* recur_item_inday() updated to take non-repeated days into accountFrederic Culot2006-08-061-7/+112
* del_item() updatedFrederic Culot2006-08-021-2/+4
* ESCAPE key definition addedFrederic Culot2006-08-021-1/+2
* day_erase_item() updatedFrederic Culot2006-08-021-14/+21
* recur_event_erase(), recur_apoint_erase() and recur_write_exc() addedFrederic Culot2006-08-021-1/+4
* recur_event_erase(), recur_apoint_erase() and recur_write_exc() createdFrederic Culot2006-08-021-14/+136
* bugfix: Debian bug #377543, thanks to Neil for reporting itFrederic Culot2006-08-021-4/+4
* del_apoint() renamed to del_item() and updated to take recurrent items into a...Frederic Culot2006-08-011-11/+15
* day_erase_item() createdFrederic Culot2006-08-011-1/+51
* MAX_TYPES addedFrederic Culot2006-08-011-1/+4
* Initial revisionFrederic Culot2006-07-3128-0/+5572