2001-03-16  Bruno Pires Marinho  <bapm@netcabo.pt>

	* configure.in:
	* NEWS: version=0.4.7

2001-03-09 Gianluca Montecchi <gianluca@pluto.linux.it>

	* src/file-list.c: Little fix about bug 9. Now the the dialog
	are shown only if there is the file and the entry in the list 
	have the status not equal to DL_COMPLETED

	* src/dialog-new.c:
	* applet/dialog-new.c: Fixed bug 2. 
	
	* src/file-list.c: Fixed bug 4.

	* src/dialog-add.c: Now when we add a url with drag&drop, we
	consider the value of gtm_pref.use_proxy instead of forcing TRUE
	the use_proxy option.
	
	* po/it.po: some minor typos correted. No changes to the file


2001-03-06 Gianluca Montecchi <gianluca@pluto.linux.it>

	* src/file-list.c:
	* src/dialog-new.c: Finally fixed bug 9. Work with add dialog,
	drag&drop from netscape and numeric download.
	
	* po/gtm.pot: 
	* po/it.po: updated the gtm.pot file and italian translation

	* po/update.pl: fixed two type error

2001-03-06  Bruno Pires Marinho  <bapm@netcabo.pt>

	* applet/gtm_applet.c:
	* gtm.png:
	* applet/Makefile.am:
	* applet/gtm_applet.png:
	* applet/gtm_applet.desktop: Added a new icon for the application
	and applet.

2001-03-05  Gianluca Montecchi <gianluca@pluto.linux.it>
	
	* src/dialog-new.c:
	* BUGS: Fixed bug 9
	
	* po/it.po
	* po/gtm.pot: updated the file to add the new strings needed
	from the bug fix and the Italian translation


2001-03-04  Matthew Tuck  <matty@chariot.net.au>

	* src/Gtm-impl.c:
	* src/dialog-new.c:
	* src/file-data.c:
	* src/file-data.h:
	* src/file-list.h:
	* src/wget-log.c:
	* src/dialog-add.c:
	* src/file-list.c:
	* src/dialog-numdown.c:
	* BUGS: Fixed BUGS 7, 10, 11.

2001-03-04  Bruno Pires Marinho  <bapm@netcabo.pt>

	* src/gtm.h:
	* applet/gtm_applet.h:
	* src/dialog-prefs.c:
	* src/main.c:
	* applet/gtm_applet.c:
	* applet/dialog-prop.c: Placed an option on the applet and
	application to presume a protocol and the respective control from
	the preferences dialog box but I don't know where we should use
	the variable.

	* src/main.c: Changed the default settings of the main
	application.

2001-03-02  Bruno Pires Marinho  <bapm@netcabo.pt>

	* NEWS: Updated the file with the stuff I added/fixed.

	* applet/dialog-add.c:
	* applet/dialog-new.c: Added a new option to override the download
	dir instead of hopping the user knows that an empty download dir
	doesn't override the download dir selected by the main application.

	* applet/dialog-prop.c (dialog_prop):
	* applet/dialog-new.c (dialog_new):
	* applet/dialog-add.c (dialog_add): Gianluca missed two dialog
	titles.

	* applet/dialog-add.c (dialog_add): By default proxy and auto
	download is used and the default download is not overridden when
	adding a new URL to download without confirmation.

	* applet/dialog-prop.c:
	* applet/dialog-new.c:
	* applet/gtm_applet.c:
	* applet/dialog-add.c:
	* applet/gtm_applet.h: Totally removed the download dir options
	from the applet. Now you can only override from the add and new
	dialog boxes and doesn't make sense to define it here if you can
	define it inside the application with glob and all that.

2001-02-26 Gianluca Montecchi <gianluca@pluto.linux.it>

	* BUGS: Numbered the bugs
	* src/dialog-common-elements.c: fix for the problem that if you add
	a file to the list, you have always the "use proxy" active, also if
	you select to NOT use the proxy. Not listed in the BUGS file

2001-02-26  Bruno Pires Marinho  <bapm@netcabo.pt>

	* configure.in:
	* NEWS: version=0.4.6

	* configure.in: Added new translations
	
	* gtm.soundlist:
	* gtm.desktop:
	* applet/gtm_applet.desktop: Updated translations from gnome-i18n

2001-02-18  Bruno Pires Marinho  <bapm@netcabo.pt>

	* AUTHORS:
	* src/dialog-about.c: Added a new contributor.

2001-02-05  Matthew Tuck  <matty@chariot.net.au>
	
	* BUGS:
	* main-window.c: Fix for the problem that if a selection of files
	had different "use auto download" settings, the settings for all of
	the files would be set the same.  Now the settings don't change.

2001-01-29  Ross Arnold  <rossa@inet.net.nz>

	* BUGS: Additions from Matthew Tuck <matty@chariot.net.au>

	* src/dialog-common-elements.c:
	* src/dialog-common-elements.h:
	* dialog-new.c:
	* dialog-numdown.c: dialog-new.c will now give an error message if 
	there is no directory.  Also check for an invalid url before 
	attempting to suggest a directory.  And some code tidy-ups.
	(thanks to Matthew Tuck <matty@chariot.net.au>)

