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