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