Ability to flag todo items as completed.

This commit is contained in:
Frederic Culot
2009-06-26 21:44:11 +00:00
parent 1775eb3245
commit ea107cfd81
5 changed files with 101 additions and 33 deletions

View File

@@ -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>