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