0.11.0 (unstable)

* examples: Added missing copyright comment blocks.

0.10.0 was skipped.

0.9.0 (unstable):

* Depend on goocanvas-0.10.
  (Hubert Figuiere)
* Increased version to match the goocanvas version more.
  (Murray Cumming)
* Item: remove spurious ';' in the public header.
  (Hubert Figuiere)
* Fixed the Windows build.
  (Armin Burgmeier)

0.6.0 (unstable):

* Item, ItemModel: Added get_simple_transform(). (Murray Cumming)
* Table:
  - Added attach() convenience method.
  - Added x-border-spacing, y-border-spacing, vert-grid-line-width, 
    horz-grid-line-width properties.
* Added TableModel.
* Added properties and vfuncs (there should be almost none left now).
  (Armin Burgmeier, Openismus)
* Documentation:
  - Added tablemodel example, showing two canvases that display the same 
  underlying model.
  (Armin Burgmeier, Openismus)

0.5.0 (unstable):

* Ellipse:
  Constructor: Added default parameter values.
  (Murray Cumming)
* Item:
  - modify get_items_at(): Corrected the constness of the parameters.
  - Added get/set_child_property().
  (Jonathon Jongsma)
* ItemModel:
  - Added properties and signals.
  - Added get/set_child_property().
  (Jonathon Jongsma)
* ItemSimple:
  - Added get/set_bounds(), and get_line_width().
  - Added vfuncs.
  (Jonathon Jongsma)
* TextModel:
  - Correct a bug in the constructor.
  - alignment property: Use a C++ type.
  (Gennaro Bellizio. Bug #517817)

* Build:
  Correct installation of .m4 gmmproc files, 
  and correct the .pc file.
  (Murray Cumming) (Bug #489865. Yaakov Selkovitz)

0.4.0 (unstable):

* Canvas:
  - Make the properties public.
  - Added get_bounds(Bounds&) method overload.
* Item: Make the properties public.
* Added Table, with an example.
  (Murray Cumming)

0.3.0 (unstable):

* Canvas: Wrapped the properties.
* Image: Added default values for the constructors.
* Item: get_style(): refcount correction.

0.2.0 (unstable):

* The pkg-config file is now called goocanvas-1.0 instead of libgoocanvas.
* The files should now be included as, for instance,
  <libgoocanvas/canvas.h>
  instead of 
  <libgoocanvasmm/canvas.h>
* Several constructors were corrected to properly initialize the underlying 
  C objects.
* The parent parameter was removed from all item constructors, 
  to avoid confusion with the unusual memory management used in the C API.
  Use add_child() instead.
* Various methods were added or improved. 

0.1.0 (unstable):

Initial version.
