CLEAR TRANSFORMATIONS is unsafe as implemented. It's a fair amount of
[pspp-builds.git] / src / language / ChangeLog
index 48aecc940d4a709f82a6db3d12f8de71672b5968..a2bae86cb03b935265156d30850cbc187ebc38dd 100644 (file)
@@ -1,3 +1,13 @@
+Wed Apr 26 21:13:46 2006  Ben Pfaff  <blp@gnu.org>
+
+       CLEAR TRANSFORMATIONS is unsafe as implemented.  It's a fair
+       amount of work to implement it correctly, so make it
+       unimplemented.
+               
+       * command.c: (cmd_clear_transformations) Removed.
+
+       * command.def: Mark CLEAR TRANSFORMATIONS as unimplemented.
+
 Wed Apr 26 13:06:42 2006  Ben Pfaff  <blp@gnu.org>
 
        Work on readline completion.