summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-06two help pages added ('O' and general keybindings)Frederic Culot
2006-09-06status_bar() rewritten from scratch to handle multiple status pagesFrederic Culot
reset_status_page() and other_status_page() created
2006-09-06several defines addedFrederic Culot
reset_status_page() and other_status_page() added
2006-09-03layout_config() improved, and new layout configurations addedFrederic Culot
2006-09-03get_screen_config() updated to take new layouts into accountFrederic Culot
2006-09-03updated translations concerning the layout configurationFrederic Culot
2006-09-03list updatedFrederic Culot
2006-09-03new layout configurations added, to make TODO panel the largest oneFrederic Culot
2006-09-03todo priorities added in non-interactive modeFrederic Culot
french translation updated
2006-09-03new entries added for todo prioritiesFrederic Culot
2006-09-03new entries translated. Fixed 'fuzzy' translationsFrederic Culot
2006-09-03todo_args() updated to display prioritiesFrederic Culot
2006-09-02online help text updated plus a couple of bugfixesFrederic Culot
2006-09-02improved the ToDo panel scrolling while changing item prioritiesFrederic Culot
changed the strcpy calls to strncpy
2006-09-02fixed a bug in day_write_pad() which could cause a misplacement of the line ↵Frederic Culot
between events and appointments
2006-09-02fixed a possible infinite loop in todo_get_position()Frederic Culot
2006-09-02help text added for the 'Priority' function and help text updated for the ↵Frederic Culot
'Add' function
2006-08-31user can now set todo prioritiesFrederic Culot
todo are sorted with regards to their priority
2006-08-31'+/-' menu added to status bar while inside TODO panelFrederic Culot
2006-08-31todo_chg_priority(), todo_get_item() and todo_get_position() addedFrederic Culot
todo_insert() suppressed
2006-08-31todo_insert() suppressedFrederic Culot
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
2006-08-31update_todo_panel(): priority added when displaying todo listFrederic Culot
'+/-' keys are now used to handle todo priorities
2006-08-30segfault fixed and beginning of todo priorities implementationFrederic Culot
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