0.0.18:
	* Due to some anonymous prompting, I was inspired to fix an issue with
	resuming torrents after the program is completely exited. Previously,
	one had to save over the existing location, but this wasn't so easy
	since the upgrade to the new GTK+ FileChooserDialog. So, rather that
	dealing with detection of directories versus files, I solved the whole
	issue by caching the save location of torrent sessions.
	* Fixed the annoying deprecation messages related to calling
	GtkProgress methods directly.

0.0.17:
	* Thanks to Dan Korostelev, added gnome-btdownload to the GNOME menu
	and allowed it to be picked up by GNOME 2.8's ".desktop" based MIME
	system.

0.0.16:
	* Fixed the long time format.

0.0.15:
	* Cleaned up and commented the code a little as well as fixed some
	bugs that had no possibility of ever actually causing problems.
	* Changed the time format at the recommendation of Marc Etcheverry.

0.0.14:
	* A default save name should now be presented when the user uses the
	open dialog to choose the BitTorrent meta file.
	* Brought the autotool stuff up-to-date (configure.in became
	configure.ac, AC_INIT and AM_INIT_AUTOMAKE are passed the new correct
	arguments).
	* Changed the progress bar's text to be the percentage downloaded
	(this might be a bit awkward for pre-3.3 BitTorrent users, but they
	should be relatively few anymore).
	* The new-in-2.4 GTK+ FileChooserDialog is used now instead of the
	deprecated GtkFileSelection.

0.0.13:
	* Added dialog to give assurance that the download is being continued
	in a backward sort-of-way. I'd prefer not to do any file deletion in
	the program itself.
	* If the program isn't support a meta file, it prompts for one.
	* Now using gtk_dialog_run instead of a manual loop.
	* Replaced all of the open button support with something better.
	* Rewrote the argument interpreter to work better.
	* The program will definately not work without gnome-python anymore.
	* Fixed a potential bug with handling meta file URLs that couldn't be
	opened for some reason.

0.0.12:
	* Enabled the open button when GNOME is available (involving one big
	hack, see README for more information).
	* Updated the README a bit.

0.0.11:
	* Fixed a URI handling bug (or three) that fixed problems opening URIs
	since 0.0.8.
	* Made the code a little more robust against such things happening
	again.

0.0.10:
	* At the recommendation of Ryan Veety include the percentage
	downloaded in the window's title.

0.0.9:
	* Fixed a problem that disallowed relative-paths to the meta file.

0.0.8:
	* Changed the default location to save the file to be obtained from
	information from the ".torrent" file itself. Unless Gnome-Python stuff
	is installed this may or may not work with URLs.

0.0.7-rev1:
	* Oops, forgot to include the changes to allow "uploaded amount" to
	carry-over across resumes. Now it's included.

0.0.7:
	* Worked around a BitTorrent oddity that should allow the "downloaded
	amount" to carry-over across resumes.
	* In the same spirit as the last change: "elapsed time" should now
	continue to be updated after the downloading part of the session is
	finished.
	* Made the ChangeLog and README files nicer :).

0.0.6:
	* Updated the fallback_locate_file function to be more FreeBSD friendly
	with information supplied by Jeremy Messenger.

0.0.5-rev2:
	* Again, trying to finish what I tried to do last time (allow 3.2 to
	work) after an update from dbrody:
		* Modified the status callback to understand 3.2-style status
		updates.
	* I actually tested it with BitTorrent 3.2 myself, this time, as well:
		* Fixed the "total uploaded" being reported as zero.
	* Stopped certain UI features from being incorrectly updated by
	BitTorrent callbacks after the download is done.

0.0.5-rev1:
	* Trying to finish what I tried to do last time (allow 3.2 to work)
	after an update from dbrody:
		* Fixed the arg-list passed to BitTorrent.download.download to
		make responsefile/url explicit.

0.0.5:
	* Added something that (in theory) should allow BitTorrent 3.2 to work
	as well (thanks to dbrody).

0.0.4:
	* Added mime association information (thanks to FooBarWidget).

0.0.3:
	* Added a close button that appears when stopped.
	* Added total size to the status.
	* Added the ability to mute error dialogs.
	* Added the ability to clear the event log.
	* Changed "feedback" to "events".
	* Fixed the status display's downloaded size for quick completion
	situations.
	* Removed the "downloading" text from the progress bar. It was wrong
	half the time anyway.
	* Set the window's title to the address of the torrent (HIG-ification).
	* Cleaned up the code some more.

0.0.2:
	* Added an "Address" field.
	* Added a "Resume" button.
	* Added rate tracking to the status.
	* Fixed the "Cap Upload Rate" feature.
	* Fixed the error dialog a little.
	* Moved the progress bar below.
	* Cleaned up the code a bit.

0.0.1:
	* Initial release
