]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix too-many-spaces problem for multibyte progress bars, when ETA string not displayed.
[wget] / src / ChangeLog
index 24ab91756397920095bb4c24d49d34eaccab6b33..d618697b53a42a1926036908b28b61b648ab85e8 100644 (file)
@@ -1,5 +1,23 @@
+2008-04-30  Micah Cowan  <micah@cowan.name>
+
+       * progress.c (create_image): Fix glitch where too many spaces are
+       printed on lines that don't display the ETA, in multibyte
+       locales.
+
+2008-04-27  Rabin Vincent  <rabin@rab.in>
+
+       * http.c (http_loop): Fix return for the case where we don't
+       download a file because of -nc.
+
 2008-04-27  Micah Cowan  <micah@cowan.name>
 
+       * url.c (path_simplify): Go back to allowing leading ".." in
+       paths, but only for FTP URLs.
+       (test_path_simplify): Add scheme-specificness to tests, adapt for
+       mu_run_test.
+
+       * test.c (all_tests): Add test_path_simplify.
+
        * main.c (main): Downgrade -r, -p with -O to a warning rather than
        an error; elaborate just a bit more for other -O combination
        cases.