* 2006-09-16 Kalle Vahlman, zuh@iki.fi

 * Bugfixes:
   - Fix selection bug when switching models
   - Fix action parsing to be byte-based (Mika Niinistö)
   - Fix emitting the action sinals to use byte indexes

 * Release 0.4.6

* 2006-08-21 Kalle Vahlman, zuh@iki.fi

 * Bugfixes:
   - Fix selections (both functionality and drawing)
   - Fix size_request performance brainfart

 * API additions:
   - scw_view_select_rows(): Programmatically select whole rows
   - Property "invert-panning": Invert panning

 * Release 0.4.5

* 2006-03-11 Kalle Vahlman, zuh@iki.fi

 * Bugfixes:
   - Draw much less (but still enough ;)
   - Fix memory leaks
 
 * Other changes:
   - Move generic types to their own file
 
 * Release 0.4.4

* 2006-03-11 Kalle Vahlman, zuh@iki.fi

 * API changes:
   - scw_view_set_column_foldable(): 
       Add a boolean argument to control the foldability 
       (previously you couldn't undo setting foldability)
   - New signal: "buffer-request"
   - New method: scw_view_scroll_to_row():
       Scrolls the view to given row (a GtkTreePath)

 * Gtk-docs, at last!
 * Release 0.4.0

* 2006-01-09 Kalle Vahlman, zuh@iki.fi

 * New features:
   - support for embedded icons
   - support for panning
   - smart panning mode
 * New API:
   - "interaction" property
   - "embedded-icon-size" property
 * Win32 building (cygwin) support (Toni Willberg)
 * Optimize performance (a lot in some cases)

 * Release 0.3.0

* 2005-11-21 Kalle Vahlman, zuh@iki.fi

 * New API: scw_view_set_column_visible
 * Remove profiling option from build (duh)

 * Fix the visiblity to actually work
 * Add the API in the public header

 * Release 0.2.0
