X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=daa4de7d19ddb1803efefb990cc4b9b6f4044dbf;hb=e66ec694c4237bbc9e77bb3822a333377318ef94;hp=0b8aee88500806a5dab61ecde7a2613c37c817e5;hpb=6a856ba6fc06843fd02886087c769247de4d08f0;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 0b8aee88..daa4de7d 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,37 @@ +Sat Dec 16 14:13:07 2006 Ben Pfaff + + * psppire-data-store.c (geometry_get_justification): Don't assume + that ALIGN_* and GTK_JUSTIFY_* values coincide. + +Sat Dec 16 14:10:43 2006 Ben Pfaff + + * psppire-var-store.c (text_for_column): Adjust to account for new + values of the MEASURE_* enums. + + * var-sheet.c (change_measure): Ditto. + +Sat Dec 16 12:24:35 WST 2006 John Darrington + + * psppire-variable.c psppire-variable.h: Deleted. + + * psppire-dict.c psppire-dict.h: Removed the caching of the variable + data, which is now unecessary because src/data/vardict.h maintains + an association between variables and their dictionary. + + * data-sheet.c menu-actions.c missing-val-dialog.c + missing-val-dialog.h psppire-data-store.c + psppire-var-store.c psppire-var-store.h + sort-cases-dialog.c val-labs-dialog.c val-labs-dialog.h + var-sheet.c var-type-dialog.c var-type-dialog.h: Dealt with the + consequences of deleting psppire-variable.[ch]. + + +Sat Dec 9 20:03:04 2006 Ben Pfaff + + * var-type-dialog.c (var_type_dialog_create): Use + fmt_dollar_template from data/format.c. + (dollar_format_template) Removed. + Sat Dec 9 07:19:53 WST 2006 John Darrington * syntax-editor.c : New file.