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; }
- 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
- - ?
-
+ - "task calendar" now displays multiple months per line, adjustable
+ by the "monthsperline" configuration variable. Feature added by
+ Damian Glenny
+
- Fixed bug where task generates a segmentation fault for several
+ commands, when no "dateformat" configuration variable was present
+
New in version 1.2.0
- source: task-1.2.0.tar.gz
+ Source: task-1.2.0.tar.gz
+
+ Debian package: task_1.2.0-1_i386.deb
+ (Thanks to Richard Querin)
@@ -198,7 +205,7 @@ a img { border: none; padding: 0; margin: 0; }
New in version 1.1.0
- source: task-1.1.0.tar.gz
+ Source: task-1.1.0.tar.gz
Debian package: task_1.1.0-1_i386.deb
(Thanks to Richard Querin)
@@ -1032,7 +1039,7 @@ on_white on_bright_white
The string may also contain other characters to act as spacers,
- or formatting. Other values could include:
+ or formatting. Other values could include (but are not limited to):
@@ -1063,6 +1070,12 @@ on_white on_bright_white
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.