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