* variable.c (var_set_width): Use new var_set_width function.
[pspp-builds.git] / src / data / ChangeLog
index 9c56d59747b36f5f771cbaeee765bc05b564222c..9225fa002c83cf72ab3a8ae92cbd27442611fbf9 100644 (file)
@@ -1,3 +1,30 @@
+2007-07-22  Ben Pfaff  <blp@gnu.org>
+
+       * variable.c (var_set_width): Use new var_set_width function.
+
+       * missing-values.c (mv_n_values): Drop assertion, which was not
+       needed.
+
+       * format.c (fmt_default_for_width): New function.
+       (fmt_resize): New function.
+
+2007-07-18 John Darrington <john@darrington.wattle.id.au>
+
+       * datasheet.c (datasheet_delete_columns): Added assertion to check
+       we're not deleting outside the range of the sheet.  
+
+       
+       * dictionary.c dictionary.h variable.c: Added the ability for string
+       variables to be resized.
+       
+       * vardict.h: Added some prototypes (moved from dictionary.h) as
+       these should only be called by variable.c
+
+
+2007-07-14 John Darrington <john@darrington.wattle.id.au>
+
+       * sfm-reader.c: Respect case_cnt field in file header.
+
 2007-07-01 John Darrington <john@darrington.wattle.id.au>
 
        * transformation.c transformation.h (trns_chain_execute): Changed the