X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Futilities%2FChangeLog;h=5701c38fc460aa2403c6fc97b69e591819dee445;hb=04752a092964c66d468ca820ff066aac42a38cb0;hp=eafc6885be523f6ba5f9336e33b8233d14f7daf3;hpb=52fa18618ee55c3f0a5d0f1bb2314885752682b3;p=pspp-builds.git diff --git a/src/language/utilities/ChangeLog b/src/language/utilities/ChangeLog index eafc6885..5701c38f 100644 --- a/src/language/utilities/ChangeLog +++ b/src/language/utilities/ChangeLog @@ -1,3 +1,75 @@ +2007-09-16 Ben Pfaff + + * set.q (show_warranty): Use fputs to print lack-of-warranty + statement, instead of msg. This is because msg now outputs the + message to output devices, and the output subsystem is not + prepared to deal with table cells that exceed one page in length. + Thanks to John Darrington for bug report and review. Bug #21093. + (show_copying) Ditto. + +2007-08-16 Ben Pfaff + + Implement journaling. Bug #17240. + + * set.q: Add LOG subcommand as synonym for JOURNAL. + (stc_custom_journal): Implement. + (stc_custom_log): New function. + +2007-05-06 Ben Pfaff + + Abstract the documents within a dictionary a little better. + Thanks to John Darrington for suggestion, initial version, and + review. Patch #5917. + + * title.c (add_document_line): Removed. + (add_document_trailer): New function. + (cmd_document): Rewrite to yield SPSS-like output and to use the + updated document API. + (cmd_add_documents): Ditto. + +2007-05-03 John Darrington + + * title.c: Implemented ADD DOCUMENT command. + +Sun Nov 19 09:21:39 2006 Ben Pfaff + + * set.q: Add RIB, RRB settings to control binary formats used by + data_out. + (cmd_set) Implement SET RIB, RRB. + (show_rib) New function. + (show_rrb) New function. + (static var show_table[]) Add SHOW RIB, RRB. + +Sat Nov 4 16:05:47 2006 Ben Pfaff + + * set.q: Add WIB, WRB settings to control binary formats used by + data_out. + (cmd_set) Implement SET WIB, WRB. + (stc_to_integer_format) New function. + (stc_to_float_format) New function. + (show_integer_format) New function. + (show_float_format) New function. + (show_wib) New function. + (show_wrb) New function. + (static var show_table[]) Add SHOW WIB, WRB. + +Sat Nov 4 11:48:23 2006 Ben Pfaff + + * set.q: Update ERRORS, MESSAGES, RESULTS command syntax. + (cmd_set) Handle ERRORS command. + (show_errors) New function. + (var show_table[]) Add ERRORS to the table. + +Tue Oct 31 20:10:24 2006 Ben Pfaff + + * set.q (cmd_set): Drop the `ok' variable, which didn't do + anything useful. + (extract_cc_token) Adapt to new fmt_number_style. + (do_cc) Ditto. + (format_cc) Ditto. + (show_cc) Change parameter to be an enum fmt_type. Adjust all + callers. + Wed Apr 26 15:06:22 2006 Ben Pfaff * set.q: Use SN instead of MN for most output from SHOW, because