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