X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FChangeLog;h=f1270cf59218e9cbe2b0d92415e39da4127ae651;hb=aab828a13b340ac7f3302e3a009274ed49d43ef1;hp=fb5abf901506a8275edcdbd009aee990de49d9e5;hpb=1195caf0c998e80d3e7195a0452a14e7b4194077;p=pspp-builds.git diff --git a/doc/ChangeLog b/doc/ChangeLog index fb5abf90..f1270cf5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,185 @@ +2008-05-15 Ben Pfaff + + * automake.mk: Make install-data-hook depend on yelp-check if the + GUI is configured. + +2008-05-08 John Darrington + + * automake.mk: Compress the info files, because later + versions of yelp seem to crash otherwise. + +2008-03-11 Jason Stover + + * regression.texi (REGRESSION): Fixed use of @dots in @math + command. Reported by John Darrington. + +2008-03-11 Jason Stover + + * regression.texi: Made more consistent use of math mode for + description of linear regression. Added reference to the mean of + the error terms being 0. + +2008-03-09 Jason Stover + + * regression.texi (REGRESSION): Removed references to subcommand EXPORT. + +2008-02-06 John Darrington + + * files.texi: Document the /BSIZE subcommand to the PSQL + reader. + +2008-02-04 John Darrington + + * files.texi data-io.texi: Document the GET DATA TYPE=PSQL + option. Thanks to Ben Pfaff for reviewing this text. + + +2007-11-10 Ben Pfaff + + * not-implemented.texi: Fix @include command so that it works + consistently, by using a file name relative to Makefile.am's + srcdir instead of relative to doc. + +2007-11-10 Ben Pfaff + + Patch #6262: New developers guide (currently incomplete). + + * automake.mk: Add definitions for new manual. + + * pspp.texinfo: Now this is the PSPP Users Guide instead of just + the PSPP manual. Remove development chapters. + + * pspp-dev.texinfo: New file. + + * data-file-format.texi: Move to dev/system-file-format.texi. + + * portable-file-format.texi: Move to dev/. + + * q2c.texi: Move to dev/ + + * dev/concepts.texi: New file. + + * dev/data.texi: New file. + + * dev/intro.texi: New file. + + * dev/output.texi: New file. + + * dev/syntax.texi: New file. + +2007-10-19 John Darrington + + * statistics.texi: Changed /CONTRASTS to /CONTRAST in ONEWAY which + is what the command accepts. + + +2007-07-28 John Darrington + + * statistics.texi: Made the documentation for T-TEST match + the behaviour. + +2007-07-17 Ben Pfaff + + * get-commands.pl: Use strict and all warnings. Simplify + parsing. Add "@c End:" line to output to suppress Emacs warning. + From bug #19335. Reviewed by John Darrington. + +2007-06-05 Ben Pfaff + + * Removed next, prev, up node names from @node lines, to make + structural changes to the manual easier. (These node names are + not needed by makeinfo.) + +2007-03-31 John Darrington + + * transformation.texi: SORT CASES: elaborated on the (D) (A) flags. + +2007-03-01 Ben Pfaff + + * automake.mk: Fix "make distcheck" by distributing doc/ni.texi, + even though it's generated. Reviewed by John Darrington. + (doc_pspp_TEXINFOS): Add doc/ni.texi. + (nodist_doc_pspp_TEXINFOS): Remove. + (am__TEXINFO_TEX_DIR) Removed (was just a kluge anyhow). + ($(INFO_DEPS)): Removed. + ($(HTML_DEPS)): Removed. + (CLEANFILES): Removed. + +Wed Dec 20 18:45:31 WST 2006 John Darrington + + * statistics.texi: Added documentation for the NPAR TESTS command. + +Thu Nov 30 22:20:10 2006 Ben Pfaff + + * statistics.texi: Document charts supported by FREQUENCIES. + Fixes bug #18297. Thanks to Mohammed Babekir Elmalik Abdalmajid + for reporting this bug. + +Tue Nov 28 17:33:31 WST 2006 + + * get-commands.pl: Fixed generation of ni.texi, which was broken + after commands.def was reorganised. + + * not-implemented.texi language.texi regression.texi + statistics.texi: Added some indeces. + + * license.texi: Added information from GPL. + +Sat Oct 7 11:02:44 WST 2006 + + * Added documentation for RANK. + +Tue May 2 10:43:06 WST 2006 + + * data-file-format.texi: Updated information about the case_size + value. Added description of Record Type 7, subtype 14. + +2006-04-28 Jason Stover + + * regression.texi: Added description of the RESID and PRED + keywords to the SAVE subcommand. + + * statistics.texi: Added REGRESSION node. + +2006-04-21 Jason Stover + + * regression.texi: Initial description of the SAVE subcommand. + +Sun Apr 16 19:12:26 2006 Ben Pfaff + + Consistently write "file name" as two words, in accordance with + the GNU standards. + +Wed Feb 15 21:53:12 2006 Ben Pfaff + + * data-file-format.texi: Fix values for "measure" in Auxiliary + Variable Parameter Record. Thanks to Oliver Bock + for reporting this bug. Fixes bug #15763. + +Tue Feb 14 21:34:06 2006 Ben Pfaff + + * data-file-format.texi: Fix description of "count" in Auxiliary + Variable Parameter Record. Thanks to Oliver Bock + for reporting this bug. Fixes bug #15756. + +Sun Sep 25 16:10:36 2005 Ben Pfaff + + * Makefile.am: Make ni.texi a prereq for HTML output. Thanks to + James R. Van Zandt for reporting the problem. + +Sun Jul 24 18:47:02 2005 Ben Pfaff + + * portable-file-format.texi: Describe author field. + +Sat May 7 17:26:39 WST 2005 John Darrington + + * Makefile.am: Made ni.texi a nodist file + +Wed May 4 08:30:24 2005 Ben Pfaff + + * language.texi: Proofreading from Jason Stover + . + Tue May 3 16:22:29 WST 2005 John Darrington * get-commands.pl: New file to generate ni.texi