Velocity 0.1:
   Changes needed for port to GNOME 2
      Redid build system to use pkg-config, and added summary at end of configure
      Switched from DesktopEntry to the new DesktopItem
		Fixed lots of bugs
		Worked on preferences system
		Zooming was removed since its usefulness escapes me
		Desktop has been disabled by default until Velocity uses some sort of IPC to avoid more than one instance
	View profile manager added to preferences dialog
	preview submenu added to context menu for images
	hidden icons are now shown with partial transparency
	removed anti-aliasing option since new GNOME canvas antialiases images anyhow
	fixed major memory leak in the caching system
	reworked resizing to be more responsive
	added right click to Trash toolbar button
	added middle click to open in new window for Refresh, Trash, and Home toolbar buttons
	moving mouse off of the view will now unprelight items as it should
	added thumbnailing
	added support for more URI types:
		applications://	-	for menu editing
			added a hack in because GNOME-VFS reports these directories as non-readable even though it is abstracted to where they are
		preferences://	-	for easy access to your settings
		network://	-	for your local area network
		smb:// 	-	for local windows/SAMBA shares
	file:// is now automatically stripped from the beginning of all URI's (since it is/should be assumed)
	added bolding to Open With subitems
	fixed a bug that was causing odd characters in filenames to do very strange things
	window title now uses the same Human Readable names as the Tree  eg.  "Velocity - Local Computer" rather than "Velocity - /"
	removed some misc. code that I never did end up using
	got emblems semi-working now (not configurable yet)
	major VFS work
		plugged some major memory leaks
		fixed a VFS bug which was causing moved/deleted icons to be removed only most of the time.  It should now work all of the time.
		fixed some URI functions, optimisations mostly
		rewrote the VFS monitor code to queue events rather than doing them syncronously as they occur
	added a "Send to" submenu
	reworked the menu and toolbar factories some.  They are now much more optimized.
		also added GNOME 2 icon searching to the factories directly (cleans up a lot of code everywhere else)
	some UI lovin'
	Moved scripts to "Add-ons" submenu (plugins can now add items to this)
	Horizontal scrolling when in list mode
	fixed icon fonts settings
	"Convert to MP3" script no longer leaves an empty, useless temp file lying around every time it is accessed (run or even viewed)
	Cleaned up and optimized the icon canvas drawing code some
	Uncompress script now uses file-roller
	Ran more tests on the rstrcmp function and it is slower than strcmp and has been removed
	Scripts now have dependancy checking.  All scripts must be updated to work.
	Updated "Velocity Script" template to match updated script format
	Shell expression filtering now works again
	Stopped using "system" in favor of "g_spawn_command_line_async"
	Fixed a few bugs in the velocity_vfs_uris_match() function
	Thumbnails are now loaded syncly within the load thread (much faster/saner) rather than creating another sub-thread
	Fixed some (not all) drag and drop issues
	Added an "Open With" -> "Other..." dialog that allows for customizing your associated applications list
		had to add libuuid for this
	Added an RPM .spec file courtesy of Erick Woods <erick@erick.com>
	Hitting the escape key will now cancel loading a directory
	gtkhtml module can now deal with relative URI's and can load images
	the tree view is now sorted
	More speedups
