Fixed some memory leaks in GUI.
[pspp-builds.git] / src / ui / gui / ChangeLog
index ece35938ac0410d68db19d33b04275f5b1fdedf2..c5311eded30b1201c09120e725805e65f2fd31ff 100644 (file)
@@ -1,3 +1,22 @@
+Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * data-sheet.c, helper.c, helper.h, psppire-data-store.c, 
+          psppire-var-store.c:
+         
+         Set free_strings flag so that the gtksheet frees the string data 
+         when it's done with them.
+
+Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c 
+       psppire.c: Converted strings to utf8 before passing to gtksheet.
+
+       * psppire-dict.c: Changed buffer to more reasonable length
+
+       * var-sheet.c: Changed maximum string length to use macro from
+       data/values.h
+
+       
 Sun May  7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * psppire-data-store.c: Fixed buglet initialising string members.