X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2FChangeLog;h=fde939f99d60ae2f010d731f54f64d2f0fca8097;hb=83ad8f5b760cb46bd1d86f60a40d6aace21118ef;hp=c0b714fc8f0bd890632d7d0088195a16c1abf7e7;hpb=8acca2de53c1852f38726f70fc6516b34732a79f;p=pspp-builds.git diff --git a/src/language/dictionary/ChangeLog b/src/language/dictionary/ChangeLog index c0b714fc..fde939f9 100644 --- a/src/language/dictionary/ChangeLog +++ b/src/language/dictionary/ChangeLog @@ -1,3 +1,60 @@ +2007-08-12 Ben Pfaff + + Output variable measurement level, alignment, and display width as + part of DISPLAY DICTIONARY and SYSFILE INFO output. Bug #13019. + Reviewed by John Darrington. + * sys-file-info.c (cmd_sysfile_info): Allow space for new rows of + info in output. + (display_variables): Ditto. + (describe_variable): Output variable measurement level, alignment, + and display width as part of DISPLAY DICTIONARY and SYSFILE INFO + output. + +2007-06-06 Ben Pfaff + + Adapt case sources, sinks, and clients of procedure code to the + new infrastructure. + + * apply-dictionary.c: Now any_reader_open returns a casereader. + + * sys-file-open.c: Now sfm_reader_open returns a casereader. + +Sat Feb 3 21:52:35 2007 Ben Pfaff + + * vector.c (cmd_vector): Add support for specifying an output + format in the short form of the command, fixing bug #18706. + Rewrite to get rid of weird data structure and simplify. + + * sys-file-info.c (display_vectors): For DISPLAY VECTORS, display, + in addition to the names of vectors, the names, positions, and + print formats of the variables contained in the vectors. + +Wed Dec 13 20:59:54 2006 Ben Pfaff + + * automake.mk: Add delete-variables.c + + * delete-variables.c (cmd_delete_variables): New function, in new + file. + +Sun Dec 10 13:55:58 2006 Ben Pfaff + + * sys-file-info.c (cmd_sysfile_info): Report floating-point format + used in system file. + +Sat Dec 9 18:44:26 2006 Ben Pfaff + + * variable-label.c: Move to src/data/variable.c. + + * vector.c (cmd_vector): Use PV_SAME_WIDTH in parse_variables + call, because string variables in a vector must have the same + width. + +Thu Nov 30 22:06:21 2006 Ben Pfaff + + * value-labels.c (get_label): Allow commas between values and + labels and between value labels. Fixes bug #18303. Thanks to + John Darrington for reporting this bug. + Sat Nov 4 16:04:19 2006 Ben Pfaff * numeric.c: (cmd_string) Check that output format is valid.