X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=f53b6d49d25d926ca0ca2910e5f27856743f3563;hp=2d54cb34ff9f762d288cbba1037ac84eb07bda21;hb=9dadbf6fe9577a6a6b7e7bab4e4b782fc1a6f86c;hpb=af100a3c3e02d8aa45ffc8efde39abf7238e333e diff --git a/src/ChangeLog b/src/ChangeLog index 2d54cb34..f53b6d49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,179 @@ +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. + +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. + + * http.c (http_loop): Space after colon. + + * gnutls.c (ssl_check_certificate): Use quote function, rather + than explicit quotes. + +2009-07-05 Micah Cowan + + * Makefile.am (version.c): Add dependency on configure.ac. + + * iri.c: Mark some strings for translation. + +2009-07-04 Steven Schweda + + * wget.h (ORIG_SFX): Macro added, to supply an alternative "_orig" + suffix on VMS. + + * connect.c, host.c, host.h, main.c: Include "vms_ip.h" rather + than on VMS systems. + + * convert.c (write_backup_file): Use "_orig" rather than ".orig" + on VMS. + + * ftp-basic.c (ftp_list): Don't use LIST -a on VMS servers. + + * ftp.c [__VMS]: Include "vms.h" + * ftp.c (getftp): Disable some unhelpful "for VMS" code. Pass the + OS type to ftp_list. + (getftp) [__VMS]: Alter the filename as required, and invoke fopen + with extra optional arguments. + (ftp_retrieve_list): Set permissions before setting the times. + + * ftp-ls.c [__VMS]: Various improvements. + + * http.c (SET_USER_AGENT): Added. Include operating-system info in + the User-Agent header. + (gethttp): Use ORIG_SFX macro. + (gethttp) [__VMS]: invoke fopen with extra arguments to + communicate file type. + (http_loop): Add cast to time_t. + + * init.c (wgetrc_user_file_name) [__VMS]: Adjustments for where to + find the .wgetrc. + + * log.c: Adjustments to improve handling of log files on VMS. + + * main.c [__VMS]: Added --ftp-stmlf option (and associated + documentation). Adjust description of backup-suffixes, as they now + differ for VMS. + (print_help, print_version): Include OS type in version + information. + (main) [__VMS]: Invoke fopen with extra options, to specify file + type information. + + * netrc.c (search_netrc) [__VMS]: Fix .netrc-finding. + + * openssl.c, openssl.h (ssl_connect_wget): Renamed from ssl_connect. + + * options.h (struct options): Add ftp_stmlf field. + + * retr.c (write_data) [__VMS]: Avoid fflush. + + * url.c [__VMS]: Include vms.h. + * url.c (url_file_name) [__VMS]: Handle naming as required for VMS. + + * utils.c [__VMS]: Include vms.h. Various added facilities for VMS + needs. + +2009-07-04 Micah Cowan + + * main.c (print_version): Allow localization of the version-info + labels, eschew attempts at alignment (which is complicated when + handling translated strings), and avoid using printf() with + variable-stored format strings that lack conversion + specifications. + (format_and_print_line): For similar reasons, don't calculate + line-continuation tabulation based on the number of bytes in a + string. + +2009-07-04 Steven Schubiger + + * url.c (url_parse): If an URL scheme is invalid, distinguish + between an unsupported or missing scheme. + + * url.c: Add a "missing scheme" entry to parse_errors. + +2009-07-03 Micah Cowan + + * iri.h (iri_dup): Provide macro definition for when IRIs are + disabled. + + * Makefile.am (LIBS): Added @LIBICONV@. + (wget_SOURCES): Added iri.h. + (EXTRA_wget_SOURCES): Added iri.c, so it gets packaged even if IRI + support was disabled. + +2009-07-02 Micah Cowan + + * recur.c (url_enqueue): Quote enqueue/dequeue debug messages. + + * html-url.c (append_url): Change "merge()" quoting style from + locale_quoting_style to escape_quoting_style. + +2009-07-01 Micah Cowan + + * retr.c (retrieve_url): Use the existing "redirect" label, + instead of superfluous "second_try". Removed no-longer-accurate + debug statement. Use the "newloc" parameter to store the fallback + URL, when IRI version was rejected. + + * recur.c (retrieve_tree): Always use the parsed URL for tracking + the Referer, since that's the one we actually requested (if + there's a difference in terms of percent-encodings and such). + 2009-07-01 Steven Schubiger * Makefile.am: Add a rule to generate build_info.c and list