aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* help text added for the 'Priority' function and help text updated for the ↵Frederic Culot2006-09-021-3/+29
| | | | 'Add' function
* user can now set todo prioritiesFrederic Culot2006-08-311-0/+8
| | | | todo are sorted with regards to their priority
* '+/-' menu added to status bar while inside TODO panelFrederic Culot2006-08-311-4/+7
|
* todo_chg_priority(), todo_get_item() and todo_get_position() addedFrederic Culot2006-08-311-2/+4
| | | | todo_insert() suppressed
* todo_insert() suppressedFrederic Culot2006-08-311-18/+80
| | | | | | todo_new_item() updated to ask for priority todo_add() updated to sort items by priority order todo_get_priority(), todo_get_item() and todo_get_position() created
* update_todo_panel(): priority added when displaying todo listFrederic Culot2006-08-311-2/+11
| | | | '+/-' keys are now used to handle todo priorities
* segfault fixed and beginning of todo priorities implementationFrederic Culot2006-08-301-0/+9
|
* load_todo() and save_cal() updated to take todo's id into accountFrederic Culot2006-08-301-4/+17
|
* add_todo() moved from calcurse.c to todo_new_item()Frederic Culot2006-08-301-2/+21
|
* todo_new_item() added and id added to todo_s structureFrederic Culot2006-08-301-2/+4
|
* bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ↵Frederic Culot2006-08-301-22/+5
| | | | | | Chris for reporting it. add_todo() moved to todo_new_item() in todo.c
* new features added in version 1.5Frederic Culot2006-08-261-1/+18
|
* small correction in a titleFrederic Culot2006-08-261-16/+15
|
* update for 1.5Frederic Culot2006-08-261-13/+13
|
* Last bugfixes before 1.5Frederic Culot2006-08-251-0/+4
|
* bugfix: events and appointments are now sorted properlyFrederic Culot2006-08-251-4/+11
|
* fixed a data format bug in load_app()Frederic Culot2006-08-251-2/+4
|
* help text updated for delete and repeat functionsFrederic Culot2006-08-244-398/+883
|
* development priorities for calcurse 1.6Frederic Culot2006-08-241-27/+8
|
* switched to version number 1.5Frederic Culot2006-08-241-2/+2
|
* thanks section updated and switched to version number 1.5Frederic Culot2006-08-243-11/+15
|
* 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
|
* switched to version number 1.5Frederic Culot2006-08-241-2/+2
|
* small bugfixes and updates before 1.5 releaseFrederic Culot2006-08-241-0/+6
|
* 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
|
* independant status bar created for the todo panelFrederic Culot2006-08-231-0/+5
| | | | | bugfix: memory allocation problem in day.c online help text updated for the repeat and delete commands
* screen refreshing process ameliorated in add_item()Frederic Culot2006-08-221-4/+2
|
* fixed compilation warningsFrederic Culot2006-08-221-3/+5
|
* compilation warnings fixed and refreshing process ameliorated in ad_item()Frederic Culot2006-08-221-0/+4
|
* small bugfixes, to correct 'end-of-line within string' fatal errorsFrederic Culot2006-08-211-210/+267
|
* cvs keyword addedFrederic Culot2006-08-211-156/+179
|
* help texts for recurrent items addedFrederic Culot2006-08-211-158/+169
|
* list of source files updatedFrederic Culot2006-08-211-1/+3
|
* English and German translations addedFrederic Culot2006-08-211-2/+2
|
* English and German translation addedFrederic Culot2006-08-211-0/+3
|
* initial import of English translation, thanks to Neil WilliamsFrederic Culot2006-08-211-0/+941
|
* initial import of German translation, thanks to Michael SchultzFrederic Culot2006-08-211-0/+923
|
* 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
| | | | | | saving multiple days recur_repeat_iem() updated to check if the frequence is valid
* fixed a bug causing a fatal error when loading from file an endless ↵Frederic Culot2006-08-191-2/+3
| | | | recurrent item with non-repeated days
* Fixed many bugs concerning recurrent itemsFrederic Culot2006-08-191-1/+10
|
* recur_exc_scan() created and recur_event_new() plus recur_apoint_new() ↵Frederic Culot2006-08-161-10/+51
| | | | updated to take non-repeated days into account
* recur_exc_scan() addedFrederic Culot2006-08-161-5/+7
|
* added calls to scan non-repeated days in recurrent itemsFrederic Culot2006-08-161-5/+18
|
* scanning of recurrent items' non-repeated days implementedFrederic Culot2006-08-161-0/+5
|
* keybinding changed: CTRL-L is now used to redraw screenFrederic Culot2006-08-061-13/+15
| | | | | keybinding added: R to repeat an item help text for repeat function added