X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=ed573983dd1ca88a5271407d4a448677d38814ef;hp=a8735aa8a1f14eb0acc2285e0d11077d2d3ddb99;hb=700df4394ec8739943966d8860913cc9363741cf;hpb=e6fd9cb79318b2b23cacc42f8cf9b24eadde3574 diff --git a/src/ChangeLog b/src/ChangeLog index a8735aa8..ed573983 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +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