- Fixed bug #960, which caused tab-completion to fail after any non-ASCII alpha
  characters were used in a description (thanks to Hyde Stevenson).
This commit is contained in:
Paul Beckingham 2012-06-10 16:30:47 -04:00
parent 858c95e557
commit 30d3a36f47
2 changed files with 3 additions and 0 deletions

View file

@ -142,4 +142,5 @@ suggestions:
Bryan Kam
Nicholas Rabenau
Bruno Bigras
Hyde Stevenson

View file

@ -71,6 +71,8 @@ Bugs
+ Fixed incorrect Lua API return value (thanks to Oleksii Tsai).
+ Fixed bug #956, which prevents 'ids', 'uuids' and helper commands to be used
directly by external script when a variable is override.
+ Fixed bug #960, which caused tab-completion to fail after any non-ASCII alpha
characters were used in a description (thanks to Hyde Stevenson).
+ Fixed bug #990, which prevents color precedence to be applied correctly for
tagged tasks.
+ Fixed bug #1008, which failed to remove tasks with the special tag '+nocal'