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