Revert "* FAQ: New file."
authorNeil Jerram <neil@ossau.uklinux.net>
Thu, 25 Jun 2009 22:24:57 +0000 (23:24 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Thu, 25 Jun 2009 22:24:57 +0000 (23:24 +0100)
This reverts commit d53f85dd859fa69af8a0b67482774d2a88aaf407.

It was a confusing mistake to create an FAQ file in the Guile
repository/distribution, because there was already an FAQ page on the
Guile web site.  The information that was in the FAQ file is now in
the FAQ web page.

FAQ [deleted file]
Makefile.am
NEWS

diff --git a/FAQ b/FAQ
deleted file mode 100644 (file)
index 2ff6cad..0000000
--- a/FAQ
+++ /dev/null
@@ -1,19 +0,0 @@
-Guile FAQ                       -*- outline -*-
-
-* Build problems
-
-** readline.c: error: `rl_pending_input' undeclared
-
-This occurs if the Readline library detected by Guile's configure
-script is actually the BSD Editline project's supposedly
-Readline-compatible library.  The immediate fix is to uninstall
-Editline and install the real GNU Readline instead.  When you do this,
-please note that it probably won't work to keep Editline in /usr and
-install GNU Readline in /usr/local (or some similar arrangement),
-because the Editline library will then still be picked up at link and
-run time; it's best (subject to other constraints) to remove Editline
-completely.
-
-For the longer term, please also report this problem to the Editline
-project, to encourage them to fix it in the next release of their
-Readline compatibility library.
index c0fd8c3..4562ddd 100644 (file)
@@ -31,7 +31,7 @@ SUBDIRS = lib meta libguile guile-readline emacs \
 include_HEADERS = libguile.h
 
 EXTRA_DIST = LICENSE HACKING GUILE-VERSION             \
-            m4/ChangeLog-2008 FAQ \
+            m4/ChangeLog-2008 \
             m4/autobuild.m4 ChangeLog-2008
 
 TESTS = check-guile
diff --git a/NEWS b/NEWS
index a598083..593d6c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -688,13 +688,6 @@ lead to a stack overflow.
 ** Fixed shadowing of libc's <random.h> on Tru64, which broke compilation
 ** Make sure all tests honor `$TMPDIR'
 
-* Changes to the distribution
-
-** New FAQ
-
-We've started collecting Frequently Asked Questions (FAQ), and will
-distribute these (with answers!) in future Guile releases.
-
 \f
 Changes in 1.8.4 (since 1.8.3)