]> sjero.net Git - wget/blobdiff - src/ChangeLog
progress: Split update into update and draw
[wget] / src / ChangeLog
index e8069bda540b59752f60685be52a951babfd6790..63589384c9bef5f49620d4618e7edf3fa737ff62 100644 (file)
@@ -1,3 +1,12 @@
+2013-11-02  Giuseppe Scrivano  <gscrivan@redhat.com>
+
+       * progress.c (struct progress_implementation): New method draw.
+       (bar_update): Split into...
+       (bar_draw): ...this new function.
+       (dot_update): Split into...
+       (dot_draw): New function.
+       (progress_update): Also invoke draw on `current_impl'.
+
 2014-04-22  Tim Ruehsen  <tim.ruehsen@gmx.de>
 
         * http.c (gethttp): Fix 204 response handling