aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-08-30 17:54:01 +0000
committerFrederic Culot <calcurse@culot.org>2006-08-30 17:54:01 +0000
commita32519833b998f3646760b86a862edbd3387980d (patch)
tree18710a1d711a957547367ae804081a21ea669fa3 /ChangeLog
parent3f14dd55ceda35a23011a4b366ce6175b8df7162 (diff)
downloadcalcurse-a32519833b998f3646760b86a862edbd3387980d.tar.gz
calcurse-a32519833b998f3646760b86a862edbd3387980d.zip
segfault fixed and beginning of todo priorities implementation
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3abe0ab..0ef903c 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+30 Aug 2006:
+ 'id' added to todo_s structure
+ load_todo() and save_cal() updated to take this id into account
+ moved add_todo() from calcurse.c to todo_new_item() in todo.c
+ bugfix: pressing 'R' while no item was selected caused a segfault.
+ Thanks to Chris for reporting that bug
+
+26 Aug 2006: 1.5
+
25 Aug 2006:
io.c: fixed a data format bug in load_app()
day.c: events and appointments are now sorted properly