From cc82823c477965099496ac691cdf0a697306f924 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 24 Jan 2010 17:48:49 -0500 Subject: [PATCH] Documentation Update - task-color.5 - Added the new task-color man page to the makefile, so it gets installed properly. - Added the new man page in the ChangeLog file. --- ChangeLog | 2 ++ Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 014939342..b8a4081c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,6 +53,8 @@ + The coloring of due tasks in reports can now be enabled for all tasks, and not only the imminent ones, by setting the configuration variable due=0. + Added a new 'task-faq' man page for common questions and answers. + + Added a new 'task-color' man page detailing how to set up and use color in + task. + Fixed bug #316 which caused the timesheet report to display an oddly sorted list. + Fixed bug #317 which colored tasks in the 'completed' report according to diff --git a/Makefile.am b/Makefile.am index 42096b174..3d621206d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = src -dist_man_MANS = doc/man/task.1 doc/man/taskrc.5 doc/man/task-tutorial.5 doc/man/task-faq.5 +dist_man_MANS = doc/man/task.1 doc/man/taskrc.5 doc/man/task-tutorial.5 doc/man/task-faq.5 doc/man/task-color.5 docdir = $(datadir)/doc/${PACKAGE}-${VERSION} doc_DATA = AUTHORS ChangeLog COPYING NEWS README