Estimate parameters. Moved some code to re-usable functions.
[pspp-builds.git] / src / language / utilities / ChangeLog
index de2d9ddad4ad1d3131d165c4bc9fb5b5e8088939..5701c38fc460aa2403c6fc97b69e591819dee445 100644 (file)
@@ -1,4 +1,33 @@
-2007-05-03 John Darrington <john@darrington.wattle.ud.au>
+2007-09-16  Ben Pfaff  <blp@gnu.org>
+
+       * 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  <blp@gnu.org>
+
+       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  <blp@gnu.org>
+
+       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 <john@darrington.wattle.id.au>
 
        * title.c: Implemented ADD DOCUMENT command.