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