726c654702a77d1097bf6f300bad89bc8148f1c1
[pspp-builds.git] / src / language / dictionary / ChangeLog
1 Wed Nov  1 20:50:54 2006  Ben Pfaff  <blp@gnu.org>
2
3         * sys-file-info.c: (cmd_display) Use compare_var_ptr_names to
4         compare "struct variable **"s, not compare_var_names.  Fixes bug
5         #17423.
6
7 Sat May  6 19:03:34 2006  Ben Pfaff  <blp@gnu.org>
8
9         * apply-dictionary.c: (cmd_apply_dictionary) Use new function
10         val_labs_can_set_width().
11
12 Sat May  6 10:43:22 2006  Ben Pfaff  <blp@gnu.org>
13
14         Continue reforming procedure execution.  In this phase, get rid of
15         the output code for SPLIT FILE groups in procedure.c, which really
16         shouldn't be doing any output.  Move it into the individual
17         procedures instead.  This also adds some flexibility.
18
19         * split-file.c (output_split_file_values): New function.
20
21 Sat May  6 10:42:19 2006  Ben Pfaff  <blp@gnu.org>
22
23         Continue reforming procedure execution.  In this phase, get rid of
24         the output code for SPLIT FILE groups in procedure.c, which really
25         shouldn't be doing any output.  Move it into the individual
26         procedures instead.  This also adds some flexibility.
27
28         * automake.mk (src_language_dictionary_libcmddict_a_SOURCES): Add
29         split-file.h.
30
31 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
32         
33         * Moved files from src directory