The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2005/04/12	kaffeetisch

	* MozEmbed.pm, NEWS, README: Version 0.04.

2005/04/12	kaffeetisch

	* META.yml: Add dependencies.

	* Makefile.PL: Require Gtk2 1.081.  Add support for Firefox'
	GtkMozEmbed package.

	* MANIFEST, gtkmozembed.typemap, gtkmozembed2perl.h,
	GtkMozEmbed.xs: Another patch from Scott Lanning adds support for
	gtk_moz_embed_get_nsIWebBrowser.

	* examples/pumzilla: Remove signal handling code.  The new
	examples in Mozilla::DOM do a much better job at, and are much
	better suited for showing off this stuff.

2005/04/03	kaffeetisch

	Large patch from Scott Lanning adds optional Mozilla::DOM support:

	* Makefile.PL, MozEmbed.pm, README, gtkmozembed2perl.h,
	examples/pumzilla, xs/GtkMozEmbed.xs: Optionally pull in
	Mozilla::DOM.  Add and register dom_key_* and dom_mouse_*
	marshallers.  Add documentation for those signals.  Show how to
	use them in the example.

	* xs/GtkMozEmbed.xs: Cast the return value of
	gtk_moz_embed_get_chrome_mask to make g++ happy.

2005/03/11	kaffeetisch

	* xs/GtkMozEmbed.xs: Fix an error in the documentation, found by
	Scott Lanning.

2005/02/27	kaffeetisch

	* META.yml, Makefile.PL, MozEmbed.pm, NEWS, README: Version 0.03.

2005/02/27	kaffeetisch

	* t/GtkMozEmbed.t: Mark the failing test as TODO until we find a
	solution for the Test::More issue.

2004/10/24 11:55 (-0400) rwmcfa1

	* MANIFEST.SKIP: updates

2004/09/11 17:23 (+0200) kaffeetisch

	* META.yml, MozEmbed.pm, NEWS: Version 0.02.

2004/09/11 17:20 (+0200) kaffeetisch

	* MozEmbed.pm: Add a SYNOPSIS example.

2004/08/27 22:59 (+0200) kaffeetisch

	* Makefile.PL: Generate version macros in
	gtkmozembed2perl-version.h

	* pumzilla: Some whitespace fixes.

	* GtkMozEmbed.xs: Add lots of POD for nearly all the functions and
	signals.

	* gtkmozembed2perl.h, maps, t/GtkMozEmbed.t, xs/GtkMozEmbed.xs:
	Add commented out support for GtkMozEmbedSingle, blocking on an
	upstream bug.

2004/08/16 19:14 (+0200) kaffeetisch

	* MANIFEST: Add ChangeLog and NEWS.

	* META.yml, Makefile.PL, MozEmbed.pm, NEWS, README: Version 0.01.

2004/08/16 19:03 (+0200) kaffeetisch

	* MANIFEST: Remove Makefile.

	* Makefile.PL: Use LD_RUN_PATH when linking to make sure we work
	for people whose /etc/ld.so.conf doesn't include Mozilla's libdir.

2004/08/16 02:11 (+0200) kaffeetisch

	* .cvsignore, ChangeLog, LICENSE, MANIFEST, MANIFEST.SKIP,
	META.yml, Makefile.PL, MozEmbed.pm, README, copyright.pod,
	gtkmozembed2perl.h, maps, examples/pumzilla, t/GtkMozEmbed.t,
	xs/GtkMozEmbed.xs: Initial import.