X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=ed573983dd1ca88a5271407d4a448677d38814ef;hp=5ac5f8f94e6b84d6529ff4c068b1db20ad8e692a;hb=700df4394ec8739943966d8860913cc9363741cf;hpb=45164e05ccd4a968db94165bbe0bd7df4b5fcd84 diff --git a/src/ChangeLog b/src/ChangeLog index 5ac5f8f9..ed573983 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,27 @@ +2003-09-26 Gisle Vanem + + * mswindows.c (read_registry): Fix invocation of registry + functions. + + * mswindows.c (read_registry): Condition definitions of sleep and + usleep with not HAVE_SLEEP and HAVE_USLEEP respectively. Define + HAVE_SLEEP and HAVE_USLEEP under __DMC__. + +2003-09-24 Hrvoje Niksic + + * url.c (url_escape_1): Revert unintentional change to lowercase + xdigit escapes. + (url_escape_dir): Document that this function depends on the + output of url_escape_1. + +2003-09-23 Hrvoje Niksic + + * progress.c (create_image): Print the current ETA if we're done + with the download. + (create_image): Change '-' display char to '+' in the progress bar. + + * Makefile.in (clean): Remove .libs. + 2003-09-23 Hrvoje Niksic * cookies.c (struct cookie): New flag domain_exact.