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