diff options
author | Frederic Culot <calcurse@culot.org> | 2006-08-31 18:52:08 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-08-31 18:52:08 +0000 |
commit | b186e42f48000cb7ef5f6edfd840cc7f99969ce8 (patch) | |
tree | 80a15e06d7c7300765cb45dae0eae96f84e8c4a6 /ChangeLog | |
parent | c4b802b744effdae7cc080c86f942334897e8408 (diff) | |
download | calcurse-b186e42f48000cb7ef5f6edfd840cc7f99969ce8.tar.gz calcurse-b186e42f48000cb7ef5f6edfd840cc7f99969ce8.zip |
user can now set todo priorities
todo are sorted with regards to their priority
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: 'id' added to todo_s structure load_todo() and save_cal() updated to take this id into account |