Merge branch '2.0.0' of tasktools.org:task into 2.0.0

This commit is contained in:
Federico Hernandez 2011-09-09 06:38:57 +02:00
commit 1dc0230aba
2 changed files with 66 additions and 1 deletions

View file

@ -2,7 +2,7 @@
FH month and year are treated as IDs
* project.t
PB problem known, disabled output (???)
PB There is a bug in the calculation
* text.t
PB need to use a UTF-8 friendly way of doing input[--eol].
@ -18,4 +18,10 @@ FH merge fails because of missing undo.data in data dirs.
FH 'task info' shows tasks from the completed.data file when doing a filter on the ID
could it be confused and interpretes this as an UUID
* uuid.t
PB There is a (likely) timezone problem in uuid.t that causes an off-by-one day
problem that we have seen before.
* bug.concat.t
PB The word 'original' is parsed as 'or'(operator) ' '(space) 'iginal'(word).