X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FChangeLog;h=adc7d20c1226e51797dcce2f17251d100c287b2c;hb=430f3a7cd6d9175a54a9e97fb91d5fc912fcfea4;hp=34d1a890faefa8fe9c7dac030dfa4779dcfc36f7;hpb=54bc9183a551c4249fb9eabc008beade0e751b78;p=pspp-builds.git diff --git a/doc/ChangeLog b/doc/ChangeLog index 34d1a890..adc7d20c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,131 @@ +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.