diff options
author | Frederic Culot <calcurse@culot.org> | 2009-06-26 21:44:11 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-06-26 21:44:11 +0000 |
commit | ea107cfd8182f9c16f6554dcade75441984e985c (patch) | |
tree | 53b3ddcc57ad52d18a40c853c239df740c9beadf /ChangeLog | |
parent | 1775eb3245023e2320f2c0f1ddac012ae79ad247 (diff) | |
download | calcurse-ea107cfd8182f9c16f6554dcade75441984e985c.tar.gz calcurse-ea107cfd8182f9c16f6554dcade75441984e985c.zip |
Ability to flag todo items as completed.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |