diff options
author | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2005-12-04 03:55:28 +0000 |
---|---|---|
committer | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2005-12-04 03:55:28 +0000 |
commit | 33cf0e551901bdcfbd86b55f48e792225c756579 (patch) | |
tree | 53cb7143a34213a91c3e89fe8d02a0dd387137e1 /winsup/doc | |
parent | 49085f6f16adf9f6cf97e19f94878071cebc49fe (diff) | |
download | newlib-33cf0e551901bdcfbd86b55f48e792225c756579.zip newlib-33cf0e551901bdcfbd86b55f48e792225c756579.tar.gz newlib-33cf0e551901bdcfbd86b55f48e792225c756579.tar.bz2 |
* faq-setup.xml: Add note about clean_setup.pl.
* faq-using.xml: Remove unnecessary line of elisp.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/faq-setup.xml | 7 | ||||
-rw-r--r-- | winsup/doc/faq-using.xml | 1 |
3 files changed, 11 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 21df880..392f06d 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-12-03 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> + + * faq-setup.xml: Add note about clean_setup.pl. + * faq-using.xml: Remove unnecessary line of elisp. + 2005-10-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> * faq-what.xml: Add 2003 and WOW64 to "supported" FAQ. diff --git a/winsup/doc/faq-setup.xml b/winsup/doc/faq-setup.xml index 61a9e6e..360bee8 100644 --- a/winsup/doc/faq-setup.xml +++ b/winsup/doc/faq-setup.xml @@ -191,7 +191,12 @@ code. Package Directory'', by default the location of <literal>setup.exe</literal>. You may conserve disk space by deleting the subdirectories there. These directories will have very weird looking names, being encoded with -their URLs. +their URLs (named <literal>ftp%3a%2f...</literal>). +</para> +<para>Of course, you can keep them around in case you want to reinstall a +package. If you want to clean out only the outdated packages, Michael Chase +has written a script called <literal>clean_setup.pl</literal>, available +at <ulink url="http://home.ix.netcom.com/~mchase/zip/" />. </para> </answer></qandaentry> diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml index 8fc4ffd..39a1ac1 100644 --- a/winsup/doc/faq-using.xml +++ b/winsup/doc/faq-using.xml @@ -826,7 +826,6 @@ settings are for Emacs 21.1: ;; NT-emacs assumes a Windows command shell, which you change ;; here. ;; - (setq process-coding-system-alist '(("bash" . undecided-unix))) (setq shell-file-name "bash") (setenv "SHELL" shell-file-name) (setq explicit-shell-file-name shell-file-name) |