Abstract the documents within a dictionary a little better. Thanks to
[pspp-builds.git] / src / language / utilities / ChangeLog
1 2007-05-06  Ben Pfaff  <blp@gnu.org>
2
3         Abstract the documents within a dictionary a little better.
4         Thanks to John Darrington for suggestion, initial version, and
5         review.  Patch #5917.
6
7         * title.c (add_document_line): Removed.
8         (add_document_trailer): New function.
9         (cmd_document): Rewrite to yield SPSS-like output and to use the
10         updated document API.
11         (cmd_add_documents): Ditto.
12
13 2007-05-03 John Darrington <john@darrington.wattle.ud.au>
14
15         * title.c: Implemented ADD DOCUMENT command.
16
17 Sun Nov 19 09:21:39 2006  Ben Pfaff  <blp@gnu.org>
18
19         * set.q: Add RIB, RRB settings to control binary formats used by
20         data_out.
21         (cmd_set) Implement SET RIB, RRB.
22         (show_rib) New function.
23         (show_rrb) New function.
24         (static var show_table[]) Add SHOW RIB, RRB.
25
26 Sat Nov  4 16:05:47 2006  Ben Pfaff  <blp@gnu.org>
27
28         * set.q: Add WIB, WRB settings to control binary formats used by
29         data_out.
30         (cmd_set) Implement SET WIB, WRB.
31         (stc_to_integer_format) New function.
32         (stc_to_float_format) New function.
33         (show_integer_format) New function.
34         (show_float_format) New function.
35         (show_wib) New function.
36         (show_wrb) New function.
37         (static var show_table[]) Add SHOW WIB, WRB.
38
39 Sat Nov  4 11:48:23 2006  Ben Pfaff  <blp@gnu.org>
40
41         * set.q: Update ERRORS, MESSAGES, RESULTS command syntax.
42         (cmd_set) Handle ERRORS command.
43         (show_errors) New function.
44         (var show_table[]) Add ERRORS to the table.
45
46 Tue Oct 31 20:10:24 2006  Ben Pfaff  <blp@gnu.org>
47
48         * set.q (cmd_set): Drop the `ok' variable, which didn't do
49         anything useful.
50         (extract_cc_token) Adapt to new fmt_number_style.
51         (do_cc) Ditto.
52         (format_cc) Ditto.
53         (show_cc) Change parameter to be an enum fmt_type.  Adjust all
54         callers.
55
56 Wed Apr 26 15:06:22 2006  Ben Pfaff  <blp@gnu.org>
57
58         * set.q: Use SN instead of MN for most output from SHOW, because
59         the output is tied to the SHOW command that caused it.
60
61 Tue Apr 25 13:21:12 2006  Ben Pfaff  <blp@gnu.org>
62
63         * permissions.c (change_permissions): Use SE instead of ME for
64         errors associated with a syntax file command.
65
66 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
67         
68         * Moved files from src directory