Copyright 2003 Bas van Oostveen under GNU GPL

dependencies:
	* recent gdesklets
	* python2.3 for textwrapping
	* displayconstraints sensor (sensor included in tarball)

todo:
	* a form of colorizing

changelog:

0.1.6:
	again fixed escape bug, this time on first read of log
	 thanks seb128 for pointing this out
	fixed 'wrap at' spinner, could not become 0 (disabled)
	added meta information to the .desklets files

0.1.5:
	fixed escape bug (where &<> crashes the parser)
	 solution provided by scm
	fixed display inconsistency
	 the light-theme had a slightly broken display file

0.1.4:
	fixed bug in tailer (query non existing files for file-size)
	added fixed width and height (by using DisplayConstraints)
	 note that this doesn't effect wrapping at all. if lines
	 are bigger then the constraints the lines will simply not
	 be visible.
	
0.1.3:
	added version info to the configurator
	fixed ***** renamed var bug
	 (max lines did no longer work in v0.1.2)
	added transparent theme (left-border still on
	 per default) and removed background option
	 from configurator
	checks file for zero size when opened
	reversed changelog :)
	added todo

0.1.2:
	fixes auto-bg-on when the display resizes
	clean-up of various texts in the config panel
	added line wrapping (aka fixed width)

0.1.1:
	fixed `1 line to big border`
	fixed `Unhandled exception in thread started by`
	added option to disable left border
	changed default background to on

0.1.0:
	initital release
