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