From: Micah Cowan Date: Thu, 24 Jan 2008 04:29:07 +0000 (-0800) Subject: ChangeLog entries for content-disposition doc fixes. X-Git-Tag: v1.13~477^2~1 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=509351765c8e8f4ab4a6ae2c296452853fe118e8 ChangeLog entries for content-disposition doc fixes. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index e49a67c3..43dd4cd3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-12-10 Micah Cowan + + * wget.texi: Document the --content-disposition option (and not + just the .wgetrc setting). + 2007-12-06 Micah Cowan * wget.texi: "the the" -> "the" diff --git a/src/ChangeLog b/src/ChangeLog index 9313ff46..f7ceafdd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -10,6 +10,11 @@ * Makefile.am: Plug in vars to include stuff from $(top_srcdir)/md5 when appropriate. +2007-12-10 Micah Cowan + + * main.c: The option is --content-disposition, not + --no-content-disposition (at the moment). + 2007-12-05 Micah Cowan * utils.c (subdir_p): Handle the case where d1 is "".