Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / language / dictionary / ChangeLog
index 3d7d0baf3beeccb1ed9bb0a60d52d9f0424dacf1..b7d543c1fbd912d920a3baf1eeed3bc2984831fe 100644 (file)
@@ -1,3 +1,22 @@
+2007-06-06  Ben Pfaff  <blp@gnu.org>
+
+       Adapt case sources, sinks, and clients of procedure code to the
+       new infrastructure.
+       
+       * apply-dictionary.c: Now any_reader_open returns a casereader.
+
+       * sys-file-open.c: Now sfm_reader_open returns a casereader.
+
+Sat Feb  3 21:52:35 2007  Ben Pfaff  <blp@gnu.org>
+
+       * vector.c (cmd_vector): Add support for specifying an output
+       format in the short form of the command, fixing bug #18706.
+       Rewrite to get rid of weird data structure and simplify.
+
+       * sys-file-info.c (display_vectors): For DISPLAY VECTORS, display,
+       in addition to the names of vectors, the names, positions, and
+       print formats of the variables contained in the vectors.
+
 Wed Dec 13 20:59:54 2006  Ben Pfaff  <blp@gnu.org>
 
        * automake.mk: Add delete-variables.c