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