0.1.0
-fixed mime type for x-bzip-compressed-tar
-Helper programs locations now user configurable (with browse)
-multiple file adds
-misc bugfixes
 
0.0.9
-fixed bug in configure.in that caused it to want to link libzvt, thus
causing symbol problems


0.0.8
-fixed INSTALL file
-fixed up gxtar.keys to define more types, also use fm-open instead of
   open, to help overide gmc defaults
-Drag and Drop added (thanks to jaka.mocnik@kiss.uni-lj.si for the patch)
   Droping files with an open archive will add the files
   Dropping archives onto any area but the file list will open them
-Added popup menu (view, extract, delete)
-misc fixes
-added "Forced Tar", and the height and width of the default viewer

0.0.7
-added Preference screen
-sort by column added (though size is sorted alphanuma and not by number
-set selection to extended
-fixed bug where selecting dirs screwed up extraction
-fixed hotkey stuff for menus
-added configure script
-no longer need to do -f, we now grab the first paramater as a filename
-removed most (all?) fixed length buffers

0.0.6
-We are now official Gnome only, there were too many places where
	gnome-libs came in usefull, I got tired of redoing them all for gtk only.
-It is now possible to do a -f a specify a file on the command line
-I tried to supress as much of the output from commands as possible,
--debug will let it all go through (though you still shouldn't see stuff
	unless there are problems)
-Fixed up most if not all of the system calls to deal with spaces in any
	of the possible file names, spaces suck.
-The last position and size are saved, though there still are bugs
-gave the open, add, and extract menus some memory
-loads several options, need a pref menu to set them
-added hourglass for long loads (still need progress bars)
-creating new tar, tar.gz, tar.bz2, and zip now works
-lots of misc bug fixes

0.0.5
-move towards working with gtk 1.2 and Gnome 1.0 releases
-resize columns after load
-use gnome's mimetype handling to determine file type
-fixed bug where the list got screwed up if the filename had a space in it.

0.0.4
-fix bug where "view"ing a directory showed the contents of every file
under it.
-moved tar, zip, etc code into own files
-massively cleaned up tar/zip code, though more still needs to be done
-took the two seconds required to make non tar -z systems work.
-add bz2 (sorta, since you can't view them, all it really does is pass
	off to tar.bz2
-added tar.bz2 support.
-fixed stupid about message 
-prompt before delete, moved "no selection" message to archive.c

0.0.3
-requires gnome-libs    
-add/open/extract works for tgz, tar, tar.gz, zip
-split name/path works
-view/add/delete also now work for tgz, tar, tar.gz and zip

0.0.2
-More code works
-requires 1.1 series of gtk

0.0.1
-Created program
-relies on 1.0 series of gtk

