From: Ben Pfaff <blp@gnu.org>
Date: Sun, 9 Jan 2005 00:47:44 +0000 (+0000)
Subject: * credits.texi: Removed.
X-Git-Tag: v0.4.0~201
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8c230029fffed93872704085af54359912be00;p=pspp-builds.git

* credits.texi: Removed.

* bugs.texi: Rewrote.  Moved known bugs to savannah website.

* not-implemented.texi: AGGREGATE and AUTORECODE are implemented.
---

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 7618916e..e7cf97a7 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,13 @@
+Sat Jan  8 16:46:28 2005  Ben Pfaff  <blp@gnu.org>
+
+	* credits.texi: Removed.
+
+	* bugs.texi: Rewrote.  Moved known bugs to savannah website.
+
+	* not-implemented.texi: AGGREGATE and AUTORECODE are implemented.
+
+Tue Nov 16 13:18:53 WST 2004 John Darrington <john@darrington.wattle.id.au>
+	
 	* statistics.texi Added documentation about the EXAMINE cmd
 
 Tue Nov 16 13:18:53 WST 2004 John Darrington <john@darrington.wattle.id.au>
diff --git a/doc/Makefile.am b/doc/Makefile.am
index eb2aabc6..f2657e6c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -7,7 +7,6 @@ pspp_TEXINFOS = version.texi \
 	command-index.texi \
 	concept-index.texi \
 	configuring.texi \
-	credits.texi \
 	data-file-format.texi \
 	data-io.texi \
 	data-selection.texi \
diff --git a/doc/bugs.texi b/doc/bugs.texi
index 1df01284..475f357b 100644
--- a/doc/bugs.texi
+++ b/doc/bugs.texi
@@ -1,85 +1,23 @@
 @node Bugs, Function Index, Not Implemented, Top
 @chapter Bugs
 
