]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Improve error message so it names the more useful values first.
[wget] / src / ChangeLog
index aff944577fb18e6d7c97dacd36ba1ea6ab2c3320..18dfa9b5dd61aea961767431e52df39b51081700 100644 (file)
@@ -1,6 +1,17 @@
+2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (cmd_lockable_boolean): Improve the error message so it
+       lists the more useful values first.
+
 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
 
-       * ftp-basic.c (ftp_pwd): Handle malformed PWD response.
+       * http.c (gethttp): Also report the system error when the POST
+       data file is missing.
+
+2005-06-15  Benno Schulenberg  <benno@nietvergeten.nl>
+
+       * ftp.c, http.c, connect.c, cookies.c, html-url.c, init.c, res.c:
+       Gettext-ize messages that were previously missed.
 
 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>