Enhancement

- Improve bash completion for 'project:', 'depends:', and 'priority:'.
- 'projABC:' no longer expands (same for 'depends:' and 'priority:').
- 'proj:' only expands if abbreviation.minimum is less than 5
  (same for 'depends:' and 'priority:' and for other values of
  abbreviation.minimum).
- Unit tests for the above.
This commit is contained in:
Scott Kostyshak 2012-09-16 20:35:40 -04:00 committed by Paul Beckingham
parent ad3e249a64
commit d8a4aab85b
3 changed files with 75 additions and 16 deletions

View file

@ -14,6 +14,8 @@ Features
+ Virtual tags.
Bugs
+ No more bash completion of, for example, 'projABC:', or of 'proj:' if
abbreviation.minimum is greater than 4.
+ Fixed bug #1059, where CmdEdit was running garbage collection.
+ Fixed bug #1065, where CmdShow issued messages in incorrect situations.
+ Fixed bug #1060, where an error was not thrown correctly.