Converted strings to utf8 before passing to gtksheet. Should work properly now with
[pspp-builds.git] / lib / gtksheet / ChangeLog
1 Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
3     * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
4
5 Thu May  4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
6
7     * gtksheet.c: Added callback on inserted rows.
8
9 Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
10
11     * Separated the data out of the GtkSheet.  The gtksheet should now be
12     regarded as a way of looking into the data.  The data is represented by a
13     GSheetModel and the rows and columns by  GSheetRow and GSheetColumn.