From 08fc906d5fb91362777f4b58178bebe7e8696be4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 16 Jun 2008 23:26:22 -0400 Subject: [PATCH] - Updated various documents. --- AUTHORS | 2 +- ChangeLog | 7 +++++++ NEWS | 2 +- TUTORIAL | 6 +++++- task.html | 31 ++++++++++++++++++++++--------- 5 files changed, 36 insertions(+), 12 deletions(-) diff --git a/AUTHORS b/AUTHORS index 150ebb6df..1954efff8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,10 @@ Principal Author: Paul Beckingham, paul@beckingham.net + Damian Glenny With thanks to: Eugene Kramer SK - Damian Glenny Richard Querin Bruce Israel diff --git a/ChangeLog b/ChangeLog index 061774319..b979d1b12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,13 @@ represents a feature release, and the z represents a patch. Configurable columns in reports +1.3.0 (?) + + "task calendar" now displays multiple months per line, adjustable + by the "monthsperline" configuration variable. Feature added by + Damian Glenny + - Bug: Segmentation fault when no "dateformat" configuration variable + specified + ------ reality ----------------------------------- 1.2.0 (6/13/2008) diff --git a/NEWS b/NEWS index 9efc04730..83ac4fcf1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Welcome to Task 1.2.0. +Welcome to Task 1.3.0. Task has been built and tested on the following configurations: diff --git a/TUTORIAL b/TUTORIAL index c462d9530..73d89300a 100644 --- a/TUTORIAL +++ b/TUTORIAL @@ -678,7 +678,8 @@ Configuring Task Y four-digit year 2008 The string may also contain other characters to act as - spacers, or formatting. Other values could include: + spacers, or formatting. Other values could include + (but are not limited to): d/m/Y 7/6/2008 YMD 20080607 @@ -687,6 +688,9 @@ Configuring Task showage May be "yes" or "no". Determines whether the "Age" column appears on the "list" and "next" reports. + monthsperline Determines how many months the "task calendar" command + renders across the screen. Defaults to 1. + color May be "on" or "off". Determines whether task uses color. diff --git a/task.html b/task.html index 8b6594201..b27d7c797 100644 --- a/task.html +++ b/task.html @@ -165,23 +165,30 @@ a img { border: none; padding: 0; margin: 0; }

Get the Source Code

- Download the latest task source code - task-1.3.0.tar.gz - (6/13/2008). + Download the + latest version + of the task source code (6/17/2008).

New in version 1.3.0

- source: task-1.3.0.tar.gz + Source: task-1.3.0.tar.gz