X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=c0eeb53840843f1f3ef1c83f49ee5cf70ae273f0;hb=7ae8b9ba0e2634a5b72ac6470ebbdf92a78b7892;hp=3b32eda1dd468711037fff29be1c50c19b58acb6;hpb=e294a372f351d7105c21a2db58022af8b119aa64;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 3b32eda1dd..c0eeb53840 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,21 @@ +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)