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.