Added the ability to resize string variables from the GUI. Thanks to
[pspp-builds.git] / src / data / ChangeLog
index 9c56d59747b36f5f771cbaeee765bc05b564222c..7d8ef4dde0bd2515d76b0e133b2dea2e0a662f75 100644 (file)
@@ -1,3 +1,20 @@
+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