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