X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Futilities%2FChangeLog;h=5701c38fc460aa2403c6fc97b69e591819dee445;hb=51010fcf5cc308367c1fe3fafa785a3d2216b03d;hp=8af47c08bfd0238b5a5683fec63a22e05174a306;hpb=8021cf8974a46fe82af7b8952e448c0ea6858a48;p=pspp-builds.git diff --git a/src/language/utilities/ChangeLog b/src/language/utilities/ChangeLog index 8af47c08..5701c38f 100644 --- a/src/language/utilities/ChangeLog +++ b/src/language/utilities/ChangeLog @@ -1,3 +1,20 @@ +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. @@ -10,7 +27,7 @@ updated document API. (cmd_add_documents): Ditto. -2007-05-03 John Darrington +2007-05-03 John Darrington * title.c: Implemented ADD DOCUMENT command.