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