From b46a8df58d3381bdd2d87a2682ea273a8b41023f Mon Sep 17 00:00:00 2001 From: hniksic Date: Thu, 6 Nov 2003 12:26:05 -0800 Subject: [PATCH] [svn] Updated. --- NEWS | 6 ++++++ TODO | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 0d8f2b7a..0fe8fc10 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,12 @@ Please send GNU Wget bug reports to . * Changes in Wget 1.9+. +** Many options that previously unconditionally set or unset features +are now boolean options that can be invoked as `--OPTION[=yes/no]' or +with `--no-OPTION'. This is useful because it allows you to specify +non-default behavior via `.wgetrc' and then revert it again on the +command-line. + ** The new option `--keep-session-cookies' causes `--save-cookies' to save session cookies along with the permanent ones. This is useful on sites that require you to log in before you can access some pages. diff --git a/TODO b/TODO index ea7e7212..3122f8fd 100644 --- a/TODO +++ b/TODO @@ -79,12 +79,6 @@ represent user-visible changes. * Add option to clobber existing file names (no `.N' suffixes). -* Introduce real "boolean" options. Every `--foo' setting should have - a corresponding `--no-foo' that turns off. This is useful even for - options turned off by default, because the default can be reversed - in `.wgetrc'. Get rid of `--foo=no'. Short options would be - handled as `-x' vs. `-nx'. - * Add option to only list wildcard matches without doing the download. * Handle MIME types correctly. There should be an option to (not) -- 2.39.2