Code Cleanup

- Relocated code from helper.cpp to feedback.cpp.
- Fixed typo.
This commit is contained in:
Paul Beckingham 2012-03-03 14:24:41 -05:00
parent 524f7f0919
commit 0f4bcefcff
4 changed files with 90 additions and 89 deletions

2
NEWS
View file

@ -82,7 +82,7 @@ Newly deprecated features in taskwarrior 2.0.0
in the scripts/add-ons/export-ical.pl script.
- Use of 'report.<name>.limit' configuration variable. This is now handled
in the report filter as 'limit:<tasks>'.
- Used of 't', '+', 'enable' and 'enabled' in configuration values to mean
- Use of 't', '+', 'enable' and 'enabled' in configuration values to mean
'on/yes/true'.
---