X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=470e89692a3ad231f6bb19b980bd9a5c1a5e0546;hb=4f2f805c653f0dc901924944ea4c55309ff14d32;hp=aae7ca9562b0943fec2a588ca11ab9637768b96a;hpb=73ef58a437ef6640a7813b4f898b1a57e0ec95ea;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index aae7ca95..470e8969 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,15 @@ +Sat Dec 16 14:09:25 2006 Ben Pfaff + + * sys-file-reader.c (read_display_parameters): Don't assume that + MEASURE_* and ALIGN_* have the same values found in system files. + + * sys-file-writer.c (write_variable_display_parameters): Ditto. + + * variable.h: Change MEASURE_NOMINAL, MEASURE_ORDINAL, + MEASURE_SCALE to be 0-based instead of 1-based. This also fixes + the value of n_MEASURES, which was off by 1 (at least from my + point of view). + Sat Dec 16 12:17:34 WST 2006 John Darrington * dictionary.c dictionary.h vardict.h variable.c: Added optional