The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2003/11/12 14:05 pcg

	* GladeXML.xs: use GPerlFilename.
        * GladeXML.pm: improve docs, add a convinience method, bump version.

2003/11/11 01:01 muppetman

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

2003/10/09 23:52 muppetman

	* Makefile.PL, GladeXML.pm, README, META.yml, debian/changelog:
	require the freshly released 1.00 instead of release candidates,
	and bump the version to 0.93.

2003/10/06 22:41 muppetman

	* GladeXML.pm: fix a couple of minor bugs that appear to have sneaked
	in during the port from gtk-perl.

2003/10/06 22:41 muppetman

	* GladeXML.xs: chas' changes to make custom widgets work, and update
	stuff to use GPerlCallbacks.  (i'm committing because chas has no
	'net access at home.)

2003/09/21 20:19 rwmcfa1

	* Makefile.PL: fixed bug in specfile generation

2003/09/21 10:49 muppetman

	* GladeXML.pm Makefile.PL README: updated for 0.92 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-Gtk2-GladeXML.spec.in: initial import

2003/08/15 11:16 muppetman

	* debian/*, MANIDEST, AUTHORS: patch from James Curbo adds debian
	packaging files.

	* GladeXML.pm, README: we haven't changed in three weeks, so let's go
	to 0.90 and try to get more bug reports.

2003/07/25 10:21 muppetman

	* GladeXML.pm, README: bump version to 0.28

2003/07/05 07:13 rwmcfa1

	* Makefile.PL: put in a pre-req. of Glib >= 0.90, due to using
	gchar_own

2003/07/05 07:13 pcg

	* META.xml: added.

        * GladeXML.xs: use gchar_own to avoid memleak (untested).

2003/07/04 11:45 muppetman

	* GladeXML.pm: bump to 0.26 for release

2003/06/30 21:15 rwmcfa1

	* GladeXML.pm, GladeXML.xs, etc.: Got things ready for a beta
	quality release. Added pod documentation...

2003/06/20 11:28 muppetman

	* README: fix some of the info that looks like it was never touched
	after copying from Gtk2-Perl

2003/05/27 20:36 rwmcfa1

	* GladeXML.xs: a pass at the custom_handler stuff, very close to what's
	in gtk-perl
	
2003/05/27 10:57 rwmcfa1

	* GladeXML.pm: from what we can tell the method used to work around the
	lack of signal_connect_object (which is irrelivent with gtk2-perl)
	should be ok. this comments on the fact and cleans it up slightly.

2003/05/26 22:09 rwmcfa1

	* : ChangeLog created