]> sjero.net Git - wget/blobdiff - src/ChangeLog
Automated merge with file:/home/micah/devel/wget/eleven
[wget] / src / ChangeLog
index 3c17e342cb5aa9a2a0ee4c2a477d646d4fb72cd2..fc900a8cd7ce1fb577784278d80d92f35bf9eb69 100644 (file)
@@ -1,3 +1,13 @@
+2007-10-10  Micah Cowan  <micah@cowan.name>
+
+       * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
+       hoping it'll be included by accident in openssl/des.h.
+
+2007-10-09  Gisle Vanem  <gvanem@broadpark.no>
+
+       * 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
@@ -5,6 +15,9 @@
        * 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>