From: DJ Delorie Date: Fri, 14 Jul 2000 01:08:07 +0000 (+0000) Subject: * README: add more to-do items X-Git-Tag: cygwin-1-1-5~45 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=d6cda81109f9c0776b0fa00db310fffd3ddac579;p=cygwin-apps%2Fsetup.git * README: add more to-do items --- diff --git a/ChangeLog b/ChangeLog index bdf3ca3c..0ab61895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ * install.cc: ditto * main.cc: add postinstall, exit_msg * resource.h: add postinstall + * README: add more to-do items 2000-07-12 DJ Delorie diff --git a/README b/README index e7bc593d..af31c2e3 100644 --- a/README +++ b/README @@ -24,3 +24,20 @@ user, let them read them if they want. main.cc: add splash screen and copyright notice Add uninstall capability + +In the root dialog, explain the various options better. + +Delay the user/password prompts (web proxy) until we get a "proxy +password required" error. + +Add support for http passwords as well as proxy passwords. + +Make the site listbox bigger. + +Sort site list by site (NOT url, and skip the ftp. or www. prefix). + +download.cc: add a "total progress" indicator, like the install one. + +Enhance the setup.ini parser's error messages. + +If a site fails, return to the site list to pick another one.