]> sjero.net Git - wget/blobdiff - src/ChangeLog
ENABLE_NLS now, not HAVE_NLS.
[wget] / src / ChangeLog
index 6864760e1496df4447ca995b7b7c44b913cf6cd0..3c17e342cb5aa9a2a0ee4c2a477d646d4fb72cd2 100644 (file)
@@ -1,16 +1,34 @@
-2007-10-02  Gisle Vanem  <gvanem@broadpark.no>
-       
-       * ftp.c: Use "_listing" for MSDOS (".listing" is illegal).
+2007-10-09  Micah Cowan  <micah@cowan.name>
 
-       * url.c: Update comment for 'filechr_not_windows'.
+       * 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.
 
-       * utils.c: Include <process.h> for 'getpid()' on Watcom.
+2007-10-08  Micah Cowan  <micah@cowan.name>
+
+       * http.c (http_loop): Add send_head_first conditional back
+       around code that needs it, but not around the last-modified
+       header-parsing stuff this time. Removed no-longer-useful (was it
+       ever?) restart_loop boolean, continuing unconditionally at end
+       of send_head_first conditional block (if we haven't jumped out).
 
 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  Gisle Vanem  <gvanem@broadpark.no>
+       
+       * ftp.c: Use "_listing" for MSDOS (".listing" is illegal).
+
+       * url.c: Update comment for 'filechr_not_windows'.
+
+       * utils.c: Include <process.h> for 'getpid()' on Watcom.
 
 2007-10-02  Micah Cowan  <micah@cowan.name>