Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / language / data-io / ChangeLog
index 7685118dc9ece2b0dfa21073c2265b8aabc295e4..0c1f3791f7df36e098cd844b1200e070de0978ac 100644 (file)
@@ -1,3 +1,29 @@
+2007-06-06  Ben Pfaff  <blp@gnu.org>
+
+       Adapt case sources, sinks, and clients of procedure code to the
+       new infrastructure.
+       
+       * data-list.c: Make DATA LIST into a casereader.
+
+       * get.c: Change GET, IMPORT, SAVE, EXPORT to use casereaders,
+       casewriters.
+
+       * inpt-pgm.c: Use caseinit code.  Turn INPUT PROGRAM into a
+       casereader.
+
+       * list.q: Adapt to new procedure code.
+
+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.
+
+       * get.c (mtf_merge_dictionary): Simplify creating merged document.
+
+       * sys-file-info.c (display_documents): Use new
+       dict_get_document_line_cnt and dict_get_document_line functions.
+
 Thu Feb  1 16:56:02 2007  Ben Pfaff  <blp@gnu.org>
 
        * file-handle.q (fh_parse): Update to new fh_create_file