]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove original getopt.[ch] in favor of gnulib's.
[wget] / src / ChangeLog
index fb336cebf2a1815e9375b88daa29fbb16db93886..8044e1e0366dbf52b34ccfc565293ad3b19bfe16 100644 (file)
@@ -1,3 +1,10 @@
+2007-10-13  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Make version.c depend on Wget dependencies (source
+       files, plus such things as LIBOBJS so we get things like
+       http-ntlm.c). Removed getopt.[ch], as we're now using gnulib for
+       these.
+
 2007-10-10  Micah Cowan  <micah@cowan.name>
 
        * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
@@ -8,6 +15,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  <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).
+       * 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
@@ -21,6 +39,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  <gvanem@broadpark.no>