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