X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=470573bbe6c636238ce19a85b31193b29469bb89;hb=09a1109ddc398f36fe720208e1d38053850cbd2a;hp=6aabf006e31a3f58cf84ae82a8fab340adf48dda;hpb=2680a3ae85ffb2c15d2a81e48f1904e029170222;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 6aabf006e3..470573bbe6 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,29 @@ +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. + These are not required, now that src/data/dictionary.c has callbacks + Mon Dec 25 08:49:57 WST 2006 John Darrington * var-sheet.c val-labs-dialog.c val-labs-dialog.h: Fixed bug in value