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 (?)