Changelog:

0.3.1:
	added customizable intro
	added user defined names to tails
	right-click menu:
	 added clear buffer
	 changed "Watch logs..." -> "Tail files"
	reworked the read thread
	 log files are now closed after reading from them
	 thread slows down according to update speed setting
	 io exceptions are handled better
	changed speed/update settings
	changed size/width configuration of applet
	updated more gconf names
	and a lot more...


0.3.0:
	UPDATED GCONF NAMES, 0.2.x versions of config names wont work correctly
	 FOR SAFE UPGRADING PLEASE REMOVE MULTITAIL INSTANCES BEFORE UPDATING
	added scrolling in multitail, you can now scroll back in the tailed logs
	added dropshadow effect for text
	 as suggested by gibsonlp on the gdesklet forums
	added a background theme chooser and merged display files
	added support for logrotation
	fixed wrap-at
	 you can now wrap you lines on a fixed width in pixels
	moved changelog to a different file

0.2.5:
	missed the version string in the sensor for 0.2.4 (said 0.2.3)
	added option to show or hide the log's filename

0.2.4:
	missing xml ending /> in light theme
	 as 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
