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