Feature #408 - Allow deletion of annotations.

- Added new denotate command
- Added unit tests in denotate.t
- Change task.1 man page
This commit is contained in:
Federico Hernandez
2010-06-20 20:58:46 +02:00
parent 5e55166617
commit 5e53226eb8
11 changed files with 233 additions and 1 deletions

View File

@@ -15,7 +15,9 @@
configuration settings or just the ones matching a search string.
'task config' is now only used to set new configuration values.
+ Added feature #298, supporting a configurable number of future recurring
tasks that are generated.
tasks that are generated.
+ Added feature #408, making it possible to delete annotations with the new
denotate command and the provided description (thanks to Dirk Deimeke).
+ Fixed bug #406 so that task now includes command aliases in the _commands
helper command used by shell completion scripts.
+ Fixed bug #211 - it was unclear which commands modify a task description.