Update docs.
authorBen Pfaff <blp@gnu.org>
Tue, 3 May 2005 05:41:53 +0000 (05:41 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 3 May 2005 05:41:53 +0000 (05:41 +0000)
ChangeLog
INSTALL
NEWS
README

index 47fdd2fc91ea0d8f534e6c3818fcd99dba2e4e60..c0436ea6ee380fbdc0823072ab01afd3f661efc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon May  2 22:37:39 2005  Ben Pfaff  <blp@gnu.org>
+
+       * INSTALL: Mention dependencies.  Thanks to Jaap-Andre de Hoop
+       <j.dehoop@data-assist.nl> for the suggestion.
+
+       * NEWS, README: Update.
+
 Sun May  1 15:00:09 WST 2005 John Darrington <john@darrington.wattle.id.au>
 
        * pspp-mode.el: Now supports syntax highlighting, indentation and
diff --git a/INSTALL b/INSTALL
index 54caf7c190f28df0279ade5fee3d43b108480a14..1bab01c58da815c9cf504dd12e5e3db61d188f8e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,13 @@
+PSPP has the following library dependencies;
+
+    * The GNU Scientific Library (libgsl), version 1.6 or later.
+
+    * The GNU multiprecision arithmetic library (libgmp).
+
+    * libplot from GNU plotutils is optional.  Without it, the new
+      graphing features will not work.  If you do not have it
+      installed, you must run `configure' with --without-libplot.
+
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
 Foundation, Inc.
 
diff --git a/NEWS b/NEWS
index b899f56d0da3d8d7d6da34cc3fb18212478bc5ea..a8398ee952fd1f6dd3c1b3b767a7333ec7ffdb91 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PSPP NEWS -- history of user-visible changes.
-Time-stamp: <2005-03-07 22:30:34 blp>
+Time-stamp: <2005-05-02 22:40:58 blp>
 Copyright (C) 1996-9, 2000 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -11,7 +11,6 @@ Preliminary list of changes from 0.3.1  to 0.3.2:
 
   New commands:   VARIABLE WIDTH, VARIABLE ALIGNMENT, VARIABLE LEVEL.
 
-
 Preliminary list of changes from 0.3.0 to 0.3.1:
 
   New build dependencies:
@@ -20,9 +19,9 @@ Preliminary list of changes from 0.3.0 to 0.3.1:
 
     * The GNU multiprecision arithmetic library (libgmp).
 
-    * libplot from GNU plotutils is optional; without it, the new
-      graphing features will not work.
-
+    * libplot from GNU plotutils is optional.  Without it, the new
+      graphing features will not work.  If you do not have it
+      installed, you must run `configure' with --without-libplot.
 
   Newly implemented commands and statistical features:
 
diff --git a/README b/README
index da6759788a615b256465f19980d20b25eb0b5f51..38ac7efd2a737a1a5c58bffcebdff399087bb87e 100644 (file)
--- a/README
+++ b/README
@@ -10,9 +10,10 @@ Source code for the latest development release of PSPP is available at
 ftp://alpha.gnu.org/gnu/pspp
    
 For information on differences from previous versions, please see file
-NEWS.  Full documentation on PSPP's language and information on known
-bugs can in the doc/ directory.
+NEWS.  Full documentation on PSPP's language can be found in the doc/
+directory.
           
-Questions and comments regarding PSPP can be sent to Ben Pfaff
-<blp@gnu.org>.  PSPP bug reports should be sent to
-bug-gnu-pspp@gnu.org.
+Questions and comments regarding PSPP can be sent to pspp-dev@gnu.org.
+PSPP bug reports may be sent to bug-gnu-pspp@gnu.org or filed in the
+bug-tracking system at http://savannah.gnu.org/bugs/?group=pspp
+according to your preference.