Use math mode more consistently. Mention 0 mean of the error terms.
[pspp-builds.git] / doc / ChangeLog
1 2008-03-11  Jason Stover  <jhs@math.gcsu.edu>
2
3         * regression.texi: Made more consistent use of math mode for
4         description of linear regression. Added reference to the mean of
5         the error terms being 0.
6
7 2008-03-09  Jason Stover  <jhs@math.gcsu.edu>
8
9         * regression.texi (REGRESSION): Removed references to subcommand EXPORT.
10
11 2008-02-06 John Darrington <john@darrington.wattle.id.au>
12
13         * files.texi: Document the /BSIZE subcommand to the PSQL
14         reader.
15
16 2008-02-04 John Darrington <john@darrington.wattle.id.au>
17
18         * files.texi data-io.texi: Document the GET DATA TYPE=PSQL
19         option.  Thanks to Ben Pfaff for reviewing this text.
20
21
22 2007-11-10  Ben Pfaff  <blp@gnu.org>
23
24         * not-implemented.texi: Fix @include command so that it works
25         consistently, by using a file name relative to Makefile.am's
26         srcdir instead of relative to doc.
27
28 2007-11-10  Ben Pfaff  <blp@gnu.org>
29
30         Patch #6262: New developers guide (currently incomplete).
31
32         * automake.mk: Add definitions for new manual.
33
34         * pspp.texinfo: Now this is the PSPP Users Guide instead of just
35         the PSPP manual.  Remove development chapters.
36
37         * pspp-dev.texinfo: New file.
38
39         * data-file-format.texi: Move to dev/system-file-format.texi.
40
41         * portable-file-format.texi: Move to dev/.
42
43         * q2c.texi: Move to dev/
44
45         * dev/concepts.texi: New file.
46
47         * dev/data.texi: New file.
48
49         * dev/intro.texi: New file.
50
51         * dev/output.texi: New file.
52
53         * dev/syntax.texi: New file.
54
55 2007-10-19 John Darrington <john@darrington.wattle.id.au>
56
57         * statistics.texi: Changed /CONTRASTS to /CONTRAST in ONEWAY which
58         is what the command accepts. 
59         
60
61 2007-07-28 John Darrington <john@darrington.wattle.id.au>
62
63         * statistics.texi: Made the documentation for T-TEST match 
64         the behaviour.
65
66 2007-07-17  Ben Pfaff  <blp@gnu.org>
67
68         * get-commands.pl: Use strict and all warnings.  Simplify
69         parsing.  Add "@c End:" line to output to suppress Emacs warning.
70         From bug #19335.  Reviewed by John Darrington.
71
72 2007-06-05  Ben Pfaff  <blp@gnu.org>
73
74         * Removed next, prev, up node names from @node lines, to make
75           structural changes to the manual easier.  (These node names are
76           not needed by makeinfo.)
77
78 2007-03-31 John Darrington <john@darrington.wattle.id.au>
79         
80         * transformation.texi: SORT CASES: elaborated on the (D) (A) flags.
81         
82 2007-03-01  Ben Pfaff  <blp@gnu.org>
83
84         * automake.mk: Fix "make distcheck" by distributing doc/ni.texi,
85         even though it's generated.  Reviewed by John Darrington.
86         (doc_pspp_TEXINFOS): Add doc/ni.texi.
87         (nodist_doc_pspp_TEXINFOS): Remove.
88         (am__TEXINFO_TEX_DIR) Removed (was just a kluge anyhow).
89         ($(INFO_DEPS)): Removed.
90         ($(HTML_DEPS)): Removed.
91         (CLEANFILES): Removed.
92         
93 Wed Dec 20 18:45:31 WST 2006 John Darrington <john@darrington.wattle.id.au>
94
95         * statistics.texi: Added documentation for the NPAR TESTS command.
96
97 Thu Nov 30 22:20:10 2006  Ben Pfaff  <blp@gnu.org>
98
99         * statistics.texi: Document charts supported by FREQUENCIES.
100         Fixes bug #18297.  Thanks to Mohammed Babekir Elmalik Abdalmajid
101         for reporting this bug.
102
103 Tue Nov 28 17:33:31 WST 2006 <john@darrington.wattle.id.au>
104
105         * get-commands.pl: Fixed generation of ni.texi, which was broken
106         after commands.def was reorganised.
107
108         * not-implemented.texi language.texi regression.texi 
109           statistics.texi: Added some indeces.
110
111         * license.texi: Added information from GPL.
112
113 Sat Oct  7 11:02:44 WST 2006 <john@darrington.wattle.id.au>
114
115         * Added documentation for RANK.
116
117 Tue May  2 10:43:06 WST 2006 <john@darrington.wattle.id.au>
118
119         * data-file-format.texi: Updated information about the case_size 
120         value.  Added description of Record Type 7, subtype 14.
121
122 2006-04-28  Jason Stover  <jhs@math.gcsu.edu>
123
124         * regression.texi: Added description of the RESID and PRED
125         keywords to the SAVE subcommand.
126
127         * statistics.texi: Added REGRESSION node.
128
129 2006-04-21  Jason Stover  <jhs@math.gcsu.edu>
130
131         * regression.texi: Initial description of the SAVE subcommand.
132
133 Sun Apr 16 19:12:26 2006  Ben Pfaff  <blp@gnu.org>
134
135         Consistently write "file name" as two words, in accordance with
136         the GNU standards.
137
138 Wed Feb 15 21:53:12 2006  Ben Pfaff  <blp@gnu.org>
139
140         * data-file-format.texi: Fix values for "measure" in Auxiliary
141         Variable Parameter Record.  Thanks to Oliver Bock <oliver@g7.org>
142         for reporting this bug.  Fixes bug #15763.
143
144 Tue Feb 14 21:34:06 2006  Ben Pfaff  <blp@gnu.org>
145
146         * data-file-format.texi: Fix description of "count" in Auxiliary
147         Variable Parameter Record.  Thanks to Oliver Bock <oliver@g7.org>
148         for reporting this bug.  Fixes bug #15756. 
149
150 Sun Sep 25 16:10:36 2005  Ben Pfaff  <blp@gnu.org>
151
152         * Makefile.am: Make ni.texi a prereq for HTML output.  Thanks to
153         James R. Van Zandt <jrvz@comcast.net> for reporting the problem.
154
155 Sun Jul 24 18:47:02 2005  Ben Pfaff  <blp@gnu.org>
156
157         * portable-file-format.texi: Describe author field.
158
159 Sat May  7 17:26:39 WST 2005 John Darrington <john@darrington.wattle.id.au>
160
161         * Makefile.am: Made ni.texi a nodist file
162
163 Wed May  4 08:30:24 2005  Ben Pfaff  <blp@gnu.org>
164
165         * language.texi: Proofreading from Jason Stover
166         <jstover@sdf.lonestar.org>.
167
168 Tue May  3 16:22:29 WST 2005 John Darrington <john@darrington.wattle.id.au>
169
170         * get-commands.pl: New file to generate ni.texi
171
172         * not-implemented.texi Makefile.am: List of not implemented commands 
173         now generated from src/command.def
174
175 Sun May  1 23:20:42 2005  Ben Pfaff  <blp@gnu.org>
176
177         * language.texi: Revised lots of text to catch up with changes
178         that have been in for a long time, and for style.
179
180 Sun May  1 15:17:42 WST 2005 John Darrington <john@darrington.wattle.id.au>
181
182         * configuration.texi: Removed manpage(x) style references, because 
183         RMS doesn't like them.
184
185 Wed Apr 27 07:44:57 WST 2005 John Darrington <john@darrington.wattle.id.au>
186
187         * utilities.texi: Added the ECHO command.
188
189 Fri Apr 15 18:35:42 2005  Ben Pfaff  <blp@gnu.org>
190
191         * pspp.texinfo: Change manual license to GNU FDL, pursuant to
192         advice in maintainers' guide.
193
194 Thur Apr 14 2005 John Darrington
195
196         * variables.texi: Corrected the entry for VARIABLE LABELS
197
198         * data-file-format.texi: Added documentation about the Long Variable 
199           Names record.
200         
201 Thu Mar  3 22:06:54 WST 2005 John Darrington <john@darrington.wattle.id.au>
202
203         * expressions.texi:  corrected some mismatched parentheses.
204
205 Mon Feb 28 23:19:34 2005  Ben Pfaff  <blp@gnu.org>
206
207         * expressions.texi: Revise.  Describe new functions.
208
209 Sat Jan  8 16:46:28 2005  Ben Pfaff  <blp@gnu.org>
210
211         * credits.texi: Removed.
212
213         * bugs.texi: Rewrote.  Moved known bugs to savannah website.
214
215         * not-implemented.texi: AGGREGATE and AUTORECODE are implemented.
216
217 Tue Nov 16 13:18:53 WST 2004 John Darrington <john@darrington.wattle.id.au>
218         
219         * statistics.texi Added documentation about the EXAMINE cmd
220
221 Tue Nov 16 13:18:53 WST 2004 John Darrington <john@darrington.wattle.id.au>
222
223         * utilities.texi Added documentation for the PERMISSIONS command.
224
225         * pspp.texinfo Makefile.am  @included version.texi (Autogenerated) to 
226         keep the EDITION, VERSION and UPDATED flags up to date.
227
228 Tue Nov  9 09:38:43 WST 2004 John Darrington <john@darrington.wattle.id.au>
229
230         * Made Makefile.am aware of pspp.texi dependencies
231
232 Fri Nov  5 17:46:46 WST 2004 John Darrington <john@darrington.wattle.id.au>
233
234         * Added a note to the about SPLIT requiring adjacent cases.
235
236 Sat Oct 30 17:32:53 WST 2004 John Darrington <john@darrington.wattle.id.au>
237
238         * Started this changelog
239
240         * Removed the monolithic pspp.texi file and replaced with  *.texi
241         wrapped by a single pspp.texinfo file
242
243         * Minor corrections to the documentation where I noticed it needed
244         them.