From 432127c49eda51dd2e632b0e1a55b0922e06444c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 3 May 2005 05:41:53 +0000 Subject: [PATCH] Update docs. --- ChangeLog | 7 +++++++ INSTALL | 10 ++++++++++ NEWS | 9 ++++----- README | 11 ++++++----- 4 files changed, 27 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47fdd2fc..c0436ea6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon May 2 22:37:39 2005 Ben Pfaff + + * INSTALL: Mention dependencies. Thanks to Jaap-Andre de Hoop + for the suggestion. + + * NEWS, README: Update. + Sun May 1 15:00:09 WST 2005 John Darrington * pspp-mode.el: Now supports syntax highlighting, indentation and diff --git a/INSTALL b/INSTALL index 54caf7c1..1bab01c5 100644 --- 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 b899f56d..a8398ee9 100644 --- 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 da675978..38ac7efd 100644 --- 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 -. 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. -- 2.30.2