]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Made clarifications and corrections to --continue's --help output and wget...
[wget] / src / ChangeLog
index 7be75e9dc627562f153a0eced4f7aa27899908e9..5f271e5f370753d282646ed7beb3e05a818178f5 100644 (file)
@@ -1,3 +1,23 @@
+2001-01-09  Dan Harkless  <wget@harkless.org>
+
+       * html-url.c: A bunch of fixup of `--page-requisites'-related
+       comments to reflect Hrvoje's changes to my code when transplanting
+       it into this new file, to fix spelling mistakes, to clarify, etc.
+
+       * url.c (write_backup_file): Clarified a comment.
+       (str_url): Henrik van Ginhoven pointed out on the list that we
+       shouldn't give away the number of characters in the password by
+       replacing each character with a 'x'.  Use "<password>" instead.
+
+       * ftp.c (ftp_retrieve_dirs): I don't see a ChangeLog entry for
+       this, but the bug where recursion into FTP directories didn't work
+       if logging in put you in a directory other than "/" is apparently
+       fixed now.  Removed the comment here warning of the bug.
+
+       * main.c (print_help): --continue's description was misleading.
+       We don't "restart", we "resume".  Also, better to say
+       "partially-downloaded file" rather than just "existing file".
+
 2001-01-06  Dan Harkless  <wget@harkless.org>
 
        * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be