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