]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fall back to dot progress when forced to background.
[wget] / src / ChangeLog
index f8966093bd8acb7f93c01dcbce053f0cd81b199c..4b45765c5a7d4761d03a21f258156e3633f4d0f0 100644 (file)
@@ -1,3 +1,18 @@
+2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * progress.c (progress_create): Make sure that, when the output is
+       redirected, the progress implementation gets changed to the
+       fallback one.
+       (bar_set_params): Set current_impl_locked to 1 when "force" is
+       specified.
+       (progress_create): Don't change the progress implementation if
+       current_impl_locked is non-zero.
+
+       * main.c (redirect_output_signal): Call
+       progress_schedule_redirect.
+
+       * progress.c (progress_schedule_redirect): New function.
+
 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * log.c (logvprintf): Restructure to allow being called multiple