X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;fp=src%2FChangeLog;h=63589384c9bef5f49620d4618e7edf3fa737ff62;hp=e8069bda540b59752f60685be52a951babfd6790;hb=67a4c6cf97d544443b33b0374fe86aebf3298fe1;hpb=848d7537e17a6ca6b5e91b016e1490b1703b7331 diff --git a/src/ChangeLog b/src/ChangeLog index e8069bda..63589384 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2013-11-02 Giuseppe Scrivano + + * 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 * http.c (gethttp): Fix 204 response handling