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