Enabled output generation in the GUI.
[pspp-builds.git] / src / ui / gui / ChangeLog
index 23707386a7ea20278bcbd05c690b66d8f52fb42a..9d98f65be80343570c5dfdee740243a00d3a6524 100644 (file)
@@ -1,3 +1,26 @@
+2007-07-29  John Darrington <john@darrington.wattle.id.au>
+
+       * helper.c psppire.c: Enabled the output system so that the results
+       of analysis can be seen.
+
+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