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