X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=6e8767ed47630c62628db383149ee43a95a4b75e;hb=756e3feab0a2dab6be0a96164079fce2a2d8f9b4;hp=7297a9a6f1af76ada17226fda1eb14a08380a166;hpb=9199abdfc081fdd8e08e9f5072a0bbabd3302e13;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 7297a9a6..6e8767ed 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,43 @@ +Wed Jan 10 07:20:39 WST 2007 John Darrington + + * psppire-case-file.c : Make sure there is always a valid flexifile + + * psppire-data-store.c : assertions. + + * psppire.c: Ignore replace source callbacks if the new source is + not of storiage_source_class + + * syntax-editor.c: Close/Abort source after parsing is complete. + +Sun Jan 7 08:38:29 WST 2007 John Darrington + + * psppire-dict.c: Add FILTER_CHANGED and SPLIT_CHANGED signals + corresponding to the callbacks in src/data/dictionary.c + + * data-editor.c : Connect functions to the FILTER_CHANGED and + SPLIT_CHANGED signals to update the status bar accordingly. + +Mon Jan 1 10:37:07 WST 2007 John Darrington + + * psppire-case-file.c psppire-case-file.h: Changed the backend + semantics. An object is now created without any backend. A new function ( psppire_case_file_replace_flexifile ) sets the backend to use. + + * psppire-data-store.c : Updated callers accordingly. + + * psppire-dict.c psppire-dict.h : New function + (psppire_dict_replace_dictionary) . + + * psppire.c : Updated to use new dataset replace_{source, dictionary} + callbacks. + + * syntax-editor.c : parses in state CMD_STATE_DATA unless there are + no variables in the dictionary. + +Mon Dec 25 12:38:24 WST 2006 John Darrington + + * data-editor.c data-editor.glade: Enabled deleting of variables from + the variable sheet. + Mon Dec 25 11:28:29 WST 2006 John Darrington * psppire-dict.c psppire-dict.h: Removed explicit signal emit calls.