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