]> sjero.net Git - wget/blob - ChangeLog
[svn] Fix for bug #20321: --with-libssl-prefix=<path> ignores its argument
[wget] / ChangeLog
1 2007-08-07  Micah Cowan  <micah@cowan.name>
2
3         * configure.in: Fix --with-libssl-prefix failure by replacing
4         usage of sh "if" statement with "AS_IF" macros, to force
5         AC_REQUIRE'd macros to be expanded before the conditional
6         statement body.
7         * NEWS: Note that configure.in now requires autoconf >= 2.61,
8         to support AS_IF and its expansion of AC_REQUIREs.
9
10 2007-07-29  Micah Cowan  <micah@cowan.name>
11
12         * NEWS: No more auth before challenge. No more auth info in
13         Referer. New --max-redirect option.
14
15 2007-07-09  Micah Cowan  <micah@cowan.name>
16
17         * README, util/wget.spec: Removed references to wget.sunsite.dk.
18
19 2007-07-05  Micah Cowan  <micah@cowan.name>
20
21         * AUTHORS:
22         Draw attention to previous maintainers.
23
24         * autogen.sh, config.guess, config.sub, configure.bat:
25         * configure.in, m4/wget.m4, Makefile.in, util/dist-wget:
26         * util/Makefile.in, util/rmold.pl:
27         Updated GPL reference to version 3 or later, removed FSF
28         address.
29
30         * README:
31         Updated reference to maintainer, and updated GPL reference to
32         version 3 or later.
33
34         * COPYING:
35         Replaced with verson 3.
36
37 2006-08-28  Noèl Köthe <noel@debian.org>
38
39         * Makefile.in: Fixed a DESTDIR-related bug.
40
41 2006-07-17  Daniel Richard G.  <skunk@iSKUNK.ORG>
42
43         * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. 
44
45 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
46
47         * configure.in: Check for intptr_t.
48
49 2006-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
50
51         * configure.in: We're no longer using strtoimax.
52
53 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
54
55         * configure.in: Check for memrchr.
56
57 2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
58
59         * configure.in: Check for uintptr_t.
60
61 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
62
63         * Makefile.in: Improved support for unit testing.
64         
65         * configure.in: Ditto.
66         
67 2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
68
69         * Makefile.in: Added basic support for unit testing.
70         
71 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
72
73         * configure.in: Abort configure if --with-ssl given but SSL
74         unavailable.  Use HAVE_LIBSSL and HAVE_LIBGNUTLS symbols provided
75         by AC_LIB_HAVE_LINKFLAGS instead of inventing new ones.
76
77 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
78
79         * configure.in: Check for strtoll and strtoimax.
80
81 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
82
83         * configure.in: Remove -Wno-implicit from default GCC warning
84         flags.
85
86 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
87
88         * configure.in: Don't check for symlink, which is expected to
89         exist.  Check for asprintf.
90
91 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
92
93         * configure.bat: Copy the common config.h and config-compiler.h.
94
95 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
96
97         * configure.in: Don't check for setjmp.h.
98
99 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
100
101         * Makefile.in: Also use @LIBGNUTLS@ to build LIBS.
102
103 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
104
105         * configure.in: Add check for GnuTLS if --with-ssl=gnutls is used.
106
107 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
108
109         * po/POTFILES.in: Include src/ptimer.c.
110
111 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
112
113         * configure.in: Mention in message that the "GNU" md5
114         implementation is in fact built-in to Wget.
115
116 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
117
118         * m4/wget.m4 (WGET_WITH_NLS): Don't check for locale.h.
119
120 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
121
122         * configure.in: Test for $LIBSSL instead of the old $ssl_success
123         when deciding which MD5 to use.
124
125 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
126
127         * configure.in: Require Autoconf 2.59.
128
129 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
130
131         * configure.in: Check for drand48.
132
133 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
134
135         * m4/wget.m4: Use proper GPL header.
136
137 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
138
139         * Makefile.in: No need to clean .libs.
140
141 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
142
143         * Makefile.in (DISTFILES): Don't split the sed invocation across
144         several lines, Solaris make passes the backslashes to sed literally.
145
146 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
147
148         * Makefile.in: Instead of creating configure.bat from
149         configure.bat.in, simply make sure the correct EOL style in
150         checked out of the repository.
151
152 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
153
154         * configure.in: Move the large file check further up.  Only check
155         for endianness if GNU md5 is used (it being the only file that
156         needs endianness information).
157
158 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
159
160         * configure.in: Don't indent #include lines.
161
162 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
163
164         * configure.in: Enable the user to turn off SSL autodetection and
165         disable SSL using --without-ssl.
166
167         * Makefile.in ($(srcdir)/stamp-h.in): Remove the aclocal.m4
168         dependencies.
169
170 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
171
172         * configure.in: Include m4/*.m4.
173
174         * aclocal.m4: Renamed to m4/wget.m4.
175
176 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
177
178         * configure.in: Use AC_LIB_HAVE_LINKFLAGS instead of
179         AC_LIB_LINKFLAGS when checking for library functions.
180
181         * configure.in: Don't waste time checking for headers and
182         functions we know must be there.  But manually AC_DEFINE the
183         functions that might be missing from non-Unix systems.
184
185 2005-06-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
186
187         * libtool.m4, ltmain.sh: Deleted.
188
189         * configure.in: Replaced ugly libtool-based check for OpenSSL libs
190         with a simpler config.rpath-based approach.
191
192         * Makefile.in, src/Makefile.in: Removed libtool support.
193
194         * m4/lib-link.m4, m4/lib-prefix.m4, m4/lib-ld.m4, config.rpath:
195         config.rpath macros taken from gettext 0.14.5.
196
197 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
198
199         * configure.in: Don't check for strpbrk and mktime.
200
201 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
202
203         * util/dist-wget: Port to subversion.
204
205 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
206
207         * README.svn: Renamed to README.checkout.  Edited to mention the
208         autogen.sh script.
209
210 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
211
212         * autogen.sh: New file.
213
214         * Makefile.svn: Deleted, replaced with the even simpler (and more
215         standard) `autogen.sh' script.
216
217 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
218
219         * configure.in: Don't check for signal.h.  Remove the
220         AC_HEADER_TIME check.  Remove the test for ANSI C prototypes.
221
222 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
223
224         * configure.in: Check for C99 conformant stdbool.h.
225
226 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
227
228         * MAILING-LIST: Remove reference to the obsolete `wget-cvs'
229         mailing list.
230
231 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
232
233         * config.sub, config.guess: Updated from canonical location.
234
235 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
236
237         * configure.in: Assume existence of gettimeofday and select.
238         gettimeofday exists on all platforms we care about (except for
239         Windows where Windows-specific functions are used instead), and
240         select exists virtually everywhere.
241
242         * configure.in: Assume existence of strerror, signal, strstr, and
243         memmove, which are all required by ANSI C.
244
245 2005-06-21  Hrvoje Niksic  <hniksic@xemacs.org>
246
247         * Makefile.cvs: Renamed to Makefile.svn.
248
249         * README.cvs: Renamed to README.svn.
250
251 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
252
253         * configure.in: Don't check for the return type of signal
254         handlers; C89 requires it to be void.
255
256 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
257
258         * aclocal.m4: Remove support for K&R compilers.
259
260 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
261
262         * configure.in: Test for OpenSSL includes we actually need.
263
264 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
265
266         * Makefile.in ($(srcdir)/stamp-h.in): Don't print the line with
267         the comment about running autoheader.
268
269 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
270
271         * configure.in: Set MAKEINFO to "true" so build doesn't fail for
272         users without either makeinfo or the pre-packaged info files.
273
274 2005-05-02  Hrvoje Niksic  <hniksic@xemacs.org>
275
276         * INSTALL: Document environment variables affecting configure,
277         especially $CC.
278
279         * INSTALL: Mention that make install requires root.
280
281 2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
282
283         * configure.in: Don't set ipv6 to yes only because struct
284         sockaddr_in6 was found.  Stop the rest of the IPv6 checks when one
285         check fails.  Abort if IPv6 was explicitly requested, but not
286         found.
287
288 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
289
290         * windows/Makefile.top.bor: Use MAKEDIR for make clean too.
291
292 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
293
294         * windows/Makefile.src.bor: Don't delete executables other than
295         wget.exe.  Delete various auxilliary files created by the Borland
296         build process.
297
298 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
299
300         * NEWS: Advertise new-style syntax for --no-dns-cache instead
301         of --dns-cache=off.
302
303 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
304
305         * windows/Makefile.src.bor: Don't suppress unreachable code
306         warning.
307
308 2005-04-28  Herold Heiko  <Heiko.Herold@previnet.it>
309
310         * windows/wget.dep: Rename gen_sslfunc.c to openssl.c.
311
312 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
313
314         * INSTALL: Mention --disable-ntlm.
315
316 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
317
318         * NEWS: Mention the new --ftp-user, --ftp-password, --user and
319         --password options, the name changes for --http-passwd and
320         --proxy-passwd and the deprecation of login and passwd commands.
321
322 2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
323
324         * po/eo.po: Added Esperanto translation.
325
326 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
327
328         * po/vi.po: Added Vietnamese translation.
329
330 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
331
332         * MACHINES: Removed.
333
334 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
335
336         * configure.in: When checking for OpenSSL headers, check for all
337         the ones that Wget is using.
338
339 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
340
341         * windows/Makefile.src: Compile ptimer.c and http-ntlm.c.
342
343 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
344
345         * configure.in: Use it.
346
347         * aclocal.m4 (WGET_POSIX_CLOCK): Check whether -lrt is needed to
348         use POSIX clock functions like clock_gettime.
349
350 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
351
352         * Makefile.in ($(srcdir)/stamp-h.in): Don't attempt to run
353         autoheader automatically; it breaks things with fresh CVS builds.
354
355 2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
356
357         * configure.in: Allow the user to disable NTLM authorization.
358         Make sure NTLM is disabled if OpenSSL is unavailable.  If NTLM is
359         *explicitly* requested and OpenSSL is unavailable, abort.
360
361         * configure.in: Renamed USE_* to ENABLE_*.
362
363 2005-03-23  Hrvoje Niksic  <hniksic@xemacs.org>
364
365         * po/POTFILES.in: Removed headers.c and rbuf.c.
366
367 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
368
369         * windows/Makefile.src.bor: Reenable warnings under Borland C,
370         disabling only specific warnings.  Generate Pentium Pro code by
371         default.
372
373 2003-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
374
375         * configure.in: Don't check for AI_ADDRCONFIG here, it is checked
376         for in the source directly.
377
378 2003-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
379
380         * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
381         libtool 1.5.14.
382
383 2003-02-23  Hrvoje Niksic  <hniksic@xemacs.org>
384
385         * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
386         libtool 1.5.8.
387
388 2005-02-20  Hrvoje Niksic  <hniksic@xemacs.org>
389
390         * configure.in: Check for LFS.  Determine SIZEOF_OFF_T.
391         Check for ftello.
392
393 2005-02-18  Marco Colombo  <m.colombo@ed.ac.uk>
394
395         * po/it.po: Updated Italian translation.
396
397 2004-05-09  David Fritz  <zeroxdf@att.net>
398
399         * windows/Makefile.src.bor: Fix broken build rule.  Add clean target.
400
401         * windows/Makefile.top.bor: Use tabs instead of spaces.  Ignore
402         errors in clean rules.  Use lowercase filenames when building
403         distribution .zip archive.
404
405         * windows/config.h.bor:  Don't define HAVE_UINT32_T.
406
407         * windows/Makefile.doc: Fix remaining instance of build rules
408         indented with spaces instead of tabs.
409
410         * windows/Makefile.src: Update copyright year.
411
412         * windows/Makefile.top: Update copyright year.
413
414         * windows/config.h.mingw (WGET_USE_STDARG, HAVE_SIG_ATOMIC_T): Define.
415
416         * windows/config.h.ms (HAVE_STRPBRK, HAVE_LIMITS_H)
417         (HAVE_LOCALE_H): Define.
418
419         * windows/Makefile.watcom: Add /I. to CFLAGS.  Remove reference to
420         specific Wget version from linker flags.  Add missing
421         dependencies.
422
423 2004-02-09  David Fritz  <zeroxdf@att.net>
424
425         * configure.bat.in: Don't clear the screen.
426
427         * windows/README: Add introductory paragraph.  Re-word a few
428         sentences.  Correct minor typographical errors.  Use consistent
429         capitalization of Wget, SSL, and OpenSSL.  Refer to Microsoft
430         Visual C++ as MSVC instead of VC++.  Mention the --msvc option to
431         configure.bat.  Reflow paragraphs.
432
433         * windows/Makefile.top: Use tabs instead of spaces.  Ignore errors
434         in clean rules.  Use lowercase filenames when building distribution
435         .zip archive.
436
437         * windows/Makefile.doc: Use tabs instead of spaces.  Ignore errors
438         in clean rules.
439
440         * windows/Makefile.src: Clean-up clean rules.  Use tabs instead of
441         spaces.  Link against gdi32.lib.  Don't define SYSTEM_WGETRC.
442         Remove unused macros.  Remove anachronistic and superfluous linker
443         flags.  Don't rename wget.exe to all upper-case.  Add
444         `preprocessor' conditionals for SSL and newer MSVC options.  Use
445         batch rules.  Don't suppress all warnings.
446
447 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
448
449         * aclocal.m4: Don't check for AI_V4MAPPED and for AI_ALL, since
450         Wget doesn't need them.
451
452         * configure.in: Check for struct sockaddr_storage.
453
454 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
455
456         * configure.in: Use a more standard checking message when checking
457         for md5.h.
458
459 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
460
461         * configure.in: Tweak ansi2knr test, use : instead of true.
462
463 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
464
465         * configure.in: Check for limits.h.
466
467 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
468
469         * aclocal.m4 (WGET_SOCKLEN_T): Use AC_COMPILE_IFELSE instead of
470         AC_TRY_COMPILE.
471
472 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
473
474         * aclocal.m4 (WGET_STRUCT_UTIMBUF): Use AC_CHECK_TYPES instead of
475         AC_EGREP_CPP to check for struct utimbuf.
476
477 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
478
479         * aclocal.m4 (WGET_WITH_NLS): Respect the user's setting of
480         LINGUAS, e.g. `LINGUAS="en bg ja" ./configure'.
481
482 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
483
484         * configure.in: Don't attempt to use Emacs as a makeinfo
485         substitute.
486
487 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
488
489         * README: Remove explicit version reference, so that the file
490         doesn't have to be updated for each new release.
491
492 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
493
494         * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
495         libtool 1.5.
496
497 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
498
499         * windows/config.h.ms: MSVC doesn't have uint32_t.
500
501 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
502
503         * configure.in: Remove the broken check for socks.
504
505 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
506
507         * configure.in: Substitute ANSI2KNR and U, so we can compile.
508
509 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
510
511         * configure.in: Use the Autoconf macro AC_C_PROTOTYPES instead of
512         the old AM_C_PROTOTYPES.
513
514 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
515
516         * configure.in: Use the new form of AC_OUTPUT.
517
518         * Makefile.cvs (prep): Invoke autoheader.
519
520 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
521
522         * configure.in: Require Autoconf 2.57.
523
524 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
525
526         * aclocal.m4: Ditto.
527
528         * configure.in: Add description annotations to AC_DEFINE.
529
530         * Makefile.in: Update maintenance targets, preparing them for the
531         use of `autoheader'.
532
533 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
534
535         * configure.in: Don't misuse AC_MSG_RESULT.  Use AC_MSG_NOTICE
536         where appropriate.
537
538 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
539
540         * configure.in: Check whether volatile is supported.  Don't check
541         for gethostname and uname, which are not used.
542
543 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
544
545         * configure.in: Move some checks into aclocal.m4.  Check whether
546         fnmatch.h is includable.
547
548         * configure.in: Also check whether #include <md5.h> works before
549         deciding to use Solaris libmd5.
550
551         * configure.in: Use AC_MSG_NOTICE instead of echo.  Use
552         AC_MSG_ERROR for fatal errors.
553
554 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
555
556         * configure.in: Look for nanosleep in -lrt and -lposix4, which is
557         where Solaris has them.
558
559 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
560
561         * configure.in: Check for nanosleep.
562
563 2003-03-09  Nicolas Schodet  <contact@ni.fr.eu.org>
564
565         * Makefile.in: Fixed bad configure.bat scrdir.
566
567 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
568
569         * configure.in: Reenable IPv6 autodetection.
570
571 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
572
573         * configure.in: Switch from u_int32_t to uint32_t.  Check for
574         inttypes.h so it's used to get the definition of uint32_t where
575         available.
576
577 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
578
579         * windows/Makefile.src.watcom (OBJS): Use convert.c.
580         From Chin-yuan Kuo.
581
582 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
583
584         * windows/config.h.bor: DEBUG is now ENABLE_DEBUG.  Borland has
585         snprintf, but not u_int32_t.
586
587         * windows/Makefile.src.bor (OBJS): Use convert.c.
588
589         From Chin-yuan Kuo.
590
591 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
592
593         * windows/config.h.mingw: Ditto.
594
595         * windows/Makefile.top.mingw: Ditto.
596
597         * windows/Makefile.src.mingw: New file.
598
599         * windows/wget.dep: Support convert.o.
600
601         * configure.bat.in: New option `--mingw'.
602         From Chin-yuan Kuo.
603
604 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
605
606         * Makefile.in (dist): Depend on configure.bat.
607         (realclean-top): Delete configure.bat.
608
609 2003-10-21  Hrvoje Niksic  <hniksic@xemacs.org>
610
611         * Makefile.in (distclean-top): Remove the libtool script, because
612         it's generated by configure.
613
614 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
615
616         * configure.in: Don't check for int32_t because we're not really
617         using it.
618
619 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
620
621         * configure.in: Check for int32_t and u_int32_t.  Check for
622         SIZEOF_INT.
623
624 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
625
626         * aclocal.m4 (WGET_WITH_NLS): First check for gettext in libintl,
627         then use the libc version.  That way systems that get libintl.h
628         from /usr/local/include will get the matching gettext.
629
630 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
631
632         * po/tr.po: Ditto.
633
634         * po/sv.po: Updated from TP.
635
636 2003-10-09  Herold Heiko  <Heiko.Herold@previnet.it>
637
638         * windows/Makefile.watcom (OBJS): Ditto.
639
640         * windows/Makefile.src.bor: Ditto.
641
642         * windows/wget.dep: Ditto.
643
644         * windows/Makefile.src: Removed references to fnmatch.c and
645         fnmatch.o.
646
647 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
648
649         * po/ft.po, po/sk.po, po/ja.po: Updated from the TP.
650
651 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
652
653         * po/wget.pot: Recreated.
654
655 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
656
657         * configure.in: Renamed DEBUG to ENABLE_DEBUG.
658
659 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
660
661         * libtool.m4: New file with contents imported from libtool.
662
663         * aclocal.m4: Move libtool stuff into a separate file.  That
664         leaves this file only with Wget-specific stuff.
665
666 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
667
668         * po/hu.po: Updated from the TP.
669
670         * po/et.po: Updated from the TP.
671
672         * po/ro.po: New file from the TP.
673
674 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
675
676         * po/hr.po: Updated.
677
678 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
679
680         * po/POTFILES.in: Added src/convert.c.
681
682 2003-09-30  Herold Heiko  <Heiko.Herold@previnet.it>
683
684         * windows/Makefile.src (OBJ): Fix typo.
685
686 2003-09-26  Gisle Vanem  <giva@bgnett.no>
687
688         * windows/config.h.ms: Don't declare alloca under compilers that
689         support it.
690
691         * windows/config.h.ms: Define HAVE_SNPRINTF, HAVE_VSNPRINTF, and
692         HAVE_MEMMOVE.
693
694 2003-09-25  Herold Heiko  <Heiko.Herold@previnet.it>
695
696         * windows/Makefile.src: Updated OBJ list.
697
698 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
699
700         * Makefile.in (clean-top): Remove .libs.
701
702 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
703
704         * Makefile.in (distclean-top): Remove autom4te.cache.
705
706 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
707
708         * install-sh, mkinstalldirs: Updated from Autoconf 2.57.
709
710 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
711
712         * ltmain.sh, aclocal.m4: Upgrade to libtool 1.4.3.  Libtool 1.5
713         has been out for a while now, but it can wait until after Wget 1.9
714         is released.
715
716 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
717
718         * config.sub: Ditto.
719
720         * config.guess: Updated from Autoconf 2.57.
721
722 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
723
724         * util/dist-wget: Fixed portable echo checking under Bash.
725
726 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
727
728         * configure.in: Change AC_CHECK_FUNC(getaddrinfo...) to
729         AC_CHECK_FUNCS, which automatically defines HAVE_GETADDRINFO.
730
731 2003-09-16  Mauro Tortonesi <mauro@deepspace6.net>
732
733         * configure.in, aclocal.m4: Added proper IPv6 detection.
734
735 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
736
737         * Makefile.in (all): Don't build configure.bat by default.
738
739 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
740
741         * configure.in, aclocal.m4: Added configure check for IPv6 and
742         getaddrinfo.  From Daniel Stenberg.
743
744 2003-09-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
745
746         * configure.in: Additional M4 quoting.
747
748 2003-09-04  Hrvoje Niksic  <hniksic@xemacs.org>
749
750         * aclocal.m4, configure.in: Made them work under Autoconf 2.5x.
751
752 2002-05-27  Ian Abbott  <abbotti@mev.co.uk>
753
754         * windows/config.h.bor: Do #define WGET_USE_STDARG.
755
756 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
757
758         * windows/config.h.ms: Ditto.
759
760         * windows/config.h.bor: Don't #define __STDC__.
761
762 2002-05-18  Hrvoje Niksic  <hniksic@arsdigita.com>
763
764         * ALL: Update the license to reflect the OpenSSL exception.
765
766 2002-04-23  Ian Abbott  <abbotti@mev.co.uk>
767
768         * windows/config.h.ms: Accounted for MSVC not defining `__STDC__' when
769         Microsoft's extensions are enabled and define it anyway (set to `1').
770         Defined some things that broke as a result of this.
771
772 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
773
774         * po/de.po: Updated from the TP.
775
776 2001-04-15  Ian Abbott  <abbotti@mev.co.uk>
777
778         windows/wget.dep: The target `connect$o' (connect.obj) now depends on
779         `utils.h'.
780
781 2001-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
782
783         * po/da.po: Ditto.
784
785         * po/de.po: Ditto.
786
787         * po/el.po: Ditto.
788
789         * po/es.po: Ditto.
790
791         * po/et.po: Ditto.
792
793         * po/fr.po: Ditto.
794
795         * po/gl.po: Ditto.
796
797         * po/he.po: Ditto.
798
799         * po/ja.po: Ditto.
800
801         * po/pl.po: Ditto.
802
803         * po/sk.po: Ditto.
804
805         * po/sl.po: Ditto.
806
807         * po/sv.po: Ditto.
808
809         * po/tr.po: Ditto.
810
811         * po/zh_TW.po: Update from TP.
812
813         * po/ca.po: Ditto.
814
815         * po/bg.po: New file from TP.
816
817 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
818
819         * po/hr.po: Editing the Project-Id-Version to say "wget" rather
820         than "GNU Wget".
821
822 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
823
824         * windows/Makefile.src.bor: Removed pre-compiled header options as
825         they increase build time (on my machine).
826
827 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
828
829         * windows/config.h.bor: Account for Borland not defining `__STDC__'
830         when Borland's extensions enabled, and define it anyway.
831
832 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
833
834         * configure.in: Check for <setjmp.h>.  Check for sigsetjmp and
835         sigblock.
836
837 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
838
839         * windows/config.h.bor: define `HACK_BCC_UTIME_BUG'. Define `utime'
840         as `borland_utime' if `HACK_BCC_UTIME_BUG' is defined.
841
842 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
843
844         * windows/wget.dep: Updated several dependencies for object files.
845
846 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
847
848         * windows/config.h.bor:
849         * windows/config.h.ms:
850         Removed conditional cruft that was there for Unix-like systems.
851
852 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
853
854         * * windows/wget.dep: Fix dependencies for target mswindows$o
855         (mswindows.obj)
856
857 2002-03-19  Chin-yuan Kuo  <sr1111111@yahoo.com.tw>
858
859         * configure.bat.in: Do not check %BORPATH% as C++Builder compiler
860         does not use it.
861
862         * windows/Makefile.src.bor:
863         * windows/config.h.bor:
864         Migrated to free (as in beer) C++Builder compiler.
865
866 2002-03-13  Ian Abbott  <abbotti@mev.co.uk>
867
868         * configure.bat: Removed (renamed to configure.bat.ini).
869
870         * configure.bat.in: New (renamed from configure.bat).
871
872         * Makefile.in: Add rule to copy configure.bat.in to configure.bat,
873         converting line endings to MS-DOS format in the process.
874
875 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
876
877         * MACHINES: OS X entry by Jonathan Davis.
878
879 2001-12-19  Csaba Raduly  <csaba.raduly@sophos.com>
880
881         * windows/Makefile.watcom: add gen-md5.obj and progress.obj to the
882         list of "sources"
883
884         * configure.bat: add section for Watcom
885
886 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
887
888         * po/ja.po: Ditto.
889
890         * po/sv.po: Ditto.
891
892         * po/de.po: Ditto.
893
894         * po/es.po: Ditto.
895
896         * po/fr.po: Ditto.
897
898         * po/et.po: Ditto.
899
900         * po/tr.po: Ditto.
901
902         * po/ru.po: Update from TP.
903
904 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
905
906         * configure.in: Autodetect SSL.  Check for SSL includes too.
907
908 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
909
910         * config.sub: Ditto.
911
912         * config.guess: Ditto.
913
914         * aclocal.m4: Ditto.
915
916         * ltmain.sh: Upgrade to libtool 1.4.2.
917
918 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
919
920         * configure.in: Check for md5_calc rather than MD5Update when
921         looking for Solaris md5.
922
923 2001-12-08  R.I.P. Deaddog  <maddog@linuxhall.org>
924
925         * po/zh_TW.po: Updated for 1.8.
926
927 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
928
929         * po/tr.po: Ditto.
930
931         * po/sv.po: Ditto.
932
933         * po/ru.po: Ditto.
934
935         * po/fr.po: Ditto.
936
937         * po/es.po: Ditto.
938
939         * po/de.po: Update from TP.
940
941 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
942
943         * po/et.po: Update from the TP.
944
945 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
946
947         * configure.in: Check for <termios.h>
948
949 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
950
951         * po/de.po: Ditto.
952
953         * po/fr.po: Ditto.
954
955         * po/tr.po: Ditto.
956
957         * po/sv.po: Ditto.
958
959         * po/et.po: Update from TP.
960
961         * po/hu.po: New file from TP.
962
963 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
964
965         * windows\Makefile.src: add gen_sslfunc.c
966
967         * windows\Makefile.src.bor: ditto.
968
969 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
970
971         * po/hr.po: Updated Croatian translation.
972
973 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
974
975         * configure.in: Use SSL's MD5 if we're compiling with SSL anyway.
976
977 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
978
979         * configure.in: Don't check for random.
980
981 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
982
983         * po/hr.po: Updated.
984
985 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
986
987         * configure.in: Check for random.
988
989 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
990
991         * configure.in: Check for usleep.
992
993 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
994
995         * util/dist-wget: New file: the script used for building Wget.
996
997 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
998
999         * po/hr.po: A major overhaul.
1000
1001 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1002
1003         * po/wget.pot: Rebuild.
1004
1005         * po/POTFILES.in: Update with the new source files.
1006
1007 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1008
1009         * configure.in: Check for sys/ioctl.h.
1010
1011 2001-11-22  Herold Heiko  <Heiko.Herold@previnet.it>
1012
1013         * windows/Readme
1014         * windows/Makefile.doc
1015         Windows documentation update.
1016         * windows/Makefile.src
1017         Cleanup config.h
1018
1019 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
1020
1021         * windows/Makefile.doc: Update docs generation.
1022
1023 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
1024
1025         * configure.in: Check for strpbrk().
1026
1027 2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
1028
1029         * windows/Makefile.src:
1030         * windows/Makefile.src.bor:
1031         * windows/Makefile.watcom:
1032         * windows/config.h.bor:
1033         * windows/config.h.ms:
1034         * windows/wget.dep:
1035         Windows update.
1036
1037 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1038
1039         * configure.in: Check for getopt_long in libc.
1040
1041 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1042
1043         * configure.in: Check for Solaris libmd5.
1044
1045 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1046
1047         * po/: Installed ja.po, et.po, he.po, fr.po, da.po, uk.po, es.po,
1048         sl.po, nl.po from the Translation Project.
1049
1050 2001-06-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1051
1052         * MACHINES: Added mips-sgi-irix6.5, as reported by Edward
1053         J. Sabol.
1054
1055 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1056
1057         * po/da.po: New version from TP.
1058
1059 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1060
1061         * config.sub: New version from libtool 1.4.
1062
1063         * config.guess: New version from libtool 1.4.
1064
1065         * ltmain.sh: New version from libtool 1.4.
1066
1067         * aclocal.m4: Imported `libtool.m4' from libtool 1.4.
1068
1069         * ltconfig: Removed.
1070
1071         * configure.in: First check the compiler, then invoke libtool.
1072
1073 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1074
1075         * po/: Install new files from the TP: sv.po, cs.po, et.po, tr.po,
1076         es.po, de.po, gl.po, sk.po, ru.po, fr.po.
1077
1078 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1079
1080         * configure.in: Check for both gethostbyname and inet_ntoa before
1081         concluding that -lnsl is not needed.
1082
1083 2001-06-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1084
1085         * configure.in: Use `libtool' to test linking of external
1086         libraries.
1087
1088 2001-06-05  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1089
1090         * po/cs.po: Updated to match the 1.7 POT.
1091
1092 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1093
1094         * po/: New versions of de.po and gl.po from the TP.
1095
1096 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1097
1098         * po/hr.po: Updated to match the new POT.
1099
1100 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1101
1102         * po/wget.pot: Updated.
1103
1104 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1105
1106         * po/es.po: Use the version from TP.
1107
1108 2001-06-02  R.I.P. Deaddog  <maddog@linuxhall.org>
1109
1110         * po/zh_TW.po: Updated for 1.7.
1111
1112 2001-06-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1113
1114         * po/: Updated ru.po, et.po, and sv.po.  Added tr.po.
1115
1116 2001-06-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1117
1118         * po/pl.po: Use iso-8859-1 as charset.
1119
1120         * po/hr.po: Update.
1121
1122 2001-05-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1123
1124         * configure.in: Use $host_os instead of non-existent "$opsys" when
1125         deciding based on host type.
1126
1127         * configure.in: Print "cross" when cross-compiling.
1128
1129 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1130
1131         * po/hr.po: Updated.
1132
1133         * po/wget.pot: Regenerated from sources.
1134
1135         * README: Updated copyright statement.
1136
1137         * INSTALL: Document the new OpenSSL autodetector.
1138
1139 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1140
1141         * configure.in: Provide a default for AC_TRY_RUN when
1142         cross-compiling.  Effectively, assume that when cross-compiling,
1143         working linkage implies working executable.
1144
1145 2001-05-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1146
1147         * configure.in: Rewrote OpenSSL library detection.  Now the code
1148         loops over system locations where libssl/libcrypto might be
1149         located.  Aside from linking, it actually tries to run the
1150         executable before concluding that the linking "worked".
1151
1152 2001-05-16  Csaba Raduly  <csaba.raduly@sophos.com>
1153
1154         * windows/Makefile.watcom: Make linker accept space-separated list
1155         of object files.
1156
1157 2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
1158
1159         * windows/Makefile.src: Update for SSL.
1160
1161 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
1162
1163         * windows/Makefile.watcom: Updated.
1164
1165 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
1166
1167         * windows/Makefile.watcom: Rewritten.
1168
1169 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
1170
1171         * po/zh_TW.po: Reinstated, after an update by Abel Cheung.
1172
1173         * po/zh_TW.Big5.po: Removed.
1174
1175 2001-04-28  Csaba Raduly  <csaba.raduly@sophos.com>
1176
1177         * windows/Makefile.watcom: Update.
1178
1179 2001-04-28  Herold Heiko  <Heiko.Herold@previnet.it>
1180
1181         * windows/wget.dep: Update.
1182
1183         * windows/Makefile.src: Update.
1184
1185         * windows/config.h.ms: Define inline to __inline.
1186         Define ftruncate to chsize.
1187
1188 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1189
1190         * po/hr.po: Updated.
1191
1192 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1193
1194         * po/ja.po: New update by Hiroshi Takekawa.
1195
1196 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1197
1198         * po/POTFILES.in: Add src/cookies.c.
1199
1200 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1201
1202         * configure.in: Check for inline.
1203
1204 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
1205
1206         * po/zh_TW.Big5.po: New file, submitted by Abel Cheung.
1207
1208         * po/zh.po: Removed outdated file.
1209
1210 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1211
1212         * aclocal.m4 (AM_PROG_CC_STDC): Don't use -Xc under SYSV.  It
1213         forces strict ANSI mode, which means we lose `long long'.
1214         Generally, don't require __STDC__ to be defined to 1 because that
1215         signifies strict ANSI.
1216
1217 2001-04-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1218
1219         * NEWS: Cosmetic changes.
1220
1221 2001-04-03  Trond Eivind Glomsrod  <teg@redhat.com>
1222
1223         * po/da.po: Ditto.
1224
1225         * po/no.po: The charset is iso-8859-1, not iso-8859-2.
1226
1227 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1228
1229         * po/et.po: New version by Toomas Soome.
1230
1231 2001-04-01  Nicolas Lichtmaier  <nick@debian.org>
1232
1233         * po/es.po: New file.
1234
1235 2001-03-27  Dan Harkless  <wget@harkless.org>
1236
1237         * INSTALL: Updated to reflect --with-ssl's new optional parameter.
1238
1239         * configure.in: Christian Fraenkel's tests for -lcrypto and -lssl
1240         were in the wrong order, causing a link failure if you're using
1241         libcrypto.a and libssl.a rather than shared libraries.  Also put
1242         in checks for -ldl, necessary since the libcrypto shared library
1243         doesn't record its dependency on libdl.
1244
1245         * {.,util,windows}/Makefile.in: Moved top_builddir out of "User
1246         configuration section" of top Makefile and analogous spot in others.
1247
1248         * po/Makefile.in.in: Previous addition of top_builddir to
1249         po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
1250
1251 2001-03-26  Dan Harkless  <wget@harkless.org>
1252
1253         * TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
1254
1255 2001-03-22  Dan Harkless  <wget@harkless.org>
1256
1257         * MACHINES: Added rs6000-ibm-aix4.3.3.0.
1258
1259 2001-03-21  Dan Harkless  <wget@harkless.org>
1260
1261         * MACHINES: Added armv4l-unknown-linux-gnu.
1262
1263 2001-03-20  Dan Harkless  <wget@harkless.org>
1264
1265         * TODO: Oops.  Hostless absolute link conversion _is_ working.  My
1266         test that led me to believe it wasn't was exposing a different bug
1267         -- URLs specified on the commandline as opposed to being recursed
1268         to don't always get re-converted at the end of the Wget run.
1269
1270 2001-03-17  Dan Harkless  <wget@harkless.org>
1271
1272         * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
1273
1274         * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our 
1275         aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
1276         If --with-ssl specified, look in /usr/local/ssl/lib by default for
1277         OpenSSL libs.  Allow override with --with-ssl=<OpenSSL_root_dir>.
1278         Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
1279         (possibly rewritten by libtool) as well.  Don't appear to be
1280         looking for a function main() in -lcrypto.  If the OpenSSL lib
1281         checks fail, don't just silently build a wget without https
1282         support -- issue a warning.  Define top_builddir.
1283
1284         * ltconfig: New file from libtool 1.3.5 distribution.
1285
1286         * ltmain.sh: New file from libtool 1.3.5 distribution.
1287
1288         * {.,po,util,windows}/Makefile.in: Define top_builddir.
1289
1290 2001-03-16  Dan Harkless  <wget@harkless.org>
1291
1292         * TODO: For some reason on 2000-11-19, Hrvoje removed the item
1293         about converting hostless absolute links.  That isn't working yet,
1294         so I've put the item back, with a modified wording.
1295
1296         * config.guess: Hadn't been updated since 1996 -- didn't work for recent
1297         machines and OSes, such as NetWinder ARM Linux.  Updated to latest 
1298         version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
1299         
1300         * config.sub: Ditto -- updated to latest version (2001-03-12).
1301         
1302 2001-03-12  Dan Harkless  <wget@harkless.org>
1303
1304         * TODO: Only normal recursion should respect -np -- page-requisite
1305         recursion should not.
1306
1307 2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1308
1309         * TODO: Removed an obsolete item about adding VMS and MS FTP
1310         server support.
1311
1312 2001-03-05  Dan Harkless  <wget@harkless.org>
1313
1314         * TODO: Add a --range option to download only a given byte range.
1315
1316 2001-03-01  Dan Harkless  <wget@harkless.org>
1317
1318         * ChangeLog.README: Renamed from README.branches and added a note
1319         that Wget has multiple ChangeLog files (currently ./ChangeLog,
1320         doc/ChangeLog, and src/ChangeLog), since this is unusual and
1321         people have complained their patches hadn't been applied after
1322         checking only the top-level ChangeLog.
1323
1324 2001-02-28  Dan Harkless  <wget@harkless.org>
1325
1326         * MACHINES: Explicitly tell people to send us config.guess output.
1327
1328 2001-02-27  Dan Harkless  <wget@harkless.org>
1329
1330         * TODO: Re-use FTP connection if multiple URLs on one host
1331         specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
1332
1333 2001-02-23  Dan Harkless  <wget@harkless.org>
1334
1335         * NEWS: Note that Wget now has a man page again.
1336
1337         * po/*.po*: Updated after changing --help's description of -N and
1338         moving -nr to a different category.
1339
1340         * TODO: "Timestamps are sometimes not copied over on files
1341         retrieved by FTP." removed.  Hopefully all the failures I was
1342         seeing were due to the fact that it wasn't documented that
1343         non-globbing, non-recursive FTP downloads need -N to get the
1344         remote timestamp to be preserved.
1345
1346 2001-02-22  Dan Harkless  <wget@harkless.org>
1347
1348         * TODO: Remove empty directories created due to --accept/--reject.
1349
1350         * configure.in: Look for perl and pod2man and make substitutions.
1351         
1352         * Makefile.in (install): Do install.man if we have pod2man.
1353
1354 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1355
1356         * windows/Makefile.src: Removed references to ftpparse sources.
1357
1358         * windows/wget.dep: Ditto.
1359
1360         * windows/Makefile.watcom: Ditto. 
1361
1362 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
1363
1364         * windows/Makefile.src: Don't attempt to compile in alloca.c; it
1365         doesn't work and it's not needed.
1366
1367 2001-01-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1368
1369         * NEWS: Added more NEWS items.
1370
1371 2001-01-15  Dan Harkless  <wget@harkless.org>
1372
1373         * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
1374
1375 2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1376
1377         * util/wget.spec: Updated to 1.7, merged with the spec file from
1378         RedHat.
1379
1380         * po/Makefile.in.in: `make realclean' equal to `make
1381         maintainer-clean'.
1382
1383         * Makefile.in (realclean-top): Remove 'configure' as well. 
1384
1385 2001-01-11  Dan Harkless  <wget@harkless.org>
1386
1387         * TODO: If -c used with -N, check to make sure a file hasn't
1388         changed on the server before "continuing" to download it.
1389         
1390 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
1391
1392         * windows/Makefile.src: Updated.
1393
1394         * windows/wget.dep: Ditto.
1395
1396 2001-01-09  Dan Harkless  <wget@harkless.org>
1397
1398         * TODO: If -c is on, don't re-download a 100%-downloaded file.
1399         
1400         * TODO: The bug where you couldn't recurse into ftp directories if
1401         logging in put you somewhere else besides the server's "/"
1402         directory got fixed without the TODO entry for it being removed.
1403
1404         * TODO: Add a "rollback" option to have --continue throw away X
1405         corrupted (e.g. by proxy) bytes from end of file before resuming.
1406
1407         * po/*.po*: Updated after changing --help's description of -c.
1408
1409 2001-01-06  Dan Harkless  <wget@harkless.org>
1410
1411         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
1412         the best way to go about my aim.  Removed them in favor of:
1413
1414         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
1415
1416         * README.branches: Explains the 1.6_branch.ChangeLog files.
1417
1418         * README.cvs: Falsely claimed you only needed GNU autoconf to
1419         build from the CVS sources.  You also need GNU gettext and
1420         texinfo.  I also did a bunch of general re-writing of this file.
1421
1422 2001-01-03  Dan Harkless  <wget@harkless.org>
1423
1424         * TODO: We should make a simple man page referring to info doco.
1425
1426 2000-12-31  Dan Harkless  <wget@harkless.org>
1427
1428         * README: Changed 1.5.3 in the FTP URL to 1.6.
1429
1430         * NEWS: Released Wget version 1.6.
1431
1432         * po/*.po: 'Project-Id-Version's were very haphazard, saying
1433         either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
1434         1.5.3, the nonexistent 1.5.4, and 1.6-pre.  Standardized all to
1435         "GNU Wget 1.7-dev".  Perhaps this is wrong to do because some of
1436         the translations haven't been updated since the versions they
1437         state, but I know some of the files were updated specifically for
1438         1.6, and none of them used this version (unless you count the sole
1439         "1.6-pre" guy).  In any case, the 'POT-Creation-Date's and
1440         'PO-Revision-Date's remain the best indicator of whether a
1441         translation's out of date.
1442         
1443         * ChangeLog: Since this flat file doesn't have multiple branches,
1444         looking at the dates would make you think that things went into
1445         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
1446         in 1.6 branch.]" where appropriate to clarify.
1447         
1448 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
1449
1450         * windows/Makefile.watcom: Updated.
1451
1452 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1453
1454         * po/POTFILES.in: Updated.
1455
1456 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1457
1458         * configure.in: Add windows/Makefile to the output block.
1459
1460         * windows/Makefile.in: New file.
1461
1462         * README.cvs: New file.
1463
1464 2000-11-25  Karl Eichwalder  <ke@suse.de>
1465
1466         * Makefile.in (SUBDIRS): Add 'windows'.
1467         (dist, DISTFILES): Don't distribute CVS directories.
1468         
1469 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1470
1471         * configure.in: Don't unconditionally define HAVE_SSL, even when
1472         --with-ssl is given.
1473
1474 2000-12-03  Christian Fraenkel  <christian.fraenkel@gmx.net>
1475
1476         * INSTALL: Added the --with-ssl switch.
1477         
1478         * configure.in: Ditto.
1479         
1480         * TODO: Removed the corresponding entry.
1481
1482 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1483
1484         * configure.in: Build ALL_LINGUAS dynamically.
1485
1486 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1487
1488         * configure.in: Test for MMAP.
1489
1490 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1491
1492         * windows/config.h.ms: snprintf and vsnprintf exist under Windows.
1493
1494         * windows/Makefile.src: Back out previous change.
1495
1496 2000-11-16  Herold Heiko  <Heiko.Herold@previnet.it>
1497
1498         * windows/Makefile.src: Compile in vsnprintf.c.
1499
1500 2000-11-02  Matthew Seaman  <m.seaman@inpharmatica.co.uk>
1501
1502         * util/rmold.pl: Various fixes.
1503
1504 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1505
1506         * configure.in: Check for size of long and long long.
1507
1508 2000-10-30  Dan Harkless  <wget@harkless.org>
1509
1510         * NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
1511
1512 2000-10-27  Dan Harkless  <wget@harkless.org>
1513
1514         * TODO: wget now groks illegal relative URL HTTP redirects.
1515
1516 2000-10-24  Dan Harkless  <wget@harkless.org>
1517
1518         * NEWS: Forgot to update regarding new --bind-address option.
1519
1520 2000-10-20  Dan Harkless  <wget@harkless.org>
1521
1522         * TODO: -k needs to convert '?' to "%3F" in links to saved files
1523         containing the '?' character (e.g. CGI output).  Also, we need to
1524         check the HTTP spec w.r.t. simplification of absolute URLs.
1525         Generalize --html-extension to something like --mime-extension.
1526
1527         * MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
1528         by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
1529
1530         * NEWS: Always forget to update this file when making user-vis. changes.
1531
1532 2000-10-19  Dan Harkless  <wget@harkless.org>
1533
1534         * TODO: -E / --html-extension / html_extension has been implemented.
1535         Make -I and -X allow an optional hostname before the directory name?
1536         When simplifying paths, wget needs to stop at any '?' character.
1537
1538         * configure.in: Put "it" language in proper alphabetical order and
1539         added new languages "pl" and "ru".
1540
1541         * po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
1542         Polish message translation file.
1543
1544         * po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s 
1545         Russian message translation file.
1546
1547 2000-10-16  Dan Harkless  <wget@harkless.org>
1548
1549         * TODO: Add option to save local filenames without extra %-encoding.
1550
1551 2000-10-09  Dan Harkless  <wget@harkless.org>
1552
1553         * TODO: --retr-symlinks should cause wget to traverse links to dirs too.
1554
1555 2000-09-25  Dan Harkless  <wget@harkless.org>
1556
1557         * TODO: Make wget return nonzero in situations like bad HTTP
1558         auth.  Make wget follow (illegal) relative URL HTTP redirects.
1559
1560 2000-08-30  Dan Harkless  <wget@harkless.org>
1561
1562         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
1563
1564         * MACHINES: Previously said to send updates to "me" (Hrvoje) --
1565         now says to email the mailing list or bug-wget@gnu.org.
1566
1567         * MAILING-LIST: Added mention of bug-wget@gnu.org.
1568         
1569         * NEWS: Added --waitretry and --page-requisites.
1570
1571 2000-08-25  Dan Harkless  <wget@harkless.org>
1572
1573         * MACHINES: Alphabetized, changed "architectures" to "OSes and
1574         architectures", added missing company names, removed needless ^L,
1575         made AIX and FreeBSD entries more general to reflect successful
1576         use on those platforms by myself and others, removed the
1577         non-factual "this version of", and fixed some grammatical errors.
1578         
1579 2000-07-21  Dan Harkless  <wget@harkless.org>
1580
1581         * TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
1582         
1583 2000-07-19  Dan Harkless  <wget@harkless.org>
1584
1585         * TODO: -k should convert "hostless absolute" URLs, like "/index.html".
1586         
1587 2000-05-24  Dan Harkless  <wget@harkless.org>
1588
1589         * TODO: Timestamps sometimes not copied over on files retrieved by FTP.
1590         
1591 2000-05-22  Dan Harkless  <wget@harkless.org>
1592
1593         * AUTHORS: Added myself to this file, as Hrvoje got confirmation
1594         of my FSF copyright assignment.
1595
1596         * TODO: Added note that fragment identifiers don't work properly.
1597         
1598         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
1599
1600 2000-05-17  Dan Harkless  <wget@harkless.org>
1601
1602         * TODO: Make `-k' check for files that were downloaded in the past
1603         and convert links to them in newly-downloaded documents.
1604
1605 2000-04-05  Dan Harkless  <wget@harkless.org>
1606
1607         * TODO: Make -K only leave .orig files around when different.  Add
1608         an option to save all text/html files with .html extension.  Allow
1609         mirroring of FTP URLs where logging in puts you somewhere else
1610         besides '/'.
1611
1612 2000-04-04  Dan Harkless  <wget@harkless.org>
1613
1614         * NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
1615         these new options when I added them.
1616
1617 2000-03-10  Dan Harkless  <wget@harkless.org>
1618
1619         * TODO: Removed done item: we now have an option (-G) that makes
1620         it easy to download a single HTML document and all its constituents.
1621         
1622         * po/*.{gmo,po,pot}: Regenerated after adding new options.
1623
1624         * po/hr.po: Hrvoje forgot '\n's on his translations of my altered
1625         messages, causing msgfmt to balk and `make install' to fail.
1626
1627 2000-03-01  Dan Harkless  <wget@harkless.org>
1628
1629         * NEWS (-K): Now possible to use -N with -k thanks to this option.
1630
1631         * TODO: Removed the -K / -N interaction item.
1632
1633 2000-02-29  Dan Harkless  <wget@harkless.org>
1634
1635         * NEWS (-K / --backup-converted): Mentioned this new option.
1636
1637 2000-02-18  Dan Harkless  <wget@harkless.org>
1638
1639         * TODO: When -K is used with -N, check local X.orig against server X.
1640
1641 1998-06-23  Dave Love  <d.love@dl.ac.uk>
1642
1643         * configure.in (exext): Define.
1644
1645 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
1646
1647         * configure.in: Check for access().
1648
1649 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
1650
1651         * po/hr.po: Some fixes, as per suggestions by Francois Pinard.
1652
1653 1998-05-19  Dominique Delamarre  <dominique.delamarre@hol.fr>
1654
1655         * po/fr.po: New file.
1656
1657 1998-05-19  Toomas Soome  <tsoome@ut.ee>
1658
1659         * po/et.po: Updated.
1660
1661 1998-05-11  Simos KSenitellis  <simos@teiath.gr>
1662
1663         * po/el.po: New file.
1664
1665 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
1666
1667         * aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
1668
1669 1998-05-09  Toomas Soome  <tsoome@ut.ee>
1670
1671         * po/et.po: New file.
1672
1673 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1674
1675         * configure.bat: set up for either Borland or Visual C
1676
1677         * windows/wget.dep: new file
1678
1679         * windows/Makefile.*: use wget.dep
1680
1681         * rename windows/Makefile.bor to Makefile.src.bor
1682
1683 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1684
1685         * windows/makefile.bor: Updated.
1686
1687         * windows/Makefile.src: Ditto.
1688
1689 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1690
1691         * windows/config.h.bor: New file.
1692
1693         * windows/makefile.bor: New file.
1694
1695 1998-04-27  John Burden  <john@futuresguide.com>
1696
1697         * windows/Makefile.*: Cleanup.
1698
1699 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
1700
1701         * configure.in: Check for PID_T.
1702
1703 1998-04-19  Giovanni Bortolozzo  <borto@dei.unipd.it>
1704
1705         * po/it.po: Updated.
1706
1707 1998-04-19  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1708
1709         * po/cs.po: Updated.
1710
1711 1998-04-19  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1712
1713         * po/pt_BR.po: Updated.
1714
1715 1998-04-08  Stefan Hornburg  <racke@gundel.han.de>
1716
1717         * Makefile (dist): New target.
1718
1719 1998-04-08  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1720
1721         * po/pt_BR.po: Updated.
1722
1723 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
1724
1725         * aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
1726
1727         * ABOUT-NLS: Removed.
1728
1729         * Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
1730         Don't attempt to write to stamp-h.in.
1731
1732         * aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
1733
1734 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
1735
1736         * Makefile.in (distclean-top): Remove stamp-h.
1737
1738 1998-04-02  Robert Schmidt  <rsc@vingmed.no>
1739
1740         * po/no.po: New file.
1741
1742 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
1743
1744         * configure.in: New option `--disable-debug'.
1745
1746 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
1747
1748         * configure.in: Check for endianness.
1749
1750 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
1751
1752         * aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
1753
1754 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
1755
1756         * aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
1757         unavailable.
1758
1759         * aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
1760         renamed AM_WITH_NLS to WGET_WITH_NLS.
1761
1762         * aclocal.m4: Eliminate POSUBS.
1763
1764 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
1765
1766         * Makefile.in: config.h* -> src/config.h*
1767
1768         * configure.in: Check for vsnprintf().
1769
1770         * po/POTFILES.in: Updated.
1771
1772 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
1773
1774         * po/POTFILES.in: Removed extraneous newline at end of line, which 
1775         caused an error in `Makefile' which Sun make choked on.
1776
1777 1998-03-16  Jan Prikryl <prikryl@cg.tuwien.ac.at>
1778
1779         * po/cs.po: New file.
1780
1781 1998-03-12  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1782
1783         * po/pt_BR.po: New file.
1784
1785 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
1786
1787         * PROBLEMS: New file.
1788
1789 1998-02-22  Karl Eichwalder  <ke@suse.de>
1790
1791         * po/Makefile.in.in (install-data-yes): Fix creation of
1792         directories for LC_MESSAGE files.
1793
1794 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
1795
1796         * configure.in: Removed `-Wno-switch' for gcc.
1797
1798         * po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
1799         create the directory first.
1800
1801 1998-02-21  Karl Eichwalder  <karl@suse.de>
1802
1803         * po/de.po: Updated.
1804
1805 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
1806
1807         * Makefile.in (check): New empty target.
1808
1809 1998-02-11  Hrvoje Niksic  <hniksic@srce.hr>
1810
1811         * po/it.po: New file, by Antonio Rosella.
1812
1813 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
1814
1815         * aclocal.m4: Cleaned up.
1816
1817         * po/hr.po: Updated.
1818
1819         * configure.in: Removed check for POSIXized ISC.
1820
1821 1998-02-08  Karl Eichwalder  <karl@suse.de>
1822
1823         * po/de.po: Updated.
1824
1825 1998-02-07  Karl Eichwalder  <ke@suse.de>
1826
1827         * Makefile.in (install.info uninstall.info install.man
1828         uninstall.man install.wgetrc): Use it.
1829
1830         * Makefile.in (install.mo): New target.
1831
1832 1998-02-03  Karl Eichwalder  <ke@suse.de>
1833
1834         * po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
1835         src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
1836         src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
1837         src/url.c, and src/utils.c.
1838
1839         * intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
1840
1841         * po/Makefile.in.in: Add from gettext-0.10.32.
1842
1843         * Makefile.in (SUBDIRS): Add po/.
1844
1845         * configure.in (ALL_LINGUAS): New variable.  Add "de" and "hr".
1846         (AM_GNU_GETTEXT): Add.
1847         (AC_OUTPUT): Add po/Makefile.in; run the sed command.
1848         
1849         * aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
1850         AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.
1851