aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-08-31 18:52:08 +0000
committerFrederic Culot <calcurse@culot.org>2006-08-31 18:52:08 +0000
commitb186e42f48000cb7ef5f6edfd840cc7f99969ce8 (patch)
tree80a15e06d7c7300765cb45dae0eae96f84e8c4a6 /ChangeLog
parentc4b802b744effdae7cc080c86f942334897e8408 (diff)
downloadcalcurse-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-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ef903c..65d53d7 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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