X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=c1d57d909e07c9e037413c7492ce3c276087ceaf;hb=532aa2cb2d13b203024bbbfb9792aa3d907897ba;hp=098a9b908be05dd6c4da1581ec49b93a24475806;hpb=1d82a5464e1e5ccb5943d5368b70f08ab2c2c4d3;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 098a9b90..c1d57d90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,29 @@ +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