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