Fixed buglet in file open action.
[pspp-builds.git] / src / language / ChangeLog
index d3f3d6d8204f16a4c28e55d876e631970510c618..afe8195abe59e39c6a352e1e54ff5ee8aba870a1 100644 (file)
@@ -1,3 +1,20 @@
+Sun Jan 21 15:31:52 WST 2007 John Darrington <john@darrington.wattle.id.au>
+
+       * command.c command.h: Renamed cmd_parse to cmd_parse_in_state.
+       New function cmd_parse.
+
+Wed Dec 13 21:02:51 2006  Ben Pfaff  <blp@gnu.org>
+
+       * command.def: Add DELETE VARS.
+
+Sat Dec 16 22:15:55 2006  Ben Pfaff  <blp@gnu.org>
+
+       Make it possible to pull cases from the active file with a
+       function call, instead of requiring indirection through a callback
+       function.
+
+       * command.def: Marked MATRIX DATA as unimplemented.
+
 Sun Dec  3 11:59:10 2006  Ben Pfaff  <blp@gnu.org>
 
        * syntax-file.c (read_syntax_file): Always read GETL_BATCH lines.