From: Micah Cowan Date: Thu, 11 Oct 2007 04:35:03 +0000 (-0700) Subject: Automated merge with file:/home/micah/devel/wget/eleven X-Git-Tag: v1.13~515 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=fbe701ce28278fd58f67464518ece3f26882a2fa;hp=-c Automated merge with file:/home/micah/devel/wget/eleven --- fbe701ce28278fd58f67464518ece3f26882a2fa diff --combined doc/ChangeLog index 0989f76e,b2f017c2..42ae9897 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@@ -1,12 -1,7 +1,16 @@@ + 2007-10-10 Micah Cowan + + * wget.texi : Fixed "doewnloads" typo. + +2007-10-08 Micah Cowan + + * wget.texi: Credit to Ralf Wildenhues for automakifying patches. + +2007-10-05 Ralf Wildenhues + + * Makefile.in: Removed, replaced by Makefile.am. + * Makefile.am: Converted from Makefile.in. + 2007-10-03 Micah Cowan * wget.texi : Cleaned up alphabetization, diff --combined doc/wget.texi index 0f66f17b,9b48917b..32f59807 --- a/doc/wget.texi +++ b/doc/wget.texi @@@ -2659,7 -2659,7 +2659,7 @@@ This command used to be named @code{log Turn globbing on/off---the same as @samp{--glob} and @samp{--no-glob}. @item header = @var{string} - Define a header for HTTP doewnloads, like using + Define a header for HTTP downloads, like using @samp{--header=@var{string}}. @item html_extension = on/off @@@ -3674,10 -3674,6 +3674,10 @@@ Christopher G.@: Lewis---Maintenance o Gisle Vanem---Many helpful patches and improvements, especially for Windows and MS-DOS support. +@item +Ralf Wildenhues---Contributed patches to convert Wget to use Automake as +part of its build process, and various bugfixes. + @item People who provided donations for development---including Brian Gough. @end itemize diff --combined src/ChangeLog index 76558534,fb336ceb..fc900a8c --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,19 -1,13 +1,24 @@@ + 2007-10-10 Micah Cowan + + * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of + hoping it'll be included by accident in openssl/des.h. + 2007-10-09 Gisle Vanem * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer needed. Hence simply the prototype. Free 'exec_name' at exit. +2007-10-09 Micah Cowan + + * gettext.h: Imported from /usr/share/gettext, fuller handling + of --disable-nls. + * wget.h: Remove logic for handling lack of NLS (now in + gettext.h). + * main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS. + * Makefile.am: added @LIBINTL@ to LIBS (though it probably + belongs in LDADD, along with everything else currently assigned + to LIBS). + 2007-10-08 Micah Cowan * http.c (http_loop): Add send_head_first conditional back @@@ -27,8 -21,6 +32,8 @@@ * http.c (http_loop): We've got_name if content_disposition support isn't on; make sure we continue properly in that case, even though we're not sending HEAD. + * Makefile.in: Removed, replaced by Makefile.am. + * Makefile.am: Converted from Makefile.in. 2007-10-02 Gisle Vanem