X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2FChangeLog;h=407a92e6fd84c40e30abca232a08cdc6692e95cd;hb=efe067379890a29af2b4ad06bf83df7a2eb4d009;hp=4a96aeb941a9479876c7386203e97d30fc102f8b;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/language/dictionary/ChangeLog b/src/language/dictionary/ChangeLog index 4a96aeb941..407a92e6fd 100644 --- a/src/language/dictionary/ChangeLog +++ b/src/language/dictionary/ChangeLog @@ -1,3 +1,27 @@ +Sat May 6 19:03:34 2006 Ben Pfaff + + * apply-dictionary.c: (cmd_apply_dictionary) Use new function + val_labs_can_set_width(). + +Sat May 6 10:43:22 2006 Ben Pfaff + + Continue reforming procedure execution. In this phase, get rid of + the output code for SPLIT FILE groups in procedure.c, which really + shouldn't be doing any output. Move it into the individual + procedures instead. This also adds some flexibility. + + * split-file.c (output_split_file_values): New function. + +Sat May 6 10:42:19 2006 Ben Pfaff + + Continue reforming procedure execution. In this phase, get rid of + the output code for SPLIT FILE groups in procedure.c, which really + shouldn't be doing any output. Move it into the individual + procedures instead. This also adds some flexibility. + + * automake.mk (src_language_dictionary_libcmddict_a_SOURCES): Add + split-file.h. + Thu Mar 2 08:40:33 WST 2006 John Darrington * Moved files from src directory