]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Commit progress bar tweaks.
[wget] / src / ChangeLog
index 68e13dfee6d80805ba0309b5abbdb6d785881138..032eace764a983c60056009a02aaf7c79b5cfe69 100644 (file)
@@ -1,3 +1,15 @@
+2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * progress.c (dot_create): Align the "[ skipping ... ]" string
+       with the dots.
+
+       * retr.c (rate): Split into two functions: calc_rate and
+       retr_rate.
+
+       * progress.c (create_image): Draw a dummy progress bar even when
+       total size is unknown.
+       (display_image): Place the text cursor at the end of the "image".
+
 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * url.c (reencode_string): Use unsigned char, not char --