- Fixed bug #538, where some color legend items were not readable.
This commit is contained in:
Paul Beckingham 2010-11-11 14:47:13 -05:00
parent 914007c7e5
commit d1b7e66694
11 changed files with 25 additions and 24 deletions

View file

@ -6,9 +6,10 @@
task man page (thanks to Dirk Deimeke).
+ Fixed bug #535 which omitted the holidays-NO.rc file from the packages
(thanks to Jostein Berntsen).
+ Fixed but #539, where the man page task-color(5) contained a line that
+ Fixed bug #537, where the man page task-sync(5) mis-specified some URIs.
+ Fixed bug #538, where some color legend items were not readable.
+ Fixed bug #539, where the man page task-color(5) contained a line that
began with a ' and was not displayed.
+ Fixed bug #537, where the man page task-sync(5) misspecified some URIs
------ old releases ------------------------------

View file

@ -32,8 +32,8 @@ color.header=yellow
color.footnote=yellow
color.debug=yellow
color.summary.bar=on green
color.summary.background=on black
color.summary.bar=black on green
color.summary.background=white on black
color.history.add=black on red
color.history.done=black on green

View file

@ -32,8 +32,8 @@ color.header=color3
color.footnote=color3
color.debug=color3
color.summary.bar=on rgb141
color.summary.background=on color0
color.summary.bar=black on rgb141
color.summary.background=white on color0
color.history.add=color0 on rgb500
color.history.done=color0 on rgb050

View file

@ -32,8 +32,8 @@ color.header=rgb013
color.footnote=rgb013
color.debug=rgb013
color.summary.bar=on rgb003
color.summary.background=on color0
color.summary.bar=white on rgb003
color.summary.background=white on color0
color.history.add=color0 on rgb015
color.history.done=color0 on rgb025

View file

@ -32,8 +32,8 @@ color.header=rgb031
color.footnote=rgb031
color.debug=rgb031
color.summary.bar=on rgb030
color.summary.background=on color0
color.summary.bar=white on rgb030
color.summary.background=white on color0
color.history.add=color0 on rgb010
color.history.done=color0 on rgb030

View file

@ -32,8 +32,8 @@ color.header=rgb100
color.footnote=rgb100
color.debug=rgb100
color.summary.bar=on rgb300
color.summary.background=on color0
color.summary.bar=white on rgb300
color.summary.background=white on color0
color.history.add=color0 on rgb100
color.history.done=color0 on rgb300

View file

@ -32,8 +32,8 @@ color.header=rgb013
color.footnote=rgb013
color.debug=rgb013
color.summary.bar=on rgb103
color.summary.background=on color0
color.summary.bar=white on rgb103
color.summary.background=white on color0
color.history.add=color0 on rgb105
color.history.done=color0 on rgb205

View file

@ -32,8 +32,8 @@ color.header=rgb031
color.footnote=rgb031
color.debug=rgb031
color.summary.bar=on rgb030
color.summary.background=on color0
color.summary.bar=white on rgb030
color.summary.background=white on color0
color.history.add=color0 on rgb010
color.history.done=color0 on rgb030

View file

@ -32,8 +32,8 @@ color.header=blue
color.footnote=blue
color.debug=blue
color.summary.bar=on green
color.summary.background=on black
color.summary.bar=black on green
color.summary.background=white on black
color.history.add=black on red
color.history.done=black on green

View file

@ -31,8 +31,8 @@ color.header=color4
color.footnote=color4
color.debug=color4
color.summary.bar=on rgb141
color.summary.background=on color0
color.summary.bar=black on rgb141
color.summary.background=white on color0
color.history.add=color0 on rgb500
color.history.done=color0 on rgb050

View file

@ -129,8 +129,8 @@ std::string Config::defaults =
"color.debug=color3 # Color of diagnostic output\n"
"color.alternate=on color233 # Alternate color for line coloring\n"
"\n"
"color.summary.bar=on rgb141 # Color of summary report progress bar\n"
"color.summary.background=on color0 # Color of summary report background\n"
"color.summary.bar=black on rgb141 # Color of summary report progress bar\n"
"color.summary.background=white on color0 # Color of summary report background\n"
"\n"
"color.history.add=color0 on rgb500 # Color of added tasks in ghistory report\n"
"color.history.done=color0 on rgb050 # Color of completed tasks in ghistory report\n"
@ -174,8 +174,8 @@ std::string Config::defaults =
"color.debug=yellow # Color of diagnostic output\n"
"color.alternate= # Alternate color for line coloring\n"
"\n"
"color.summary.bar=on green # Color of summary report progress bar\n"
"color.summary.background=on black # Color of summary report background\n"
"color.summary.bar=black on green # Color of summary report progress bar\n"
"color.summary.background=white on black # Color of summary report background\n"
"\n"
"color.history.add=black on red # Color of added tasks in ghistory report\n"
"color.history.done=black on green # Color of completed tasks in ghistory report\n"