]> sjero.net Git - wget/blob - ChangeLog
[svn] TODO: Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
[wget] / ChangeLog
1 2001-02-27  Dan Harkless  <wget@harkless.org>
2
3         * TODO: Re-use FTP connection if multiple URLs on one host
4         specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
5
6 2001-02-23  Dan Harkless  <wget@harkless.org>
7
8         * NEWS: Note that Wget now has a man page again.
9
10         * po/*.po*: Updated after changing --help's description of -N and
11         moving -nr to a different category.
12
13         * TODO: "Timestamps are sometimes not copied over on files
14         retrieved by FTP." removed.  Hopefully all the failures I was
15         seeing were due to the fact that it wasn't documented that
16         non-globbing, non-recursive FTP downloads need -N to get the
17         remote timestamp to be preserved.
18
19 2001-02-22  Dan Harkless  <wget@harkless.org>
20
21         * TODO: Remove empty directories created due to --accept/--reject.
22
23         * configure.in: Look for perl and pod2man and make substitutions.
24         
25         * Makefile.in (install): Do install.man if we have pod2man.
26
27 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
28
29         * windows/Makefile.src: Removed references to ftpparse sources.
30
31         * windows/wget.dep: Ditto.
32
33         * windows/Makefile.watcom: Ditto. 
34
35 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
36
37         * windows/Makefile.src: Don't attempt to compile in alloca.c; it
38         doesn't work and it's not needed.
39
40 2001-01-16  Hrvoje Niksic  <hniksic@arsdigita.com>
41
42         * NEWS: Added more NEWS items.
43
44 2001-01-15  Dan Harkless  <wget@harkless.org>
45
46         * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
47
48 2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
49
50         * util/wget.spec: Updated to 1.7, merged with the spec file from
51         RedHat.
52
53         * po/Makefile.in.in: `make realclean' equal to `make
54         maintainer-clean'.
55
56         * Makefile.in (realclean-top): Remove 'configure' as well. 
57
58 2001-01-11  Dan Harkless  <wget@harkless.org>
59
60         * TODO: If -c used with -N, check to make sure a file hasn't
61         changed on the server before "continuing" to download it.
62         
63 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
64
65         * windows/Makefile.src: Updated.
66
67         * windows/wget.dep: Ditto.
68
69 2001-01-09  Dan Harkless  <wget@harkless.org>
70
71         * TODO: If -c is on, don't re-download a 100%-downloaded file.
72         
73         * TODO: The bug where you couldn't recurse into ftp directories if
74         logging in put you somewhere else besides the server's "/"
75         directory got fixed without the TODO entry for it being removed.
76
77         * TODO: Add a "rollback" option to have --continue throw away X
78         corrupted (e.g. by proxy) bytes from end of file before resuming.
79
80         * po/*.po*: Updated after changing --help's description of -c.
81
82 2001-01-06  Dan Harkless  <wget@harkless.org>
83
84         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
85         the best way to go about my aim.  Removed them in favor of:
86
87         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
88
89         * README.branches: Explains the 1.6_branch.ChangeLog files.
90
91         * README.cvs: Falsely claimed you only needed GNU autoconf to
92         build from the CVS sources.  You also need GNU gettext and
93         texinfo.  I also did a bunch of general re-writing of this file.
94
95 2001-01-03  Dan Harkless  <wget@harkless.org>
96
97         * TODO: We should make a simple man page referring to info doco.
98
99 2000-12-31  Dan Harkless  <wget@harkless.org>
100
101         * README: Changed 1.5.3 in the FTP URL to 1.6.
102
103         * NEWS: Released Wget version 1.6.
104
105         * po/*.po: 'Project-Id-Version's were very haphazard, saying
106         either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
107         1.5.3, the nonexistent 1.5.4, and 1.6-pre.  Standardized all to
108         "GNU Wget 1.7-dev".  Perhaps this is wrong to do because some of
109         the translations haven't been updated since the versions they
110         state, but I know some of the files were updated specifically for
111         1.6, and none of them used this version (unless you count the sole
112         "1.6-pre" guy).  In any case, the 'POT-Creation-Date's and
113         'PO-Revision-Date's remain the best indicator of whether a
114         translation's out of date.
115         
116         * ChangeLog: Since this flat file doesn't have multiple branches,
117         looking at the dates would make you think that things went into
118         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
119         in 1.6 branch.]" where appropriate to clarify.
120         
121 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
122
123         * windows/Makefile.watcom: Updated.
124
125 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
126
127         * po/POTFILES.in: Updated.
128
129 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
130
131         * configure.in: Add windows/Makefile to the output block.
132
133         * windows/Makefile.in: New file.
134
135         * README.cvs: New file.
136
137 2000-11-25  Karl Eichwalder  <ke@suse.de>
138
139         * Makefile.in (SUBDIRS): Add 'windows'.
140         (dist, DISTFILES): Don't distribute CVS directories.
141         
142 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
143
144         * configure.in: Don't unconditionally define HAVE_SSL, even when
145         --with-ssl is given.
146
147 2000-12-03  Christian Fraenkel  <christian.fraenkel@gmx.net>
148
149         * INSTALL: Added the --with-ssl switch.
150         
151         * configure.in: Ditto.
152         
153         * TODO: Removed the corresponding entry.
154
155 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
156
157         * configure.in: Build ALL_LINGUAS dynamically.
158
159 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
160
161         * configure.in: Test for MMAP.
162
163 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
164
165         * windows/config.h.ms: snprintf and vsnprintf exist under Windows.
166
167         * windows/Makefile.src: Back out previous change.
168
169 2000-11-16  Herold Heiko  <Heiko.Herold@previnet.it>
170
171         * windows/Makefile.src: Compile in vsnprintf.c.
172
173 2000-11-02  Matthew Seaman  <m.seaman@inpharmatica.co.uk>
174
175         * util/rmold.pl: Various fixes.
176
177 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
178
179         * configure.in: Check for size of long and long long.
180
181 2000-10-30  Dan Harkless  <wget@harkless.org>
182
183         * NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
184
185 2000-10-27  Dan Harkless  <wget@harkless.org>
186
187         * TODO: wget now groks illegal relative URL HTTP redirects.
188
189 2000-10-24  Dan Harkless  <wget@harkless.org>
190
191         * NEWS: Forgot to update regarding new --bind-address option.
192
193 2000-10-20  Dan Harkless  <wget@harkless.org>
194
195         * TODO: -k needs to convert '?' to "%3F" in links to saved files
196         containing the '?' character (e.g. CGI output).  Also, we need to
197         check the HTTP spec w.r.t. simplification of absolute URLs.
198         Generalize --html-extension to something like --mime-extension.
199
200         * MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
201         by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
202
203         * NEWS: Always forget to update this file when making user-vis. changes.
204
205 2000-10-19  Dan Harkless  <wget@harkless.org>
206
207         * TODO: -E / --html-extension / html_extension has been implemented.
208         Make -I and -X allow an optional hostname before the directory name?
209         When simplifying paths, wget needs to stop at any '?' character.
210
211         * configure.in: Put "it" language in proper alphabetical order and
212         added new languages "pl" and "ru".
213
214         * po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
215         Polish message translation file.
216
217         * po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s 
218         Russian message translation file.
219
220 2000-10-16  Dan Harkless  <wget@harkless.org>
221
222         * TODO: Add option to save local filenames without extra %-encoding.
223
224 2000-10-09  Dan Harkless  <wget@harkless.org>
225
226         * TODO: --retr-symlinks should cause wget to traverse links to dirs too.
227
228 2000-09-25  Dan Harkless  <wget@harkless.org>
229
230         * TODO: Make wget return nonzero in situations like bad HTTP
231         auth.  Make wget follow (illegal) relative URL HTTP redirects.
232
233 2000-08-30  Dan Harkless  <wget@harkless.org>
234
235         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
236
237         * MACHINES: Previously said to send updates to "me" (Hrvoje) --
238         now says to email the mailing list or bug-wget@gnu.org.
239
240         * MAILING-LIST: Added mention of bug-wget@gnu.org.
241         
242         * NEWS: Added --waitretry and --page-requisites.
243
244 2000-08-25  Dan Harkless  <wget@harkless.org>
245
246         * MACHINES: Alphabetized, changed "architectures" to "OSes and
247         architectures", added missing company names, removed needless ^L,
248         made AIX and FreeBSD entries more general to reflect successful
249         use on those platforms by myself and others, removed the
250         non-factual "this version of", and fixed some grammatical errors.
251         
252 2000-07-21  Dan Harkless  <wget@harkless.org>
253
254         * TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
255         
256 2000-07-19  Dan Harkless  <wget@harkless.org>
257
258         * TODO: -k should convert "hostless absolute" URLs, like "/index.html".
259         
260 2000-05-24  Dan Harkless  <wget@harkless.org>
261
262         * TODO: Timestamps sometimes not copied over on files retrieved by FTP.
263         
264 2000-05-22  Dan Harkless  <wget@harkless.org>
265
266         * AUTHORS: Added myself to this file, as Hrvoje got confirmation
267         of my FSF copyright assignment.
268
269         * TODO: Added note that fragment identifiers don't work properly.
270         
271         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
272
273 2000-05-17  Dan Harkless  <wget@harkless.org>
274
275         * TODO: Make `-k' check for files that were downloaded in the past
276         and convert links to them in newly-downloaded documents.
277
278 2000-04-05  Dan Harkless  <wget@harkless.org>
279
280         * TODO: Make -K only leave .orig files around when different.  Add
281         an option to save all text/html files with .html extension.  Allow
282         mirroring of FTP URLs where logging in puts you somewhere else
283         besides '/'.
284
285 2000-04-04  Dan Harkless  <wget@harkless.org>
286
287         * NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
288         these new options when I added them.
289
290 2000-03-10  Dan Harkless  <wget@harkless.org>
291
292         * TODO: Removed done item: we now have an option (-G) that makes
293         it easy to download a single HTML document and all its constituents.
294         
295         * po/*.{gmo,po,pot}: Regenerated after adding new options.
296
297         * po/hr.po: Hrvoje forgot '\n's on his translations of my altered
298         messages, causing msgfmt to balk and `make install' to fail.
299
300 2000-03-01  Dan Harkless  <wget@harkless.org>
301
302         * NEWS (-K): Now possible to use -N with -k thanks to this option.
303
304         * TODO: Removed the -K / -N interaction item.
305
306 2000-02-29  Dan Harkless  <wget@harkless.org>
307
308         * NEWS (-K / --backup-converted): Mentioned this new option.
309
310 2000-02-18  Dan Harkless  <wget@harkless.org>
311
312         * TODO: When -K is used with -N, check local X.orig against server X.
313
314 1998-06-23  Dave Love  <d.love@dl.ac.uk>
315
316         * configure.in (exext): Define.
317
318 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
319
320         * configure.in: Check for access().
321
322 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
323
324         * po/hr.po: Some fixes, as per suggestions by Francois Pinard.
325
326 1998-05-19  Dominique Delamarre  <dominique.delamarre@hol.fr>
327
328         * po/fr.po: New file.
329
330 1998-05-19  Toomas Soome  <tsoome@ut.ee>
331
332         * po/et.po: Updated.
333
334 1998-05-11  Simos KSenitellis  <simos@teiath.gr>
335
336         * po/el.po: New file.
337
338 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
339
340         * aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
341
342 1998-05-09  Toomas Soome  <tsoome@ut.ee>
343
344         * po/et.po: New file.
345
346 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
347
348         * configure.bat: set up for either Borland or Visual C
349
350         * windows/wget.dep: new file
351
352         * windows/Makefile.*: use wget.dep
353
354         * rename windows/Makefile.bor to Makefile.src.bor
355
356 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
357
358         * windows/makefile.bor: Updated.
359
360         * windows/Makefile.src: Ditto.
361
362 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
363
364         * windows/config.h.bor: New file.
365
366         * windows/makefile.bor: New file.
367
368 1998-04-27  John Burden  <john@futuresguide.com>
369
370         * windows/Makefile.*: Cleanup.
371
372 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
373
374         * configure.in: Check for PID_T.
375
376 1998-04-19  Giovanni Bortolozzo  <borto@dei.unipd.it>
377
378         * po/it.po: Updated.
379
380 1998-04-19  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
381
382         * po/cs.po: Updated.
383
384 1998-04-19  Wanderlei Cavassin  <cavassin@conectiva.com.br>
385
386         * po/pt_BR.po: Updated.
387
388 1998-04-08  Stefan Hornburg  <racke@gundel.han.de>
389
390         * Makefile (dist): New target.
391
392 1998-04-08  Wanderlei Cavassin  <cavassin@conectiva.com.br>
393
394         * po/pt_BR.po: Updated.
395
396 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
397
398         * aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
399
400         * ABOUT-NLS: Removed.
401
402         * Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
403         Don't attempt to write to stamp-h.in.
404
405         * aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
406
407 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
408
409         * Makefile.in (distclean-top): Remove stamp-h.
410
411 1998-04-02  Robert Schmidt  <rsc@vingmed.no>
412
413         * po/no.po: New file.
414
415 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
416
417         * configure.in: New option `--disable-debug'.
418
419 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
420
421         * configure.in: Check for endianness.
422
423 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
424
425         * aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
426
427 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
428
429         * aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
430         unavailable.
431
432         * aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
433         renamed AM_WITH_NLS to WGET_WITH_NLS.
434
435         * aclocal.m4: Eliminate POSUBS.
436
437 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
438
439         * Makefile.in: config.h* -> src/config.h*
440
441         * configure.in: Check for vsnprintf().
442
443         * po/POTFILES.in: Updated.
444
445 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
446
447         * po/POTFILES.in: Removed extraneous newline at end of line, which 
448         caused an error in `Makefile' which Sun make choked on.
449
450 1998-03-16  Jan Prikryl <prikryl@cg.tuwien.ac.at>
451
452         * po/cs.po: New file.
453
454 1998-03-12  Wanderlei Cavassin  <cavassin@conectiva.com.br>
455
456         * po/pt_BR.po: New file.
457
458 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
459
460         * PROBLEMS: New file.
461
462 1998-02-22  Karl Eichwalder  <ke@suse.de>
463
464         * po/Makefile.in.in (install-data-yes): Fix creation of
465         directories for LC_MESSAGE files.
466
467 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
468
469         * configure.in: Removed `-Wno-switch' for gcc.
470
471         * po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
472         create the directory first.
473
474 1998-02-21  Karl Eichwalder  <karl@suse.de>
475
476         * po/de.po: Updated.
477
478 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
479
480         * Makefile.in (check): New empty target.
481
482 1998-02-11  Hrvoje Niksic  <hniksic@srce.hr>
483
484         * po/it.po: New file, by Antonio Rosella.
485
486 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
487
488         * aclocal.m4: Cleaned up.
489
490         * po/hr.po: Updated.
491
492         * configure.in: Removed check for POSIXized ISC.
493
494 1998-02-08  Karl Eichwalder  <karl@suse.de>
495
496         * po/de.po: Updated.
497
498 1998-02-07  Karl Eichwalder  <ke@suse.de>
499
500         * Makefile.in (install.info uninstall.info install.man
501         uninstall.man install.wgetrc): Use it.
502
503         * Makefile.in (install.mo): New target.
504
505 1998-02-03  Karl Eichwalder  <ke@suse.de>
506
507         * po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
508         src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
509         src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
510         src/url.c, and src/utils.c.
511
512         * intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
513
514         * po/Makefile.in.in: Add from gettext-0.10.32.
515
516         * Makefile.in (SUBDIRS): Add po/.
517
518         * configure.in (ALL_LINGUAS): New variable.  Add "de" and "hr".
519         (AM_GNU_GETTEXT): Add.
520         (AC_OUTPUT): Add po/Makefile.in; run the sed command.
521         
522         * aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
523         AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.
524