Implemented the INSERT command.
[pspp-builds.git] / src / language / ChangeLog
index 0a8068834a064d6487f56367519bee90ddd2c423..d25c2d0379b7210e1d71fcff6453ff465894161f 100644 (file)
@@ -1,6 +1,14 @@
+2007-09-05  John Darrington <john@darrington.wattle.id.au>
+
+       * command.c (do_parse_command): Translate CMD_FAILURE into
+       CMD_CASCADING_FAILURE, if the ERRMODE_STOP is set on the syntax
+       source. 
+       
+       
 2007-06-06  Ben Pfaff  <blp@gnu.org>
 
-       * command.def: Add DEBUG DATASHEET command.
+       * command.def: Add DEBUG DATASHEET command.  Remove DEBUG CASEFILE
+       command.
 
 2007-03-18  Ben Pfaff  <blp@gnu.org>