Note:	for a exhaustive list of changes and bug fixes, please check the
	file BUGS. Thanks

Changes from version 0.3 to 0.4
-------------------------------

	IMPORTANT : old config file is not compatible with new version if
		    it contains FTP or SMB devices. Sorry you have to delete it.

	- complete rewrite of the thread system to reduce code size and increase
	  stability.
	- thumbnail creation is threaded (like M$ explorer shows *.ico files)
	- GNU pth support which allows use of kruiser under libc5 systems
	- added history support
	- added simple configurable bookmarks support, each bookmark has :
		. a name
		. an icon
		. an url
		. a key-binding in the form CTRL+SHIFT+<key>
	- tree view has now an horizontal scrollbar, and tooltips
	- devices are now dynamically configurable and movable
	- "refresh" improvements :
		. rescans the tree view (without spurious collapsing)
		. rescans all opened subwindows
	- detail mode improvement about column configuration :
		. removal
		. insertion
		. more parameters change possibility
	- support for "network neighborhood" :
		. scans a network with broadcast IP's or single computers for running SMB daemons
		. share devices listing
		. automounting (and unmounting) of share devices
	- redesign of options dialog (with a tree instead of a tab bar)
	- fixed memory leaks present in kruiser
	- more key-binding in tree view :
		. Backspace : -> parent dir
		. PageUp : move device up (when a device is selected)
		. PageDown : move device down (when a device is selected)
	- more sorting schemes : each possible column field can be used for sorting
	- fixed the SMB device mounting problems and mount state detection
	- more messages to the user :
		. when (un)mount failed, kruiser reports the real error
		. when working, kruiser shows the current operation in status bar
	- extended "goto" action, can work with any URL (provided that the
	  corresponding protocol exists)
	- new translations : swedish, romanian

	+ many bug fixes and small improvements


Changes from version 0.2 to 0.3
-------------------------------

	- MDI implementation
	- splitted right pane implementation
	- new view toolbar added
	- preview pane added
	- SMB support (via smbmount : not tested)
	- DND improvement : from/to left and right pane
	- new options :
		. password saving (for FTP)
		. edit program
	- improvement of detail mode :
		. new fields : user, group, last access date, ...
		. column reordering on the fly (by drag'n drop)
		. column insertion and retyping on the fly
	- keyboard support : Left/Right/Up/Down/PgUp/PgDown/Enter

	+ many bug fixes and small usability improvements.


Changes from version 0.1 to 0.2
-------------------------------

	- FTP support
	- Archive support : tar, zip, rpm (browse only)
	- thumbnail support (thanks to Oliver Eiden)
	- geometry saving/restoring
	- new config entries :
		. date format
		. terminal used
		. columns number & ordering
		. startup directory
		. thumbnail saving policy
		. archives being shown (with specified type)
	- more refresh posibility to keep kexplorer view
	  consistent with real situation

	+ a lot of bug fixes and improvements to make
	  kexplorer more usable
