X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=7c7e4e972febccf3e913acfeeeb99587b6218d2d;hp=58ee55ba1d7425e2884ce07d7714eed1711ce1fe;hb=a9a2b34b052cfa903462124f59fbfeed7eaf374b;hpb=e941befd40c22c4d66bf6587ffbdff745d6ab97c diff --git a/src/ChangeLog b/src/ChangeLog index 58ee55ba..7c7e4e97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,32 @@ +2009-07-27 Marcel Telka + + * iri.c (do_conversion): Typo: invalide -> invalid + +2009-07-27 Petr Pisar + + * main.c (print_help): Fixed a couple typos. + +2009-07-26 Micah Cowan + + * 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 + + * progress.c (get_eta): Change "Translation note" in comment to + "TRANSLATORS", so it actually appears in wget.pot. + +2009-07-06 Micah Cowan + + * main.c (print_help): Improve documentation of --base. + 2009-07-05 Micah Cowan + * 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.