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