File: ChangeLog

package info (click to toggle)
gtm 0.4.12%2Bcvs20031024-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,556 kB
  • ctags: 909
  • sloc: ansic: 7,804; sh: 2,990; makefile: 383
file content (792 lines) | stat: -rw-r--r-- 23,498 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
2003-07-22  Matthew Tuck  <matty@chariot.net.au>

	* New build system, now builds against GNOME 2 libraries.
	This breaks the applet, but the application works, with the
	fixes in this patch.

	* src/dialog-about.c: Update for gnome_about_new API changes.

	* src/dialog-about.c: Update gnome_dialog_set_parent ->
	gtk_window_set_transient_for.

	* src/dialog-add.c: Update gnome_uri_* -> gnome_vfs_uri_*.

	* src/dialog-common-elements.c:
	* src/dialog-prefs.c:
	* src/download-dirs.c: Update gnome_file_entry_set_directory
	-> gnome_file_entry_set_directory_entry.

	* src/dialog-common-elements.c:
	* src/dialog-new.c:
	* src/dialog-numdown.c:
	* src/download-dirs.c:
	* src/download-dirs.h:
	* src/file-data.c:
	* src/file-data.h:
	* src/gtm.h:
	* src/main.c: Const correctness fixes.

	* src/dialog-prefs.c:
	* src/dialog-prop.c: Update for new help API.

	* src/dialog-stats.c:
	* src/file-list.c: Convert pixmap loading from imlib to gdk-pixbuf.

	* src/gtm.h:
	* src/main-window.c:
	* src/main.c: Move save_geometry into window delete_event rather
	than at end of application, to avoid GTK+ warnings.

	* src/log.c: Convert GtkText over to GtkTextView.

	* src/main_window.c: Temporarily call exit rather than gtk_main_quit
	in delete_event, as gtk_main_quit seems to nuke the file list.
	
	* src/main_window.c: Convert GnomeDockItem to BonoboDockItem.

	* src/main_window.c:
	* src/main.c: Convert gnome-geometry over to GTK+ equivalents.

	* src/main.c: Convert OAF -> Bonobo-Activation.

2002-08-12  Bruno Pires Marinho  <bapm@netcabo.pt>

	* configure.in: version=0.4.12

	* NEWS: Syncronized file with new release.

	* gtm.soundlist:
	* gtm.desktop:
	* applet/gtm_applet.desktop: Syncronized with gnome-i18n.

	* configure.in: Added for new translations Azeri, Malay/Bahasa
	Melayu, Vietnamese and Simplified Chinese.

2002-07-25  Bruno Pires Marinho  <bapm@netcabo.pt>

	* NEWS:
	* idl/Makefile.am:
	* gtm.spec.in:
	* idl/GNOME_GTM.server: Applied patch to make GTM work with galeon
	2. Thanks to Philip Langdale <philipl@mail.utexas.edu>.

2002-07-24  Bruno Pires Marinho  <bapm@netcabo.pt>

	* src/dialog-common-elements.c: Apply patch to use the default
	download dir for start dir instead of the user home dir.

	* NEWS:
	* src/main-window.h:
	* src/main-window.c:
	* src/file-list.h:
	* src/file-list.c:
	* src/dialogs.h:
	* src/dialog-drop.c: Apply patch from Robert Millan
	<zeratul2@wanadoo.es> to be possible to detach file download from
	wget.

2002-07-23  Bruno Pires Marinho  <bapm@netcabo.pt>

	* src/dialog-new.c:
	* src/file-data.h:
	* src/file-data.c: Apply patch from Robert Millan
	<zeratul2@wanadoo.es> to fix directory access check problem.

