X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FChangeLog;h=607a9390587c55467bbaf6e547e9db0f506d500c;hb=1d5a97ba2afec23855a8294ff2814ab052f6777a;hp=09f0f6fea5a239c7bf964c099fa49e52dbbaf2df;hpb=a90f29f5c4c88d1e56373b160e103bfa9f8ce387;p=pspp-builds.git diff --git a/doc/ChangeLog b/doc/ChangeLog index 09f0f6fe..607a9390 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,126 @@ +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 + + * not-implemented.texi Makefile.am: List of not implemented commands + now generated from src/command.def + +Sun May 1 23:20:42 2005 Ben Pfaff + + * language.texi: Revised lots of text to catch up with changes + that have been in for a long time, and for style. + +Sun May 1 15:17:42 WST 2005 John Darrington + + * configuration.texi: Removed manpage(x) style references, because + RMS doesn't like them. + +Wed Apr 27 07:44:57 WST 2005 John Darrington + + * utilities.texi: Added the ECHO command. + +Fri Apr 15 18:35:42 2005 Ben Pfaff + + * pspp.texinfo: Change manual license to GNU FDL, pursuant to + advice in maintainers' guide. + +Thur Apr 14 2005 John Darrington + + * variables.texi: Corrected the entry for VARIABLE LABELS + + * data-file-format.texi: Added documentation about the Long Variable + Names record. + Thu Mar 3 22:06:54 WST 2005 John Darrington * expressions.texi: corrected some mismatched parentheses.