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

@ -280,6 +280,7 @@ bool Hooks::validProgramEvent (const std::string& event)
event == "pre-shell-prompt" || event == "post-shell-prompt" ||
event == "pre-add-command" || event == "post-add-command" ||
event == "pre-annotate-command" || event == "post-annotate-command" ||
event == "pre-denotate-command" || event == "post-denotate-command" ||
event == "pre-append-command" || event == "post-append-command" ||
event == "pre-calendar-command" || event == "post-calendar-command" ||
event == "pre-color-command" || event == "post-color-command" ||