2002-07-06  Bruno Pires Marinho  <bapm@netcabo.pt>

	* NEWS:
	* src/main-window.c:
	* src/file-list.c:
	* src/main-window.h:
	* src/Makefile.am:
	* configure.in: Apply patch with some changes to have MIME type
	support. This way GTM can open a downloaded file according to MIME
	type. Thanks to Mark Heily <mark@heily.com> for this patch.

	* doc/pt/.cvsignore:
	* doc/pt/Makefile.am:
	* doc/pt/topic.dat:
	* doc/C/topic.dat:
	* doc/C/Makefile.am:
	* doc/C/.cvsignore: Fixed the HTML help files build and use. This
	was not working properlly.

	* configure.in:
	* autogen.sh:
	* acconfig.h:
	* Makefile.am: Changed this files to make autogen.sh work with the
	latest stuff available.

	* macros/*: Updated files from gnome CVS.

2002-07-02  Bruno Pires Marinho  <bapm@netcabo.pt>

	* src/log.c (get_time_date): Applied a patch from James M. Frisby
	<jfrisby@gmx.net> to fix an incorrect month date in the log. One
	month later than it was.

	* src/wget-log.c (wget_log_process): Commited the patch from
	Philip Langdale <philipl@mail.utexas.edu> to fix wget 1.8.1 new
	log output. Many thanks to many others who took the time to come
	up with a patch to fix this.

2002-05-01  Bruno Pires Marinho  <bapm@netcabo.pt>

	* applet/gtm_applet.h:
	* applet/gtm_applet.c:
	* applet/dialog-prop.c:
	* TODO:
	* NEWS: Add the code and options necessary to open GTM window when
	the network comes up. The options include and option to disable
	this feature.

	* src/dialog-about.c: 
	* applet/dialog-about.c: Updated my email and program date.

2001-12-10  Bruno Pires Marinho  <bapm@netcabo.pt>

	* NEWS:
	* src/dialog-prefs.c:
	* src/gtm.h:
	* src/main.c: Applied patch of Markus Saarinen <heroine@sci.fi> to
	add a same proxy option allowing the user to set the same proxy
	options for all protocols.

2001-12-07  Bruno Pires Marinho  <bapm@netcabo.pt>

	* doc/C/Makefile.am: 
	* doc/pt/Makefile.am: Fixed a problem with the destination
	directory thanks to Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.

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

	* configure.in: version=0.4.11

	* NEWS: 
	* gtm.spec.in: Thanks to Gregory Leblanc
	<gleblanc@linuxweasel.com> for rewriting the spec file.

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

	* NEWS: Updated the file for the next release.

	* doc/pt/*:
	* doc/C/*: 
	* doc/*: Fixed some problems with the manual build and
	installation. Updated English manual and added Portuguese manual.

	* src/file-data.c: Fixed a bug several bugs in the detection if a
	directory was writable by a certain user.

2001-10-05  Bruno Pires Marinho  <bapm@netcabo.pt>

	* configure.in: version=0.4.10

	* configure.in (ALL_LINGUAS): Added Polish translation.

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

	* BUGS:
	* NEWS: Updated the files for the next release.

	* gtm.spec.in: The software directories was not properlly
	setup. Thanks to Alex Converse for the fix.

	* gtm.desktop:
	* gtm.soundlist:
	* applet/gtm_applet.desktop: Syncronized with gnome-i18n CVS.

2001-09-26  Christophe Fergeau  <teuf@users.sourceforge.net>

	* configure.in:
	* applet/Makefile.am:
	* applet/gtm_applet.c:
	* idl/Makefile.am:
	* idl/GNOME_GTM.oaf:
	* src/Makefile.am:
	* src/main.c: ported to OAF (thanks to Marco from Galeon for helping
	me to fix two nasty bugs)

2001-08-12  Matthew Tuck  <matty@chariot.net.au>

	* BUGS: Added new bugs.  Moved fixed bugs into different
	sections.  Reexplained some bugs.

	* TODO: Did a brain dump (and scanned the mailing lists), and
	added lots of new requests.

	* BUGS:
	* TODO: Some parts of these files used spaces, some used tabs, they
	all use tabs now.

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

	* acconfig.h:
	* configure.in:
	* applet/dialog-add.c:
	* applet/dialog-new.c:
	* applet/dialog-prop.c:
	* applet/gtm_applet.c:
	* applet/gtm_applet.h:
	* src/dialog-new.c:
	* src/dialog-numdown.c:
	* src/dialog-prefs.c:
	* src/file-data.c:
	* src/file-list.c:
	* src/gtm.h: Make SSL support optional with --disable-ssl.

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

	* src/file-data.c (file_data_start_download): Set language to C rather
	than en_US for wget output.  Thanks to Christian Marillat
	<marillat.christian@wanadoo.fr>.

	* configure.in: Oops forgot to add nl to ALL_LINGUAS.
	Thanks to Christian Marillat <marillat.christian@wanadoo.fr>.

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

	* TODO:
	* src/dialog-prefs.c:
	* src/file-data.c:
	* src/file-list.c:
	* src/file-list.h:
	* src/gtm.h:
	* src/main.c: Add pref to run a shell command when all downloads
	completed (in other words, when gtm has done all it can do without
	user intervention).

	* TODO: Remove wishlist entries for things that have been done a while
	ago (pref for dropping URL on the applet; separate icon for transfers
	which have not yet been attempted.).  Also add one new wishlist item.

	* src/main-window.c: Rename "List Statistics" to "Statistics" and
	move it to the "Tools" menu.  Also try to make one of the strings less
	confusing.

	* src/Gtm-impl.c
	* src/dialog-add.c:
	* src/dialog-new.c:
	* src/file-list.c:
	* src/file-list.h: Improve handling of case where file already exists
	in the download dir.  User now has option to delete it, try to resume,
	or cancel the operation.
	
	* applet/dialog-add.c:
	* applet/dialog-new.c: GTM can refuse to accept a URL for more reasons
	now (not just because it is already in the list, but also because user
	can cancel the operation when we tell them the file already exists.)
	So changed error dialogs to reflect this.
	
	* src/wget-log.c: Handle more wget error messages (some from wget 1.7).

	* src/download-dirs.c: Clarify column header label.

	* src/dialog-prefs.c: Change "Load pause auto download state" to
	"Remember whether auto download is paused".  Maybe slightly better?

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

	* src/dialog-numdown.c: 
	* src/dialog-new.c:
	* src/main.c: 
	* src/gtm.h:
	* src/dialog-common-elements.c: 
	* src/file-list.c: Add SSL support (latest version of wget supports it)
	
	* src/file-data.c: Support SSL proxy.
	* src/dialog-prefs.c: Add preferences for SSL support.

	* src/wget-log.c (wget_log_process_line): Add warning for unsupported
	protocol - this can now happen because we now allow https URLs but
	wget >= 1.7 is needed for it to actually work.

	* applet/gtm_applet.h: 
	* applet/gtm_applet.c: 
	* applet/dialog-prop.c: 
	* applet/dialog-new.c: 
	* applet/dialog-add.c: Accept URLs starting with "https"
	
	* src/file-list.c (file_list_load_old_format_data): Fix minor bug from
	my last checkin.

	* src/main.c (load_preferences):  
	* src/file-data.c (file_data_start_download):
	* src/gtm.h: 
	* src/dialog-prefs.c: Make the timeout value for wget configurable.

	* src/dialog-new.c:
	* src/file-data.c:
	* src/file-data.h:
	* src/wget-log.c: Check that target dir exists and is writable.

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

	* src/file-list.c: Add simple sanity checks to file list loading.

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

	* src/dialog-prefs.c: Make proxy prefs less ugly. 

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

	* src/main-window.c: Used the new icon num-dl.xpm.

	* src/Makefile.am:
	* src/num-dl.xpm:
	* src/pause-robot.xpm:
	* src/robot.xpm:
	* gtm.png:
	* src/dl-infopage.xpm: A new set of really good looking icons for
	GTM. Thanks to Paolo Bacchilega <paolo.bacch@tin.it>.

	* src/file-list.c: Applied patch from Gustavo Joo Alves Marques
	Carneiro <ee96090@fe.up.pt> to fix application core dump when a
	section was missing on the config file.

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

	* src/dialog-add.c:
	* src/dialog-common-elements.c:
	* src/dialog-common-elements.h:
	* src/dialog-new.c:
	* src/dialog-numdown.c:
	* src/dialog-prefs.c: Changed way directory suggestion works
	in the application. You no longer have to press a button, and
	instead you only have to do something if you don't want suggestion.

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

	* configure.in:
	* NEWS: version=0.4.9

	* src/download-info.c: The buttons on the download info page where
	not disable on startup

	* gtm.spec.in:
	* doc/gtm.sgml:
	* doc/gtm.1:
	* doc/gtm_applet.sgml:
	* doc/gtm_applet.1:
	* doc/Makefile.am: Added man pages of the gtm and gtm_applet
	thanks to Christian Marillat <marillat@wanadoo.fr>.

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

	* src/file-list.c: Overwrite the file if already exists in the
	download dir.

	* src/main-window.c: Corrected English strings.

	* src/log.c (style_set_cb): I was using gtk_rc_get_style instead
	of gtk_widget_get_style so the application just blew up.

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

	* configure.in:
	* NEWS: version=0.4.8

	* src/Makefile.am: Image file missing for the distribution.

	* configure.in: New language walloon (wa).

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

	* applet/dialog-add.c:
	* applet/dialog-new.c:
	* src/file-list.c:
	* src/main.c:
	* src/dialog-prop.c:
	* src/dialog-add.c:
	* src/dialog-new.c: Make all the error dialog boxes parented so
	they don't go away from the window generating the error

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

	* src/log.h: 
	* src/log.c: 
	* src/wget-log.c: 
	* src/main-window.c: 
	* src/Makefile.am: Added new log text box to the application and
	removed all the poping windows for download log events.

	* macros/*: Updated files from gnome CVS.

	* src/download-info.c: The download_info_update_* functions should
	be static.

	* src/gtm.h:
	* src/dialog-prefs.c:
	* src/main.c: Update the check interface time without a restart.

	* src/main-window.h:
	* src/main-window.c:
	* src/gtm.h:
	* src/main.c:
	* src/dialog-prefs.c: Added the ability to auto hide the download
	info page, controled from the preferences dialog box.

	* src/dialog-prefs.c:
	* src/main-window.h:
	* src/main-window.c: Added a toolbar button to toggle the download
	info page (removed the show download info page from the
	preferences dialog box)

	* src/file-list.c (file_list_start_auto_downloads):
	* src/gtm.h:
	* src/main.c:
	* src/main-window.h:
	* src/main-window.c: Added a master switch to pause the auto start
	of the downloads. Added new preference to keep the state of the
	pause button after an application restart

	* src/dialog-prefs.c: Fixed UI problems on the preferences dialog
	box.

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

	* src/download-info.c: Missed that the download info page was
	wrongly	stretched. The size reported when the download is complete
	is wrong.

	* src/dialog-numdown.c: This file was mixed when BUG 2 was fixed.

	* src/download-info.c (download_info_update): Missed two conditions
	when the progress bar doesn't make sense to be visible, download
	not started and completed

	* NEWS:
	* src/download-info.c: Compacted the download info page

	* BUGS:
	* NEWS: Updated NEWS and BUGS file to reflect the bugs fixed

	* src/dialog-prop.c:
	* src/dialogs.h:
	* src/download-info.h:
	* src/download-info.c:
	* src/file-data.c:
	* src/file-list.c:
	* src/file-list.h:
	* src/main-window.c:
	* src/wget-log.c: Fixed BUG 8.

	* src/download-info.c (download_info_update_total_size): If the
	download is complete show the downloaded file size instead of
	unspecified in the case downloads of unknown size

	* src/download-info.c: Hide the progress bar on the download info
	if it doesn't make sense

	* src/file-list.c:
	* src/download-info.c:
	* src/wget-log.c (wget_log_process_line): If the file size is
	unspecified the downloaded size and the total and session time
	doesn't grow

	* src/file-data.c (file_data_restart_download): If you do a
	restart the percentage on the list doesn't get updated right away

	* gtm.png: Sharpen the application icon.

	* src/file-data.c (file_data_stop_download): If the auto download
	was unset because an error occurred and the user had the option to
	stop download on a error this auto download change was not saved
	on the configuration file.
	(file_data_set_url): Changing the auto download from the dialog
	properties stopped the download

	* src/file-list.c (file_list_simple_add): When loading a file not
	downloaded gave an error of already existing file.

	* src/Makefile.am:
	* src/dialog-stats.c:
	* src/file-list.h:
	* src/file-list.c:
	* src/unstarted.xpm: Added new picture for the not started state.

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.