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