summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-30load_todo() and save_cal() updated to take todo's id into accountFrederic Culot
2006-08-30add_todo() moved from calcurse.c to todo_new_item()Frederic Culot
2006-08-30todo_new_item() added and id added to todo_s structureFrederic Culot
2006-08-30bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ↵Frederic Culot
Chris for reporting it. add_todo() moved to todo_new_item() in todo.c
2006-08-26new features added in version 1.5Frederic Culot
2006-08-26small correction in a titleFrederic Culot
2006-08-26update for 1.5Frederic Culot
2006-08-25Last bugfixes before 1.5Frederic Culot
2006-08-25bugfix: events and appointments are now sorted properlyFrederic Culot
2006-08-25fixed a data format bug in load_app()Frederic Culot
2006-08-24help text updated for delete and repeat functionsFrederic Culot
2006-08-24development priorities for calcurse 1.6Frederic Culot
2006-08-24switched to version number 1.5Frederic Culot
2006-08-24thanks section updated and switched to version number 1.5Frederic Culot
2006-08-24repeat command disabled for todo panelFrederic Culot
2006-08-24forgot to wait for user's key pressed...Frederic Culot
2006-08-24switched to version number 1.5Frederic Culot
2006-08-24small bugfixes and updates before 1.5 releaseFrederic Culot
2006-08-23one status bar is now created for each panelFrederic Culot
2006-08-23online help text updated for the repeat and delete commandsFrederic Culot
2006-08-23better definition of variable sizesFrederic Culot
2006-08-23memory allocation problem fixedFrederic Culot
2006-08-23independant status bar created for the todo panelFrederic Culot
bugfix: memory allocation problem in day.c online help text updated for the repeat and delete commands
2006-08-22screen refreshing process ameliorated in add_item()Frederic Culot
2006-08-22fixed compilation warningsFrederic Culot
2006-08-22compilation warnings fixed and refreshing process ameliorated in ad_item()Frederic Culot
2006-08-21small bugfixes, to correct 'end-of-line within string' fatal errorsFrederic Culot
2006-08-21cvs keyword addedFrederic Culot
2006-08-21help texts for recurrent items addedFrederic Culot
2006-08-21list of source files updatedFrederic Culot
2006-08-21English and German translations addedFrederic Culot
2006-08-21English and German translation addedFrederic Culot
2006-08-21initial import of English translation, thanks to Neil WilliamsFrederic Culot
2006-08-21initial import of German translation, thanks to Michael SchultzFrederic Culot
2006-08-19bugfix: a newly created appointment or event is now correctly highlightedFrederic Culot
2006-08-19fixed a bug in recur_write_exc() which could result in an infinite loop when ↵Frederic Culot
saving multiple days recur_repeat_iem() updated to check if the frequence is valid
2006-08-19fixed a bug causing a fatal error when loading from file an endless ↵Frederic Culot
recurrent item with non-repeated days
2006-08-19Fixed many bugs concerning recurrent itemsFrederic Culot
2006-08-16recur_exc_scan() created and recur_event_new() plus recur_apoint_new() ↵Frederic Culot
updated to take non-repeated days into account
2006-08-16recur_exc_scan() addedFrederic Culot
2006-08-16added calls to scan non-repeated days in recurrent itemsFrederic Culot
2006-08-16scanning of recurrent items' non-repeated days implementedFrederic Culot
2006-08-06keybinding changed: CTRL-L is now used to redraw screenFrederic Culot
keybinding added: R to repeat an item help text for repeat function added
2006-08-06keybinding changed: CTRL-L is now used to redraw screenFrederic Culot
keybinding added: R to repeat an item
2006-08-06day_get_item() addedFrederic Culot
2006-08-06updated calls to recur_item_inday()Frederic Culot
day_get_item() created
2006-08-06updated calls to recur_item_inday()Frederic Culot
2006-08-06recur_item_inday() prototype updatedFrederic Culot
recur_repeat_item() added
2006-08-06recur_item_inday() updated to take non-repeated days into accountFrederic Culot
recur_repeat_item() created
2006-08-06Recurrent items implementationFrederic Culot