]> sjero.net Git - wget/blobdiff - src/ChangeLog
ChangeLog entries for NLS progress-bar changes; use correct conditional checks in...
[wget] / src / ChangeLog
index 7be1d9a22cc071397b000499795b3b0887a8c249..b446f04f1edcb0baa1da57ebc9974f11f0a0d770 100644 (file)
@@ -1,3 +1,12 @@
+2008-02-06  Micah Cowan  <micah@cowan.name>
+
+       * progress.c (countcols): Use strlen() when mbtowc or wcwidth
+       not available (or not using NLS).
+       * utils.c: Ensure we use single-byte separators when not doing
+       NLS progress-bars.
+       * wget.h: Determine whether to use NLS for progress-bars, based
+       on whether wcwidth and mbtowc are available.
+
 2008-02-03  Micah Cowan  <micah@cowan.name>
 
        * progress.c (create_image): Use number of characters/columns
@@ -6,6 +15,9 @@
        bugs (#22161, #20481)
        (get_eta, count_cols): Added to support the changes for
        create_image.
+       * http.c (http_loop): Put no-clobber logic back into http_loop,
+       before starting to fetch, for when we're not doing
+       content-disposition.
 
 2008-01-31  Micah Cowan  <micah@cowan.name>