diff --git a/AUTHORS b/AUTHORS index b83f244a5..8788e1495 100644 --- a/AUTHORS +++ b/AUTHORS @@ -163,4 +163,4 @@ suggestions: Thomas Sullivan Tim None trHD - + Benjamin Weber diff --git a/ChangeLog b/ChangeLog index d52bbff2e..3f2fc1e02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -56,6 +56,8 @@ Bugs pending task (thanks to Aikido Guy). + Fixed bug #1123, which caused the undo of a 'log' command to corrupt the data file (thanks to Tim None). + + Fixed bug #1150, which referenced deprecated features in the tutorial man + page (thanks to Benjamin Weber). + Improved hyphenation by splitting on commas (even if no whitespace after). Leads to better output of, for example, 'task show', where comma-separated lists are common. diff --git a/doc/man/task-tutorial.5.in b/doc/man/task-tutorial.5.in index fc6a0c657..e172f2417 100644 --- a/doc/man/task-tutorial.5.in +++ b/doc/man/task-tutorial.5.in @@ -1096,49 +1096,6 @@ ID Project Pri Due Active Age Description What you see is the result of a set of color rules being applied to the tasks. There is a hierarchy of color rules that colorize a task based on the metadata. -Here is an example of an explicit override to the color rules where a specific -task is given a red background. - -.RS -$ task 1 modify bg:on_red -.br -modified 1 task. -.br -$ task list -.br - -.br -ID Project Pri Due Active Age Description -.br --- ------- --- --- ------ ------- ---------------------------------- -.br - 1 party H 1 hr Select a free weekend in November -.br - 10/16/2010 the 13th looks good -.br - 2 party H 1 hr Select and book a venue -.br - 5 party H 59 mins Design invitations -.br - 8 33 mins Select some Music for after dinner -.br - 7 home 50 mins Pay rent at the end of the month -.br - 3 party 1 hr Mail invitations -.br - 4 party 1 hr Select a caterer -.br - 6 party 59 mins Print invitations -.br - -.br -8 tasks -.br -$ task 1 modify bg: -.br -Modified 1 task. -.RE - Taskwarrior supports 256 colors on certain terminal emulators, and this shows the range of colors available. Note that your terminal may show fewer colors.