]> sjero.net Git - wget/commitdiff
[svn] * AUTHORS: Added -E to thst list of my stuff.
authordan <devnull@localhost>
Fri, 20 Oct 2000 22:29:42 +0000 (15:29 -0700)
committerdan <devnull@localhost>
Fri, 20 Oct 2000 22:29:42 +0000 (15:29 -0700)
* 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
ChangeLog
MAILING-LIST
NEWS
TODO

diff --git a/AUTHORS b/AUTHORS
index 8895a3c9b2f83b9280c74de60ed7191dcca1b920..ae371eda519a1d2411f0e91f5e5e727a9f25fa48 100644 (file)
--- 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.
index 5b953ab7700ea9d6498147c04f9549cd070abea0..144140994ed50e7e8052425c82101f483c7c1c79 100644 (file)
--- 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>
 
index 1e6eedc0563f9240e2f3a2d2f364e9c71d246042..73ce89a8fde8a9bf0da1a8cd8e055047a93adf21 100644 (file)
@@ -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 498bdfb1e98955d4db51c88ebb06299943d676a4..8fd42e035a262b1686006d5305a4159a50cbe78e 100644 (file)
--- 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.
 \f
 * Wget 1.5.3 is a bugfix release with no user-visible changes.
 \f
diff --git a/TODO b/TODO
index d86259741faa5b0c907eb447eb8773b213c1c180..d55a97b75990ba6fba72d03c23f1ccc5d95f8c72 100644 (file)
--- 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