Removed the "feature" where rows are automatically appended
[pspp] / lib / gtksheet / ChangeLog
index 011169e28d6f72d4592d94f8c53cf83462229f7d..a49e4f4a7cb64be5a7a89a4d73d2c7563b06e06e 100644 (file)
@@ -1,3 +1,16 @@
+2008-02-08 John Darrington <john@darrington.wattle.id.au>
+
+       * gtksheet.c: Removed the sheet_locked feature, which we never
+       used, and interfered with the editability of the entry widget.
+
+       * gtksheet.c: Add one to the row to which we scroll. Seems like
+       the best way to cope with granularity problems.
+       
+21 Septempber 2007 John Darrington <john@darrington.wattle.id.au>
+
+       * gtksheet.c (range_update_callback): Scroll to cell 0,0 if the
+       current position is outside the model's range.
+
 24 July 2007 John Darrington <john@darrington.wattle.id.au>
 
        * gtksheet.c gtksheet.h: Removed the `clip' feature, which IMO