
GooCanvas 0.4	(Aug 24 2006)
=============

 o Many minor changes to support the PyGooCanvas python bindings.
 o Added goo_canvas_view_get_item_view() to get views of particular items,
   to make it easier to setup signal handlers for simple canvases.
   (See demo/simple-demo.c for a demo of this.)
 o Support transforms on item views as well as on items.


GooCanvas 0.3	(Apr 24 2006)
=============

 o New GooCanvasPath item (similar to SVG path element).
 o Accessibility support.
 o Keyboard focus navigation.
 o API documentation.
 o Convenience functions for coordinate conversions.
 o Smooth scrolling & zooming.
 o Zoom-independent text layout.
 o Render part or all of canvas to a cairo_t, for ps/pdf output.
 o New "visibility" and "visibility-threshold" properties for items.
 o New "pointer-events" property specifying which parts of items get events.


GooCanvas 0.2	(Dec 5 2005)
=============

 o Affine transformations for all items.
 o Event handling, including support for pointer grabs.
 o Support for simple animation.
 o Finished port of FooCanvas demo, and added test for pointer grabs.


GooCanvas 0.1	(Nov 17 2005)
=============

 o Basic items working.
 o Model/view split.
 o Interfaces for items & views.
