The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2003/11/13 23:58 (-0500) muppetman

	* Makefile.PL, README, Canvas.pm: bump version to 0.34.
	require Glib 1.01, but only Gtk2 1.00 -- we only need the docgen
	stuff from Glib, and nothing new from Gtk2.

2003/11/11 00:36 (-0500) muppetman

	* MANIFEST, debian/*: remove the debian packaging files, since having
	them in the upstream dist makes it difficult for the maintainers

	* Canvas.pm: add pointer to generated docs

2003/11/06 16:54 (-0500) muppetman

	* xs/GnomeCanvas.xs: accessors for pixels_per_unit

2003/11/06 11:37 (-0500) muppetman

	* xs/GnomeCanvas.xs: route GnomeCanvas's log domains through perl's
	warn() and croak()

	* xs/GnomeCanvasItem.xs, xs/GnomeCanvasPathDef.xs,
	xs/GnomeCanvasUtil.xs: remove type on class params so that the doc
	shows them correctly (and so that the bindings don't waste cycles
	on unused params)

2003/11/02 14:17 muppetman

	* Makefile.PL: remove the stupid atleast version checks -- Glib and
	Gtk2 have been corrected.

2003/10/29 02:00 muppetman

	* Canvas.pm: bump version for next devel series.

	* Makefile.PL: use the latest CVS Glib and Gtk2 features -- atleast
	version checks, MakeHelper, doc generation, etc.

	* xs/GnomeCanvas.xs: doc comments

2003/09/21 20:19 rwmcfa1

	* Makefile.PL: fixed bug in specfile generation

2003/09/21 19:42 muppetman

	* Makefile.PL perl-Gnome2-Canvas.spec.in: there was some disagreement
	about the actual substitution symbols...

2003/09/21 19:36 muppetman

	* Canvas.pm META.yml Makefile.PL README debian/changelog debian/control:
	updated for 0.32 release

2003/09/17 10:44 rwmcfa1

	* Makefile.PL: ExtUtils::PkgConfig can now deal with version 
	requirements using pkg-config's interface, make use of it.

2003/09/16 23:50 rwmcfa1

	* Makefile.PL, perl-*spec.in: somewhat automated versioning system 
	implemented for depenancy modules

2003/09/15 22:26 rwmcfa1

	* Makefile.PL: spec file dependancies improved

2003/09/06 19:23 rwmcfa1

	* Makefile.PL: dist-rpms build target added

	* perl-Gnome2-Canvas.spec.in: initial import

2003/09/02 21:08 muppetman

	* Canvas.pm, README, META.yml, debian/changelog: prep for 0.30 release.
	flesh out the pod a bit.
	* canvas.typemap: use T_GPERL_GENERIC_WRAPPER
	* Makefile.PL: require Glib 0.97 (because of the new typemap stuff);
	update the build to do prereqs properly
	* TODO, MANIFEST: updated 
	* MANIFEST.SKIP: new
	* canvas_demo/canvas-primitives.pl, xs/GnomeCanvasPathDef.xs:
	commentary
	* xs/GnomeCanvas.xs: consolidate the constructors into one aliased xsub

2003/08/19 21:11 rwmcfa1

	* Makefile.PL: added realclean removal of build dir to postamble 
	section.

2003/08/18 12:34 muppetman

	* debian/*: patch from james curbo adds debian packaging stuff

2003/07/18 13:00 muppetman

	* Canvas.pm, Makefile.PL, README: bump version information for 0.28
	release

2003/07/07 23:06 muppetman

	* Makefile.PL: use new args of Gtk2::CodeGen->write_boot to avoid
	boot problems

2003/07/05 00:42 muppetman

	* xs/GnomeCanvasBpath.xs, canvas_demo/canvas-curve.pl,
	xs/GnomeCanvas.xs, xs/GnomeCanvasPathDef.xs: hackish workaround
	for bug in libgnomecanvas

	* Canvas.pm: bump version to 0.26 for release

2003/06/27 17:00 muppetman

	* Makefile.PL, canvas_demo/canvas_arrowhead.pl,
	canvas_demo/canvas-features.pl:  require latest Gtk2 and Glib,
	which treat objects as hashes.

	* canvas_demo/canvas-curve.pl: mark known crash.

2003/06/20 12:00 muppetman

	* Canvas.pm Makefile.PL README: bump version info and prepare for
	0.24 release

	* gnomecanvasperl.h: one-time-include stuff used the wrong name,
	would prevent inclusion of gnome2perl.h (copy and paste bug - bad
	muppet, no biscuit)

2003/06/19 17:11 pcg

	* t/01.t: make it actually work.

2003/06/16 13:46 muppetman

	* xs/GnomeCanvasUtil.xs, canvas_demo/canvas-primitives.pl,
	canvas_demo/canvas-arrowhead.pl: use a GPerlBoxedWrapperClass override
	to allow GnomeCanvasPoints to be implemented as simple perl array
	references.

	* Makefile.PL, MANIFEST: make sure we're ready to go out

2003/06/04 23:45 muppetman

	cleanup, making it ready to share with other people

	* canvas_demo/canvas-curve.pl

2003/06/03 13:42 muppetman

	* canvas_demo/canvas-rich-text.pl

2003/06/02 12:00 muppetman

	started from a copy of the Gnome2-Perl module.