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