summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index d32b691efdf..0589b2939e9 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -19,6 +19,21 @@
# testing for network access ...
# loading tlpdb, this can take some time ...
# (Werner 28.10.08)
+# - make GUI updates/refresh work better. It is strange the the events we
+# are working on are not enough for handling the refresh. I guess I have to
+# find a better way to do refreshs.
+# (Werner 02.11.08)
+# - echo the final welcome string to stdout/terminal AND the gui windows, or
+# make the gui window cut'n'paste aware
+# - increase the information (on cmd line and status bar)
+# [034/456] installing foobar ...
+# maybe, when downloading, also compute the total compressed size and and
+# the already downloaded compressed sized and give a time estimate
+# It also could be useful to add the size of the compressed package to
+# the status bar/cmd output so that users see whether this is a big package
+# or a small one:
+# [034/456] downloading and installing lmodern (25Mb compressed) ...
+#
#
my $svnrev = '$Revision$';