1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
|
2008-05-15 Ben Pfaff <blp@gnu.org>
* automake.mk: Make install-data-hook depend on yelp-check if the
GUI is configured.
2008-05-08 John Darrington <john@darrington.wattle.id.au>
* automake.mk: Compress the info files, because later
versions of yelp seem to crash otherwise.
2008-03-11 Jason Stover <jhs@math.gcsu.edu>
* regression.texi (REGRESSION): Fixed use of @dots in @math
command. Reported by John Darrington.
2008-03-11 Jason Stover <jhs@math.gcsu.edu>
* 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 <jhs@math.gcsu.edu>
* regression.texi (REGRESSION): Removed references to subcommand EXPORT.
2008-02-06 John Darrington <john@darrington.wattle.id.au>
* files.texi: Document the /BSIZE subcommand to the PSQL
reader.
2008-02-04 John Darrington <john@darrington.wattle.id.au>
* 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 <blp@gnu.org>
* 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 <blp@gnu.org>
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 <john@darrington.wattle.id.au>
* statistics.texi: Changed /CONTRASTS to /CONTRAST in ONEWAY which
is what the command accepts.
2007-07-28 John Darrington <john@darrington.wattle.id.au>
* statistics.texi: Made the documentation for T-TEST match
the behaviour.
2007-07-17 Ben Pfaff <blp@gnu.org>
* 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 <blp@gnu.org>
* 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 <john@darrington.wattle.id.au>
* transformation.texi: SORT CASES: elaborated on the (D) (A) flags.
2007-03-01 Ben Pfaff <blp@gnu.org>
* 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 <john@darrington.wattle.id.au>
* statistics.texi: Added documentation for the NPAR TESTS command.
Thu Nov 30 22:20:10 2006 Ben Pfaff <blp@gnu.org>
* 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 <john@darrington.wattle.id.au>
* 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 <john@darrington.wattle.id.au>
* Added documentation for RANK.
Tue May 2 10:43:06 WST 2006 <john@darrington.wattle.id.au>
* data-file-format.texi: Updated information about the case_size
value. Added description of Record Type 7, subtype 14.
2006-04-28 Jason Stover <jhs@math.gcsu.edu>
* regression.texi: Added description of the RESID and PRED
keywords to the SAVE subcommand.
* statistics.texi: Added REGRESSION node.
2006-04-21 Jason Stover <jhs@math.gcsu.edu>
* regression.texi: Initial description of the SAVE subcommand.
Sun Apr 16 19:12:26 2006 Ben Pfaff <blp@gnu.org>
Consistently write "file name" as two words, in accordance with
the GNU standards.
Wed Feb 15 21:53:12 2006 Ben Pfaff <blp@gnu.org>
* data-file-format.texi: Fix values for "measure" in Auxiliary
Variable Parameter Record. Thanks to Oliver Bock <oliver@g7.org>
for reporting this bug. Fixes bug #15763.
Tue Feb 14 21:34:06 2006 Ben Pfaff <blp@gnu.org>
* data-file-format.texi: Fix description of "count" in Auxiliary
Variable Parameter Record. Thanks to Oliver Bock <oliver@g7.org>
for reporting this bug. Fixes bug #15756.
Sun Sep 25 16:10:36 2005 Ben Pfaff <blp@gnu.org>
* Makefile.am: Make ni.texi a prereq for HTML output. Thanks to
James R. Van Zandt <jrvz@comcast.net> for reporting the problem.
Sun Jul 24 18:47:02 2005 Ben Pfaff <blp@gnu.org>
* portable-file-format.texi: Describe author field.
Sat May 7 17:26:39 WST 2005 John Darrington <john@darrington.wattle.id.au>
* Makefile.am: Made ni.texi a nodist file
Wed May 4 08:30:24 2005 Ben Pfaff <blp@gnu.org>
* language.texi: Proofreading from Jason Stover
<jstover@sdf.lonestar.org>.
Tue May 3 16:22:29 WST 2005 John Darrington <john@darrington.wattle.id.au>
* 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 <blp@gnu.org>
* 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 <john@darrington.wattle.id.au>
* configuration.texi: Removed manpage(x) style references, because
RMS doesn't like them.
Wed Apr 27 07:44:57 WST 2005 John Darrington <john@darrington.wattle.id.au>
* utilities.texi: Added the ECHO command.
Fri Apr 15 18:35:42 2005 Ben Pfaff <blp@gnu.org>
* 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 <john@darrington.wattle.id.au>
* expressions.texi: corrected some mismatched parentheses.
Mon Feb 28 23:19:34 2005 Ben Pfaff <blp@gnu.org>
* expressions.texi: Revise. Describe new functions.
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>
* utilities.texi Added documentation for the PERMISSIONS command.
* pspp.texinfo Makefile.am @included version.texi (Autogenerated) to
keep the EDITION, VERSION and UPDATED flags up to date.
Tue Nov 9 09:38:43 WST 2004 John Darrington <john@darrington.wattle.id.au>
* Made Makefile.am aware of pspp.texi dependencies
Fri Nov 5 17:46:46 WST 2004 John Darrington <john@darrington.wattle.id.au>
* Added a note to the about SPLIT requiring adjacent cases.
Sat Oct 30 17:32:53 WST 2004 John Darrington <john@darrington.wattle.id.au>
* Started this changelog
* Removed the monolithic pspp.texi file and replaced with *.texi
wrapped by a single pspp.texinfo file
* Minor corrections to the documentation where I noticed it needed
them.
|