]> sjero.net Git - wget/blobdiff - src/ChangeLog
Translation-related improvements to version-info string.
[wget] / src / ChangeLog
index be7f3e023d06ae7b8629c2c1e2b929237633107f..f7ea65c03e4ac36f4237eca2211709f05438f929 100644 (file)
@@ -1,6 +1,23 @@
+2009-07-04  Micah Cowan  <micah@cowan.name>
+
+       * 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-03  Micah Cowan  <micah@cowan.name>
 
+       * 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  <micah@cowan.name>