Implemented the paired samples t test dialog. Closes patch #6378
[pspp-builds.git] / src / ui / gui / ChangeLog
index e4dccd86c0ed869a4888e0f778028c316b76056f..91a21e9d72589c98d1af92fd750619c95c9dee82 100644 (file)
@@ -1,3 +1,22 @@
+2008-01-29  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire-var-ptr.c psppire-var-ptr.h: New files
+
+       * t-test-paired-samples.c t-test-paired-samples.h: New files
+
+        * dialog-common.c dialog-common.h (append_variable_names): Add extra 
+       argument to specify the column number containing the variables.
+
+       * psppire-selector.c psppire-selector.h:  Add auxilliary data variable
+       to SelectItemsFunc.  (is_item_in_dest) transform model value to G_TYPE_INT
+       before using.  Hence the model need not be of integer type.
+
+2008-01-22  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire-dict.c (psppire_dict_rename_var): Fixed bug where
+       an assertion failure occured when renaming variables to an
+       existing name. Thanks to Ben for reporting this.
+
 2007-12-13  John Darrington <john@darrington.wattle.id.au>
 
        * dialog-common.c dialog-common.h (numeric_only): New function.