Patch #6086. Adds "transformation pending" state.
[pspp-builds.git] / src / ui / gui / ChangeLog
index 23707386a7ea20278bcbd05c690b66d8f52fb42a..4f0a0949f140e3c4e37b21bc4dd7487e69fdea07 100644 (file)
@@ -1,3 +1,21 @@
+2007-07-26  John Darrington <john@darrington.wattle.id.au>
+
+       * helper.c helper.h (execute_syntax): removed implicit EXECUTE at end 
+       of commands.
+
+       * data-editor.c data-editor.glade: Added "Run Pending Transformations" 
+       menuitem.
+
+2007-07-25  John Darrington <john@darrington.wattle.id.au>
+
+       * customentry.c: Redraw button in insensitive state, if the widget's 
+        "editable" style is FALSE.  Don't emit the "clicked" signal if 
+        "editable" is FALSE.
+       
+       * var-sheet.c: If variables are long-string variables, then set the 
+       "editable" properties of the entry widgets for the values and missing
+       cells to FALSE,
+
 2007-07-18  John Darrington <john@darrington.wattle.id.au>
 
        * psppire-case-file.c psppire-case-file.h psppire-data-store.c