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