- Fixed but #539, where the man page task-color(5) contained a line that
  began with a ' and was not displayed.
This commit is contained in:
Paul Beckingham 2010-11-11 10:35:21 -05:00
parent c8e35fab88
commit b9f10addf8
2 changed files with 6 additions and 4 deletions

View file

@ -6,6 +6,8 @@
task man page (thanks to Dirk Deimeke). task man page (thanks to Dirk Deimeke).
+ Fixed bug #535 which omitted the holidays-NO.rc file from the packages + Fixed bug #535 which omitted the holidays-NO.rc file from the packages
(thanks to Jostein Berntsen). (thanks to Jostein Berntsen).
+ Fixed but #539, where the man page task-color(5) contained a line that
began with a ' and was not displayed.
------ old releases ------------------------------ ------ old releases ------------------------------

View file

@ -236,13 +236,13 @@ It is possible to create a very colorful mix of rules. With 256-color support,
those colors can be made subtle, and complementary, but without care, this can those colors can be made subtle, and complementary, but without care, this can
be a visual mess. Beware! be a visual mess. Beware!
The precedence for the color rules is determined by the configuration variable The precedence for the color rules is determined by the configuration
'rule.precedence.color', which by default contains: variable 'rule.precedence.color', which by default contains:
due.today,active,blocked,overdue,due,keyword,project,tag,recurring,pri,tagged due.today,active,blocked,overdue,due,keyword,project,tag,recurring,pri,tagged
These are just the color rules with the 'color.' prefix removed. The rule These are just the color rules with the 'color.' prefix removed. The
'color.due.today' is the highest precedence, and 'color.tagged' is the lowest. rule 'color.due.today' is the highest precedence, and 'color.tagged' is the lowest.
The keyword rule shown here as 'keyword' corresponds to a wildcard pattern, The keyword rule shown here as 'keyword' corresponds to a wildcard pattern,
meaning 'color.keyword.*', or in other words all the keyword rules. Similarly meaning 'color.keyword.*', or in other words all the keyword rules. Similarly