2006-06-17  Masao Mutoh  <mutoh@highway.ne.jp>

	* sample/*.rb, test/*.rb: Remove Gtk.init.

2005-10-15  Masao Mutoh  <mutoh@highway.ne.jp>

	* extconf.rb: Cygwin support. [bug #1315334]
	By Yaakov Selkowitz.

2005-10-09  Masao Mutoh  <mutoh@highway.ne.jp>

	* extconf.rb, src/rbgconf.c, src/rbgconf.h: 
	Added GConf::BUILD_VERSION.

2005-01-30  Masao Mutoh  <mutoh@highway.ne.jp>

	* sample/basic-gconf-app.rb: Fix a bug.
	* extconf.rb: Follow mkmf-gnome2.rb changes. 

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

	* src/rbgconf-client.c: GConf::Client.new is deprecated.
	Call rb_warn instead rb_warning. So it print warning message 
	everytime to call.

2004-09-23  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/lib/gconf2.rb: Support GLib::Log.set_log_domain.
	Define GConf::LOG_DOMAIN.

2004-08-23  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgconf-error.c: Improved error handling.
	* sample/notify.rb: Removed.

2004-07-31  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgconf-client.c: Call rb_warning instead of rb_warn in
	GConf::Client.new. After next release, it will be rb_warn.

2004-07-03  Masao Mutoh  <mutoh@highway.ne.jp>

	* sample/simple-view.rb, simple-controller.rb, basic-gconf-app.rb: 
	Added by Giovanni Corriga.

2004-06-16  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgconf-client.c: Make GConf::Client#initialize/.new obsolete. 
	It will be removed until Ruby-GNOME2-1.0.0 released.
	Added GConf::Client.get_for_engine, GConf::Client.default
	instead of GConf::Client.new.
	Added GConf::Client#key_is_writable? by Giovanni Corriga.
	* sample/notify.rb, tests/test.rb, unittest.rb: 
	Use GConf::Client.default instead of GConf::Client.new.
	
2004-05-30  Giovanni Corriga <valkadesh@libero.it>

	* src/rbgconf.c: Fix a wrong definition of g_id_call.

2004-05-30  Pascal Terjan <pterjan@linuxfr.org>

	* src/rbgconf.h: Add "extern" definition to the g_id_call.

2004-04-08  Kazuhiro NISHIYAMA <zn@mbf.nifty.com>

	* src/rbgconf-client.c: Fix a RangeError of GConf::Client#notify_remove.

2004-03-21  Kazuhiro NISHIYAMA <zn@mbf.nifty.com>

	* src/rbgconf-entry.c, rbgconf-client.c: Fix a segfault of 
	GConf::Client#notify_add when GConf::Client#unset is called.

2004-03-14  Kazuhiro NISHIYAMA <zn@mbf.nifty.com>

	* src/rbgconf-util.c: Fix using array values, integer values.
	* tests/unittest.rb: Added. 
	
2003-09-02  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgconf-client.c: Apply enums/flags.

2003-08-28  Masao Mutoh  <mutoh@highway.ne.jp>
                                                                                
	* extconf.rb: Exit with 1 when the package is not found.

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

	* src/rbgconf-entry.c: Fix a bug [744158]
   	* extconf.rb: Code cleanup.

2003-07-22  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgconf-util.h: Move CBOOL2RVAL to Ruby/GLib.

2003-06-26  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgconf-client.c, rbgconf_changeset.c: 
	Replace rb_f_lambda() to G_BLOCK_PROC() for ruby-1.8.x.

2003-05-27  Masao Mutoh  <mutoh@highway.ne.jp>

	* extconf.rb: Follow mkmf-gnome2.rb position changes.

2003-05-24  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgconf-metainfo.[ch]: Fixed compile error.

2003-03-25  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* extconf.rb: cygwin support

2003-02-14  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* extconf.rb: Use ../mkmf-gnome2.rb

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

	* README, COPYING.LIB: Change license term from "the GNU LIBRARY General Public
	License version 2." to "the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.".

2003-01-03  Nikolai :: lone-star :: Weibull <lone-star@home.se>

	* src/lib/gconf2.rb: Added gconf2.so requirement.
	Reported by Eliot Landrum <eliot@landrum.cx>.

2002-12-01  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgconf-client.c: Follow Ruby/GLib changes.
	Pointed out by Joshua Keith <joshuakeith@linuxmail.org>.

2002-11-20  Masao Mutoh <mutoh@highway.ne.jp>

	* src/lib/gconf2.rb: Move from lib/gconf2.rb as it was not installed 
	by make install.

2002-11-20  Masao Mutoh <mutoh@highway.ne.jp>

	* extconf.rb: Remove checking either gdk2 is installed or not.

2002-11-18  Nikolai :: lone-star :: Weibull <lone-star@home.se>

	* src/*.[ch]: Updated headers to use LGPL license, not GPL.

2002-11-17  Nikolai :: lone-star :: Weibull <lone-star@home.se>

	* src/*.[ch]: Updated headers to be more CVS-like using $Author: mutoh $
	and $Date: 2006/06/17 14:39:54 $ macros.

2002-11-14  Nikolai :: lone-star :: Weibull <lone-star@home.se>

	* src/rbgconf.c: Removed a redundant comment.
	* src/rbgconf-entry.c: Changed is_default? to default? and
	set_is_default to set_default.
	* extconf.rb: Added a check to compile glib2 before gconf2.
	* lib/gconf2.rb: New file.

2002-11-12  Nikolai :: lone-star :: Weibull <lone-star@home.se>

	* src/*: initial upload.
