]> sjero.net Git - wget/blobdiff - doc/ChangeLog
[svn] Implemented and documented new -E / --html-extension / html_extension option.
[wget] / doc / ChangeLog
index d2d73c04cb9da65a0147a3bbd75ff4997e872fee..2127bd83b452d52963fe1abf6bcb89e23363be7c 100644 (file)
@@ -1,10 +1,78 @@
-2000-03-12  Dan Harkless  <dan-wget@dilvish.speed.net>
+2000-10-19  Dan Harkless  <dan-wget@dilvish.speed.net>
 
+       * wget.texi (HTTP Options): Documented my new -E / --html-extension.
+
+2000-10-09  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * wget.texi (FTP Options): --retr-symlinks wasn't documented properly.
+
+2000-08-30  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * wget.texi (Recursive Retrieval Options): Documented new -p option.
+
+2000-08-23  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * wget.texi (Download Options): Using -c on a file that's already fully
+       downloaded results in an unchanged file and no second ".1" copy.
+
+       * wget.texi (Logging and Input File Options): -B / --base was not
+       documented as a separate item, and the .wgetrc version was misleading.
+
+       * wget.texi (Wgetrc Commands): Changed all instances of 
+       ", the same as" to the more grammatical " -- the same as".
+
+2000-08-22  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * wget.texi (Download Options): --no-clobber's documentation was
+       severely lacking -- ameliorated the situation.  Some of the
+       previously-undocumented stuff (like the multiple-file-version
+       numeric-suffixing) that's now mentioned for the first (and only)
+       time in the -nc documentation should probably be mentioned
+       elsewhere, but due to the way that wget.texi's hierarchy is laid
+       out, I had a hard time finding anywhere else appropriate.
+
+2000-07-17  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * wget.texi (HTTP Options): Minor clarification in "download a
+       single HTML page and all files necessary to display it" example.
+
+2000-05-22  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * wget.texi (HTTP Options): Damir Dzeko <ddzeko@zesoi.fer.hr> did
+       not document his new --referer option.  Did so.
+
+2000-04-18  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * sample.wgetrc: Realized I put a global setting in the local section.
+       
+2000-04-13  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added
+       build, dependencies, and distclean cleanup of this new file.
+       
+       * sample.wgetrc: Uncommented waitretry and set it to 10, clarified
+       some wording, and re-wrapped some text to 71 columns due to
+       @sample indentation in wget.texi.
+
+       * wget.texi: Herold further expounded on the behavior of waitretry
+       -- reworded docs again.  Changed note saying _all_ lines in
+       sample.wgetrc are commented out.  Don't have an entire hand-
+       cut-and-pasted copy of sample.wgetrc in this file -- use @include.
+
+2000-04-12  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * Makefile.in (install.wgetrc): I completely missed the message
+       that the new wgetrc wasn't being installed the first couple of
+       times I ran `make install' after changing sample.wgetrc.  Added
+       blank lines around the message and a "<Hit RETURN to
+       acknowledge>", and reworded the message to be a bit more clear.
+       
        * sample.wgetrc: Added entries for backup_converted and waitretry.
 
-       * wget.texi (waitretry): Herold Heiko <Heiko.Herold@previnet.it>'s
-       new option was undocumented until now.  Reworded the suggested
-       documentation he sent to the list.
+       * wget.texi (Download Options): Herold Heiko
+       <Heiko.Herold@previnet.it>'s new --waitretry option was
+       undocumented until now.  Reworded the suggested documentation he
+       sent to the list.
 
 2000-03-10  Dan Harkless  <dan-wget@dilvish.speed.net>