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