]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add @LIBINTL@ to LIBS in src/Makefile.am
[wget] / src / ChangeLog
index 322d5bdbf97e410b93eb39774dc20827864870f1..ee370c365230d3ea97f679175ab4627b269c870e 100644 (file)
@@ -4,6 +4,18 @@
        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  <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>
 
        * 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>
 
        * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main