]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] * *.{gmo,po,pot}: Regenerated after modifying wget --help output.
[wget] / src / ChangeLog
index a95781f36ade369626b1e200aeb831b320eb2eb9..709174ef6ca5ba4b6ef53623f0ad6cc018a405df 100644 (file)
@@ -1,3 +1,66 @@
+2000-08-30  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
+       
+       * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
+       Wrapped some > 80-column lines.  When -p is specified and we're at a 
+       leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than 
+       <LINK REL="stylesheet">.
+       
+       * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
+       
+       * init.c: Added new -p / --page-requisites / page_requisites option.
+
+       * main.c (print_help): Clarified that -l inf and -l 0 both allow
+       infinite recursion.  Changed the unhelpful --mirrior description
+       to simply give the options it's equivalent to.  Added new -p option.
+       (main): Added some comments; handle new -p / --page-requisites.
+       
+       * options.h (struct options): Added new page_requisites field.
+
+       * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
+       Calculate and pass down new `dash_p_leaf_HTML' parameter to
+       get_urls_html().  Use new INFINITE_RECURSION #define.
+
+       * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
+       final `dash_p_leaf_HTML' parameter.
+
+       * url.c: get_urls_html() and htmlfindurl() now take final
+       `dash_p_leaf_HTML' parameter.
+
+       * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
+
+       * wget.h: Added some comments and new INFINITE_RECURSION #define.
+       
+2000-08-23  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * main.c (print_help): -B / --base was not mentioned.
+
+2000-08-22  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * main.c (print_help): Modified -nc description to mention that it
+       also prevents the creation of multiple versions of the same file
+       with ".<number>" suffixes.
+
+2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
+
+       * retr.c (retrieve_url): Consistently strdup opt.referer when
+       setting u->referer.
+
+2000-06-09  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * main.c (print_help): --help output for --waitretry was over 80 cols.
+
+2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * url.c (encode_string): Fix comment.
+       Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
+
+2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
+
+       * ftp.c (ftp_retrieve_list): Change permissions only on plain
+       files.
+
 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
 
        * url.c (str_url): Print the port number only if it's different
@@ -5,7 +68,7 @@
 
 2000-05-22  Dan Harkless  <dan-wget@dilvish.speed.net>
 
-       * main.c (main): Added --help line for Damir Dzeko
+       * main.c (print_help): Added --help line for Damir Dzeko
        <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
        Removed comments that --referer and --waitretry were undocumented.
        Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help