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