2003-01-14  Masao Mutoh  <mutoh@highway.ne.jp>

	* COPYING.LIB: Add a file.

2002-06-04  Masao Mutoh <mutoh@highway.ne.jp>

	* extconf.rb: use $libs but $LDFLAGS for static link.
   	Reported by WATANABE Hirofumi <eban@os.rim.or.jp>

2002-06-02  Masao Mutoh <mutoh@highway.ne.jp>

	* extconf.rb: Support libglade-gnome again. This is bugfix of [530001]. 
	And now, libglade-gnome support is not option but default.

	* rbglade.c: Add GladeXML#widget, #widget_by_long_name, #connect.
	They are aliases of GladeXML#getWidget, #getWidgetByLongName, #doConnect.

	* rbglade.c, sample/*: Method/Variable names are followed Ruby-Way
	(not CamelCase).

2002-05-28  Masao Mutoh <mutoh@highway.ne.jp>

	* README: Modified.

2002-05-26  Nobuyoshi Nakada <nobu.nokada@softhome.net>

	* extconf.rb: Make extconf.rb to work in other than source directory.

2002-05-26  Akinori MUSHA <knu@iDaemons.org>

	* extconf.rb: Support --with-libglade-config instead of ARGV[0] (patch [532441])

2002-03-20  Neil Conway <neilconway@rogers.com>

	* rbglade.c: More bugfixes. Also, cGladeXML is no longer a
	sub-class of gObject (I thought this would work; apparently,
	it doesn't).

2002-03-19  Neil Conway <neilconway@rogers.com>

	* rbglade.c: Fix a major bug in Gnome support (requiring changes
	in both Ruby-Gtk and Ruby-Gnome); make GladeXML a sub-class of
	gObject. Reported by Gary Lawrence Murphy <garym@canada.com>.

2002-03-17  Neil Conway <neilconway@rogers.com>

	* rbglade.c: Fix a serious bug: don't use get_gobject().
        Reported by Gary Lawrence Murphy <garym@canada.com>.

2002-03-15  Neil Conway <neilconway@rogers.com>

	* rbglade.c, extconf.rb: Add support for libglade-gnome.
	To enable this, pass the '--with-gnome' flag to extconf.rb,
	and you should be able to use Gnome widgets within your
	Ruby-libglade apps.

	* README: Add blurb on new support for libglade-gnome.

2002-03-15  Neil Conway <neilconway@rogers.com>

	* rbglade.c: Misc cleanups and improvements, mostly from my
	previous patch.

	* README: Update for new maintainer.

2002-03-15  Neil Conway <neilconway@rogers.com>

	* lib/libglade.rb: Remove file.

	* rbglade.c: Replace our version with the current upstream code.
	Avi asked me to adopt this package, so the version in this CVS
	tree is now the official package, and future releases of Ruby-Gnome
	will include Ruby-libglade as a sub-binding.

2001-12-18  Neil Conway <neilconway@rogers.com>

	* rbglade.c: Code cleanup; fix compiler warnings; change the
	storage location of the pointer to the Glade XML gObject;
        make it a sub-class of (the Ruby class) Gtk::Object.

2001-12-11  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* extconf.rb: Fixed; it should use libglade-config,
	not gtk-config.

2001-11-24  Neil Conway <neilconway@rogers.com>

	* MANIFEST: File removed.

2001-05-22  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* import Ruby/LibGlade.