-@menu
-* Known bugs::                  Pointers to other files.
-* Contacting the Author::       Where to send the bug reports.
-@end menu
-
-@node Known bugs, Contacting the Author, Bugs, Bugs
-@section Known bugs
-
-This is the list of known bugs in PSPP.  In addition, @xref{Not
-Implemented}, and @xref{Functions Not Implemented}, for lists of bugs
-due to features not implemented.  For known bugs in individual language
-features, see the documentation for that feature.
-
-@itemize @bullet
-@item
-Nothing has yet been tested exhaustively. Be cautious using PSPP to
-make important decisions.
-
-@item
-@code{make check} fails on some systems that don't like the syntax.  I'm
-not sure why.  If someone could make an attempt to track this down, it
-would be appreciated.
-
-@item
-PostScript driver bugs:
-
-@itemize @minus
-@item
-Does not support driver arguments `max-fonts-simult' or
-`optimize-text-size'.
-
-@item
-Minor problems with font-encodings.
-
-@item
-Fails to align fonts along their baselines.
-
-@item
-Does not support certain bizarre line intersections--should
-never crop up in practice.
-
-@item
-Does not gracefully substitute for existing fonts whose
-encodings are missing.
-
-@item
-Does not perform italic correction or left italic correction
-on font changes.
-
-@item
-Encapsulated PostScript is unimplemented.
-@end itemize
-
-@item
-ASCII driver bugs:
-
-@itemize @minus
-Does not support `infinite length' or `infinite width' paper.
-@end itemize
-@end itemize
-
-See below for information on reporting bugs not listed here.
-
-@node Contacting the Author,  , Known bugs, Bugs
-@section Contacting the Author
-
-The author can be contacted at e-mail address
-@ifinfo
-<blp@@gnu.org>.
-@end ifinfo
-@iftex
-@code{<blp@@gnu.org>}.
-@end iftex
-
-PSPP bug reports should be sent to 
+PSPP does have bugs.  We do our best to fix them, but our limited
+resources mean that some may remain for a long time.  Our best
+alternative is to make you aware of PSPP's known bugs.  To see a list,
+visit PSPP's project webpage at
+@uref{https://savannah.gnu.org/projects/pspp}.  You can also submit
+your own bug report there: click on ``Bugs,'' then on ``Submit a
+Bug,'' and fill out the form.  Alternatively, PSPP bug reports may be
+sent by email to
 @ifinfo
 <bug-gnu-pspp@@gnu.org>.
 @end ifinfo
 @iftex
 @code{<bug-gnu-pspp@@gnu.org>}.
 @end iftex
+
+@xref{Not Implemented}, and @xref{Functions Not Implemented}, for
+lists of bugs due to features not implemented.  For known bugs in
+individual language features, see the documentation for that feature.
+
 @setfilename ignored
diff --git a/doc/credits.texi b/doc/credits.texi
deleted file mode 100644
index 9d0d7769..00000000
--- a/doc/credits.texi
+++ /dev/null
@@ -1,23 +0,0 @@
-@node Credits, Invocation, License, Top
-@chapter Credits
-@cindex credits
-@cindex authors
-
-@cindex Pfaff, Ben
-Most of PSPP, as well as this manual,
-was written by Ben Pfaff.  @xref{Contacting the Author}, for
-instructions on contacting the author.
-
-@cindex Covington, Michael A.
-@cindex Van Zandt, James
-@cindex @file{ftp.cdrom.com}
-@cindex @file{/pub/algorithms/c/julcal10}
-@cindex @file{julcal.c}
-@cindex @file{julcal.h}
-The PSPP source code incorporates @code{julcal10} originally
-written by Michael A. Covington and translated into C by Jim Van Zandt.
-The original package can be found in directory
-@url{ftp://ftp.cdrom.com/pub/algorithms/c/julcal10}.  The entire
-contents of that directory constitute the package.  The files actually
-used in PSPP are @code{julcal.c} and @code{julcal.h}.
-@setfilename ignored
diff --git a/doc/invoking.texi b/doc/invoking.texi
index c70d0cf6..d5ab97d0 100644
--- a/doc/invoking.texi
+++ b/doc/invoking.texi
@@ -1,4 +1,4 @@
-@node Invocation, Language, Credits, Top
+@node Invocation, Language, License, Top
 @chapter Invoking PSPP
 @cindex invocation
 @cindex PSPP, invoking
diff --git a/doc/license.texi b/doc/license.texi
index b856a431..b5f4203e 100644
--- a/doc/license.texi
+++ b/doc/license.texi
@@ -1,4 +1,4 @@
-@node License, Credits, Introduction, Top
+@node License, Invocation, Introduction, Top
 @chapter Your rights and obligations
 @cindex license
 @cindex your rights and obligations
diff --git a/doc/not-implemented.texi b/doc/not-implemented.texi
index d24308b4..20e0bc1e 100644
--- a/doc/not-implemented.texi
+++ b/doc/not-implemented.texi
@@ -8,18 +8,12 @@ The following transformations and utilities are not yet implemented, but
 they will be supported in a later release.
 
 @table @asis
-@item AGGREGATE               
-Save an aggregated file                         
-
 @item ALSCAL                  
 Multidimensional scaling                        
 
 @item ANOVA                   
 Factorial analysis of variance                  
 
-@item AUTORECODE              
-Recodes variables                               
-
 @item BOX-JENKINS             
 Time series analysis                            
 
diff --git a/doc/pspp.texinfo b/doc/pspp.texinfo
index 5d989e0b..6e6c9af4 100644
--- a/doc/pspp.texinfo
+++ b/doc/pspp.texinfo
@@ -98,7 +98,6 @@ data.  This is edition @value{EDITION}, for PSPP version
 @menu
 * Introduction::                Description of the package.
 * License::                     Your rights and obligations.
-* Credits::                     Acknowledgement of authors.
 
 * Invocation::                  Starting and running PSPP.
 * Language::                    Basics of the PSPP command language.
@@ -130,7 +129,6 @@ data.  This is edition @value{EDITION}, for PSPP version
 
 @include introduction.texi
 @include license.texi
-@include credits.texi
 
 @include invoking.texi
 @include language.texi