]> sjero.net Git - wget/commitdiff
[svn] TODO: Wget does not currently handle "fragment identifiers" (the part of a URL
authordan <devnull@localhost>
Tue, 23 May 2000 02:40:09 +0000 (19:40 -0700)
committerdan <devnull@localhost>
Tue, 23 May 2000 02:40:09 +0000 (19:40 -0700)
starting with the '#' character) properly.

ChangeLog
TODO

index 74e690dde917f77be6df473639698bce3d10c6a9..709a6857f63fe2e09dd337220431c10a7175d6a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * AUTHORS: Added myself to this file, as Hrvoje got confirmation
        of my FSF copyright assignment.
 
+       * TODO: Added note that fragment identifiers don't work properly.
+       
        * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
 
 2000-05-17  Dan Harkless  <dan-wget@dilvish.speed.net>
diff --git a/TODO b/TODO
index 5ad54f9dd404b79c8431331b38a9c9f7e34d77bb..21e7f8d000095ac8bba1e117e299a6f011bcc3c5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,6 +6,9 @@ Wget.  Patches to implement any of these items would be gladly accepted.  The
 items are not listed in any particular order.  Not all of them represent
 user-visible changes.
 
+* Wget does not currently handle "fragment identifiers" (the part of a URL 
+  starting with the '#' character) properly.
+
 * Make -K compare X.orig to X and move the former on top of the latter if 
   they're the same, rather than leaving identical .orig files laying around.