Feature #189 - annotation of start and stop times

- task can now record the invocation of the 'start' and 'stop'
  command as an annotation by setting journal.time to yes.
- the annoatation test can be customized with
  journal.time.start.annoation and
  journal.time.stop.annotation
This commit is contained in:
Federico Hernandez 2010-07-20 20:19:34 +02:00
parent 5ac0bd3800
commit 942f665d71
6 changed files with 84 additions and 10 deletions

4
NEWS
View file

@ -1,7 +1,7 @@
New Features in task 1.9.3
-
- Start and stop times for a task can now be recorded as annotations.
-
Please refer to the ChangeLog file for full details. There are too many to
@ -14,7 +14,7 @@ New commands in task 1.9.3
New configuration options in task 1.9.3
-
- journal.time, journal.time.start.annotation, journal.time.stop.annotation
-
---