]> sjero.net Git - wget/blob - ChangeLog
7fa80d1f210ccc228d3a6129fb25ec501356ec7b
[wget] / ChangeLog
1 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2
3         * configure.in: Provide a default for AC_TRY_RUN when
4         cross-compiling.  Effectively, assume that when cross-compiling,
5         working linkage implies working executable.
6
7 2001-05-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8
9         * configure.in: Rewrote OpenSSL library detection.  Now the code
10         loops over system locations where libssl/libcrypto might be
11         located.  Aside from linking, it actually tries to run the
12         executable before concluding that the linking "worked".
13
14 2001-05-16  Csaba Raduly  <csaba.raduly@sophos.com>
15
16         * windows/Makefile.watcom: Make linker accept space-separated list
17         of object files.
18
19 2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
20
21         * windows/Makefile.src: Update for SSL.
22
23 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
24
25         * windows/Makefile.watcom: Updated.
26
27 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
28
29         * windows/Makefile.watcom: Rewritten.
30
31 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
32
33         * po/zh_TW.po: Reinstated, after an update by Abel Cheung.
34
35         * po/zh_TW.Big5.po: Removed.
36
37 2001-04-28  Csaba Raduly  <csaba.raduly@sophos.com>
38
39         * windows/Makefile.watcom: Update.
40
41 2001-04-28  Herold Heiko  <Heiko.Herold@previnet.it>
42
43         * windows/wget.dep: Update.
44
45         * windows/Makefile.src: Update.
46
47         * windows/config.h.ms: Define inline to __inline.
48         Define ftruncate to chsize.
49
50 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
51
52         * po/hr.po: Updated.
53
54 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
55
56         * po/ja.po: New update by Hiroshi Takekawa.
57
58 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
59
60         * po/POTFILES.in: Add src/cookies.c.
61
62 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
63
64         * configure.in: Check for inline.
65
66 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
67
68         * po/zh_TW.Big5.po: New file, submitted by Abel Cheung.
69
70         * po/zh.po: Removed outdated file.
71
72 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
73
74         * aclocal.m4 (AM_PROG_CC_STDC): Don't use -Xc under SYSV.  It
75         forces strict ANSI mode, which means we lose `long long'.
76         Generally, don't require __STDC__ to be defined to 1 because that
77         signifies strict ANSI.
78
79 2001-04-04  Hrvoje Niksic  <hniksic@arsdigita.com>
80
81         * NEWS: Cosmetic changes.
82
83 2001-04-03  Trond Eivind Glomsrod  <teg@redhat.com>
84
85         * po/da.po: Ditto.
86
87         * po/no.po: The charset is iso-8859-1, not iso-8859-2.
88
89 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
90
91         * po/et.po: New version by Toomas Soome.
92
93 2001-04-01  Nicolas Lichtmaier  <nick@debian.org>
94
95         * po/es.po: New file.
96
97 2001-03-27  Dan Harkless  <wget@harkless.org>
98
99         * INSTALL: Updated to reflect --with-ssl's new optional parameter.
100
101         * configure.in: Christian Fraenkel's tests for -lcrypto and -lssl
102         were in the wrong order, causing a link failure if you're using
103         libcrypto.a and libssl.a rather than shared libraries.  Also put
104         in checks for -ldl, necessary since the libcrypto shared library
105         doesn't record its dependency on libdl.
106
107         * {.,util,windows}/Makefile.in: Moved top_builddir out of "User
108         configuration section" of top Makefile and analogous spot in others.
109
110         * po/Makefile.in.in: Previous addition of top_builddir to
111         po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
112
113 2001-03-26  Dan Harkless  <wget@harkless.org>
114
115         * TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
116
117 2001-03-22  Dan Harkless  <wget@harkless.org>
118
119         * MACHINES: Added rs6000-ibm-aix4.3.3.0.
120
121 2001-03-21  Dan Harkless  <wget@harkless.org>
122
123         * MACHINES: Added armv4l-unknown-linux-gnu.
124
125 2001-03-20  Dan Harkless  <wget@harkless.org>
126
127         * TODO: Oops.  Hostless absolute link conversion _is_ working.  My
128         test that led me to believe it wasn't was exposing a different bug
129         -- URLs specified on the commandline as opposed to being recursed
130         to don't always get re-converted at the end of the Wget run.
131
132 2001-03-17  Dan Harkless  <wget@harkless.org>
133
134         * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
135
136         * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our 
137         aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
138         If --with-ssl specified, look in /usr/local/ssl/lib by default for
139         OpenSSL libs.  Allow override with --with-ssl=<OpenSSL_root_dir>.
140         Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
141         (possibly rewritten by libtool) as well.  Don't appear to be
142         looking for a function main() in -lcrypto.  If the OpenSSL lib
143         checks fail, don't just silently build a wget without https
144         support -- issue a warning.  Define top_builddir.
145
146         * ltconfig: New file from libtool 1.3.5 distribution.
147
148         * ltmain.sh: New file from libtool 1.3.5 distribution.
149
150         * {.,po,util,windows}/Makefile.in: Define top_builddir.
151
152 2001-03-16  Dan Harkless  <wget@harkless.org>
153
154         * TODO: For some reason on 2000-11-19, Hrvoje removed the item
155         about converting hostless absolute links.  That isn't working yet,
156         so I've put the item back, with a modified wording.
157
158         * config.guess: Hadn't been updated since 1996 -- didn't work for recent
159         machines and OSes, such as NetWinder ARM Linux.  Updated to latest 
160         version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
161         
162         * config.sub: Ditto -- updated to latest version (2001-03-12).
163         
164 2001-03-12  Dan Harkless  <wget@harkless.org>
165
166         * TODO: Only normal recursion should respect -np -- page-requisite
167         recursion should not.
168
169 2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
170
171         * TODO: Removed an obsolete item about adding VMS and MS FTP
172         server support.
173
174 2001-03-05  Dan Harkless  <wget@harkless.org>
175
176         * TODO: Add a --range option to download only a given byte range.
177
178 2001-03-01  Dan Harkless  <wget@harkless.org>
179
180         * ChangeLog.README: Renamed from README.branches and added a note
181         that Wget has multiple ChangeLog files (currently ./ChangeLog,
182         doc/ChangeLog, and src/ChangeLog), since this is unusual and
183         people have complained their patches hadn't been applied after
184         checking only the top-level ChangeLog.
185
186 2001-02-28  Dan Harkless  <wget@harkless.org>
187
188         * MACHINES: Explicitly tell people to send us config.guess output.
189
190 2001-02-27  Dan Harkless  <wget@harkless.org>
191
192         * TODO: Re-use FTP connection if multiple URLs on one host
193         specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
194
195 2001-02-23  Dan Harkless  <wget@harkless.org>
196
197         * NEWS: Note that Wget now has a man page again.
198
199         * po/*.po*: Updated after changing --help's description of -N and
200         moving -nr to a different category.
201
202         * TODO: "Timestamps are sometimes not copied over on files
203         retrieved by FTP." removed.  Hopefully all the failures I was
204         seeing were due to the fact that it wasn't documented that
205         non-globbing, non-recursive FTP downloads need -N to get the
206         remote timestamp to be preserved.
207
208 2001-02-22  Dan Harkless  <wget@harkless.org>
209
210         * TODO: Remove empty directories created due to --accept/--reject.
211
212         * configure.in: Look for perl and pod2man and make substitutions.
213         
214         * Makefile.in (install): Do install.man if we have pod2man.
215
216 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
217
218         * windows/Makefile.src: Removed references to ftpparse sources.
219
220         * windows/wget.dep: Ditto.
221
222         * windows/Makefile.watcom: Ditto. 
223
224 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
225
226         * windows/Makefile.src: Don't attempt to compile in alloca.c; it
227         doesn't work and it's not needed.
228
229 2001-01-16  Hrvoje Niksic  <hniksic@arsdigita.com>
230
231         * NEWS: Added more NEWS items.
232
233 2001-01-15  Dan Harkless  <wget@harkless.org>
234
235         * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
236
237 2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
238
239         * util/wget.spec: Updated to 1.7, merged with the spec file from
240         RedHat.
241
242         * po/Makefile.in.in: `make realclean' equal to `make
243         maintainer-clean'.
244
245         * Makefile.in (realclean-top): Remove 'configure' as well. 
246
247 2001-01-11  Dan Harkless  <wget@harkless.org>
248
249         * TODO: If -c used with -N, check to make sure a file hasn't
250         changed on the server before "continuing" to download it.
251         
252 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
253
254         * windows/Makefile.src: Updated.
255
256         * windows/wget.dep: Ditto.
257
258 2001-01-09  Dan Harkless  <wget@harkless.org>
259
260         * TODO: If -c is on, don't re-download a 100%-downloaded file.
261         
262         * TODO: The bug where you couldn't recurse into ftp directories if
263         logging in put you somewhere else besides the server's "/"
264         directory got fixed without the TODO entry for it being removed.
265
266         * TODO: Add a "rollback" option to have --continue throw away X
267         corrupted (e.g. by proxy) bytes from end of file before resuming.
268
269         * po/*.po*: Updated after changing --help's description of -c.
270
271 2001-01-06  Dan Harkless  <wget@harkless.org>
272
273         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
274         the best way to go about my aim.  Removed them in favor of:
275
276         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
277
278         * README.branches: Explains the 1.6_branch.ChangeLog files.
279
280         * README.cvs: Falsely claimed you only needed GNU autoconf to
281         build from the CVS sources.  You also need GNU gettext and
282         texinfo.  I also did a bunch of general re-writing of this file.
283
284 2001-01-03  Dan Harkless  <wget@harkless.org>
285
286         * TODO: We should make a simple man page referring to info doco.
287
288 2000-12-31  Dan Harkless  <wget@harkless.org>
289
290         * README: Changed 1.5.3 in the FTP URL to 1.6.
291
292         * NEWS: Released Wget version 1.6.
293
294         * po/*.po: 'Project-Id-Version's were very haphazard, saying
295         either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
296         1.5.3, the nonexistent 1.5.4, and 1.6-pre.  Standardized all to
297         "GNU Wget 1.7-dev".  Perhaps this is wrong to do because some of
298         the translations haven't been updated since the versions they
299         state, but I know some of the files were updated specifically for
300         1.6, and none of them used this version (unless you count the sole
301         "1.6-pre" guy).  In any case, the 'POT-Creation-Date's and
302         'PO-Revision-Date's remain the best indicator of whether a
303         translation's out of date.
304         
305         * ChangeLog: Since this flat file doesn't have multiple branches,
306         looking at the dates would make you think that things went into
307         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
308         in 1.6 branch.]" where appropriate to clarify.
309         
310 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
311
312         * windows/Makefile.watcom: Updated.
313
314 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
315
316         * po/POTFILES.in: Updated.
317
318 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
319
320         * configure.in: Add windows/Makefile to the output block.
321
322         * windows/Makefile.in: New file.
323
324         * README.cvs: New file.
325
326 2000-11-25  Karl Eichwalder  <ke@suse.de>
327
328         * Makefile.in (SUBDIRS): Add 'windows'.
329         (dist, DISTFILES): Don't distribute CVS directories.
330         
331 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
332
333         * configure.in: Don't unconditionally define HAVE_SSL, even when
334         --with-ssl is given.
335
336 2000-12-03  Christian Fraenkel  <christian.fraenkel@gmx.net>
337
338         * INSTALL: Added the --with-ssl switch.
339         
340         * configure.in: Ditto.
341         
342         * TODO: Removed the corresponding entry.
343
344 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
345
346         * configure.in: Build ALL_LINGUAS dynamically.
347
348 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
349
350         * configure.in: Test for MMAP.
351
352 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
353
354         * windows/config.h.ms: snprintf and vsnprintf exist under Windows.
355
356         * windows/Makefile.src: Back out previous change.
357
358 2000-11-16  Herold Heiko  <Heiko.Herold@previnet.it>
359
360         * windows/Makefile.src: Compile in vsnprintf.c.
361
362 2000-11-02  Matthew Seaman  <m.seaman@inpharmatica.co.uk>
363
364         * util/rmold.pl: Various fixes.
365
366 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
367
368         * configure.in: Check for size of long and long long.
369
370 2000-10-30  Dan Harkless  <wget@harkless.org>
371
372         * NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
373
374 2000-10-27  Dan Harkless  <wget@harkless.org>
375
376         * TODO: wget now groks illegal relative URL HTTP redirects.
377
378 2000-10-24  Dan Harkless  <wget@harkless.org>
379
380         * NEWS: Forgot to update regarding new --bind-address option.
381
382 2000-10-20  Dan Harkless  <wget@harkless.org>
383
384         * TODO: -k needs to convert '?' to "%3F" in links to saved files
385         containing the '?' character (e.g. CGI output).  Also, we need to
386         check the HTTP spec w.r.t. simplification of absolute URLs.
387         Generalize --html-extension to something like --mime-extension.
388
389         * MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
390         by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
391
392         * NEWS: Always forget to update this file when making user-vis. changes.
393
394 2000-10-19  Dan Harkless  <wget@harkless.org>
395
396         * TODO: -E / --html-extension / html_extension has been implemented.
397         Make -I and -X allow an optional hostname before the directory name?
398         When simplifying paths, wget needs to stop at any '?' character.
399
400         * configure.in: Put "it" language in proper alphabetical order and
401         added new languages "pl" and "ru".
402
403         * po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
404         Polish message translation file.
405
406         * po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s 
407         Russian message translation file.
408
409 2000-10-16  Dan Harkless  <wget@harkless.org>
410
411         * TODO: Add option to save local filenames without extra %-encoding.
412
413 2000-10-09  Dan Harkless  <wget@harkless.org>
414
415         * TODO: --retr-symlinks should cause wget to traverse links to dirs too.
416
417 2000-09-25  Dan Harkless  <wget@harkless.org>
418
419         * TODO: Make wget return nonzero in situations like bad HTTP
420         auth.  Make wget follow (illegal) relative URL HTTP redirects.
421
422 2000-08-30  Dan Harkless  <wget@harkless.org>
423
424         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
425
426         * MACHINES: Previously said to send updates to "me" (Hrvoje) --
427         now says to email the mailing list or bug-wget@gnu.org.
428
429         * MAILING-LIST: Added mention of bug-wget@gnu.org.
430         
431         * NEWS: Added --waitretry and --page-requisites.
432
433 2000-08-25  Dan Harkless  <wget@harkless.org>
434
435         * MACHINES: Alphabetized, changed "architectures" to "OSes and
436         architectures", added missing company names, removed needless ^L,
437         made AIX and FreeBSD entries more general to reflect successful
438         use on those platforms by myself and others, removed the
439         non-factual "this version of", and fixed some grammatical errors.
440         
441 2000-07-21  Dan Harkless  <wget@harkless.org>
442
443         * TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
444         
445 2000-07-19  Dan Harkless  <wget@harkless.org>
446
447         * TODO: -k should convert "hostless absolute" URLs, like "/index.html".
448         
449 2000-05-24  Dan Harkless  <wget@harkless.org>
450
451         * TODO: Timestamps sometimes not copied over on files retrieved by FTP.
452         
453 2000-05-22  Dan Harkless  <wget@harkless.org>
454
455         * AUTHORS: Added myself to this file, as Hrvoje got confirmation
456         of my FSF copyright assignment.
457
458         * TODO: Added note that fragment identifiers don't work properly.
459         
460         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
461
462 2000-05-17  Dan Harkless  <wget@harkless.org>
463
464         * TODO: Make `-k' check for files that were downloaded in the past
465         and convert links to them in newly-downloaded documents.
466
467 2000-04-05  Dan Harkless  <wget@harkless.org>
468
469         * TODO: Make -K only leave .orig files around when different.  Add
470         an option to save all text/html files with .html extension.  Allow
471         mirroring of FTP URLs where logging in puts you somewhere else
472         besides '/'.
473
474 2000-04-04  Dan Harkless  <wget@harkless.org>
475
476         * NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
477         these new options when I added them.
478
479 2000-03-10  Dan Harkless  <wget@harkless.org>
480
481         * TODO: Removed done item: we now have an option (-G) that makes
482         it easy to download a single HTML document and all its constituents.
483         
484         * po/*.{gmo,po,pot}: Regenerated after adding new options.
485
486         * po/hr.po: Hrvoje forgot '\n's on his translations of my altered
487         messages, causing msgfmt to balk and `make install' to fail.
488
489 2000-03-01  Dan Harkless  <wget@harkless.org>
490
491         * NEWS (-K): Now possible to use -N with -k thanks to this option.
492
493         * TODO: Removed the -K / -N interaction item.
494
495 2000-02-29  Dan Harkless  <wget@harkless.org>
496
497         * NEWS (-K / --backup-converted): Mentioned this new option.
498
499 2000-02-18  Dan Harkless  <wget@harkless.org>
500
501         * TODO: When -K is used with -N, check local X.orig against server X.
502
503 1998-06-23  Dave Love  <d.love@dl.ac.uk>
504
505         * configure.in (exext): Define.
506
507 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
508
509         * configure.in: Check for access().
510
511 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
512
513         * po/hr.po: Some fixes, as per suggestions by Francois Pinard.
514
515 1998-05-19  Dominique Delamarre  <dominique.delamarre@hol.fr>
516
517         * po/fr.po: New file.
518
519 1998-05-19  Toomas Soome  <tsoome@ut.ee>
520
521         * po/et.po: Updated.
522
523 1998-05-11  Simos KSenitellis  <simos@teiath.gr>
524
525         * po/el.po: New file.
526
527 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
528
529         * aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
530
531 1998-05-09  Toomas Soome  <tsoome@ut.ee>
532
533         * po/et.po: New file.
534
535 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
536
537         * configure.bat: set up for either Borland or Visual C
538
539         * windows/wget.dep: new file
540
541         * windows/Makefile.*: use wget.dep
542
543         * rename windows/Makefile.bor to Makefile.src.bor
544
545 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
546
547         * windows/makefile.bor: Updated.
548
549         * windows/Makefile.src: Ditto.
550
551 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
552
553         * windows/config.h.bor: New file.
554
555         * windows/makefile.bor: New file.
556
557 1998-04-27  John Burden  <john@futuresguide.com>
558
559         * windows/Makefile.*: Cleanup.
560
561 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
562
563         * configure.in: Check for PID_T.
564
565 1998-04-19  Giovanni Bortolozzo  <borto@dei.unipd.it>
566
567         * po/it.po: Updated.
568
569 1998-04-19  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
570
571         * po/cs.po: Updated.
572
573 1998-04-19  Wanderlei Cavassin  <cavassin@conectiva.com.br>
574
575         * po/pt_BR.po: Updated.
576
577 1998-04-08  Stefan Hornburg  <racke@gundel.han.de>
578
579         * Makefile (dist): New target.
580
581 1998-04-08  Wanderlei Cavassin  <cavassin@conectiva.com.br>
582
583         * po/pt_BR.po: Updated.
584
585 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
586
587         * aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
588
589         * ABOUT-NLS: Removed.
590
591         * Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
592         Don't attempt to write to stamp-h.in.
593
594         * aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
595
596 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
597
598         * Makefile.in (distclean-top): Remove stamp-h.
599
600 1998-04-02  Robert Schmidt  <rsc@vingmed.no>
601
602         * po/no.po: New file.
603
604 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
605
606         * configure.in: New option `--disable-debug'.
607
608 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
609
610         * configure.in: Check for endianness.
611
612 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
613
614         * aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
615
616 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
617
618         * aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
619         unavailable.
620
621         * aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
622         renamed AM_WITH_NLS to WGET_WITH_NLS.
623
624         * aclocal.m4: Eliminate POSUBS.
625
626 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
627
628         * Makefile.in: config.h* -> src/config.h*
629
630         * configure.in: Check for vsnprintf().
631
632         * po/POTFILES.in: Updated.
633
634 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
635
636         * po/POTFILES.in: Removed extraneous newline at end of line, which 
637         caused an error in `Makefile' which Sun make choked on.
638
639 1998-03-16  Jan Prikryl <prikryl@cg.tuwien.ac.at>
640
641         * po/cs.po: New file.
642
643 1998-03-12  Wanderlei Cavassin  <cavassin@conectiva.com.br>
644
645         * po/pt_BR.po: New file.
646
647 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
648
649         * PROBLEMS: New file.
650
651 1998-02-22  Karl Eichwalder  <ke@suse.de>
652
653         * po/Makefile.in.in (install-data-yes): Fix creation of
654         directories for LC_MESSAGE files.
655
656 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
657
658         * configure.in: Removed `-Wno-switch' for gcc.
659
660         * po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
661         create the directory first.
662
663 1998-02-21  Karl Eichwalder  <karl@suse.de>
664
665         * po/de.po: Updated.
666
667 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
668
669         * Makefile.in (check): New empty target.
670
671 1998-02-11  Hrvoje Niksic  <hniksic@srce.hr>
672
673         * po/it.po: New file, by Antonio Rosella.
674
675 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
676
677         * aclocal.m4: Cleaned up.
678
679         * po/hr.po: Updated.
680
681         * configure.in: Removed check for POSIXized ISC.
682
683 1998-02-08  Karl Eichwalder  <karl@suse.de>
684
685         * po/de.po: Updated.
686
687 1998-02-07  Karl Eichwalder  <ke@suse.de>
688
689         * Makefile.in (install.info uninstall.info install.man
690         uninstall.man install.wgetrc): Use it.
691
692         * Makefile.in (install.mo): New target.
693
694 1998-02-03  Karl Eichwalder  <ke@suse.de>
695
696         * po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
697         src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
698         src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
699         src/url.c, and src/utils.c.
700
701         * intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
702
703         * po/Makefile.in.in: Add from gettext-0.10.32.
704
705         * Makefile.in (SUBDIRS): Add po/.
706
707         * configure.in (ALL_LINGUAS): New variable.  Add "de" and "hr".
708         (AM_GNU_GETTEXT): Add.
709         (AC_OUTPUT): Add po/Makefile.in; run the sed command.
710         
711         * aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
712         AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.
713