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