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