1 2007-09-16 Ben Pfaff <blp@gnu.org>
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.
10 2007-08-16 Ben Pfaff <blp@gnu.org>
12 Implement journaling. Bug #17240.
14 * set.q: Add LOG subcommand as synonym for JOURNAL.
15 (stc_custom_journal): Implement.
16 (stc_custom_log): New function.
18 2007-05-06 Ben Pfaff <blp@gnu.org>
20 Abstract the documents within a dictionary a little better.
21 Thanks to John Darrington for suggestion, initial version, and
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
28 (cmd_add_documents): Ditto.
30 2007-05-03 John Darrington <john@darrington.wattle.id.au>
32 * title.c: Implemented ADD DOCUMENT command.
34 Sun Nov 19 09:21:39 2006 Ben Pfaff <blp@gnu.org>
36 * set.q: Add RIB, RRB settings to control binary formats used by
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.
43 Sat Nov 4 16:05:47 2006 Ben Pfaff <blp@gnu.org>
45 * set.q: Add WIB, WRB settings to control binary formats used by
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.
56 Sat Nov 4 11:48:23 2006 Ben Pfaff <blp@gnu.org>
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.
63 Tue Oct 31 20:10:24 2006 Ben Pfaff <blp@gnu.org>
65 * set.q (cmd_set): Drop the `ok' variable, which didn't do
67 (extract_cc_token) Adapt to new fmt_number_style.
70 (show_cc) Change parameter to be an enum fmt_type. Adjust all
73 Wed Apr 26 15:06:22 2006 Ben Pfaff <blp@gnu.org>
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.
78 Tue Apr 25 13:21:12 2006 Ben Pfaff <blp@gnu.org>
80 * permissions.c (change_permissions): Use SE instead of ME for
81 errors associated with a syntax file command.
83 Thu Mar 2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
85 * Moved files from src directory