2007-07-13 Guillaume Cottenceau * src/rbgconf-client.c, src/rbgconf-entry.c, src/rbgconf-util.c: replace RTEST uses by RVAL2CBOOL 2007-07-08 Masahiro Sakai * src/rbgconf-client.c, rbgconf-changeset.c: use rb_block_proc() directly instead of using G_BLOCK_PROC. 2006-06-17 Masao Mutoh * sample/*.rb, test/*.rb: Remove Gtk.init. 2005-10-15 Masao Mutoh * extconf.rb: Cygwin support. [bug #1315334] By Yaakov Selkowitz. 2005-10-09 Masao Mutoh * extconf.rb, src/rbgconf.c, src/rbgconf.h: Added GConf::BUILD_VERSION. 2005-01-30 Masao Mutoh * sample/basic-gconf-app.rb: Fix a bug. * extconf.rb: Follow mkmf-gnome2.rb changes. 2005-01-14 Masao Mutoh * 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 * src/lib/gconf2.rb: Support GLib::Log.set_log_domain. Define GConf::LOG_DOMAIN. 2004-08-23 Masao Mutoh * src/rbgconf-error.c: Improved error handling. * sample/notify.rb: Removed. 2004-07-31 Masao Mutoh * 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 * sample/simple-view.rb, simple-controller.rb, basic-gconf-app.rb: Added by Giovanni Corriga. 2004-06-16 Masao Mutoh * 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 * src/rbgconf.c: Fix a wrong definition of g_id_call. 2004-05-30 Pascal Terjan * src/rbgconf.h: Add "extern" definition to the g_id_call. 2004-04-08 Kazuhiro NISHIYAMA * src/rbgconf-client.c: Fix a RangeError of GConf::Client#notify_remove. 2004-03-21 Kazuhiro NISHIYAMA * 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 * src/rbgconf-util.c: Fix using array values, integer values. * tests/unittest.rb: Added. 2003-09-02 Masao Mutoh * src/rbgconf-client.c: Apply enums/flags. 2003-08-28 Masao Mutoh * extconf.rb: Exit with 1 when the package is not found. 2003-08-08 Masao Mutoh * src/rbgconf-entry.c: Fix a bug [744158] * extconf.rb: Code cleanup. 2003-07-22 Masao Mutoh * src/rbgconf-util.h: Move CBOOL2RVAL to Ruby/GLib. 2003-06-26 Masao Mutoh * 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 * extconf.rb: Follow mkmf-gnome2.rb position changes. 2003-05-24 Masao Mutoh * src/rbgconf-metainfo.[ch]: Fixed compile error. 2003-03-25 Masahiro Sakai * extconf.rb: cygwin support 2003-02-14 Masahiro Sakai * extconf.rb: Use ../mkmf-gnome2.rb 2003-01-04 Masao Mutoh * 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 * src/lib/gconf2.rb: Added gconf2.so requirement. Reported by Eliot Landrum . 2002-12-01 Masao Mutoh * src/rbgconf-client.c: Follow Ruby/GLib changes. Pointed out by Joshua Keith . 2002-11-20 Masao Mutoh * src/lib/gconf2.rb: Move from lib/gconf2.rb as it was not installed by make install. 2002-11-20 Masao Mutoh * extconf.rb: Remove checking either gdk2 is installed or not. 2002-11-18 Nikolai :: lone-star :: Weibull * src/*.[ch]: Updated headers to use LGPL license, not GPL. 2002-11-17 Nikolai :: lone-star :: Weibull * src/*.[ch]: Updated headers to be more CVS-like using $Author: ggc $ and $Date: 2007/07/14 14:01:38 $ macros. 2002-11-14 Nikolai :: lone-star :: Weibull * 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 * src/*: initial upload.