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