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