2001-01-23  Ross Arnold  <rossa@inet.net.nz>

	* src/wget-log.c: Fix missing #include (thanks to Matthew Tuck
	<matty@chariot.net.au>)

2001-01-22  Bruno Pires Marinho  <bapm@netcabo.pt>

	* gtm.soundlist:
	* gtm.desktop:
	* applet/gtm_applet.desktop: Updated this files from
	gnome-i18n/extra-po/gtm (GNOME CVS).

	* src/Makefile.am:
	* src/dialog-add.c:
	* src/dialog-common-elements.h:
	* src/dialog-common-elements.c:
	* src/dialog-new.c:
	* src/dialog-numdown.c: Applied refactoring patch of Matthew Tuck
	<matty@chariot.net.au> and fix to some bug introduced while
	removing double negatives problem.

2001-01-18  Ross Arnold  <ronz@users.sourceforge.net>

	* src/download-info.c:
	* src/dialog-stats.c: Change strings: kb to kB (kilobytes)
	(thanks to Tivo Leedjrv <leedjarv@interest.ee>)

2001-01-16  Ross Arnold  <ronz@users.sourceforge.net>

	* src/download-dirs.c:
	* src/file-list.c: Make the delete key delete selected items from
	file list and download dirs config. 
	(thanks to Tivo Leedjrv <leedjarv@interest.ee>)

	* configure.in: Add et (Estonian) to ALL_LINGUAS
	(thanks to Tivo Leedjrv <leedjarv@interest.ee>)

	* src/main-window.c (menu_toolbar_set_auto_dl): Fix bug in setting
	auto download toggle with multiple selection
	(thanks to  Matthew Tuck <matty@chariot.net.au> for spotting it

2001-01-15  Ross Arnold  <ronz@users.sourceforge.net>

	* src/file-list.c: 
	* src/main-window.c: 
	* src/dialog-remove.c: Clarify what the "remove" command does.
	(thanks to Juan Carlos Castro y Castro <jcastro@appi.com.br>
	for the idea).

	* src/robot.xpm: Change robot.xpm from crossed-out-robot to robot
	to make sense with the double negatives fix.

	* BUGS: Wrote a better description of the auto d/l button bug.

2001-01-15  Bruno Pires Marinho  <bapm@netcabo.pt>

	* applet/gtm_applet.c (gtm_add_url): Fixed the bug of having a
	duplicate URL error even if the URL was not already in the list.

2001-01-14  Bruno Pires Marinho  <bapm@netcabo.pt>

	* BUGS:
	* applet/gtm_applet.h:
	* applet/gtm_applet.c:
	* applet/dialog-prop.c:
	* applet/dialog-add.c:
	* applet/dialog-new.c:
	* src/Gtm-impl.c:
	* src/dialog-add.c:
	* src/dialog-new.c:
	* src/dialog-numdown.c:
	* src/dialog-prop.c:
	* src/download-info.c:
	* src/file-list.c:
	* src/file-data.c:
	* src/file-data.h:
	* src/main-window.c:
	* src/wget-log.c: Fixed the use of double negatives (disable
	proxy and disable download dir)

2001-01-09  Ross Arnold  <ronz@users.sourceforge.net>

	* applet/Makefile.am: Add new xpm file names to EXTRA_DIST

	* TODO:
	* BUGS:
	* src/main-window.c: 
	* src/dialog-numdown.c: Add remainder of numeric download patch 
	from Matthew Tuck <matty@chariot.net.au>

2001-01-09  Bruno Pires Marinho  <bapm@netcabo.pt>

	* gtm.spec.in:
	* Makefile.am:
	* TODO:download_info_update_statistics
	* BUGS: Changed the bugs information from TODO into a new BUGS
	file.

	* NEWS:
	* src/Makefile.am:
	* src/dialog-numdown.c:
	* src/dialogs.h:
	* src/main-window.c: Added new dialog box to add a list of files
	to be downloaded differing only in a sequence number (code
	contributed by Matthew Tuck <matty@chariot.net.au>).

2001-01-08  Bruno Pires Marinho  <bapm@netcabo.pt>

	* AUTHORS:
	* doc/C/gtm.sgml:
	* README:
	* src/dialog-about.c: Updated my email address.

	* TODO: 
	* NEWS: 
	* src/wget-log.c: Applied Gianluca Montecchi patch to fix problem
	with lots of error messages when network was not present.

2001-01-08  Ross Arnold  <ronz@users.sourceforge.net>

	* TODO: Minor update to the startup efficiency bug description.
	(thanks to Matthew Tuck <matty@chariot.net.au>)

2001-01-07  Ross Arnold  <ronz@users.sourceforge.net>

	* TODO: Added some more wishlist items
	(thanks to Matthew Tuck <matty@chariot.net.au>)

2001-01-06  Ross Arnold  <ronz@users.sourceforge.net>

	* TODO: Added SourceForge bug #108692 as a wishlist item.

2001-01-02  Ross Arnold  <ronz@users.sourceforge.net>

	* TODO: Added Debian bug #72003 as a wishlist item. 
