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