From 8b17bdc037d1fd36f6faf6f2e8e4e062c53c41cd Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 19 May 2009 22:04:58 -0400 Subject: [PATCH] Bug Fix - documentation - Typo in documentation fixed (thanks to Thomas@BIC). - Added zsh tab completion script to ChangeLog (thanks to P.C. Shyamshankar). --- ChangeLog | 2 ++ html/sequence.html | 2 +- html/task.html | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 90318d9f5..41355afa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,10 @@ ------ current release --------------------------- 1.8.0 (?) + + Added zsh tab completion script (thanks to P.C. Shyamshankar). + Fixed bug that cause the _forcecolor configuration variable to be considered obsolete (thank to Bruce Dillahunty). + + Fixed documentation errors (thanks to Thomas@BIC). ------ old releases ------------------------------ diff --git a/html/sequence.html b/html/sequence.html index aa556ac3e..e2885e4fc 100644 --- a/html/sequence.html +++ b/html/sequence.html @@ -90,7 +90,7 @@

The intent here is that task 3 have its description modified to be - "40123 is back-ordered, try again next week", but will be + "4-123 is back-ordered, try again next week", but will be misinterpreted as tasks 3, 4, 5, 6 ... 123 will all be modified to have the description "is back-ordered, try again next week". The solution is to quote the whole description: diff --git a/html/task.html b/html/task.html index 2d307f23f..a4b62710b 100644 --- a/html/task.html +++ b/html/task.html @@ -143,8 +143,10 @@

New in version 1.8.0 (?)