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