]> sjero.net Git - wget/blob - ChangeLog
Added changelog entries.
[wget] / ChangeLog
1 2007-09-25  Micah Cowan  <micah@cowan.name>
2
3         * configure.in: Remove unnecessary heuristic to generate exeext
4         variable, since AC_PROG_CC and others automatically set EXEEXT.
5         Pointed out by Steve Kenton <skenton@ou.edu>.
6
7 2007-09-12  Micah Cowan  <micah@cowan.name>
8
9         * AUTHORS: Added... me...
10         * TODO: file removed, bugtracker is authoritative source for
11         planned changes.
12
13 2007-08-26  Micah Cowan  <micah@cowan.name>
14
15         * po/POTFILES.in: Added spider.c.
16
17 2007-08-24  Micah Cowan  <micah@cowan.name>
18
19         * po/no.po: removed; replaced by nb.po (per the translation
20         project coordinator, Benno Schulenberg).
21
22 2007-08-22  Micah Cowan  <micah@cowan.name>
23
24         * Makefile.in: Exclude .svn directories and below from
25         distribution.
26
27 2007-08-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28
29         * m4/wget.m4 (WGET_PROCESS_PO, AM_PATH_PROG_WITH_TEST): Add
30         missing M4 quotation.  Delete serial number.
31
32 2007-08-09  Micah Cowan  <micah@cowan.name>
33
34         * NEWS: Timestamping from most recent response.
35
36 2007-08-08  Micah Cowan  <micah@cowan.name>
37
38         * NEWS: Call attention to the fact that Content-Disposition is
39         not enabled by default.
40
41 2007-08-07  Micah Cowan  <micah@cowan.name>
42
43         * configure.in: Fix --with-libssl-prefix failure by replacing
44         usage of sh "if" statement with "AS_IF" macros, to force
45         AC_REQUIRE'd macros to be expanded before the conditional
46         statement body.
47         * NEWS: Note that configure.in now requires autoconf >= 2.61,
48         to support AS_IF and its expansion of AC_REQUIREs.
49
50 2007-07-29  Micah Cowan  <micah@cowan.name>
51
52         * NEWS: No more auth before challenge. No more auth info in
53         Referer. New --max-redirect option.
54
55 2007-07-09  Micah Cowan  <micah@cowan.name>
56
57         * README, util/wget.spec: Removed references to wget.sunsite.dk.
58
59 2007-07-05  Micah Cowan  <micah@cowan.name>
60
61         * AUTHORS:
62         Draw attention to previous maintainers.
63
64         * autogen.sh, config.guess, config.sub, configure.bat:
65         * configure.in, m4/wget.m4, Makefile.in, util/dist-wget:
66         * util/Makefile.in, util/rmold.pl:
67         Updated GPL reference to version 3 or later, removed FSF
68         address.
69
70         * README:
71         Updated reference to maintainer, and updated GPL reference to
72         version 3 or later.
73
74         * COPYING:
75         Replaced with verson 3.
76
77 2006-08-28  Noèl Köthe <noel@debian.org>
78
79         * Makefile.in: Fixed a DESTDIR-related bug.
80
81 2006-07-17  Daniel Richard G.  <skunk@iSKUNK.ORG>
82
83         * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. 
84
85 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
86
87         * configure.in: Check for intptr_t.
88
89 2006-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
90
91         * configure.in: We're no longer using strtoimax.
92
93 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
94
95         * configure.in: Check for memrchr.
96
97 2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
98
99         * configure.in: Check for uintptr_t.
100
101 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
102
103         * Makefile.in: Improved support for unit testing.
104         
105         * configure.in: Ditto.
106         
107 2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
108
109         * Makefile.in: Added basic support for unit testing.
110         
111 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
112
113         * configure.in: Abort configure if --with-ssl given but SSL
114         unavailable.  Use HAVE_LIBSSL and HAVE_LIBGNUTLS symbols provided
115         by AC_LIB_HAVE_LINKFLAGS instead of inventing new ones.
116
117 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
118
119         * configure.in: Check for strtoll and strtoimax.
120
121 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
122
123         * configure.in: Remove -Wno-implicit from default GCC warning
124         flags.
125
126 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
127
128         * configure.in: Don't check for symlink, which is expected to
129         exist.  Check for asprintf.
130
131 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
132
133         * configure.bat: Copy the common config.h and config-compiler.h.
134
135 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
136
137         * configure.in: Don't check for setjmp.h.
138
139 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
140
141         * Makefile.in: Also use @LIBGNUTLS@ to build LIBS.
142
143 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
144
145         * configure.in: Add check for GnuTLS if --with-ssl=gnutls is used.
146
147 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
148
149         * po/POTFILES.in: Include src/ptimer.c.
150
151 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
152
153         * configure.in: Mention in message that the "GNU" md5
154         implementation is in fact built-in to Wget.
155
156 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
157
158         * m4/wget.m4 (WGET_WITH_NLS): Don't check for locale.h.
159
160 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
161
162         * configure.in: Test for $LIBSSL instead of the old $ssl_success
163         when deciding which MD5 to use.
164
165 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
166
167         * configure.in: Require Autoconf 2.59.
168
169 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
170
171         * configure.in: Check for drand48.
172
173 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
174
175         * m4/wget.m4: Use proper GPL header.
176
177 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
178
179         * Makefile.in: No need to clean .libs.
180
181 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
182
183         * Makefile.in (DISTFILES): Don't split the sed invocation across
184         several lines, Solaris make passes the backslashes to sed literally.
185
186 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
187
188         * Makefile.in: Instead of creating configure.bat from
189         configure.bat.in, simply make sure the correct EOL style in
190         checked out of the repository.
191
192 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
193
194         * configure.in: Move the large file check further up.  Only check
195         for endianness if GNU md5 is used (it being the only file that
196         needs endianness information).
197
198 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
199
200         * configure.in: Don't indent #include lines.
201
202 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
203
204         * configure.in: Enable the user to turn off SSL autodetection and
205         disable SSL using --without-ssl.
206
207         * Makefile.in ($(srcdir)/stamp-h.in): Remove the aclocal.m4
208         dependencies.
209
210 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
211
212         * configure.in: Include m4/*.m4.
213
214         * aclocal.m4: Renamed to m4/wget.m4.
215
216 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
217
218         * configure.in: Use AC_LIB_HAVE_LINKFLAGS instead of
219         AC_LIB_LINKFLAGS when checking for library functions.
220
221         * configure.in: Don't waste time checking for headers and
222         functions we know must be there.  But manually AC_DEFINE the
223         functions that might be missing from non-Unix systems.
224
225 2005-06-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
226
227         * libtool.m4, ltmain.sh: Deleted.
228
229         * configure.in: Replaced ugly libtool-based check for OpenSSL libs
230         with a simpler config.rpath-based approach.
231
232         * Makefile.in, src/Makefile.in: Removed libtool support.
233
234         * m4/lib-link.m4, m4/lib-prefix.m4, m4/lib-ld.m4, config.rpath:
235         config.rpath macros taken from gettext 0.14.5.
236
237 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
238
239         * configure.in: Don't check for strpbrk and mktime.
240
241 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
242
243         * util/dist-wget: Port to subversion.
244
245 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
246
247         * README.svn: Renamed to README.checkout.  Edited to mention the
248         autogen.sh script.
249
250 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
251
252         * autogen.sh: New file.
253
254         * Makefile.svn: Deleted, replaced with the even simpler (and more
255         standard) `autogen.sh' script.
256
257 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
258
259         * configure.in: Don't check for signal.h.  Remove the
260         AC_HEADER_TIME check.  Remove the test for ANSI C prototypes.
261
262 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
263
264         * configure.in: Check for C99 conformant stdbool.h.
265
266 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
267
268         * MAILING-LIST: Remove reference to the obsolete `wget-cvs'
269         mailing list.
270
271 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
272
273         * config.sub, config.guess: Updated from canonical location.
274
275 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
276
277         * configure.in: Assume existence of gettimeofday and select.
278         gettimeofday exists on all platforms we care about (except for
279         Windows where Windows-specific functions are used instead), and
280         select exists virtually everywhere.
281
282         * configure.in: Assume existence of strerror, signal, strstr, and
283         memmove, which are all required by ANSI C.
284
285 2005-06-21  Hrvoje Niksic  <hniksic@xemacs.org>
286
287         * Makefile.cvs: Renamed to Makefile.svn.
288
289         * README.cvs: Renamed to README.svn.
290
291 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
292
293         * configure.in: Don't check for the return type of signal
294         handlers; C89 requires it to be void.
295
296 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
297
298         * aclocal.m4: Remove support for K&R compilers.
299
300 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
301
302         * configure.in: Test for OpenSSL includes we actually need.
303
304 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
305
306         * Makefile.in ($(srcdir)/stamp-h.in): Don't print the line with
307         the comment about running autoheader.
308
309 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
310
311         * configure.in: Set MAKEINFO to "true" so build doesn't fail for
312         users without either makeinfo or the pre-packaged info files.
313
314 2005-05-02  Hrvoje Niksic  <hniksic@xemacs.org>
315
316         * INSTALL: Document environment variables affecting configure,
317         especially $CC.
318
319         * INSTALL: Mention that make install requires root.
320
321 2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
322
323         * configure.in: Don't set ipv6 to yes only because struct
324         sockaddr_in6 was found.  Stop the rest of the IPv6 checks when one
325         check fails.  Abort if IPv6 was explicitly requested, but not
326         found.
327
328 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
329
330         * windows/Makefile.top.bor: Use MAKEDIR for make clean too.
331
332 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
333
334         * windows/Makefile.src.bor: Don't delete executables other than
335         wget.exe.  Delete various auxilliary files created by the Borland
336         build process.
337
338 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
339
340         * NEWS: Advertise new-style syntax for --no-dns-cache instead
341         of --dns-cache=off.
342
343 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
344
345         * windows/Makefile.src.bor: Don't suppress unreachable code
346         warning.
347
348 2005-04-28  Herold Heiko  <Heiko.Herold@previnet.it>
349
350         * windows/wget.dep: Rename gen_sslfunc.c to openssl.c.
351
352 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
353
354         * INSTALL: Mention --disable-ntlm.
355
356 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
357
358         * NEWS: Mention the new --ftp-user, --ftp-password, --user and
359         --password options, the name changes for --http-passwd and
360         --proxy-passwd and the deprecation of login and passwd commands.
361
362 2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
363
364         * po/eo.po: Added Esperanto translation.
365
366 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
367
368         * po/vi.po: Added Vietnamese translation.
369
370 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
371
372         * MACHINES: Removed.
373
374 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
375
376         * configure.in: When checking for OpenSSL headers, check for all
377         the ones that Wget is using.
378
379 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
380
381         * windows/Makefile.src: Compile ptimer.c and http-ntlm.c.
382
383 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
384
385         * configure.in: Use it.
386
387         * aclocal.m4 (WGET_POSIX_CLOCK): Check whether -lrt is needed to
388         use POSIX clock functions like clock_gettime.
389
390 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
391
392         * Makefile.in ($(srcdir)/stamp-h.in): Don't attempt to run
393         autoheader automatically; it breaks things with fresh CVS builds.
394
395 2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
396
397         * configure.in: Allow the user to disable NTLM authorization.
398         Make sure NTLM is disabled if OpenSSL is unavailable.  If NTLM is
399         *explicitly* requested and OpenSSL is unavailable, abort.
400
401         * configure.in: Renamed USE_* to ENABLE_*.
402
403 2005-03-23  Hrvoje Niksic  <hniksic@xemacs.org>
404
405         * po/POTFILES.in: Removed headers.c and rbuf.c.
406
407 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
408
409         * windows/Makefile.src.bor: Reenable warnings under Borland C,
410         disabling only specific warnings.  Generate Pentium Pro code by
411         default.
412
413 2003-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
414
415         * configure.in: Don't check for AI_ADDRCONFIG here, it is checked
416         for in the source directly.
417
418 2003-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
419
420         * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
421         libtool 1.5.14.
422
423 2003-02-23  Hrvoje Niksic  <hniksic@xemacs.org>
424
425         * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
426         libtool 1.5.8.
427
428 2005-02-20  Hrvoje Niksic  <hniksic@xemacs.org>
429
430         * configure.in: Check for LFS.  Determine SIZEOF_OFF_T.
431         Check for ftello.
432
433 2005-02-18  Marco Colombo  <m.colombo@ed.ac.uk>
434
435         * po/it.po: Updated Italian translation.
436
437 2004-05-09  David Fritz  <zeroxdf@att.net>
438
439         * windows/Makefile.src.bor: Fix broken build rule.  Add clean target.
440
441         * windows/Makefile.top.bor: Use tabs instead of spaces.  Ignore
442         errors in clean rules.  Use lowercase filenames when building
443         distribution .zip archive.
444
445         * windows/config.h.bor:  Don't define HAVE_UINT32_T.
446
447         * windows/Makefile.doc: Fix remaining instance of build rules
448         indented with spaces instead of tabs.
449
450         * windows/Makefile.src: Update copyright year.
451
452         * windows/Makefile.top: Update copyright year.
453
454         * windows/config.h.mingw (WGET_USE_STDARG, HAVE_SIG_ATOMIC_T): Define.
455
456         * windows/config.h.ms (HAVE_STRPBRK, HAVE_LIMITS_H)
457         (HAVE_LOCALE_H): Define.
458
459         * windows/Makefile.watcom: Add /I. to CFLAGS.  Remove reference to
460         specific Wget version from linker flags.  Add missing
461         dependencies.
462
463 2004-02-09  David Fritz  <zeroxdf@att.net>
464
465         * configure.bat.in: Don't clear the screen.
466
467         * windows/README: Add introductory paragraph.  Re-word a few
468         sentences.  Correct minor typographical errors.  Use consistent
469         capitalization of Wget, SSL, and OpenSSL.  Refer to Microsoft
470         Visual C++ as MSVC instead of VC++.  Mention the --msvc option to
471         configure.bat.  Reflow paragraphs.
472
473         * windows/Makefile.top: Use tabs instead of spaces.  Ignore errors
474         in clean rules.  Use lowercase filenames when building distribution
475         .zip archive.
476
477         * windows/Makefile.doc: Use tabs instead of spaces.  Ignore errors
478         in clean rules.
479
480         * windows/Makefile.src: Clean-up clean rules.  Use tabs instead of
481         spaces.  Link against gdi32.lib.  Don't define SYSTEM_WGETRC.
482         Remove unused macros.  Remove anachronistic and superfluous linker
483         flags.  Don't rename wget.exe to all upper-case.  Add
484         `preprocessor' conditionals for SSL and newer MSVC options.  Use
485         batch rules.  Don't suppress all warnings.
486
487 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
488
489         * aclocal.m4: Don't check for AI_V4MAPPED and for AI_ALL, since
490         Wget doesn't need them.
491
492         * configure.in: Check for struct sockaddr_storage.
493
494 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
495
496         * configure.in: Use a more standard checking message when checking
497         for md5.h.
498
499 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
500
501         * configure.in: Tweak ansi2knr test, use : instead of true.
502
503 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
504
505         * configure.in: Check for limits.h.
506
507 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
508
509         * aclocal.m4 (WGET_SOCKLEN_T): Use AC_COMPILE_IFELSE instead of
510         AC_TRY_COMPILE.
511
512 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
513
514         * aclocal.m4 (WGET_STRUCT_UTIMBUF): Use AC_CHECK_TYPES instead of
515         AC_EGREP_CPP to check for struct utimbuf.
516
517 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
518
519         * aclocal.m4 (WGET_WITH_NLS): Respect the user's setting of
520         LINGUAS, e.g. `LINGUAS="en bg ja" ./configure'.
521
522 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
523
524         * configure.in: Don't attempt to use Emacs as a makeinfo
525         substitute.
526
527 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
528
529         * README: Remove explicit version reference, so that the file
530         doesn't have to be updated for each new release.
531
532 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
533
534         * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
535         libtool 1.5.
536
537 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
538
539         * windows/config.h.ms: MSVC doesn't have uint32_t.
540
541 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
542
543         * configure.in: Remove the broken check for socks.
544
545 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
546
547         * configure.in: Substitute ANSI2KNR and U, so we can compile.
548
549 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
550
551         * configure.in: Use the Autoconf macro AC_C_PROTOTYPES instead of
552         the old AM_C_PROTOTYPES.
553
554 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
555
556         * configure.in: Use the new form of AC_OUTPUT.
557
558         * Makefile.cvs (prep): Invoke autoheader.
559
560 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
561
562         * configure.in: Require Autoconf 2.57.
563
564 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
565
566         * aclocal.m4: Ditto.
567
568         * configure.in: Add description annotations to AC_DEFINE.
569
570         * Makefile.in: Update maintenance targets, preparing them for the
571         use of `autoheader'.
572
573 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
574
575         * configure.in: Don't misuse AC_MSG_RESULT.  Use AC_MSG_NOTICE
576         where appropriate.
577
578 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
579
580         * configure.in: Check whether volatile is supported.  Don't check
581         for gethostname and uname, which are not used.
582
583 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
584
585         * configure.in: Move some checks into aclocal.m4.  Check whether
586         fnmatch.h is includable.
587
588         * configure.in: Also check whether #include <md5.h> works before
589         deciding to use Solaris libmd5.
590
591         * configure.in: Use AC_MSG_NOTICE instead of echo.  Use
592         AC_MSG_ERROR for fatal errors.
593
594 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
595
596         * configure.in: Look for nanosleep in -lrt and -lposix4, which is
597         where Solaris has them.
598
599 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
600
601         * configure.in: Check for nanosleep.
602
603 2003-03-09  Nicolas Schodet  <contact@ni.fr.eu.org>
604
605         * Makefile.in: Fixed bad configure.bat scrdir.
606
607 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
608
609         * configure.in: Reenable IPv6 autodetection.
610
611 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
612
613         * configure.in: Switch from u_int32_t to uint32_t.  Check for
614         inttypes.h so it's used to get the definition of uint32_t where
615         available.
616
617 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
618
619         * windows/Makefile.src.watcom (OBJS): Use convert.c.
620         From Chin-yuan Kuo.
621
622 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
623
624         * windows/config.h.bor: DEBUG is now ENABLE_DEBUG.  Borland has
625         snprintf, but not u_int32_t.
626
627         * windows/Makefile.src.bor (OBJS): Use convert.c.
628
629         From Chin-yuan Kuo.
630
631 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
632
633         * windows/config.h.mingw: Ditto.
634
635         * windows/Makefile.top.mingw: Ditto.
636
637         * windows/Makefile.src.mingw: New file.
638
639         * windows/wget.dep: Support convert.o.
640
641         * configure.bat.in: New option `--mingw'.
642         From Chin-yuan Kuo.
643
644 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
645
646         * Makefile.in (dist): Depend on configure.bat.
647         (realclean-top): Delete configure.bat.
648
649 2003-10-21  Hrvoje Niksic  <hniksic@xemacs.org>
650
651         * Makefile.in (distclean-top): Remove the libtool script, because
652         it's generated by configure.
653
654 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
655
656         * configure.in: Don't check for int32_t because we're not really
657         using it.
658
659 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
660
661         * configure.in: Check for int32_t and u_int32_t.  Check for
662         SIZEOF_INT.
663
664 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
665
666         * aclocal.m4 (WGET_WITH_NLS): First check for gettext in libintl,
667         then use the libc version.  That way systems that get libintl.h
668         from /usr/local/include will get the matching gettext.
669
670 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
671
672         * po/tr.po: Ditto.
673
674         * po/sv.po: Updated from TP.
675
676 2003-10-09  Herold Heiko  <Heiko.Herold@previnet.it>
677
678         * windows/Makefile.watcom (OBJS): Ditto.
679
680         * windows/Makefile.src.bor: Ditto.
681
682         * windows/wget.dep: Ditto.
683
684         * windows/Makefile.src: Removed references to fnmatch.c and
685         fnmatch.o.
686
687 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
688
689         * po/ft.po, po/sk.po, po/ja.po: Updated from the TP.
690
691 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
692
693         * po/wget.pot: Recreated.
694
695 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
696
697         * configure.in: Renamed DEBUG to ENABLE_DEBUG.
698
699 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
700
701         * libtool.m4: New file with contents imported from libtool.
702
703         * aclocal.m4: Move libtool stuff into a separate file.  That
704         leaves this file only with Wget-specific stuff.
705
706 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
707
708         * po/hu.po: Updated from the TP.
709
710         * po/et.po: Updated from the TP.
711
712         * po/ro.po: New file from the TP.
713
714 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
715
716         * po/hr.po: Updated.
717
718 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
719
720         * po/POTFILES.in: Added src/convert.c.
721
722 2003-09-30  Herold Heiko  <Heiko.Herold@previnet.it>
723
724         * windows/Makefile.src (OBJ): Fix typo.
725
726 2003-09-26  Gisle Vanem  <giva@bgnett.no>
727
728         * windows/config.h.ms: Don't declare alloca under compilers that
729         support it.
730
731         * windows/config.h.ms: Define HAVE_SNPRINTF, HAVE_VSNPRINTF, and
732         HAVE_MEMMOVE.
733
734 2003-09-25  Herold Heiko  <Heiko.Herold@previnet.it>
735
736         * windows/Makefile.src: Updated OBJ list.
737
738 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
739
740         * Makefile.in (clean-top): Remove .libs.
741
742 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
743
744         * Makefile.in (distclean-top): Remove autom4te.cache.
745
746 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
747
748         * install-sh, mkinstalldirs: Updated from Autoconf 2.57.
749
750 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
751
752         * ltmain.sh, aclocal.m4: Upgrade to libtool 1.4.3.  Libtool 1.5
753         has been out for a while now, but it can wait until after Wget 1.9
754         is released.
755
756 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
757
758         * config.sub: Ditto.
759
760         * config.guess: Updated from Autoconf 2.57.
761
762 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
763
764         * util/dist-wget: Fixed portable echo checking under Bash.
765
766 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
767
768         * configure.in: Change AC_CHECK_FUNC(getaddrinfo...) to
769         AC_CHECK_FUNCS, which automatically defines HAVE_GETADDRINFO.
770
771 2003-09-16  Mauro Tortonesi <mauro@deepspace6.net>
772
773         * configure.in, aclocal.m4: Added proper IPv6 detection.
774
775 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
776
777         * Makefile.in (all): Don't build configure.bat by default.
778
779 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
780
781         * configure.in, aclocal.m4: Added configure check for IPv6 and
782         getaddrinfo.  From Daniel Stenberg.
783
784 2003-09-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
785
786         * configure.in: Additional M4 quoting.
787
788 2003-09-04  Hrvoje Niksic  <hniksic@xemacs.org>
789
790         * aclocal.m4, configure.in: Made them work under Autoconf 2.5x.
791
792 2002-05-27  Ian Abbott  <abbotti@mev.co.uk>
793
794         * windows/config.h.bor: Do #define WGET_USE_STDARG.
795
796 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
797
798         * windows/config.h.ms: Ditto.
799
800         * windows/config.h.bor: Don't #define __STDC__.
801
802 2002-05-18  Hrvoje Niksic  <hniksic@arsdigita.com>
803
804         * ALL: Update the license to reflect the OpenSSL exception.
805
806 2002-04-23  Ian Abbott  <abbotti@mev.co.uk>
807
808         * windows/config.h.ms: Accounted for MSVC not defining `__STDC__' when
809         Microsoft's extensions are enabled and define it anyway (set to `1').
810         Defined some things that broke as a result of this.
811
812 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
813
814         * po/de.po: Updated from the TP.
815
816 2001-04-15  Ian Abbott  <abbotti@mev.co.uk>
817
818         windows/wget.dep: The target `connect$o' (connect.obj) now depends on
819         `utils.h'.
820
821 2001-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
822
823         * po/da.po: Ditto.
824
825         * po/de.po: Ditto.
826
827         * po/el.po: Ditto.
828
829         * po/es.po: Ditto.
830
831         * po/et.po: Ditto.
832
833         * po/fr.po: Ditto.
834
835         * po/gl.po: Ditto.
836
837         * po/he.po: Ditto.
838
839         * po/ja.po: Ditto.
840
841         * po/pl.po: Ditto.
842
843         * po/sk.po: Ditto.
844
845         * po/sl.po: Ditto.
846
847         * po/sv.po: Ditto.
848
849         * po/tr.po: Ditto.
850
851         * po/zh_TW.po: Update from TP.
852
853         * po/ca.po: Ditto.
854
855         * po/bg.po: New file from TP.
856
857 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
858
859         * po/hr.po: Editing the Project-Id-Version to say "wget" rather
860         than "GNU Wget".
861
862 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
863
864         * windows/Makefile.src.bor: Removed pre-compiled header options as
865         they increase build time (on my machine).
866
867 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
868
869         * windows/config.h.bor: Account for Borland not defining `__STDC__'
870         when Borland's extensions enabled, and define it anyway.
871
872 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
873
874         * configure.in: Check for <setjmp.h>.  Check for sigsetjmp and
875         sigblock.
876
877 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
878
879         * windows/config.h.bor: define `HACK_BCC_UTIME_BUG'. Define `utime'
880         as `borland_utime' if `HACK_BCC_UTIME_BUG' is defined.
881
882 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
883
884         * windows/wget.dep: Updated several dependencies for object files.
885
886 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
887
888         * windows/config.h.bor:
889         * windows/config.h.ms:
890         Removed conditional cruft that was there for Unix-like systems.
891
892 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
893
894         * * windows/wget.dep: Fix dependencies for target mswindows$o
895         (mswindows.obj)
896
897 2002-03-19  Chin-yuan Kuo  <sr1111111@yahoo.com.tw>
898
899         * configure.bat.in: Do not check %BORPATH% as C++Builder compiler
900         does not use it.
901
902         * windows/Makefile.src.bor:
903         * windows/config.h.bor:
904         Migrated to free (as in beer) C++Builder compiler.
905
906 2002-03-13  Ian Abbott  <abbotti@mev.co.uk>
907
908         * configure.bat: Removed (renamed to configure.bat.ini).
909
910         * configure.bat.in: New (renamed from configure.bat).
911
912         * Makefile.in: Add rule to copy configure.bat.in to configure.bat,
913         converting line endings to MS-DOS format in the process.
914
915 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
916
917         * MACHINES: OS X entry by Jonathan Davis.
918
919 2001-12-19  Csaba Raduly  <csaba.raduly@sophos.com>
920
921         * windows/Makefile.watcom: add gen-md5.obj and progress.obj to the
922         list of "sources"
923
924         * configure.bat: add section for Watcom
925
926 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
927
928         * po/ja.po: Ditto.
929
930         * po/sv.po: Ditto.
931
932         * po/de.po: Ditto.
933
934         * po/es.po: Ditto.
935
936         * po/fr.po: Ditto.
937
938         * po/et.po: Ditto.
939
940         * po/tr.po: Ditto.
941
942         * po/ru.po: Update from TP.
943
944 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
945
946         * configure.in: Autodetect SSL.  Check for SSL includes too.
947
948 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
949
950         * config.sub: Ditto.
951
952         * config.guess: Ditto.
953
954         * aclocal.m4: Ditto.
955
956         * ltmain.sh: Upgrade to libtool 1.4.2.
957
958 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
959
960         * configure.in: Check for md5_calc rather than MD5Update when
961         looking for Solaris md5.
962
963 2001-12-08  R.I.P. Deaddog  <maddog@linuxhall.org>
964
965         * po/zh_TW.po: Updated for 1.8.
966
967 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
968
969         * po/tr.po: Ditto.
970
971         * po/sv.po: Ditto.
972
973         * po/ru.po: Ditto.
974
975         * po/fr.po: Ditto.
976
977         * po/es.po: Ditto.
978
979         * po/de.po: Update from TP.
980
981 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
982
983         * po/et.po: Update from the TP.
984
985 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
986
987         * configure.in: Check for <termios.h>
988
989 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
990
991         * po/de.po: Ditto.
992
993         * po/fr.po: Ditto.
994
995         * po/tr.po: Ditto.
996
997         * po/sv.po: Ditto.
998
999         * po/et.po: Update from TP.
1000
1001         * po/hu.po: New file from TP.
1002
1003 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
1004
1005         * windows\Makefile.src: add gen_sslfunc.c
1006
1007         * windows\Makefile.src.bor: ditto.
1008
1009 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1010
1011         * po/hr.po: Updated Croatian translation.
1012
1013 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1014
1015         * configure.in: Use SSL's MD5 if we're compiling with SSL anyway.
1016
1017 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1018
1019         * configure.in: Don't check for random.
1020
1021 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1022
1023         * po/hr.po: Updated.
1024
1025 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1026
1027         * configure.in: Check for random.
1028
1029 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1030
1031         * configure.in: Check for usleep.
1032
1033 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1034
1035         * util/dist-wget: New file: the script used for building Wget.
1036
1037 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1038
1039         * po/hr.po: A major overhaul.
1040
1041 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1042
1043         * po/wget.pot: Rebuild.
1044
1045         * po/POTFILES.in: Update with the new source files.
1046
1047 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1048
1049         * configure.in: Check for sys/ioctl.h.
1050
1051 2001-11-22  Herold Heiko  <Heiko.Herold@previnet.it>
1052
1053         * windows/Readme
1054         * windows/Makefile.doc
1055         Windows documentation update.
1056         * windows/Makefile.src
1057         Cleanup config.h
1058
1059 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
1060
1061         * windows/Makefile.doc: Update docs generation.
1062
1063 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
1064
1065         * configure.in: Check for strpbrk().
1066
1067 2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
1068
1069         * windows/Makefile.src:
1070         * windows/Makefile.src.bor:
1071         * windows/Makefile.watcom:
1072         * windows/config.h.bor:
1073         * windows/config.h.ms:
1074         * windows/wget.dep:
1075         Windows update.
1076
1077 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1078
1079         * configure.in: Check for getopt_long in libc.
1080
1081 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1082
1083         * configure.in: Check for Solaris libmd5.
1084
1085 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1086
1087         * po/: Installed ja.po, et.po, he.po, fr.po, da.po, uk.po, es.po,
1088         sl.po, nl.po from the Translation Project.
1089
1090 2001-06-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1091
1092         * MACHINES: Added mips-sgi-irix6.5, as reported by Edward
1093         J. Sabol.
1094
1095 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1096
1097         * po/da.po: New version from TP.
1098
1099 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1100
1101         * config.sub: New version from libtool 1.4.
1102
1103         * config.guess: New version from libtool 1.4.
1104
1105         * ltmain.sh: New version from libtool 1.4.
1106
1107         * aclocal.m4: Imported `libtool.m4' from libtool 1.4.
1108
1109         * ltconfig: Removed.
1110
1111         * configure.in: First check the compiler, then invoke libtool.
1112
1113 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1114
1115         * po/: Install new files from the TP: sv.po, cs.po, et.po, tr.po,
1116         es.po, de.po, gl.po, sk.po, ru.po, fr.po.
1117
1118 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1119
1120         * configure.in: Check for both gethostbyname and inet_ntoa before
1121         concluding that -lnsl is not needed.
1122
1123 2001-06-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1124
1125         * configure.in: Use `libtool' to test linking of external
1126         libraries.
1127
1128 2001-06-05  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1129
1130         * po/cs.po: Updated to match the 1.7 POT.
1131
1132 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1133
1134         * po/: New versions of de.po and gl.po from the TP.
1135
1136 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1137
1138         * po/hr.po: Updated to match the new POT.
1139
1140 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1141
1142         * po/wget.pot: Updated.
1143
1144 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1145
1146         * po/es.po: Use the version from TP.
1147
1148 2001-06-02  R.I.P. Deaddog  <maddog@linuxhall.org>
1149
1150         * po/zh_TW.po: Updated for 1.7.
1151
1152 2001-06-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1153
1154         * po/: Updated ru.po, et.po, and sv.po.  Added tr.po.
1155
1156 2001-06-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1157
1158         * po/pl.po: Use iso-8859-1 as charset.
1159
1160         * po/hr.po: Update.
1161
1162 2001-05-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1163
1164         * configure.in: Use $host_os instead of non-existent "$opsys" when
1165         deciding based on host type.
1166
1167         * configure.in: Print "cross" when cross-compiling.
1168
1169 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1170
1171         * po/hr.po: Updated.
1172
1173         * po/wget.pot: Regenerated from sources.
1174
1175         * README: Updated copyright statement.
1176
1177         * INSTALL: Document the new OpenSSL autodetector.
1178
1179 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1180
1181         * configure.in: Provide a default for AC_TRY_RUN when
1182         cross-compiling.  Effectively, assume that when cross-compiling,
1183         working linkage implies working executable.
1184
1185 2001-05-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1186
1187         * configure.in: Rewrote OpenSSL library detection.  Now the code
1188         loops over system locations where libssl/libcrypto might be
1189         located.  Aside from linking, it actually tries to run the
1190         executable before concluding that the linking "worked".
1191
1192 2001-05-16  Csaba Raduly  <csaba.raduly@sophos.com>
1193
1194         * windows/Makefile.watcom: Make linker accept space-separated list
1195         of object files.
1196
1197 2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
1198
1199         * windows/Makefile.src: Update for SSL.
1200
1201 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
1202
1203         * windows/Makefile.watcom: Updated.
1204
1205 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
1206
1207         * windows/Makefile.watcom: Rewritten.
1208
1209 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
1210
1211         * po/zh_TW.po: Reinstated, after an update by Abel Cheung.
1212
1213         * po/zh_TW.Big5.po: Removed.
1214
1215 2001-04-28  Csaba Raduly  <csaba.raduly@sophos.com>
1216
1217         * windows/Makefile.watcom: Update.
1218
1219 2001-04-28  Herold Heiko  <Heiko.Herold@previnet.it>
1220
1221         * windows/wget.dep: Update.
1222
1223         * windows/Makefile.src: Update.
1224
1225         * windows/config.h.ms: Define inline to __inline.
1226         Define ftruncate to chsize.
1227
1228 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1229
1230         * po/hr.po: Updated.
1231
1232 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1233
1234         * po/ja.po: New update by Hiroshi Takekawa.
1235
1236 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1237
1238         * po/POTFILES.in: Add src/cookies.c.
1239
1240 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1241
1242         * configure.in: Check for inline.
1243
1244 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
1245
1246         * po/zh_TW.Big5.po: New file, submitted by Abel Cheung.
1247
1248         * po/zh.po: Removed outdated file.
1249
1250 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1251
1252         * aclocal.m4 (AM_PROG_CC_STDC): Don't use -Xc under SYSV.  It
1253         forces strict ANSI mode, which means we lose `long long'.
1254         Generally, don't require __STDC__ to be defined to 1 because that
1255         signifies strict ANSI.
1256
1257 2001-04-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1258
1259         * NEWS: Cosmetic changes.
1260
1261 2001-04-03  Trond Eivind Glomsrod  <teg@redhat.com>
1262
1263         * po/da.po: Ditto.
1264
1265         * po/no.po: The charset is iso-8859-1, not iso-8859-2.
1266
1267 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1268
1269         * po/et.po: New version by Toomas Soome.
1270
1271 2001-04-01  Nicolas Lichtmaier  <nick@debian.org>
1272
1273         * po/es.po: New file.
1274
1275 2001-03-27  Dan Harkless  <wget@harkless.org>
1276
1277         * INSTALL: Updated to reflect --with-ssl's new optional parameter.
1278
1279         * configure.in: Christian Fraenkel's tests for -lcrypto and -lssl
1280         were in the wrong order, causing a link failure if you're using
1281         libcrypto.a and libssl.a rather than shared libraries.  Also put
1282         in checks for -ldl, necessary since the libcrypto shared library
1283         doesn't record its dependency on libdl.
1284
1285         * {.,util,windows}/Makefile.in: Moved top_builddir out of "User
1286         configuration section" of top Makefile and analogous spot in others.
1287
1288         * po/Makefile.in.in: Previous addition of top_builddir to
1289         po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
1290
1291 2001-03-26  Dan Harkless  <wget@harkless.org>
1292
1293         * TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
1294
1295 2001-03-22  Dan Harkless  <wget@harkless.org>
1296
1297         * MACHINES: Added rs6000-ibm-aix4.3.3.0.
1298
1299 2001-03-21  Dan Harkless  <wget@harkless.org>
1300
1301         * MACHINES: Added armv4l-unknown-linux-gnu.
1302
1303 2001-03-20  Dan Harkless  <wget@harkless.org>
1304
1305         * TODO: Oops.  Hostless absolute link conversion _is_ working.  My
1306         test that led me to believe it wasn't was exposing a different bug
1307         -- URLs specified on the commandline as opposed to being recursed
1308         to don't always get re-converted at the end of the Wget run.
1309
1310 2001-03-17  Dan Harkless  <wget@harkless.org>
1311
1312         * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
1313
1314         * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our 
1315         aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
1316         If --with-ssl specified, look in /usr/local/ssl/lib by default for
1317         OpenSSL libs.  Allow override with --with-ssl=<OpenSSL_root_dir>.
1318         Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
1319         (possibly rewritten by libtool) as well.  Don't appear to be
1320         looking for a function main() in -lcrypto.  If the OpenSSL lib
1321         checks fail, don't just silently build a wget without https
1322         support -- issue a warning.  Define top_builddir.
1323
1324         * ltconfig: New file from libtool 1.3.5 distribution.
1325
1326         * ltmain.sh: New file from libtool 1.3.5 distribution.
1327
1328         * {.,po,util,windows}/Makefile.in: Define top_builddir.
1329
1330 2001-03-16  Dan Harkless  <wget@harkless.org>
1331
1332         * TODO: For some reason on 2000-11-19, Hrvoje removed the item
1333         about converting hostless absolute links.  That isn't working yet,
1334         so I've put the item back, with a modified wording.
1335
1336         * config.guess: Hadn't been updated since 1996 -- didn't work for recent
1337         machines and OSes, such as NetWinder ARM Linux.  Updated to latest 
1338         version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
1339         
1340         * config.sub: Ditto -- updated to latest version (2001-03-12).
1341         
1342 2001-03-12  Dan Harkless  <wget@harkless.org>
1343
1344         * TODO: Only normal recursion should respect -np -- page-requisite
1345         recursion should not.
1346
1347 2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1348
1349         * TODO: Removed an obsolete item about adding VMS and MS FTP
1350         server support.
1351
1352 2001-03-05  Dan Harkless  <wget@harkless.org>
1353
1354         * TODO: Add a --range option to download only a given byte range.
1355
1356 2001-03-01  Dan Harkless  <wget@harkless.org>
1357
1358         * ChangeLog.README: Renamed from README.branches and added a note
1359         that Wget has multiple ChangeLog files (currently ./ChangeLog,
1360         doc/ChangeLog, and src/ChangeLog), since this is unusual and
1361         people have complained their patches hadn't been applied after
1362         checking only the top-level ChangeLog.
1363
1364 2001-02-28  Dan Harkless  <wget@harkless.org>
1365
1366         * MACHINES: Explicitly tell people to send us config.guess output.
1367
1368 2001-02-27  Dan Harkless  <wget@harkless.org>
1369
1370         * TODO: Re-use FTP connection if multiple URLs on one host
1371         specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
1372
1373 2001-02-23  Dan Harkless  <wget@harkless.org>
1374
1375         * NEWS: Note that Wget now has a man page again.
1376
1377         * po/*.po*: Updated after changing --help's description of -N and
1378         moving -nr to a different category.
1379
1380         * TODO: "Timestamps are sometimes not copied over on files
1381         retrieved by FTP." removed.  Hopefully all the failures I was
1382         seeing were due to the fact that it wasn't documented that
1383         non-globbing, non-recursive FTP downloads need -N to get the
1384         remote timestamp to be preserved.
1385
1386 2001-02-22  Dan Harkless  <wget@harkless.org>
1387
1388         * TODO: Remove empty directories created due to --accept/--reject.
1389
1390         * configure.in: Look for perl and pod2man and make substitutions.
1391         
1392         * Makefile.in (install): Do install.man if we have pod2man.
1393
1394 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1395
1396         * windows/Makefile.src: Removed references to ftpparse sources.
1397
1398         * windows/wget.dep: Ditto.
1399
1400         * windows/Makefile.watcom: Ditto. 
1401
1402 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
1403
1404         * windows/Makefile.src: Don't attempt to compile in alloca.c; it
1405         doesn't work and it's not needed.
1406
1407 2001-01-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1408
1409         * NEWS: Added more NEWS items.
1410
1411 2001-01-15  Dan Harkless  <wget@harkless.org>
1412
1413         * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
1414
1415 2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1416
1417         * util/wget.spec: Updated to 1.7, merged with the spec file from
1418         RedHat.
1419
1420         * po/Makefile.in.in: `make realclean' equal to `make
1421         maintainer-clean'.
1422
1423         * Makefile.in (realclean-top): Remove 'configure' as well. 
1424
1425 2001-01-11  Dan Harkless  <wget@harkless.org>
1426
1427         * TODO: If -c used with -N, check to make sure a file hasn't
1428         changed on the server before "continuing" to download it.
1429         
1430 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
1431
1432         * windows/Makefile.src: Updated.
1433
1434         * windows/wget.dep: Ditto.
1435
1436 2001-01-09  Dan Harkless  <wget@harkless.org>
1437
1438         * TODO: If -c is on, don't re-download a 100%-downloaded file.
1439         
1440         * TODO: The bug where you couldn't recurse into ftp directories if
1441         logging in put you somewhere else besides the server's "/"
1442         directory got fixed without the TODO entry for it being removed.
1443
1444         * TODO: Add a "rollback" option to have --continue throw away X
1445         corrupted (e.g. by proxy) bytes from end of file before resuming.
1446
1447         * po/*.po*: Updated after changing --help's description of -c.
1448
1449 2001-01-06  Dan Harkless  <wget@harkless.org>
1450
1451         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
1452         the best way to go about my aim.  Removed them in favor of:
1453
1454         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
1455
1456         * README.branches: Explains the 1.6_branch.ChangeLog files.
1457
1458         * README.cvs: Falsely claimed you only needed GNU autoconf to
1459         build from the CVS sources.  You also need GNU gettext and
1460         texinfo.  I also did a bunch of general re-writing of this file.
1461
1462 2001-01-03  Dan Harkless  <wget@harkless.org>
1463
1464         * TODO: We should make a simple man page referring to info doco.
1465
1466 2000-12-31  Dan Harkless  <wget@harkless.org>
1467
1468         * README: Changed 1.5.3 in the FTP URL to 1.6.
1469
1470         * NEWS: Released Wget version 1.6.
1471
1472         * po/*.po: 'Project-Id-Version's were very haphazard, saying
1473         either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
1474         1.5.3, the nonexistent 1.5.4, and 1.6-pre.  Standardized all to
1475         "GNU Wget 1.7-dev".  Perhaps this is wrong to do because some of
1476         the translations haven't been updated since the versions they
1477         state, but I know some of the files were updated specifically for
1478         1.6, and none of them used this version (unless you count the sole
1479         "1.6-pre" guy).  In any case, the 'POT-Creation-Date's and
1480         'PO-Revision-Date's remain the best indicator of whether a
1481         translation's out of date.
1482         
1483         * ChangeLog: Since this flat file doesn't have multiple branches,
1484         looking at the dates would make you think that things went into
1485         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
1486         in 1.6 branch.]" where appropriate to clarify.
1487         
1488 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
1489
1490         * windows/Makefile.watcom: Updated.
1491
1492 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1493
1494         * po/POTFILES.in: Updated.
1495
1496 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1497
1498         * configure.in: Add windows/Makefile to the output block.
1499
1500         * windows/Makefile.in: New file.
1501
1502         * README.cvs: New file.
1503
1504 2000-11-25  Karl Eichwalder  <ke@suse.de>
1505
1506         * Makefile.in (SUBDIRS): Add 'windows'.
1507         (dist, DISTFILES): Don't distribute CVS directories.
1508         
1509 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1510
1511         * configure.in: Don't unconditionally define HAVE_SSL, even when
1512         --with-ssl is given.
1513
1514 2000-12-03  Christian Fraenkel  <christian.fraenkel@gmx.net>
1515
1516         * INSTALL: Added the --with-ssl switch.
1517         
1518         * configure.in: Ditto.
1519         
1520         * TODO: Removed the corresponding entry.
1521
1522 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1523
1524         * configure.in: Build ALL_LINGUAS dynamically.
1525
1526 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1527
1528         * configure.in: Test for MMAP.
1529
1530 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1531
1532         * windows/config.h.ms: snprintf and vsnprintf exist under Windows.
1533
1534         * windows/Makefile.src: Back out previous change.
1535
1536 2000-11-16  Herold Heiko  <Heiko.Herold@previnet.it>
1537
1538         * windows/Makefile.src: Compile in vsnprintf.c.
1539
1540 2000-11-02  Matthew Seaman  <m.seaman@inpharmatica.co.uk>
1541
1542         * util/rmold.pl: Various fixes.
1543
1544 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1545
1546         * configure.in: Check for size of long and long long.
1547
1548 2000-10-30  Dan Harkless  <wget@harkless.org>
1549
1550         * NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
1551
1552 2000-10-27  Dan Harkless  <wget@harkless.org>
1553
1554         * TODO: wget now groks illegal relative URL HTTP redirects.
1555
1556 2000-10-24  Dan Harkless  <wget@harkless.org>
1557
1558         * NEWS: Forgot to update regarding new --bind-address option.
1559
1560 2000-10-20  Dan Harkless  <wget@harkless.org>
1561
1562         * TODO: -k needs to convert '?' to "%3F" in links to saved files
1563         containing the '?' character (e.g. CGI output).  Also, we need to
1564         check the HTTP spec w.r.t. simplification of absolute URLs.
1565         Generalize --html-extension to something like --mime-extension.
1566
1567         * MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
1568         by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
1569
1570         * NEWS: Always forget to update this file when making user-vis. changes.
1571
1572 2000-10-19  Dan Harkless  <wget@harkless.org>
1573
1574         * TODO: -E / --html-extension / html_extension has been implemented.
1575         Make -I and -X allow an optional hostname before the directory name?
1576         When simplifying paths, wget needs to stop at any '?' character.
1577
1578         * configure.in: Put "it" language in proper alphabetical order and
1579         added new languages "pl" and "ru".
1580
1581         * po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
1582         Polish message translation file.
1583
1584         * po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s 
1585         Russian message translation file.
1586
1587 2000-10-16  Dan Harkless  <wget@harkless.org>
1588
1589         * TODO: Add option to save local filenames without extra %-encoding.
1590
1591 2000-10-09  Dan Harkless  <wget@harkless.org>
1592
1593         * TODO: --retr-symlinks should cause wget to traverse links to dirs too.
1594
1595 2000-09-25  Dan Harkless  <wget@harkless.org>
1596
1597         * TODO: Make wget return nonzero in situations like bad HTTP
1598         auth.  Make wget follow (illegal) relative URL HTTP redirects.
1599
1600 2000-08-30  Dan Harkless  <wget@harkless.org>
1601
1602         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
1603
1604         * MACHINES: Previously said to send updates to "me" (Hrvoje) --
1605         now says to email the mailing list or bug-wget@gnu.org.
1606
1607         * MAILING-LIST: Added mention of bug-wget@gnu.org.
1608         
1609         * NEWS: Added --waitretry and --page-requisites.
1610
1611 2000-08-25  Dan Harkless  <wget@harkless.org>
1612
1613         * MACHINES: Alphabetized, changed "architectures" to "OSes and
1614         architectures", added missing company names, removed needless ^L,
1615         made AIX and FreeBSD entries more general to reflect successful
1616         use on those platforms by myself and others, removed the
1617         non-factual "this version of", and fixed some grammatical errors.
1618         
1619 2000-07-21  Dan Harkless  <wget@harkless.org>
1620
1621         * TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
1622         
1623 2000-07-19  Dan Harkless  <wget@harkless.org>
1624
1625         * TODO: -k should convert "hostless absolute" URLs, like "/index.html".
1626         
1627 2000-05-24  Dan Harkless  <wget@harkless.org>
1628
1629         * TODO: Timestamps sometimes not copied over on files retrieved by FTP.
1630         
1631 2000-05-22  Dan Harkless  <wget@harkless.org>
1632
1633         * AUTHORS: Added myself to this file, as Hrvoje got confirmation
1634         of my FSF copyright assignment.
1635
1636         * TODO: Added note that fragment identifiers don't work properly.
1637         
1638         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
1639
1640 2000-05-17  Dan Harkless  <wget@harkless.org>
1641
1642         * TODO: Make `-k' check for files that were downloaded in the past
1643         and convert links to them in newly-downloaded documents.
1644
1645 2000-04-05  Dan Harkless  <wget@harkless.org>
1646
1647         * TODO: Make -K only leave .orig files around when different.  Add
1648         an option to save all text/html files with .html extension.  Allow
1649         mirroring of FTP URLs where logging in puts you somewhere else
1650         besides '/'.
1651
1652 2000-04-04  Dan Harkless  <wget@harkless.org>
1653
1654         * NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
1655         these new options when I added them.
1656
1657 2000-03-10  Dan Harkless  <wget@harkless.org>
1658
1659         * TODO: Removed done item: we now have an option (-G) that makes
1660         it easy to download a single HTML document and all its constituents.
1661         
1662         * po/*.{gmo,po,pot}: Regenerated after adding new options.
1663
1664         * po/hr.po: Hrvoje forgot '\n's on his translations of my altered
1665         messages, causing msgfmt to balk and `make install' to fail.
1666
1667 2000-03-01  Dan Harkless  <wget@harkless.org>
1668
1669         * NEWS (-K): Now possible to use -N with -k thanks to this option.
1670
1671         * TODO: Removed the -K / -N interaction item.
1672
1673 2000-02-29  Dan Harkless  <wget@harkless.org>
1674
1675         * NEWS (-K / --backup-converted): Mentioned this new option.
1676
1677 2000-02-18  Dan Harkless  <wget@harkless.org>
1678
1679         * TODO: When -K is used with -N, check local X.orig against server X.
1680
1681 1998-06-23  Dave Love  <d.love@dl.ac.uk>
1682
1683         * configure.in (exext): Define.
1684
1685 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
1686
1687         * configure.in: Check for access().
1688
1689 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
1690
1691         * po/hr.po: Some fixes, as per suggestions by Francois Pinard.
1692
1693 1998-05-19  Dominique Delamarre  <dominique.delamarre@hol.fr>
1694
1695         * po/fr.po: New file.
1696
1697 1998-05-19  Toomas Soome  <tsoome@ut.ee>
1698
1699         * po/et.po: Updated.
1700
1701 1998-05-11  Simos KSenitellis  <simos@teiath.gr>
1702
1703         * po/el.po: New file.
1704
1705 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
1706
1707         * aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
1708
1709 1998-05-09  Toomas Soome  <tsoome@ut.ee>
1710
1711         * po/et.po: New file.
1712
1713 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1714
1715         * configure.bat: set up for either Borland or Visual C
1716
1717         * windows/wget.dep: new file
1718
1719         * windows/Makefile.*: use wget.dep
1720
1721         * rename windows/Makefile.bor to Makefile.src.bor
1722
1723 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1724
1725         * windows/makefile.bor: Updated.
1726
1727         * windows/Makefile.src: Ditto.
1728
1729 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1730
1731         * windows/config.h.bor: New file.
1732
1733         * windows/makefile.bor: New file.
1734
1735 1998-04-27  John Burden  <john@futuresguide.com>
1736
1737         * windows/Makefile.*: Cleanup.
1738
1739 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
1740
1741         * configure.in: Check for PID_T.
1742
1743 1998-04-19  Giovanni Bortolozzo  <borto@dei.unipd.it>
1744
1745         * po/it.po: Updated.
1746
1747 1998-04-19  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1748
1749         * po/cs.po: Updated.
1750
1751 1998-04-19  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1752
1753         * po/pt_BR.po: Updated.
1754
1755 1998-04-08  Stefan Hornburg  <racke@gundel.han.de>
1756
1757         * Makefile (dist): New target.
1758
1759 1998-04-08  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1760
1761         * po/pt_BR.po: Updated.
1762
1763 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
1764
1765         * aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
1766
1767         * ABOUT-NLS: Removed.
1768
1769         * Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
1770         Don't attempt to write to stamp-h.in.
1771
1772         * aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
1773
1774 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
1775
1776         * Makefile.in (distclean-top): Remove stamp-h.
1777
1778 1998-04-02  Robert Schmidt  <rsc@vingmed.no>
1779
1780         * po/no.po: New file.
1781
1782 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
1783
1784         * configure.in: New option `--disable-debug'.
1785
1786 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
1787
1788         * configure.in: Check for endianness.
1789
1790 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
1791
1792         * aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
1793
1794 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
1795
1796         * aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
1797         unavailable.
1798
1799         * aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
1800         renamed AM_WITH_NLS to WGET_WITH_NLS.
1801
1802         * aclocal.m4: Eliminate POSUBS.
1803
1804 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
1805
1806         * Makefile.in: config.h* -> src/config.h*
1807
1808         * configure.in: Check for vsnprintf().
1809
1810         * po/POTFILES.in: Updated.
1811
1812 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
1813
1814         * po/POTFILES.in: Removed extraneous newline at end of line, which 
1815         caused an error in `Makefile' which Sun make choked on.
1816
1817 1998-03-16  Jan Prikryl <prikryl@cg.tuwien.ac.at>
1818
1819         * po/cs.po: New file.
1820
1821 1998-03-12  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1822
1823         * po/pt_BR.po: New file.
1824
1825 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
1826
1827         * PROBLEMS: New file.
1828
1829 1998-02-22  Karl Eichwalder  <ke@suse.de>
1830
1831         * po/Makefile.in.in (install-data-yes): Fix creation of
1832         directories for LC_MESSAGE files.
1833
1834 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
1835
1836         * configure.in: Removed `-Wno-switch' for gcc.
1837
1838         * po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
1839         create the directory first.
1840
1841 1998-02-21  Karl Eichwalder  <karl@suse.de>
1842
1843         * po/de.po: Updated.
1844
1845 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
1846
1847         * Makefile.in (check): New empty target.
1848
1849 1998-02-11  Hrvoje Niksic  <hniksic@srce.hr>
1850
1851         * po/it.po: New file, by Antonio Rosella.
1852
1853 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
1854
1855         * aclocal.m4: Cleaned up.
1856
1857         * po/hr.po: Updated.
1858
1859         * configure.in: Removed check for POSIXized ISC.
1860
1861 1998-02-08  Karl Eichwalder  <karl@suse.de>
1862
1863         * po/de.po: Updated.
1864
1865 1998-02-07  Karl Eichwalder  <ke@suse.de>
1866
1867         * Makefile.in (install.info uninstall.info install.man
1868         uninstall.man install.wgetrc): Use it.
1869
1870         * Makefile.in (install.mo): New target.
1871
1872 1998-02-03  Karl Eichwalder  <ke@suse.de>
1873
1874         * po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
1875         src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
1876         src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
1877         src/url.c, and src/utils.c.
1878
1879         * intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
1880
1881         * po/Makefile.in.in: Add from gettext-0.10.32.
1882
1883         * Makefile.in (SUBDIRS): Add po/.
1884
1885         * configure.in (ALL_LINGUAS): New variable.  Add "de" and "hr".
1886         (AM_GNU_GETTEXT): Add.
1887         (AC_OUTPUT): Add po/Makefile.in; run the sed command.
1888         
1889         * aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
1890         AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.
1891