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