Only taint casereader if case size is unknown.
[pspp] / lib / gtksheet / ChangeLog
index 5e96837c3b1507861e228222250a806f46412016..d6b29286b7c553d29eb0abcc1d959f7b697193c7 100644 (file)
@@ -1,3 +1,15 @@
+12 July 2007 John Darrington <john@darrington.wattle.id.au>
+
+       * gtksheet.c gtksheet.h: Removed view member and replaced with 
+        function call.  Removed hadjustment_changed and vadjustment_changed 
+        functions which did nothing.  Added some whitespace arount != 
+        operators.
+
+09 July 2007 John Darrington <john@darrington.wattle.id.au>
+
+       * gtksheet.c gtksheet.h (gtk_sheet_get_active_cell): Allowed row,
+       column  to be NULL.
+
 07 July 2007 John Darrington <john@darrington.wattle.id.au>
         
        * gsheet-column-iface.c gsheet-column-iface.h gsheet-row-iface.c