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