X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=f53b6d49d25d926ca0ca2910e5f27856743f3563;hp=04d35c7b282a730838df5ab60858c7588adfeb2e;hb=9dadbf6fe9577a6a6b7e7bab4e4b782fc1a6f86c;hpb=ee43faf2b1c9d12772c8e487c0b8bf0ae6a91618 diff --git a/src/ChangeLog b/src/ChangeLog index 04d35c7b..f53b6d49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,33 @@ +2009-07-28 Micah Cowan + + * main.c (option_data): Rename --html-extension to + --adjust-extension. + (print_help): Ditto. + + * options.h (struct option): Rename html_extension to + adjust_extension. + * http.c (gethttp): Ditto. + * convert.c (local_quote_string): Ditto. + + * init.c (commands): Add "adjustextension", and reflect rename + change for opt.adjust_extension, for both "adjustextension" and + "htmlextension". + +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.