Abstract the documents within a dictionary a little better. Thanks to
[pspp-builds.git] / src / language / utilities / ChangeLog
index de2d9ddad4ad1d3131d165c4bc9fb5b5e8088939..8af47c08bfd0238b5a5683fec63a22e05174a306 100644 (file)
@@ -1,3 +1,15 @@
+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.ud.au>
 
        * title.c: Implemented ADD DOCUMENT command.