user can now set todo priorities

todo are sorted with regards to their priority
This commit is contained in:
Frederic Culot 2006-08-31 18:52:08 +00:00
parent c4b802b744
commit b186e42f48

View File

@ -1,3 +1,11 @@
31 Aug 2006:
todo_chg_priority(), todo_get_item() and todo_get_position() created
todo_insert() suppressed
todo_new_item() updated to ask for priority
todo_add() updated to sort items by priority order
update_todo_panel() updated to display todo priority
'+/-' menu added to handle todo priorities
30 Aug 2006: 30 Aug 2006:
'id' added to todo_s structure 'id' added to todo_s structure
load_todo() and save_cal() updated to take this id into account load_todo() and save_cal() updated to take this id into account