X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=f97d5651db33c8a32a5f6a677f03c5624a218e77;hb=9711bd03dcc19d39c08e0d5bc52ff909f592db6b;hp=3b32eda1dd468711037fff29be1c50c19b58acb6;hpb=e294a372f351d7105c21a2db58022af8b119aa64;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 3b32eda1dd..f97d5651db 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,25 @@ +Tue Jul 4 09:08:38 WST 2006 John Darrington + + * psppire.c: Fixed --help and --version options. + +Sat Jun 24 16:56:22 WST 2006 John Darrington + + * menu-actions.c: Added goto case and sort cases dialogs. + + * psppire-case-file.c psppire-case-file.h: Added sort function. + + * psppire-data-store.c psppire-variable.c psppire-variable.h: + Renamed psppire_variable_get_index to psppire_variable_get_fv and + dealt with the consequences. Added a psppire_variable_get_index + function which actually does what the name suggests. + + * psppire-dict.c psppire-dict.h: Implemented GtkTreeModel interface, + which allows a dictionary to be displayed in a GtkTreeView. + + * psppire.glade: Added dialog boxes for Goto Case and Sort Case. + + * sort-cases-dialog.c sort-cases-dialog.h (new files). + Mon Jun 19 18:10:53 WST 2006 John Darrington * psppire-case-file.c psppire-case-file.h (new files)