From d9dd14a995a118806148673b9b60b8569a2e13c7 Mon Sep 17 00:00:00 2001
From: dan <devnull@localhost>
Date: Fri, 20 Oct 2000 15:29:42 -0700
Subject: [PATCH] [svn] * AUTHORS: Added -E to thst list of my stuff.

* TODO: We need to check the HTTP spec w.r.t. simplification of absolute URLs.

* MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting by
  non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.

* NEWS: Always forget to update this file when making user-vis. changes.
---
 AUTHORS      | 4 ++--
 ChangeLog    | 8 +++++++-
 MAILING-LIST | 4 ++--
 NEWS         | 9 +++++++++
 TODO         | 3 ++-
 5 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 8895a3c9..ae371eda 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,5 +15,5 @@ and windecl.h.
 Junio Hamano.  Added support for FTP Opie and HTTP digest
 authentication.
 
-Dan Harkless.  Added --backup-converted, --follow-tags, --ignore-tags, and
---page-requisites; improved documentation, etc.
+Dan Harkless.  Added --backup-converted, --follow-tags, --html-extension,
+--ignore-tags, and --page-requisites; improved documentation; etc.
diff --git a/ChangeLog b/ChangeLog
index 5b953ab7..14414099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
 2000-10-20  Dan Harkless  <dan-wget@dilvish.speed.net>
 
 	* TODO: -k needs to convert '?' to "%3F" in links to saved files
-	containing the '?' character (e.g. CGI output).
+	containing the '?' character (e.g. CGI output).  Also, we need to
+	check the HTTP spec w.r.t. simplification of absolute URLs.
+
+	* MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
+	by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
+
+	* NEWS: Always forget to update this file when making user-vis. changes.
 
 2000-10-19  Dan Harkless  <dan-wget@dilvish.speed.net>
 
diff --git a/MAILING-LIST b/MAILING-LIST
index 1e6eedc0..73ce89a8 100644
--- a/MAILING-LIST
+++ b/MAILING-LIST
@@ -15,5 +15,5 @@ you are very welcome to subscribe.
 
 The list is archived at <URL:http://fly.cc.fer.hr/archive/wget>.
 
-If you just want to submit a bug report or suggestion without joining
-the mailing list, please use <bug-wget@gnu.org>.
+As of this writing, the list allows posts from non-subscribers, and
+<bug-wget@gnu.org> is an alias for <wget@sunsite.auc.dk>.
diff --git a/NEWS b/NEWS
index 498bdfb1..8fd42e03 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,15 @@ default in the system wgetrc.
 ** New -p / --page-requisites / page_requisites = on option causes wget to
 download all ancillary files necessary to display a given HTML page properly
 (e.g. inlined images).
+
+** New -E / --html-extension / html_extension = on option causes wget to append
+".html" to text/html filenames not ending in regexp "\.[Hh][Tt][Mm][Ll]?".
+
+** New type of .wgetrc command -- "lockable Boolean".  Can be set to on, off,
+always, or never.  This allows the .wgetrc to override the commandline.  So far,
+passive_ftp is the only .wgetrc command which takes a lockable Boolean.
+
+** Polish and Russian message translation files have been added.
 
 * Wget 1.5.3 is a bugfix release with no user-visible changes.
 
diff --git a/TODO b/TODO
index d8625974..d55a97b7 100644
--- a/TODO
+++ b/TODO
@@ -10,7 +10,8 @@ may tend towards the top).  Not all of these represent user-visible changes.
   files in a certain directory on _one_ of the hosts (-I and -X apply to all).
   Perhaps -I and -X should take an optional hostname before the directory?
 
-* When simplifying paths, wget needs to stop at any '?' character.
+* When simplifying paths, wget needs to stop at any '?' character.  Also, wget 
+  behaves differently from popular browsers in removing './'s from abs. URLs.
 
 * Add an option to not encode special characters like ' ' and '~' when saving
   local files.  Would be good to have a mode that encodes all special characters