2002-03-24  Brenden Conte  <conteb@phynd.net>

	* Added Stop/Cancel, Pause, Resume, Force Start, Re-queue support in
	queueing menu (Stop/Cancel, Pause, Resume untested)

	* Added right-click support in queueing window

	* Added algorithms to always download first queued entry

	* Added support for reordering of queue

2002-03-23  Brenden Conte  <conteb@phynd.net>

	* Change menu on bar back to "options"

	* Move download menu to interface2, made it part of page struct

	* Revamped Download menu - made this menu the popup for right-click

	* Added right-click on result list support

2002-03-22  Brenden Conte  <conteb@phynd.net>

	* Closed stdout and stderr before calling smbclient (quiet it)

	* Completed "dumb" multiple download support

2002-01-29  Brenden Conte  <conteb@phynd.net>

	* Overhauled windowing system, to increase performance/sanity
	- Original: windows were created and destroyed on the fly
	- Now: windows are created at bootup and hidden/shown
	References to other windows are stored in the main window

	* Fixed miniscule memory leak reguarding dl window

2002-01-25  Brenden Conte  <conteb@phynd.net>

	* Implemented loading_window for program startup

	* Added loading_window support (for startup, phase changes)

	* Fixed directory selection bug, where a space in the path would cause
	it to default to currect directory

2002-01-22  Brenden Conte  <conteb@phynd.net>

	* Added status support in dl queue

	* Fixed queue entry number listing

	* Added queueing support - one d/l at a time

2002-01-16  Brenden Conte  <conteb@phynd.net>

	* Cleaned servers.conf file of leftover debugging entries

2002-01-14  Brenden Conte  <conteb@phynd.net>

	* Released 2.0.1 here

	* Fixed bad code - replaced 2 NULL+1 equasions with (void*)1.  Wasn't casuing known problems however.

	* Fixed segfault where a NULL event was generated in function on_result_clist_select_row.  Added if statement testing for variables validity before testing for double-click

