]> sjero.net Git - wget/blobdiff - src/ChangeLog
Bring up-to-date with gettext.
[wget] / src / ChangeLog
index 68e34e5c313e72d53b0cc6b7c5436df7661fba81..322d5bdbf97e410b93eb39774dc20827864870f1 100644 (file)
@@ -1,3 +1,18 @@
+2007-10-09  Micah Cowan  <micah@cowan.name>
+
+       * 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-04  Micah Cowan  <micah@cowan.name>
+
+       * 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  Micah Cowan  <micah@cowan.name>
 
        * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main