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