From 509351765c8e8f4ab4a6ae2c296452853fe118e8 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 23 Jan 2008 20:29:07 -0800 Subject: [PATCH 1/2] ChangeLog entries for content-disposition doc fixes. --- doc/ChangeLog | 5 +++++ src/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) 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 "". From dedd90a9c73ebdd3ae6fa34ce60f542e46a9a065 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 23 Jan 2008 20:34:16 -0800 Subject: [PATCH 2/2] 12-10 goes before 12-08 in changelog :) (silly fuzzy matching for patch...) --- src/ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index f7ceafdd..774680ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-12-10 Micah Cowan + + * main.c: The option is --content-disposition, not + --no-content-disposition (at the moment). + 2007-12-08 Hrvoje Niksic * ftp.c (ftp_retrieve_glob): Print both arguments of fnmatch in @@ -10,11 +15,6 @@ * 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 "".