X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=581b9e1cb7b9aafe8498ffbdd40574cfd63b447a;hp=77466d042ebcab089d50a8ad4df287dfd4aca35f;hb=8e9a3e805fd758eadfc1bad6a4ef3e971de35ec4;hpb=efd514c825e6f433f3672228f724818b9e10889d diff --git a/src/ChangeLog b/src/ChangeLog index 77466d04..581b9e1c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +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