]> sjero.net Git - wget/blob - ChangeLog
[svn] Updates from the Translation Project.
[wget] / ChangeLog
1 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
2
3         * po/hu.po: Updated from the TP.
4
5         * po/et.po: Updated from the TP.
6
7         * po/ro.po: New file from the TP.
8
9 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
10
11         * po/hr.po: Updated.
12
13 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
14
15         * po/POTFILES.in: Added src/convert.c.
16
17 2003-09-30  Herold Heiko  <Heiko.Herold@previnet.it>
18
19         * windows/Makefile.src (OBJ): Fix typo.
20
21 2003-09-26  Gisle Vanem  <giva@bgnett.no>
22
23         * windows/config.h.ms: Don't declare alloca under compilers that
24         support it.
25
26         * windows/config.h.ms: Define HAVE_SNPRINTF, HAVE_VSNPRINTF, and
27         HAVE_MEMMOVE.
28
29 2003-09-25  Herold Heiko  <Heiko.Herold@previnet.it>
30
31         * windows/Makefile.src: Updated OBJ list.
32
33 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
34
35         * Makefile.in (clean-top): Remove .libs.
36
37 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
38
39         * Makefile.in (distclean-top): Remove autom4te.cache.
40
41 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
42
43         * install-sh, mkinstalldirs: Updated from Autoconf 2.57.
44
45 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
46
47         * ltmain.sh, aclocal.m4: Upgrade to libtool 1.4.3.  Libtool 1.5
48         has been out for a while now, but it can wait until after Wget 1.9
49         is released.
50
51 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
52
53         * config.sub: Ditto.
54
55         * config.guess: Updated from Autoconf 2.57.
56
57 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
58
59         * util/dist-wget: Fixed portable echo checking under Bash.
60
61 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
62
63         * configure.in: Change AC_CHECK_FUNC(getaddrinfo...) to
64         AC_CHECK_FUNCS, which automatically defines HAVE_GETADDRINFO.
65
66 2003-09-16  Mauro Tortonesi <mauro@deepspace6.net>
67
68         * configure.in, aclocal.m4: Added proper IPv6 detection.
69
70 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
71
72         * Makefile.in (all): Don't build configure.bat by default.
73
74 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
75
76         * configure.in, aclocal.m4: Added configure check for IPv6 and
77         getaddrinfo.  From Daniel Stenberg.
78
79 2003-09-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
80
81         * configure.in: Additional M4 quoting.
82
83 2003-09-04  Hrvoje Niksic  <hniksic@xemacs.org>
84
85         * aclocal.m4, configure.in: Made them work under Autoconf 2.5x.
86
87 2002-05-27  Ian Abbott  <abbotti@mev.co.uk>
88
89         * windows/config.h.bor: Do #define WGET_USE_STDARG.
90
91 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
92
93         * windows/config.h.ms: Ditto.
94
95         * windows/config.h.bor: Don't #define __STDC__.
96
97 2002-05-18  Hrvoje Niksic  <hniksic@arsdigita.com>
98
99         * ALL: Update the license to reflect the OpenSSL exception.
100
101 2002-04-23  Ian Abbott  <abbotti@mev.co.uk>
102
103         * windows/config.h.ms: Accounted for MSVC not defining `__STDC__' when
104         Microsoft's extensions are enabled and define it anyway (set to `1').
105         Defined some things that broke as a result of this.
106
107 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
108
109         * po/de.po: Updated from the TP.
110
111 2001-04-15  Ian Abbott  <abbotti@mev.co.uk>
112
113         windows/wget.dep: The target `connect$o' (connect.obj) now depends on
114         `utils.h'.
115
116 2001-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
117
118         * po/da.po: Ditto.
119
120         * po/de.po: Ditto.
121
122         * po/el.po: Ditto.
123
124         * po/es.po: Ditto.
125
126         * po/et.po: Ditto.
127
128         * po/fr.po: Ditto.
129
130         * po/gl.po: Ditto.
131
132         * po/he.po: Ditto.
133
134         * po/ja.po: Ditto.
135
136         * po/pl.po: Ditto.
137
138         * po/sk.po: Ditto.
139
140         * po/sl.po: Ditto.
141
142         * po/sv.po: Ditto.
143
144         * po/tr.po: Ditto.
145
146         * po/zh_TW.po: Update from TP.
147
148         * po/ca.po: Ditto.
149
150         * po/bg.po: New file from TP.
151
152 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
153
154         * po/hr.po: Editing the Project-Id-Version to say "wget" rather
155         than "GNU Wget".
156
157 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
158
159         * windows/Makefile.src.bor: Removed pre-compiled header options as
160         they increase build time (on my machine).
161
162 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
163
164         * windows/config.h.bor: Account for Borland not defining `__STDC__'
165         when Borland's extensions enabled, and define it anyway.
166
167 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
168
169         * configure.in: Check for <setjmp.h>.  Check for sigsetjmp and
170         sigblock.
171
172 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
173
174         * windows/config.h.bor: define `HACK_BCC_UTIME_BUG'. Define `utime'
175         as `borland_utime' if `HACK_BCC_UTIME_BUG' is defined.
176
177 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
178
179         * windows/wget.dep: Updated several dependencies for object files.
180
181 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
182
183         * windows/config.h.bor:
184         * windows/config.h.ms:
185         Removed conditional cruft that was there for Unix-like systems.
186
187 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
188
189         * * windows/wget.dep: Fix dependencies for target mswindows$o
190         (mswindows.obj)
191
192 2002-03-19  Chin-yuan Kuo  <sr1111111@yahoo.com.tw>
193
194         * configure.bat.in: Do not check %BORPATH% as C++Builder compiler
195         does not use it.
196
197         * windows/Makefile.src.bor:
198         * windows/config.h.bor:
199         Migrated to free (as in beer) C++Builder compiler.
200
201 2002-03-13  Ian Abbott  <abbotti@mev.co.uk>
202
203         * configure.bat: Removed (renamed to configure.bat.ini).
204
205         * configure.bat.in: New (renamed from configure.bat).
206
207         * Makefile.in: Add rule to copy configure.bat.in to configure.bat,
208         converting line endings to MS-DOS format in the process.
209
210 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
211
212         * MACHINES: OS X entry by Jonathan Davis.
213
214 2001-12-19  Csaba Raduly  <csaba.raduly@sophos.com>
215
216         * windows/Makefile.watcom: add gen-md5.obj and progress.obj to the
217         list of "sources"
218
219         * configure.bat: add section for Watcom
220
221 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
222
223         * po/ja.po: Ditto.
224
225         * po/sv.po: Ditto.
226
227         * po/de.po: Ditto.
228
229         * po/es.po: Ditto.
230
231         * po/fr.po: Ditto.
232
233         * po/et.po: Ditto.
234
235         * po/tr.po: Ditto.
236
237         * po/ru.po: Update from TP.
238
239 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
240
241         * configure.in: Autodetect SSL.  Check for SSL includes too.
242
243 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
244
245         * config.sub: Ditto.
246
247         * config.guess: Ditto.
248
249         * aclocal.m4: Ditto.
250
251         * ltmain.sh: Upgrade to libtool 1.4.2.
252
253 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
254
255         * configure.in: Check for md5_calc rather than MD5Update when
256         looking for Solaris md5.
257
258 2001-12-08  R.I.P. Deaddog  <maddog@linuxhall.org>
259
260         * po/zh_TW.po: Updated for 1.8.
261
262 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
263
264         * po/tr.po: Ditto.
265
266         * po/sv.po: Ditto.
267
268         * po/ru.po: Ditto.
269
270         * po/fr.po: Ditto.
271
272         * po/es.po: Ditto.
273
274         * po/de.po: Update from TP.
275
276 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
277
278         * po/et.po: Update from the TP.
279
280 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
281
282         * configure.in: Check for <termios.h>
283
284 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
285
286         * po/de.po: Ditto.
287
288         * po/fr.po: Ditto.
289
290         * po/tr.po: Ditto.
291
292         * po/sv.po: Ditto.
293
294         * po/et.po: Update from TP.
295
296         * po/hu.po: New file from TP.
297
298 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
299
300         * windows\Makefile.src: add gen_sslfunc.c
301
302         * windows\Makefile.src.bor: ditto.
303
304 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
305
306         * po/hr.po: Updated Croatian translation.
307
308 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
309
310         * configure.in: Use SSL's MD5 if we're compiling with SSL anyway.
311
312 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
313
314         * configure.in: Don't check for random.
315
316 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
317
318         * po/hr.po: Updated.
319
320 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
321
322         * configure.in: Check for random.
323
324 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
325
326         * configure.in: Check for usleep.
327
328 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
329
330         * util/dist-wget: New file: the script used for building Wget.
331
332 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
333
334         * po/hr.po: A major overhaul.
335
336 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
337
338         * po/wget.pot: Rebuild.
339
340         * po/POTFILES.in: Update with the new source files.
341
342 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
343
344         * configure.in: Check for sys/ioctl.h.
345
346 2001-11-22  Herold Heiko  <Heiko.Herold@previnet.it>
347
348         * windows/Readme
349         * windows/Makefile.doc
350         Windows documentation update.
351         * windows/Makefile.src
352         Cleanup config.h
353
354 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
355
356         * windows/Makefile.doc: Update docs generation.
357
358 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
359
360         * configure.in: Check for strpbrk().
361
362 2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
363
364         * windows/Makefile.src:
365         * windows/Makefile.src.bor:
366         * windows/Makefile.watcom:
367         * windows/config.h.bor:
368         * windows/config.h.ms:
369         * windows/wget.dep:
370         Windows update.
371
372 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
373
374         * configure.in: Check for getopt_long in libc.
375
376 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
377
378         * configure.in: Check for Solaris libmd5.
379
380 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
381
382         * po/: Installed ja.po, et.po, he.po, fr.po, da.po, uk.po, es.po,
383         sl.po, nl.po from the Translation Project.
384
385 2001-06-16  Hrvoje Niksic  <hniksic@arsdigita.com>
386
387         * MACHINES: Added mips-sgi-irix6.5, as reported by Edward
388         J. Sabol.
389
390 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
391
392         * po/da.po: New version from TP.
393
394 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
395
396         * config.sub: New version from libtool 1.4.
397
398         * config.guess: New version from libtool 1.4.
399
400         * ltmain.sh: New version from libtool 1.4.
401
402         * aclocal.m4: Imported `libtool.m4' from libtool 1.4.
403
404         * ltconfig: Removed.
405
406         * configure.in: First check the compiler, then invoke libtool.
407
408 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
409
410         * po/: Install new files from the TP: sv.po, cs.po, et.po, tr.po,
411         es.po, de.po, gl.po, sk.po, ru.po, fr.po.
412
413 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
414
415         * configure.in: Check for both gethostbyname and inet_ntoa before
416         concluding that -lnsl is not needed.
417
418 2001-06-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
419
420         * configure.in: Use `libtool' to test linking of external
421         libraries.
422
423 2001-06-05  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
424
425         * po/cs.po: Updated to match the 1.7 POT.
426
427 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
428
429         * po/: New versions of de.po and gl.po from the TP.
430
431 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
432
433         * po/hr.po: Updated to match the new POT.
434
435 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
436
437         * po/wget.pot: Updated.
438
439 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
440
441         * po/es.po: Use the version from TP.
442
443 2001-06-02  R.I.P. Deaddog  <maddog@linuxhall.org>
444
445         * po/zh_TW.po: Updated for 1.7.
446
447 2001-06-02  Hrvoje Niksic  <hniksic@arsdigita.com>
448
449         * po/: Updated ru.po, et.po, and sv.po.  Added tr.po.
450
451 2001-06-02  Hrvoje Niksic  <hniksic@arsdigita.com>
452
453         * po/pl.po: Use iso-8859-1 as charset.
454
455         * po/hr.po: Update.
456
457 2001-05-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
458
459         * configure.in: Use $host_os instead of non-existent "$opsys" when
460         deciding based on host type.
461
462         * configure.in: Print "cross" when cross-compiling.
463
464 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
465
466         * po/hr.po: Updated.
467
468         * po/wget.pot: Regenerated from sources.
469
470         * README: Updated copyright statement.
471
472         * INSTALL: Document the new OpenSSL autodetector.
473
474 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
475
476         * configure.in: Provide a default for AC_TRY_RUN when
477         cross-compiling.  Effectively, assume that when cross-compiling,
478         working linkage implies working executable.
479
480 2001-05-25  Hrvoje Niksic  <hniksic@arsdigita.com>
481
482         * configure.in: Rewrote OpenSSL library detection.  Now the code
483         loops over system locations where libssl/libcrypto might be
484         located.  Aside from linking, it actually tries to run the
485         executable before concluding that the linking "worked".
486
487 2001-05-16  Csaba Raduly  <csaba.raduly@sophos.com>
488
489         * windows/Makefile.watcom: Make linker accept space-separated list
490         of object files.
491
492 2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
493
494         * windows/Makefile.src: Update for SSL.
495
496 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
497
498         * windows/Makefile.watcom: Updated.
499
500 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
501
502         * windows/Makefile.watcom: Rewritten.
503
504 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
505
506         * po/zh_TW.po: Reinstated, after an update by Abel Cheung.
507
508         * po/zh_TW.Big5.po: Removed.
509
510 2001-04-28  Csaba Raduly  <csaba.raduly@sophos.com>
511
512         * windows/Makefile.watcom: Update.
513
514 2001-04-28  Herold Heiko  <Heiko.Herold@previnet.it>
515
516         * windows/wget.dep: Update.
517
518         * windows/Makefile.src: Update.
519
520         * windows/config.h.ms: Define inline to __inline.
521         Define ftruncate to chsize.
522
523 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
524
525         * po/hr.po: Updated.
526
527 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
528
529         * po/ja.po: New update by Hiroshi Takekawa.
530
531 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
532
533         * po/POTFILES.in: Add src/cookies.c.
534
535 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
536
537         * configure.in: Check for inline.
538
539 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
540
541         * po/zh_TW.Big5.po: New file, submitted by Abel Cheung.
542
543         * po/zh.po: Removed outdated file.
544
545 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
546
547         * aclocal.m4 (AM_PROG_CC_STDC): Don't use -Xc under SYSV.  It
548         forces strict ANSI mode, which means we lose `long long'.
549         Generally, don't require __STDC__ to be defined to 1 because that
550         signifies strict ANSI.
551
552 2001-04-04  Hrvoje Niksic  <hniksic@arsdigita.com>
553
554         * NEWS: Cosmetic changes.
555
556 2001-04-03  Trond Eivind Glomsrod  <teg@redhat.com>
557
558         * po/da.po: Ditto.
559
560         * po/no.po: The charset is iso-8859-1, not iso-8859-2.
561
562 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
563
564         * po/et.po: New version by Toomas Soome.
565
566 2001-04-01  Nicolas Lichtmaier  <nick@debian.org>
567
568         * po/es.po: New file.
569
570 2001-03-27  Dan Harkless  <wget@harkless.org>
571
572         * INSTALL: Updated to reflect --with-ssl's new optional parameter.
573
574         * configure.in: Christian Fraenkel's tests for -lcrypto and -lssl
575         were in the wrong order, causing a link failure if you're using
576         libcrypto.a and libssl.a rather than shared libraries.  Also put
577         in checks for -ldl, necessary since the libcrypto shared library
578         doesn't record its dependency on libdl.
579
580         * {.,util,windows}/Makefile.in: Moved top_builddir out of "User
581         configuration section" of top Makefile and analogous spot in others.
582
583         * po/Makefile.in.in: Previous addition of top_builddir to
584         po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
585
586 2001-03-26  Dan Harkless  <wget@harkless.org>
587
588         * TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
589
590 2001-03-22  Dan Harkless  <wget@harkless.org>
591
592         * MACHINES: Added rs6000-ibm-aix4.3.3.0.
593
594 2001-03-21  Dan Harkless  <wget@harkless.org>
595
596         * MACHINES: Added armv4l-unknown-linux-gnu.
597
598 2001-03-20  Dan Harkless  <wget@harkless.org>
599
600         * TODO: Oops.  Hostless absolute link conversion _is_ working.  My
601         test that led me to believe it wasn't was exposing a different bug
602         -- URLs specified on the commandline as opposed to being recursed
603         to don't always get re-converted at the end of the Wget run.
604
605 2001-03-17  Dan Harkless  <wget@harkless.org>
606
607         * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
608
609         * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our 
610         aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
611         If --with-ssl specified, look in /usr/local/ssl/lib by default for
612         OpenSSL libs.  Allow override with --with-ssl=<OpenSSL_root_dir>.
613         Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
614         (possibly rewritten by libtool) as well.  Don't appear to be
615         looking for a function main() in -lcrypto.  If the OpenSSL lib
616         checks fail, don't just silently build a wget without https
617         support -- issue a warning.  Define top_builddir.
618
619         * ltconfig: New file from libtool 1.3.5 distribution.
620
621         * ltmain.sh: New file from libtool 1.3.5 distribution.
622
623         * {.,po,util,windows}/Makefile.in: Define top_builddir.
624
625 2001-03-16  Dan Harkless  <wget@harkless.org>
626
627         * TODO: For some reason on 2000-11-19, Hrvoje removed the item
628         about converting hostless absolute links.  That isn't working yet,
629         so I've put the item back, with a modified wording.
630
631         * config.guess: Hadn't been updated since 1996 -- didn't work for recent
632         machines and OSes, such as NetWinder ARM Linux.  Updated to latest 
633         version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
634         
635         * config.sub: Ditto -- updated to latest version (2001-03-12).
636         
637 2001-03-12  Dan Harkless  <wget@harkless.org>
638
639         * TODO: Only normal recursion should respect -np -- page-requisite
640         recursion should not.
641
642 2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
643
644         * TODO: Removed an obsolete item about adding VMS and MS FTP
645         server support.
646
647 2001-03-05  Dan Harkless  <wget@harkless.org>
648
649         * TODO: Add a --range option to download only a given byte range.
650
651 2001-03-01  Dan Harkless  <wget@harkless.org>
652
653         * ChangeLog.README: Renamed from README.branches and added a note
654         that Wget has multiple ChangeLog files (currently ./ChangeLog,
655         doc/ChangeLog, and src/ChangeLog), since this is unusual and
656         people have complained their patches hadn't been applied after
657         checking only the top-level ChangeLog.
658
659 2001-02-28  Dan Harkless  <wget@harkless.org>
660
661         * MACHINES: Explicitly tell people to send us config.guess output.
662
663 2001-02-27  Dan Harkless  <wget@harkless.org>
664
665         * TODO: Re-use FTP connection if multiple URLs on one host
666         specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
667
668 2001-02-23  Dan Harkless  <wget@harkless.org>
669
670         * NEWS: Note that Wget now has a man page again.
671
672         * po/*.po*: Updated after changing --help's description of -N and
673         moving -nr to a different category.
674
675         * TODO: "Timestamps are sometimes not copied over on files
676         retrieved by FTP." removed.  Hopefully all the failures I was
677         seeing were due to the fact that it wasn't documented that
678         non-globbing, non-recursive FTP downloads need -N to get the
679         remote timestamp to be preserved.
680
681 2001-02-22  Dan Harkless  <wget@harkless.org>
682
683         * TODO: Remove empty directories created due to --accept/--reject.
684
685         * configure.in: Look for perl and pod2man and make substitutions.
686         
687         * Makefile.in (install): Do install.man if we have pod2man.
688
689 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
690
691         * windows/Makefile.src: Removed references to ftpparse sources.
692
693         * windows/wget.dep: Ditto.
694
695         * windows/Makefile.watcom: Ditto. 
696
697 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
698
699         * windows/Makefile.src: Don't attempt to compile in alloca.c; it
700         doesn't work and it's not needed.
701
702 2001-01-16  Hrvoje Niksic  <hniksic@arsdigita.com>
703
704         * NEWS: Added more NEWS items.
705
706 2001-01-15  Dan Harkless  <wget@harkless.org>
707
708         * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
709
710 2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
711
712         * util/wget.spec: Updated to 1.7, merged with the spec file from
713         RedHat.
714
715         * po/Makefile.in.in: `make realclean' equal to `make
716         maintainer-clean'.
717
718         * Makefile.in (realclean-top): Remove 'configure' as well. 
719
720 2001-01-11  Dan Harkless  <wget@harkless.org>
721
722         * TODO: If -c used with -N, check to make sure a file hasn't
723         changed on the server before "continuing" to download it.
724         
725 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
726
727         * windows/Makefile.src: Updated.
728
729         * windows/wget.dep: Ditto.
730
731 2001-01-09  Dan Harkless  <wget@harkless.org>
732
733         * TODO: If -c is on, don't re-download a 100%-downloaded file.
734         
735         * TODO: The bug where you couldn't recurse into ftp directories if
736         logging in put you somewhere else besides the server's "/"
737         directory got fixed without the TODO entry for it being removed.
738
739         * TODO: Add a "rollback" option to have --continue throw away X
740         corrupted (e.g. by proxy) bytes from end of file before resuming.
741
742         * po/*.po*: Updated after changing --help's description of -c.
743
744 2001-01-06  Dan Harkless  <wget@harkless.org>
745
746         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
747         the best way to go about my aim.  Removed them in favor of:
748
749         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
750
751         * README.branches: Explains the 1.6_branch.ChangeLog files.
752
753         * README.cvs: Falsely claimed you only needed GNU autoconf to
754         build from the CVS sources.  You also need GNU gettext and
755         texinfo.  I also did a bunch of general re-writing of this file.
756
757 2001-01-03  Dan Harkless  <wget@harkless.org>
758
759         * TODO: We should make a simple man page referring to info doco.
760
761 2000-12-31  Dan Harkless  <wget@harkless.org>
762
763         * README: Changed 1.5.3 in the FTP URL to 1.6.
764
765         * NEWS: Released Wget version 1.6.
766
767         * po/*.po: 'Project-Id-Version's were very haphazard, saying
768         either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
769         1.5.3, the nonexistent 1.5.4, and 1.6-pre.  Standardized all to
770         "GNU Wget 1.7-dev".  Perhaps this is wrong to do because some of
771         the translations haven't been updated since the versions they
772         state, but I know some of the files were updated specifically for
773         1.6, and none of them used this version (unless you count the sole
774         "1.6-pre" guy).  In any case, the 'POT-Creation-Date's and
775         'PO-Revision-Date's remain the best indicator of whether a
776         translation's out of date.
777         
778         * ChangeLog: Since this flat file doesn't have multiple branches,
779         looking at the dates would make you think that things went into
780         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
781         in 1.6 branch.]" where appropriate to clarify.
782         
783 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
784
785         * windows/Makefile.watcom: Updated.
786
787 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
788
789         * po/POTFILES.in: Updated.
790
791 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
792
793         * configure.in: Add windows/Makefile to the output block.
794
795         * windows/Makefile.in: New file.
796
797         * README.cvs: New file.
798
799 2000-11-25  Karl Eichwalder  <ke@suse.de>
800
801         * Makefile.in (SUBDIRS): Add 'windows'.
802         (dist, DISTFILES): Don't distribute CVS directories.
803         
804 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
805
806         * configure.in: Don't unconditionally define HAVE_SSL, even when
807         --with-ssl is given.
808
809 2000-12-03  Christian Fraenkel  <christian.fraenkel@gmx.net>
810
811         * INSTALL: Added the --with-ssl switch.
812         
813         * configure.in: Ditto.
814         
815         * TODO: Removed the corresponding entry.
816
817 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
818
819         * configure.in: Build ALL_LINGUAS dynamically.
820
821 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
822
823         * configure.in: Test for MMAP.
824
825 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
826
827         * windows/config.h.ms: snprintf and vsnprintf exist under Windows.
828
829         * windows/Makefile.src: Back out previous change.
830
831 2000-11-16  Herold Heiko  <Heiko.Herold@previnet.it>
832
833         * windows/Makefile.src: Compile in vsnprintf.c.
834
835 2000-11-02  Matthew Seaman  <m.seaman@inpharmatica.co.uk>
836
837         * util/rmold.pl: Various fixes.
838
839 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
840
841         * configure.in: Check for size of long and long long.
842
843 2000-10-30  Dan Harkless  <wget@harkless.org>
844
845         * NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
846
847 2000-10-27  Dan Harkless  <wget@harkless.org>
848
849         * TODO: wget now groks illegal relative URL HTTP redirects.
850
851 2000-10-24  Dan Harkless  <wget@harkless.org>
852
853         * NEWS: Forgot to update regarding new --bind-address option.
854
855 2000-10-20  Dan Harkless  <wget@harkless.org>
856
857         * TODO: -k needs to convert '?' to "%3F" in links to saved files
858         containing the '?' character (e.g. CGI output).  Also, we need to
859         check the HTTP spec w.r.t. simplification of absolute URLs.
860         Generalize --html-extension to something like --mime-extension.
861
862         * MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
863         by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
864
865         * NEWS: Always forget to update this file when making user-vis. changes.
866
867 2000-10-19  Dan Harkless  <wget@harkless.org>
868
869         * TODO: -E / --html-extension / html_extension has been implemented.
870         Make -I and -X allow an optional hostname before the directory name?
871         When simplifying paths, wget needs to stop at any '?' character.
872
873         * configure.in: Put "it" language in proper alphabetical order and
874         added new languages "pl" and "ru".
875
876         * po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
877         Polish message translation file.
878
879         * po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s 
880         Russian message translation file.
881
882 2000-10-16  Dan Harkless  <wget@harkless.org>
883
884         * TODO: Add option to save local filenames without extra %-encoding.
885
886 2000-10-09  Dan Harkless  <wget@harkless.org>
887
888         * TODO: --retr-symlinks should cause wget to traverse links to dirs too.
889
890 2000-09-25  Dan Harkless  <wget@harkless.org>
891
892         * TODO: Make wget return nonzero in situations like bad HTTP
893         auth.  Make wget follow (illegal) relative URL HTTP redirects.
894
895 2000-08-30  Dan Harkless  <wget@harkless.org>
896
897         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
898
899         * MACHINES: Previously said to send updates to "me" (Hrvoje) --
900         now says to email the mailing list or bug-wget@gnu.org.
901
902         * MAILING-LIST: Added mention of bug-wget@gnu.org.
903         
904         * NEWS: Added --waitretry and --page-requisites.
905
906 2000-08-25  Dan Harkless  <wget@harkless.org>
907
908         * MACHINES: Alphabetized, changed "architectures" to "OSes and
909         architectures", added missing company names, removed needless ^L,
910         made AIX and FreeBSD entries more general to reflect successful
911         use on those platforms by myself and others, removed the
912         non-factual "this version of", and fixed some grammatical errors.
913         
914 2000-07-21  Dan Harkless  <wget@harkless.org>
915
916         * TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
917         
918 2000-07-19  Dan Harkless  <wget@harkless.org>
919
920         * TODO: -k should convert "hostless absolute" URLs, like "/index.html".
921         
922 2000-05-24  Dan Harkless  <wget@harkless.org>
923
924         * TODO: Timestamps sometimes not copied over on files retrieved by FTP.
925         
926 2000-05-22  Dan Harkless  <wget@harkless.org>
927
928         * AUTHORS: Added myself to this file, as Hrvoje got confirmation
929         of my FSF copyright assignment.
930
931         * TODO: Added note that fragment identifiers don't work properly.
932         
933         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
934
935 2000-05-17  Dan Harkless  <wget@harkless.org>
936
937         * TODO: Make `-k' check for files that were downloaded in the past
938         and convert links to them in newly-downloaded documents.
939
940 2000-04-05  Dan Harkless  <wget@harkless.org>
941
942         * TODO: Make -K only leave .orig files around when different.  Add
943         an option to save all text/html files with .html extension.  Allow
944         mirroring of FTP URLs where logging in puts you somewhere else
945         besides '/'.
946
947 2000-04-04  Dan Harkless  <wget@harkless.org>
948
949         * NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
950         these new options when I added them.
951
952 2000-03-10  Dan Harkless  <wget@harkless.org>
953
954         * TODO: Removed done item: we now have an option (-G) that makes
955         it easy to download a single HTML document and all its constituents.
956         
957         * po/*.{gmo,po,pot}: Regenerated after adding new options.
958
959         * po/hr.po: Hrvoje forgot '\n's on his translations of my altered
960         messages, causing msgfmt to balk and `make install' to fail.
961
962 2000-03-01  Dan Harkless  <wget@harkless.org>
963
964         * NEWS (-K): Now possible to use -N with -k thanks to this option.
965
966         * TODO: Removed the -K / -N interaction item.
967
968 2000-02-29  Dan Harkless  <wget@harkless.org>
969
970         * NEWS (-K / --backup-converted): Mentioned this new option.
971
972 2000-02-18  Dan Harkless  <wget@harkless.org>
973
974         * TODO: When -K is used with -N, check local X.orig against server X.
975
976 1998-06-23  Dave Love  <d.love@dl.ac.uk>
977
978         * configure.in (exext): Define.
979
980 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
981
982         * configure.in: Check for access().
983
984 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
985
986         * po/hr.po: Some fixes, as per suggestions by Francois Pinard.
987
988 1998-05-19  Dominique Delamarre  <dominique.delamarre@hol.fr>
989
990         * po/fr.po: New file.
991
992 1998-05-19  Toomas Soome  <tsoome@ut.ee>
993
994         * po/et.po: Updated.
995
996 1998-05-11  Simos KSenitellis  <simos@teiath.gr>
997
998         * po/el.po: New file.
999
1000 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
1001
1002         * aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
1003
1004 1998-05-09  Toomas Soome  <tsoome@ut.ee>
1005
1006         * po/et.po: New file.
1007
1008 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1009
1010         * configure.bat: set up for either Borland or Visual C
1011
1012         * windows/wget.dep: new file
1013
1014         * windows/Makefile.*: use wget.dep
1015
1016         * rename windows/Makefile.bor to Makefile.src.bor
1017
1018 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1019
1020         * windows/makefile.bor: Updated.
1021
1022         * windows/Makefile.src: Ditto.
1023
1024 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1025
1026         * windows/config.h.bor: New file.
1027
1028         * windows/makefile.bor: New file.
1029
1030 1998-04-27  John Burden  <john@futuresguide.com>
1031
1032         * windows/Makefile.*: Cleanup.
1033
1034 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
1035
1036         * configure.in: Check for PID_T.
1037
1038 1998-04-19  Giovanni Bortolozzo  <borto@dei.unipd.it>
1039
1040         * po/it.po: Updated.
1041
1042 1998-04-19  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1043
1044         * po/cs.po: Updated.
1045
1046 1998-04-19  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1047
1048         * po/pt_BR.po: Updated.
1049
1050 1998-04-08  Stefan Hornburg  <racke@gundel.han.de>
1051
1052         * Makefile (dist): New target.
1053
1054 1998-04-08  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1055
1056         * po/pt_BR.po: Updated.
1057
1058 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
1059
1060         * aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
1061
1062         * ABOUT-NLS: Removed.
1063
1064         * Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
1065         Don't attempt to write to stamp-h.in.
1066
1067         * aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
1068
1069 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
1070
1071         * Makefile.in (distclean-top): Remove stamp-h.
1072
1073 1998-04-02  Robert Schmidt  <rsc@vingmed.no>
1074
1075         * po/no.po: New file.
1076
1077 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
1078
1079         * configure.in: New option `--disable-debug'.
1080
1081 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
1082
1083         * configure.in: Check for endianness.
1084
1085 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
1086
1087         * aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
1088
1089 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
1090
1091         * aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
1092         unavailable.
1093
1094         * aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
1095         renamed AM_WITH_NLS to WGET_WITH_NLS.
1096
1097         * aclocal.m4: Eliminate POSUBS.
1098
1099 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
1100
1101         * Makefile.in: config.h* -> src/config.h*
1102
1103         * configure.in: Check for vsnprintf().
1104
1105         * po/POTFILES.in: Updated.
1106
1107 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
1108
1109         * po/POTFILES.in: Removed extraneous newline at end of line, which 
1110         caused an error in `Makefile' which Sun make choked on.
1111
1112 1998-03-16  Jan Prikryl <prikryl@cg.tuwien.ac.at>
1113
1114         * po/cs.po: New file.
1115
1116 1998-03-12  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1117
1118         * po/pt_BR.po: New file.
1119
1120 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
1121
1122         * PROBLEMS: New file.
1123
1124 1998-02-22  Karl Eichwalder  <ke@suse.de>
1125
1126         * po/Makefile.in.in (install-data-yes): Fix creation of
1127         directories for LC_MESSAGE files.
1128
1129 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
1130
1131         * configure.in: Removed `-Wno-switch' for gcc.
1132
1133         * po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
1134         create the directory first.
1135
1136 1998-02-21  Karl Eichwalder  <karl@suse.de>
1137
1138         * po/de.po: Updated.
1139
1140 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
1141
1142         * Makefile.in (check): New empty target.
1143
1144 1998-02-11  Hrvoje Niksic  <hniksic@srce.hr>
1145
1146         * po/it.po: New file, by Antonio Rosella.
1147
1148 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
1149
1150         * aclocal.m4: Cleaned up.
1151
1152         * po/hr.po: Updated.
1153
1154         * configure.in: Removed check for POSIXized ISC.
1155
1156 1998-02-08  Karl Eichwalder  <karl@suse.de>
1157
1158         * po/de.po: Updated.
1159
1160 1998-02-07  Karl Eichwalder  <ke@suse.de>
1161
1162         * Makefile.in (install.info uninstall.info install.man
1163         uninstall.man install.wgetrc): Use it.
1164
1165         * Makefile.in (install.mo): New target.
1166
1167 1998-02-03  Karl Eichwalder  <ke@suse.de>
1168
1169         * po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
1170         src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
1171         src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
1172         src/url.c, and src/utils.c.
1173
1174         * intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
1175
1176         * po/Makefile.in.in: Add from gettext-0.10.32.
1177
1178         * Makefile.in (SUBDIRS): Add po/.
1179
1180         * configure.in (ALL_LINGUAS): New variable.  Add "de" and "hr".
1181         (AM_GNU_GETTEXT): Add.
1182         (AC_OUTPUT): Add po/Makefile.in; run the sed command.
1183         
1184         * aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
1185         AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.
1186