Documentation Update

- Added examples to the grammar file.
- Added recent change to ChangeLog, html/task.html.
This commit is contained in:
Paul Beckingham 2009-03-05 10:13:10 -05:00
parent 9535121c1e
commit 41b8b207d4
3 changed files with 8 additions and 1 deletions

View file

@ -24,6 +24,7 @@
and shadow files.
+ Fixed bug with the task sort alogrithm, which led to an unstable sequence
when there were only a handful of tasks.
+ Performance enhanced by eliminating unnecessary sorting.
------ old releases ------------------------------

View file

@ -1,7 +1,12 @@
# This is a full BNF grammar for the task command line. It is intended that a
# future release of task will incorporate a complete lexer/parser implementing
# this grammar.
# this grammar, which will allow for more sophisticated command lines, for
# example:
#
# task delete 1 2 4-7
# task add pri:H pro:X -- pro pri 1 ///
#
command ::= simple_command
| filter_command filter?

View file

@ -118,6 +118,7 @@
and shadow files.
<li>Fixed bug with the task sort alogrithm, which led to an unstable sequence
when there were only a handful of tasks.
<li>Performance enhanced by eliminating unnecessary sorting.
</ul>
<p>