X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=b4af6e1236f5108eeef38e700e21ad413645b249;hb=f4673bcdaf77ce854e8c8c999ab1ae6c9178ff99;hp=7d74f276afcaeec8aab47ad853ecee3bb2905bb7;hpb=ab96068c2a7ca70ba20b0b45c3c06ea0af695538;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 7d74f276..b4af6e12 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2000-10-23 Dan Harkless + + * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for + files downloaded via FTP. Per a comment, .listing files were not + counted towards number of bytes and files downloaded because they're + deleted anyway. Well, they aren't under -nr, so count them then. + + * main.c (main): --delete-after didn't delete the root of the tree. + Ignore --convert-links if --delete-after was specified. + + * recur.c (recursive_retrieve): Improved comment; added DEBUGP(). + Ignore --convert-links if --delete-after was specified. + + * retr.c (retrieve_from_file): Just added a DEBUGP(). + 2000-10-19 Dan Harkless * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.