]> sjero.net Git - wget/blobdiff - src/ChangeLog
Minor msgid fixes. Typos, and corrected contact mail.
[wget] / src / ChangeLog
index 58ee55ba1d7425e2884ce07d7714eed1711ce1fe..04d35c7b282a730838df5ab60858c7588adfeb2e 100644 (file)
@@ -1,5 +1,28 @@
+2009-07-27  Petr Pisar  <petr.pisar@atlas.cz>
+
+       * main.c (print_help): Fixed a couple typos.
+
+2009-07-26  Micah Cowan  <micah@cowan.name>
+
+       * main.c (option_data): Rename --locale option to --local-encoding
+       (print_help): Document --no-iri, --local-encoding, and
+       --remote-encoding, within usage message. Remove defunct
+       --preserve-permissions.
+
+2009-07-23  Micah Cowan  <micah@cowan.name>
+
+       * progress.c (get_eta): Change "Translation note" in comment to
+       "TRANSLATORS", so it actually appears in wget.pot.
+
+2009-07-06  Micah Cowan  <micah@cowan.name>
+
+       * main.c (print_help): Improve documentation of --base.
+
 2009-07-05  Micah Cowan  <micah@cowan.name>
 
+       * html-url.c (tag_handle_meta): Handle meta name="robots"
+       properly: deal with whitespace, commas after...
+
        * netrc.c (parse_netrc): Rename local-scope variable "quote" to
        "qmark", to avoid conflict with the function name.