* psppire-dict.c (psppire_dict_dump): Don't use
[pspp] / src / ui / gui / ChangeLog
index 4f0a0949f140e3c4e37b21bc4dd7487e69fdea07..b5d9c6a83d04247f347775ba6be6f5c2cba0fedb 100644 (file)
@@ -1,3 +1,36 @@
+2007-08-12  Ben Pfaff  <blp@gnu.org>
+
+       * psppire-dict.c (psppire_dict_dump): Don't use
+       dict_get_compacted_dict_index_to_case_index, as that function has
+       been deleted.
+
+2007-08-13  John Darrington <john@darrington.wattle.id.au>
+
+        * psppire-case-file.c (psppire_case_file_append_case):  
+       Deleted unused function.
+
+2007-08-07  John Darrington <john@darrington.wattle.id.au>
+
+       * helper.c (execute_syntax): Set the active file data to NULL at the 
+       end of the procedure.  Thanks to Ben for suggesting this.
+
+       * psppire-case-file.c: Added assertions to the remaining functions 
+       on inaccessible objects.
+
+       * psppire-data-store.c psppire-data-store.h: Disconnect or block 
+       signals on dictionary and case_file, when make_reader has been called. 
+       Reconnect or unblock them when a new datasheet has been set for the 
+       data_store.
+       
+2007-08-06  John Darrington <john@darrington.wattle.id.au>
+
+       * syntax-editor.glade: Changed some properties to be less annoying.
+
+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