X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=afac4339986cc9bc34e6b6042133d3af1d4e77c9;hp=60a71dbb0a090f0072361d011563fc31d2651fb7;hb=fb0946c7fc6f1831894e8fd67389c0bc74a387b8;hpb=2524076dd238f47d3d45368a6b2722931cea577e diff --git a/src/ChangeLog b/src/ChangeLog index 60a71dbb..afac4339 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,47 @@ -2009-07-05 Peter Pisar +2009-07-27 Micah Cowan + + * options.h (struct options): Added restrict_files_nonascii + boolean field. + + * url.c (FILE_CHAR_TEST): Add check for chars outside the ASCII + range. + + * init.c (defaults): Add restrict_files_nonascii to initialization. + (cmd_spec_restrict_file_names): Allow parsing of "ascii" keyword. + +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. + +2009-07-05 Petr Pisar * main.c (print_version): Mark initial line for translation, along with (env), (user), and (system). Change copyright year to 2009.