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