01/31/2006	0.21 bugfix release

01/31/2006	Fixed a bug that broke everything. Thanks to Fred at http://www.ericandchar.com/bb/viewtopic.php?t=5

01/19/2006	0.2 release

01/19/2006	Put a cursor:pointer in the css for upper-left and -right cells to make them feel more "linky." Couldn't use an <a> because most stylesheets use a background image.
01/19/2006	Added code to generate an empty cell if there is no program in a row at all (for-each loop is not entered)
01/19/2006	Added a striped "empty" graphic for the background of cells with no data.
01/18/2006	Added code to generate an empty cell if there is no program at the beginning or end of the grid, fixing display problems with an incomplete XML file. Internal shows are expected to be contiguous, this only fixes borders.
01/18/2006	Put the stylesheet selector in a DHTML popup which will eventually contain a complete preferences set. Changed position of clock and preferences to "fixed."
01/16/2006	Added "Mystery" to the list of categories counted as movies.
01/16/2006	Increased complexity of BASH scripts to yield smaller xml files. There is now a weekly, daily, and hourly script to be run with cron. These are optional but do help speed quite a lot. They may cause problems if you watch a lot of TV around midnight.
			tvweekly.sh downloads the week's tv listings, sorts them, and divides them into seven daily files. It then immediately calls tvdaily.sh. This should be run at a random time according to zap2it's request.
			tvdaily.sh copies the current day's file (###.xml) to tv.xml and deletes yesterday's file. Run just after midnight.
			tvhourly.sh applies tv_grep --on-after (an hour ago) to reduce the file size throughout the day. Run about half past the hour.
01/15/2006	Added xsl params to disable popups, categories, and imdb links. Turning these off yield small speed improvements.
01/13/2006	Minor optimizations to XPATH functions to increase speed (renders about 3x faster now).
01/11/2006	Added a "Loading..." indicator (doesn't work when changing pages, only when completely reloading).
01/11/2006	Converted to asychronous loading which reduces the amount of time the UI appears frozen. The actual transformation must be done synchronously.
01/07/2006	Added tv.sh, a bash script which I use to automate xml downloads.
01/07/2006	Corrected typos in titantv.tv.css
01/07/2006	Corrected typos in meevee.tv.css

01/06/2006	0.1 initial release