Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-12-04 06:55:28 +0300
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-12-04 06:55:28 +0300
commit33cf0e551901bdcfbd86b55f48e792225c756579 (patch)
tree53cb7143a34213a91c3e89fe8d02a0dd387137e1 /winsup/doc
parent49085f6f16adf9f6cf97e19f94878071cebc49fe (diff)
* 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/ChangeLog5
-rw-r--r--winsup/doc/faq-setup.xml7
-rw-r--r--winsup/doc/faq-using.xml1
3 files changed, 11 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 21df88086..392f06d63 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 61a9e6efd..360bee803 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 8fc4ffdc5..39a1ac1c3 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)