* credits.texi: Removed.
authorBen Pfaff <blp@gnu.org>
Sun, 9 Jan 2005 00:47:44 +0000 (00:47 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 9 Jan 2005 00:47:44 +0000 (00:47 +0000)
* bugs.texi: Rewrote.  Moved known bugs to savannah website.

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

doc/ChangeLog
doc/Makefile.am
doc/bugs.texi
doc/credits.texi [deleted file]
doc/invoking.texi
doc/license.texi
doc/not-implemented.texi
doc/pspp.texinfo

index 7618916e91c8b8bd966692770701f96f73be8b19..e7cf97a782efb9f67b165cda7846bf41bcfb481d 100644 (file)
@@ -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>
index eb2aabc68e1e352983d2207dfc9f4a3959d983fa..f2657e6c03d0808018ef47eafc15994d3288a6d2 100644 (file)
@@ -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 \
index 1df01284df83e86a0424d597843288d73fc35974..475f357b28b46d59f57135729dfdd07a7143ca59 100644 (file)
@@ -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 (file)
index 9d0d776..0000000
+++ /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
index c70d0cf6c7c1e79dc91d2287f812dc3d1313976d..d5ab97d0ac8cb5c969e10bed70c373332c000b0a 100644 (file)
@@ -1,4 +1,4 @@
-@node Invocation, Language, Credits, Top
+@node Invocation, Language, License, Top
 @chapter Invoking PSPP
 @cindex invocation
 @cindex PSPP, invoking
index b856a431a6f21680cc2ba723ad6101a9cbd818f4..b5f4203eb91eca469bcd60aa45057ba1d35f0c4d 100644 (file)
@@ -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
index d24308b45add65041c013c8aa6755760d8b64ecc..20e0bc1ef11e45a1b1f0fde67965b6cd1e00f8b1 100644 (file)
@@ -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                            
 
index 5d989e0bcb17a7780c95d34490efa16c8e4f4603..6e6c9af4fd19a121eedc3e097d87e0c99fd9f0e1 100644 (file)
@@ -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