From: Micah Cowan Date: Thu, 27 Nov 2008 05:53:40 +0000 (-0800) Subject: Automated merge. X-Git-Tag: v1.13~373 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=d8c11a82ca9e8fab6689b53dc12199da4cc6058d Automated merge. --- d8c11a82ca9e8fab6689b53dc12199da4cc6058d diff --cc src/ChangeLog index 688b9595,99cd940c..193bcd75 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,20 -1,8 +1,25 @@@ + 2008-11-13 Micah Cowan + + * http.c (gethttp): Don't do anything when content-length >= our + requested range. + +2008-11-16 Steven Schubiger + + * 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 + + * init.c (defaults): Set default waitretry value. + +2008-11-14 Steven Schubiger + + * main.c (format_and_print_line): Use a custom format + string for printing leading spaces. + 2008-11-12 Micah Cowan * ftp-ls.c (ftp_index): HTML-escape dir name in title, h1, a:href.