X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=3b4a450b37ac619c1ec0978ee7592bc9f7746132;hb=32884aab5da9ba8455d482dc1f52989ff7de4ee6;hp=6a368e00e28d6f24f343a5df65ff848c31b5c324;hpb=3a810a0bc874aafa8496ed5b24b86f2afffc64be;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 6a368e00..3b4a450b 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,16 @@ +2007-08-07 John Darrington + + * 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 * syntax-editor.glade: Changed some properties to be less annoying.