Enabled output generation in the GUI.
[pspp-builds.git] / src / ui / gui / ChangeLog
index 602e59d20809b06b2e03510bba4092e3000d7eb2..9d98f65be80343570c5dfdee740243a00d3a6524 100644 (file)
@@ -1,3 +1,36 @@
+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 
+       psppire-dict.c psppire-dict.h psppire-var-store.c : Added the
+       ability to resize string variables.  Fixed associated problems
+       inserting/deleting variables.   
+       
+       * helper.c helper.h (marshaller_VOID__INT_INT_INT): New marshaller
+       function.
+       
 2007-07-16  John Darrington <john@darrington.wattle.id.au>
 
        * data-editor.c: File Open dialog remembers directory.  Thanks to