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