Copyright 2003 Bas van Oostveen under GNU GPL

dependencies:
	* Recent gDesklets
	* Python2.3 for textwrapping

known bugs:
	* Label's wrap-at property has troubles

todo:
	* Add entree for naming of tails (instead of basename(path))
	* Find 'optimal' values for polling logs and display
	
	* Add background/theme option in config and use 1 display file
	* Extend with remote logging option (e.g. tail command)

future:
	* Create some kind of interface between the 'other' multitail
	  and a desklet. Would be kind of neat to have a console multitail
	  outputing on a desklet.

changelog:

0.2.4:
	missing xml ending /> in light theme
	 pointed out by ihtruelsen
	changed names of releases to gDesklets-multitail-version.tar.gz
	 so feature versions won't conflict with Van Heusden's multitail.

0.2.3:
        cleaned up a bit
	removed frame option until api stablizes
	fixed fonts (cannot use FontSelector on array)
	added direct/fast mode, push new lines to desklet as fast as possible.
	 (it's likely that you'll miss one or two lines along the way)
	
0.2.2:
	adjusted versions in .display files
	added scrollspeed
	update display only when needed

0.2.1:
	fixed startup exception on missing log
	added wrapping without python2.3's textwrap

0.2.0:
	rewrite of multitail
	 works with recent gdesklets again
	 hopefully faster and more stable then the 0.1.x versions

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
