From 6d218bc4abad0f410584b4ec72f6788017c1ce1e Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 22 May 2000 19:40:09 -0700 Subject: [PATCH] [svn] TODO: Wget does not currently handle "fragment identifiers" (the part of a URL starting with the '#' character) properly. --- ChangeLog | 2 ++ TODO | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 74e690dd..709a6857 100644 --- 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 diff --git a/TODO b/TODO index 5ad54f9d..21e7f8d0 100644 --- 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.