X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=fc900a8cd7ce1fb577784278d80d92f35bf9eb69;hp=fb336cebf2a1815e9375b88daa29fbb16db93886;hb=fbe701ce28278fd58f67464518ece3f26882a2fa;hpb=76d203035303d89a1988657350da139b498b69dc diff --git a/src/ChangeLog b/src/ChangeLog index fb336ceb..fc900a8c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -8,6 +8,17 @@ * 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 @@ -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