=== 0.13.1 === 2008-11-30 Gian Mario Tagliaretti * NEWS: Update. * configure.ac: bump version number to 0.13.1 2008-12-27 Gian Mario Tagliaretti Bug 565710 – usage example of goocanvas.Text is wrong * docs/reference/pygoocanvas-text.xml: * docs/reference/pygoocanvas-text-model.xml: Fix a bug in sample code, patch by: Felipe Reyes. * tests/test_grid_item.py: Add new test for grid item. 2008-12-08 Gian Mario Tagliaretti * demo/simple_demo/demo.py: Workaround a bug in pycairo, fix by Gustavo J. A. M. Carneiro. 2008-12-08 Gian Mario Tagliaretti * goocanvas.override: ignore canvas constructor, we use gobject.New also for the canvas, so we can easily set properties. 2008-12-07 Gian Mario Tagliaretti * demo/simple_demo/demo.py: Add example for static item and grid, fix some code in demo. 2008-12-06 Gian Mario Tagliaretti * goocanvas.override: ignore grid constructors. 2008-12-06 Gian Mario Tagliaretti * demo/simple_demo/table_demo.py: * demo/simple_demo/demo.py: Include table_demo into a notebook page of demo.py