commit 0542945dce3340f62d6b528a8b1490076a5573fd
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 13:08:21 2009 +0200

    Update .gitignore with autogenerated ChangeLog

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c90cfc6c9f68588fabbd36028d0e511803ff9117
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 10:42:07 2009 +0200

    Fix a segfault due to a change in PyCairo API

    Pycairo API for PycairoPattern_FromPattern has been chenged since
    1.8.0
    see bugzilla freedeskop #18947.

 configure.ac      |    6 +++---
 goocanvasmodule.c |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 639254cddfb7f6d56502d759d46d3a74ec550336
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 10:27:02 2009 +0200

    Add a warning about the old ChangeLog being discontinued

 ChangeLog-pre-git |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 8590de7ca75cbe3e2d809dd564d172fd0d42eb27
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 10:24:26 2009 +0200

    Autogenerate the ChangeLog from git logs

 Makefile.am |   47 ++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 40 insertions(+), 7 deletions(-)

commit 1f7a677de419bd054f6c0c29fbefb08980acaa98
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun May 10 10:23:20 2009 +0200

    Fix ChangeLog-pre-git name

 ChangeLog-pre-git | 1012
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 Changelog-pre-git | 1012
 -----------------------------------------------------
 2 files changed, 1012 insertions(+), 1012 deletions(-)

commit fa9114d68ba9a49eb890793875f93ba1a0a52df1
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon Apr 27 19:53:53 2009 +0200

    Fix the old Changelog name renamed to Changelog-pre-git

 ChangeLog-pre-git | 1012
 -----------------------------------------------------
 Changelog-pre-git | 1012
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1012 insertions(+), 1012 deletions(-)

commit 61fd54b190fbb89953cc4fdbb12c0389ec3d08c3
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon Apr 27 19:52:26 2009 +0200

    Fix the build when using libtool 2.x

 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit c42b2d0a347cb8eeb5dc9d275771360a34a907d9
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon Apr 27 19:51:12 2009 +0200

    Add .gitignore files

 .gitignore      |   40 ++++++++++++++++++++++++++++++++++++++++
 docs/.gitignore |    9 +++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

commit a8d6a084aa2f8eb4c842946cd9c17437ab1fc569
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun Apr 26 19:38:09 2009 +0200

    Fix pygoocanvas.doap with the correct mbox syntax

 pygoocanvas.doap |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 7109204829fc0eca984690d2ae59b4568463e35e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun Apr 26 19:37:19 2009 +0200

    Move the Changelog to the attic since we use git commit messages now

 ChangeLog         | 1012
 -----------------------------------------------------
 ChangeLog-pre-git | 1012
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1012 insertions(+), 1012 deletions(-)

commit 3d591acf862fff4690b85a3aef077df1b93b3500
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sat Apr 18 00:34:22 2009 +0200

    Add a doap file to the tree

    We follow the new rules and add a new doap file with pygoocanvas
    details, MAINTAINERS file may disappear soon

 pygoocanvas.doap |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

commit 3c2f5f22989ea2168d72a8d348a8620bf368df9b
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Tue Mar 17 22:54:13 2009 +0000

    === 0.14.0 ===
    2009-03-17  Gian Mario Tagliaretti  <gianmt@gnome.org>

	* NEWS: Update.

	* configure.ac: bump version number to 0.14.0

	* docs/Makefile.am: use variable PYGOBJECT_PYGDOCS instead of
	hardcoding the path.

	* docs/reference/pygoocanvas-ellipse.xml
	* docs/reference/pygoocanvas-polyline.xml
	* docs/reference/pygoocanvas-group.xml
	* docs/reference/pygoocanvas-path.xml
	* docs/reference/pygoocanvas-item.xml
	* docs/reference/pygoocanvas-widget.xml
	* docs/reference/pygoocanvas-text.xml: update docs to the new
	goocanvas
	API, some random fixes.


    svn path=/trunk/; revision=251

 ChangeLog				 |   19 +++
 NEWS					 |    6 +
 configure.ac				 |    6 +-
 docs/Makefile.am			 |    2 +-
 docs/reference/pygoocanvas-canvas.xml	 |    2 +-
 docs/reference/pygoocanvas-ellipse.xml  |   24 ++++
 docs/reference/pygoocanvas-group.xml	 |   39 ++++++
 docs/reference/pygoocanvas-item.xml	 |  200
 +++++++++++++++++++++++++++++--
 docs/reference/pygoocanvas-path.xml	 |   26 ++++-
 docs/reference/pygoocanvas-polyline.xml |   20 +++
 docs/reference/pygoocanvas-text.xml	 |    6 +
 docs/reference/pygoocanvas-widget.xml	 |    6 +-
 12 files changed, 335 insertions(+), 21 deletions(-)

commit 42cb979ff741fd7464f0b884cb7026ab38ba7bb6
Author: Gian Mario Tagliaretti <gianmt@src.gnome.org>
Date:	Tue Dec 30 17:04:03 2008 +0000

    Add an export SVG function in demo

    svn path=/trunk/; revision=250

 ChangeLog		  |    4 +
 demo/simple_demo/demo.py |  257
 +++++++++++++++++++++++++---------------------
 2 files changed, 143 insertions(+), 118 deletions(-)
