renamed pspp_linreg_coeff to pspp_coeff
[pspp-builds.git] / lib / gtksheet / ChangeLog
index 0094fa46a2ea395fbf825112755e6044d34a5aa0..596afc3db038a01843543e64d89e8d243408ba6e 100644 (file)
@@ -1,3 +1,24 @@
+Mon May 15 16:10:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+    * gtksheet.c: Removed code which rendered the title buttons a second 
+    time.  Cut and Paste error ?
+
+Sat May 13 07:58:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+        * gsheetmodel.c gsheetmodel.h gtksheet.c gtksheeet.h: Added
+       free_strings flag to tell the sheet whether to free the string
+       data passed from the model.
+
+Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+    * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
+
+Thu May  4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+    * gtksheet.c: Added callback on inserted rows.
+
+Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
+
     * Separated the data out of the GtkSheet.  The gtksheet should now be
     regarded as a way of looking into the data.  The data is represented by a
     GSheetModel and the rows and columns by  GSheetRow and GSheetColumn.