aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-06-26 21:44:11 +0000
committerFrederic Culot <calcurse@culot.org>2009-06-26 21:44:11 +0000
commitea107cfd8182f9c16f6554dcade75441984e985c (patch)
tree53b3ddcc57ad52d18a40c853c239df740c9beadf /ChangeLog
parent1775eb3245023e2320f2c0f1ddac012ae79ad247 (diff)
downloadcalcurse-ea107cfd8182f9c16f6554dcade75441984e985c.tar.gz
calcurse-ea107cfd8182f9c16f6554dcade75441984e985c.zip
Ability to flag todo items as completed.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3b4c9e..6b6a34a 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* src/args.c: do not print todo items twice if -d and -t flags are
given (thanks Timo for reporting the bug)
+
+ * src/todo.c (todo_flag): new function
+
+ * src/args.c (todo_arg): function adapted to display completed
+ tasks
+
+ * src/todo.c: todos can now be flagged as completed
2009-06-23 Frederic Culot <frederic@culot.org>