]> sjero.net Git - wget/blobdiff - src/ChangeLog
Move numurls out of options struct.
[wget] / src / ChangeLog
index da701d6c0a88bf45ec782046203bded608022605..688b95957a4f1d309cf8f63696b552bcc20edd2f 100644 (file)
@@ -1,3 +1,24 @@
+2008-11-16  Steven Schubiger  <stsc@members.fsf.org>
+
+       * main.c: Declare and initialize the numurls counter.
+
+       * ftp.c, http.c: Make the counter visible here and use it.
+       
+       * options.h: Remove old declaration from options struct.
+
+2008-11-15  Steven Schubiger  <stsc@members.fsf.org>
+
+       * init.c (defaults): Set default waitretry value.
+
+2008-11-14  Steven Schubiger  <stsc@members.fsf.org>
+
+       * main.c (format_and_print_line): Use a custom format 
+       string for printing leading spaces.
+
+2008-11-12  Micah Cowan  <micah@cowan.name>
+
+       * ftp-ls.c (ftp_index): HTML-escape dir name in title, h1, a:href.
+
 2008-11-12  Alexander Belopolsky  <alexander.belopolsky@gmail.com>
 
        * url.c, url.h (url_escape_unsafe_and_reserved): Added.