X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;fp=src%2FChangeLog;h=000b68ab357c1bbb6e424dddc32d3ef1f0f17335;hp=f3b0e539d18d3f889a9a22ac2ce6732b25944c00;hb=f2956990ca0ec026c3b7702ec1d7afbd6f9dacf9;hpb=aa4991b8f74668f04b0ea5e2a73607df3150b257 diff --git a/src/ChangeLog b/src/ChangeLog index f3b0e539..000b68ab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +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). + 2007-10-08 Micah Cowan * http.c (http_loop): Add send_head_first conditional back @@ -11,6 +18,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