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