Sept 02 2005 0.26
	'Control' mouse selection drag&drop now copies selected file(s).
	'Shift' mouse selection drag&drop now soft links selected file(s).
	Bare mouse selection drag&drop moves selected file(s).
	Widened filelist window/narrowed tree window for display.
	Added my name and home URL to 'About'.
	Updated external 'SendTo' menu program to menu-3.00. Now xlib only and
	responds to cursor and 'Esc' keys.

Sept 09 2003 0.23
	Gave 'find' filespec, search string and options each a memory.

Sept 07 2003 0.22
	Added Find menu item and toolbar button. Recursively searches for named 
	filespec or strings within a filespec.

July 25 2003 0.20
	Fixed 'last modified date' string to '1' based months rather than '0'.

July 9 2003 0.9
	Added signal handler to remove zombie child processes.

25 June 2003 ver. 0.18
	Modified prev_entry, next_entry to skip over non-existant history dirs.

23 june 2003 ver. 0.17
	Modified fillist to delete not found dirs from dir_tree.
	Fixed segfault on Edit popup when no file selected.
	Added 'Help/About' menu & dialog for versioning.

21 june 2003 ver. 0.16
	Added timer driven auto-refresh to file list pane.

12 june 2003 ver. 0.15
	Added toolbar and dir entry line.
	Added command line starting dir option. (full path required)
	Added programmatic control of tree for selected dir visibility.
	Added history Back/Forward buttons.
	Added Up one dir button.
	Added Refresh button.
	Added Cut, Copy and Paste buttons.
	Added Delete butoon.
	Added Rename button.
	Added Sort on file attributes.
	Rewrote time string to actually sort correctly.
	Size 50k, stripped.

9 dec 2001 ver. 0.13
	Added <Enter> and double-click selection opening.
	Added start-0.1.0 mime file associations to open operation.
	Added SendTo: (bs X11 menu shell) option to right-click Option menu.
	(see README's for details)

13 june 2000
	cleaned up filesys/copy.c. It now asks you what to do if files exist.
	More modularity in this file as well.
	changed the backup script : it now makes a dir name with version number.

9 june 2000 memory leak fixed

6 june 2000 multiple bugs fixed, You only get one message per file operation.

4 june 2000
	only one message if deleting a selection failed (and as a side effect: yes to all and
	abort work on these too.)

2 june 2000 dragndrop works properly (standard move, shift = copy and ctrl = link)
	if only the pixmaps on the cursor whould cooperate...
	Fixed a problem with non readable .whimprc files.
	major better information to the user on failed file operations
	I put some electronic fingers in an electronic dyke where data was flooding the memory
	fixed a clipboard problem.

31 may 2000 drag-n-drop works
	BUT it is still VERY EXPERIMENTAL
	DONT use it for anything important yet.
	bug fixed that removed the entire tree when a dir was removed.

30 may 2000 you can now cancel the production of a new directory.
	more inline source documentation.
	removing a non-empty dir shows the dir name.
	fixed refresh(sort of)

22 may 2000 moved to a ctree widget in tree.c, started drag 'n drop.
	when you add dirs or remove dirs, the tree is updated.
	source in tree.c is still ugly, but it does not require treecache any more.
	found a betatester (my personal guru Roel).
	improved pixmaps for links.
	created a homepage for the program.
	added a license, cause we're going public soon now.

10 may 2000 real improvements to the tree widget (mem leaks fixed, improved behavior)

5 may 2000 You can create directories.

3 may 2000 files can be moved and (sym)linked through the cut 'n paste menu
	items

2 may 2000 files can be renamed

27 apr 2000 (that is, the other side of 0:00) some documentation added
	to the source.
26 apr 2000 preferences window actually works
	rows are added on the fly when pref window is closed.

16 apr 2000 directories properly removed
	including removal from list and tree
	preferences window added
	file list sorted

28 mar 2000 added the file treecache.c this file handles path to
    widget translations.

28 mar 2000 added a changelog.
