 Bugs
======

        * [FIXED] Double negatives (disable proxy and disable auto download)

        * Assume http://, ftp:// or none (last one works like it is working
        now) for any given URL (also recorded in SourceForge bug #108691)

        * [FIXED] Wrong message on the applet when the CORBA interface was not
        properlly started. The message is URL already in the list

        * The auto dl button on the toolbar has a strange beaviour while
        changing the selected download file.  (When the selection is
	changed, the auto dl button sometimes fails to redraw itself in the 
	new toggle position.  When a window redraw occurs or the mouse cursor
	is moved over the button, it is redrawn OK).

        * [FIXED] The queue list has three bugs. Loses its order, 
        loses stuff and sometimes items get garbled and lose information

        * [FIXED] When a download is started without a network connection lots
        of error windows pop up

        * [FIXED] When adding an URL with -g option the applications gives
        an error but adds the URL to the list

	* Terrible performance on startup with large file lists. Largely due 
	to gnome_config_sync being called unnecessarily for each individual
	file.  Also affects numeric download feature.

	* The download info window has checkboxes for auto download and
	use proxy, but this only reflects the focused file, not the entire
	selection like the menu and toolbar toggle for auto download, which
	is potentially misleading.

	* Should do something about preventing or warning when files of the
	same name are attempted to be downloaded to the same directory.

	* Numeric download and multiple start generates an add sound in
	succession for every file added, which can become crazy for large
	numbers of files.

	* Numeric download will stop adding files potentially part way through
	if a duplicate URL occurs.

	* It is highly unlikely but possible to partially or totally lose
	configuration information and file lists if the application terminates
	at the wrong time.  The chance is increased dramatically for large file
	lists.  This seems to be a bug in gnome_config, but it could be vastly
	reduced by storing the file lists elsewhere, and reducing the number of
	gnome_config_sync calls for large file lists.

	* [FIXED] When you select a range of files with different auto download
	settings, the settings of that range will be homogenised.

	* Files can be selected such that the application will work as if none
	have been selected and actions will not work.  All of the circumstances
	to reproduce this are not known, although one circumstance is doing a
	shift selection and making the pointer leave the file list widget
	before raising SHIFT.  Possibly some GTK+ bugs here.
