X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=3b32eda1dd468711037fff29be1c50c19b58acb6;hb=e294a372f351d7105c21a2db58022af8b119aa64;hp=5a875b32299a8dfe1ba44c0971c966aa28e5f68f;hpb=75aeeafa67aa460512683311566a83917d399c70;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 5a875b3229..3b32eda1dd 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,31 @@ +Mon Jun 19 18:10:53 WST 2006 John Darrington + + * psppire-case-file.c psppire-case-file.h (new files) + + * automake.mk data-sheet.c data-sheet.h menu-actions.c + psppire-data-store.c psppire-data-store.h psppire-dict.c + psppire-dict.h psppire-var-store.c psppire.c + + Replaced psppire-case-array.c with psppire-case-file.c, so as to + allow an arbitrary number of cases to be represented. + +Sun Jun 4 15:50:28 WST 2006 John Darrington + + * psppire-var-store.c, psppire.c, var-sheet.c : Unlimited the number of + variables that can be displayed. Minor i18n issues. + +Tue May 30 19:53:35 WST 2006 John Darrington + + * menu-actions.c menu-actions.h psppire.c: Fixed up load/new + interactions with startup. + + * psppire-data-store.c: Fixed bad i18n call. + + * pspppire-var-store.c, psppire-var-store.h: constness. + + * helper.c: Implemented proper way to convert from PSPP to UTF8 encoding. + + Sat May 27 16:25:38 WST 2006 John Darrington * customentry.c data-sheet.c menu-actions.c message-dialog.c