diff --git a/ChangeLog b/ChangeLog index ebc62d0e..9850cb3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-16 Dan Harkless + + * TODO: Add option to save local filenames without extra %-encoding. + 2000-10-09 Dan Harkless * TODO: --retr-symlinks should cause wget to traverse links to dirs too. diff --git a/TODO b/TODO index c60c88a1..9711d86a 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,11 @@ 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. +* 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 + (as now), one that encodes none (as above), and one that only encodes a + character if it was encoded in the original URL (e.g. %20 but not %7E). + * --retr-symlinks should cause wget to traverse links to directories too. * Lots of noncompliant webservers issue HTTP redirects to relative URLs, and