Continue reforming procedure execution. In this phase, remove PROCESS
[pspp-builds.git] / src / language / ChangeLog
index 81997af685611606680f74140c584b8de6b80021..a3d3b20b79c9a448b8d8edccdbd97edb9aa675da 100644 (file)
@@ -1,3 +1,11 @@
+Sat May  6 13:25:25 2006  Ben Pfaff  <blp@gnu.org>
+
+       Continue reforming procedure execution.  In this phase, remove
+       PROCESS IF, which was deprecated anyway and can be easily
+       simulated with TEMPORARY followed by SELECT IF.
+
+       * command.def: Removed PROCESS IF.
+
 Mon May  1 18:17:52 2006  Ben Pfaff  <blp@gnu.org>
 
        Further clean up the CMD_* command result codes.