X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=711624d03a5432d6d485a7b33cf6bdc7e6e200ea;hb=17cc22594edc09fa76e03777a9019ec579cd8a1a;hp=824607402668e00db35d47a0ffaa83e878d4e86b;hpb=017ba229ee4570635c3cb07fa7189796fce15969;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 8246074026..711624d03a 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,35 @@ +2008-02-08 John Darrington + + * sort-cases-dialog.c transpose-dialog.c: Added dialog_valid + predicates. + +2008-02-04 John Darrington + + * checkbox-treeview.c: In toggle callback, use the treeview's + current model, instead of relying on the one set at creation. + Use attributes instead of cell_renderer functions. + +2008-02-03 John Darrington + + * psppire-case-file.c psppire-case-file.h: Dont clone the casereader + before creating datasheet. Add properties instead of direct code + in _new function. + + * psppire-data-store.c: Implement proper dispose function. + +2008-01-29 John Darrington + + * 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 * psppire-dict.c (psppire_dict_rename_var): Fixed bug where