

 Fri Feb 18 2011 - released version 1.3

 Thu Feb 17 2011 - filter 'f' and grep 'g' now work on the completed report

 Thu Feb 17 2011 - changed 's' to start/stop (toggle) task and 'S' to display
                   summary report

 Thu Feb 17 2011 - added --ignore-exit-status... this fixes Jostein Berntsen
                   mysterious exit status problem... assumed to be a non-UTF-8
                   issue

 Thu Feb 17 2011 - fixed rendering and feedback for commands that "fail" (e.g.
                   "tags" when there are none doesn't produce a report) 

 Wed Feb 16 2011 - added support for the bold font effect

 Tue Feb 15 2011 - added "drill down" to the ":projects" and ":summary" modes

 Sun Feb 13 2011 - tried but failed to allow for :s/OLD/NEW/ with white space...
                   tcl/tk does not "honor" single or double quotes in the argv it
                   creates when it calls exec(), so it's just not possible

 Sat Feb 12 2011 - fixed feedback for various flavors of undo that were being 
                   incorrectly reported as having failed

 Fri Feb 11 2011 - abort commands with '|', because tcl/tk cannot handle them

 Thu Feb 10 2011 - fixed a bug where displaying empty task lists ab-ended


 Mon Feb  7 2011 - released version 1.2

 Mon Feb  7 2011 - fixed scrolling in aux reports

 Fri Feb  4 2011 - added 'b' for "dependent (blocked)"

 Fri Feb  4 2011 - fixed all the color problems

 Fri Feb  4 2011 - fixed header problems when going from one aux report to 
                   another (headers were being displayed in body)

 Thu Feb  3 2011 - made most reports look pretty good

 Thu Feb  3 2011 - fixed problems with :sum and :und

 Wed Feb  2 2011 - fixes to correctly render reports jumped to by partial names

 Tue Feb  1 2011 - added many improvements to task-anonymous

 Tue Feb  1 2011 - added support for using ~/.taskrc default.command 

 Mon Jan 31 2011 - removed the use of "grep" to filter unwanted report output
                   fixes problems when LANG=no_NO (Norwegian) or somesuch

 Sun Jan 30 2011 - implemented 'u' for "undo"

 Sat Jan 29 2011 - re-wrote report header parsing code

 Fri Jan 28 2011 - 'q' and 'x' now quit/exit current report and return to the
                   default report


 Fri Jan 28 2011 - released version 1.1.1

 Fri Jan 28 2011 - updated help, doc and man wrt the 'q' command


 Fri Jan 28 2011 - released version 1.1

 Fri Jan 28 2011 - added --commands to list commands (also -c)

 Fri Jan 28 2011 - the usage message no longer lists all the commands

 Thu Jan 27 2011 - fixed three or four of esoteric scrolling bugs

 Thu Jan 27 2011 - added some hackery to get ":burndown" sorta working

 Thu Jan 27 2011 - added "report=" to vittkrc

 Wed Jan 26 2011 - put all the configurable settings and their default values
                   in PREFIX/etc/vittkrc 

 Wed Jan 26 2011 - added "rc.confirmation=no" to the ":N command" usage

 Tue Jan 25 2011 - updated the fonts information in the man page and moved the
                   requirements section to the README file

 Tue Jan 25 2011 - the "Fonts" file now gets installed as PREFIX/share/doc/Fonts

 Mon Jan 24 2011 - added support for the task-native "underline color effect"

 Sun Jan 23 2011 - added the "line.padding=N" pixels setting... this pads each
                   line of the report display by N pixels on the top and bottom

 Sun Jan 23 2011 - fixed the "color bleed to column N-1" problem in :summary
                   and :ghistory

 Sun Jan 23 2011 - reports where the first column is not "ID" are disallowed
                   (actually, they were already disallowed and the error msg
                   has been augmented to read "invalid report"

 Sun Jan 23 2011 - re-bound 'q' to "return to previous report"

 Sat Jan 22 2011 - Xwindows (SELECTION) paste works like you'd expect now

 Sat Jan 22 2011 - added 'O' for overdue report and 'T' for tag reports

 Sat Jan 22 2011 - fixed a bug where changing views with the selection-bar 
                   past the length of the new report failed

 Fri Jan 21 2011 - added 't' for add tag(s)
 
 Fri Jan 21 2011 - changed 'w' to "set wait", added 'W' for "waiting" report, 
                   changed "blocked" report binding to 'B', "recurring"
                   report binding to 'R'... kudos to David J Patrick for the 
                   suggestions

 Fri Jan 21 2011 - changed how function keys are bound to allow for executing
                   any vittk command line command... previously only reports
                   worked

 Fri Jan 21 2011 - fixed an initial conditions focus bug... thanks to Paul
                   Beckingham

 Fri Jan 21 2011 - reworked the vittkrc file


 Fri Jan 21 2011 - released version 1.0
 
 Fri Jan 21 2011 - fixed vittk --help!

 Fri Jan 21 2011 - changed 'x' to "remove any filter when viewing the default 
                   report"... so then it's behavior when not viewing the 
                   default report is obvious

 Fri Jan 21 2011 - added ":help help" help :)

 Fri Jan 21 2011 - added one pixel of padding above and below each line...
                   this improves read-ability... the report display widget
                   looks far less squished

 Fri Jan 21 2011 - doing 'q' exits to report view when in an alternate view

 Fri Jan 21 2011 - added a discussion about finding fixed-width fonts
                   using xfontsel... refer to the "Fonts" file

 Fri Jan 21 2011 - removed --listfonts (it wasn't very accurate)


 Fri Jan 21 2011 - released version 1.0rc1

 Thu Jan 20 2011 - brighten selection/cursor foreground by 20%
 
 Thu Jan 20 2011 - changed the foreground color of warnings, errors and
                   "no matches" messages to red

 Thu Jan 20 2011 - removed the sudo requirement from ./configure etc...
                   kudos to Manny for the suggestion

 Thu Jan 20 2011 - added COLORS and FONTS sections to the man page
 
 Thu Jan 20 2011 - added --background COLOR (-bg COLOR) and --foreground 
                   (-fg COLOR)

 Thu Jan 20 2011 - developed a color scheme (for the non-task colorized 
                   elements) that looks nice with the default task colors

 Thu Jan 20 2011 - use task-native colorization... this decreases the height
                   by about 15% (3 pixels per line)

 Thu Jan 20 2011 - converted from listbox to entry widget


 Wed Jan 19 2011 - released version 0.9

 Wed Jan 19 2011 - using non-fixed-width fonts results in a "columns will not 
                   align" warning message at startup

 Wed Jan 19 2011 - disabled resizing to smaller than a 80x24 report listing 
                   because the tck/tk widget packing can't handle shrinking 
                   properly...  you can work around this by using -geom

 Tue Jan 18 2011 - added dynamic resizing 

 Tue Jan 18 2011 - added --geometry COLSxROWS (aka -geom)

 Tue Jan 18 2011 - made the "Average" line from ":history" get parsed correctly


 Tue Jan 18 2011 - released version 0.8

 Tue Jan 18 2011 - wrote the man page

 Mon Jan 17 2011 - convergence is now reported for the current report view
                   (was previously reported for the default report view)

 Mon Jan 17 2011 - added system-wide vittkrc file 
                   (installed in PREFIX/etc/vittkrc)

 Mon Jan 17 2011 - added ./configure and make install

 Mon Jan 17 2011 - modularized the code into 13 files


 Mon Jan 17 2011 - released version 0.7

 Mon Jan 17 2011 - added --listfonts (aka -lsfn)

 Mon Jan 17 2011 - added --fontname FONT (aka -fn FONT)

 Mon Jan 17 2011 - fixed the "display goes blank with changing reports from a
                   report with cursor position past page one to a report that's
                   less than one page in size" bug

 Sun Jan 16 2011 - added <number>G to go to line <number>

 Sun Jan 16 2011 - added function keys to the help mode (":help fkey")

 Sun Jan 16 2011 - <esc> and ^l now cancel any feedback message

 Sun Jan 16 2011 - added 'X' for "delete"

 Sun Jan 16 2011 - added ":help FILTER" for filtering the help screen
                   ("help" can be abbreviated)

 Sun Jan 16 2011 - added '?' and ":help" for viewing a help screen

 Sun Jan 16 2011 - uses "task" via $PATH instead of a hard-coded path

 Sun Jan 16 2011 - improved convergence output


 Sun Jan 16 2011 - released version 0.6

 Sat Jan 15 2011 - allow \n to return from info mode to report mode

 Sat Jan 15 2011 - resolved 15 miscellaneous issues since the last release

 Sat Jan 15 2011 - re-wrote the Tutorial and updated the README

 Sat Jan 15 2011 - made ":n" for info work

 Sat Jan 15 2011 - made <enter> and 'i' for info work right 

 Sat Jan 15 2011 - added all the rest of the non-splitscreen commands...
                   except for find (which requires changing display widgets)

 Sat Jan 15 2011 - revised the report parsing code to allow for info, 
                   completed, projects, recurring, summary, etc

 Sat Jan 15 2011 - 'a' for add "auto-fills" the current report filter... 
                   for example ":ls prio:h" 'a' will yield "add: prio:h "


 Sat Jan 15 2011 - released version 0.5

 Sat Jan 15 2011 - wrote the Tutorial

 Sat Jan 15 2011 - resolved 14 miscellaneous issues since the last release

 Sat Jan 15 2011 - fixed PgUp/PgDn 

 Fri Jan 14 2011 - fixed prompting, focus-able widget and dangling cursor 
                   problems

 Fri Jan 14 2011 - added function key bindings via ~/.vittkrc...
                   for example "bind.f2=ls prio:H"

 Fri Jan 14 2011 - fixed "f with -r" bug

 Fri Jan 14 2011 - added ":!N something" for "task rc.confirmation=off N"

 Fri Jan 14 2011 - added % complete reporting

 Fri Jan 14 2011 - abort commands with "<" and ">" because tcl/tk cannot handle 
                   them

 Fri Jan 14 2011 - ^l refreshes correctly

 Fri Jan 14 2011 - changed font to TkFixedFont so columnization works on 
                   Mac-OSX

 Fri Jan 14 2011 - cleaned up "task done" feedback


 Fri Jan 14 2011 - released version 0.4

 Fri Jan 14 2011 - resolved 32 issues since last release

 Thu Jan 13 2011 - it's totally dingbat tolerant now

 Thu Jan 13 2011 - added "--data DIR" command line option (also -d DIR)

 Thu Jan 13 2011 - added "--report REPORTARGS" command line option 
                   (also -r STR)

 Thu Jan 13 2011 - added "\n" to prompt for command on current task (":N " 
                   prompt)

 Thu Jan 13 2011 - added "c" to change description

 Thu Jan 13 2011 - added "h,m,l,n" for h, m, l and no priority


 Wed Jan 12 2011 - released version 0.3

 Wed Jan 12 2011 - resolved 53 issues since last release

 Wed Jan 12 2011 - wrote dynamic size/geometry proof of concept

 Wed Jan 12 2011 - disallow undo and edit

 Wed Jan 12 2011 - rewrote command output parsing code

 Wed Jan 12 2011 - added "G" for "goto last"

 Wed Jan 11 2011 - allowed use of rc.echo.command=on

 Tue Jan 11 2011 - rewrote selected and alternate task rendering code

 Tue Jan 11 2011 - added convergence

 Tue Jan 11 2011 - added "o" for "log"

 Tue Jan 11 2011 - added "n" for "denotate"

 Tue Jan 11 2011 - added audit log (/tmp/vittk-$USER.log)

 Tue Jan 11 2011 - added "space" for "next task"

 Mon Jan 10 2011 - wrote colorization parsing proof of concept

 Mon Jan 10 2011 - added "x" for "exit filter"

 Mon Jan 10 2011 - added "f" for filter (e.g. ls KEYWORDS)

 Mon Jan 10 2011 - added up/down arrow and PgUp/PgDn key bindings


 Mon Jan 10 2011 - "released" version 0.2

 Fri Jan  7 2011 - "released" version 0.1

