From: dan Date: Tue, 23 May 2000 02:40:09 +0000 (-0700) Subject: [svn] TODO: Wget does not currently handle "fragment identifiers" (the part of a URL X-Git-Tag: v1.13~2474 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=6d218bc4abad0f410584b4ec72f6788017c1ce1e [svn] TODO: Wget does not currently handle "fragment identifiers" (the part of a URL starting with the '#' character) properly. --- 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.