2002-04-23  Murray Cumming  <murrayc@usa.net>

	* Generated sources are now distributed. build_shared/*.am_fragment 
	files were copied from libgnomecanvasmm.	

2002-04-21  Murray Cumming  <murrayc@usa.net>

	* gconf/src/client.hg: Changed _CLASS_GERROR to _WRAP_GERROR, for 
	recent gtkmm change.

2002-04-01  Murray Cumming  <murrayc@usa.net>

	* Use new _DEFS() format in .hg files.

1.3.1:
	
2002-03-10  Murray Cumming  <murrayc@usa.net>

	* Changed signal args to C++ types.

cd 2002-03-06  Murray Cumming  <murrayc@usa.net>

	* Gnome::Conf::Client methods can now throw Gnome::Conf::Error 
	exceptions, using the glibmm Glib::Error system. Therefore the 
	get_last_error() method has now been removed.

2002-02-24  Murray Cumming  <murrayc@usa.net>

	* Corrected use of $() to @@ in pkg-config .pc.in file.
	(Rick L Vinyard Jr)

gconfmm 1.3.0:
	
2002-02-17  Murray Cumming  <murrayc@usa.net>

	* Changed namespace from GConf to Gnome::Conf, to make it more clearly
	a part of gnomemm. GConf does not depend on much of GNOME, but it is 
	part of GNOME.
	* Added Gnome::Conf::init().
	* Added the example from the old gconfmm, and updated it for gtkmm2
	and gconfmm2.

2002-01-28  ERDI Gergo  <cactus@cactus.rulez.org>

	* gconf/src/client.hg: Use std::pair<> for set/get_pair API

001-06-17   Murray Cumming  <murrayc@usa.net>
        * Used notify_add in example, like in GConf example,
          so that two instances of the example will interact.

2001-06-16  Murray Cumming  <murrayc@usa.net>
        * gconf--.h is now installed.
        * typo in gconf--.cc fixed, so gconfmm code compiles without
          the 'undefined symbol' error.
        * External sample. If I'd done that before then these errors
          wouldn't have been there.

2001-04-24  Murray Cumming  <murrayc@usa.net>

	* GConfClient and Value methods that deal with GSList* args are
          now wrapped with std::list args. There's a lot of very
          unpleasant and repetitive code in list_conversion.h for this.
          I have a feeling that this could be simplified with the use
          of template specialization but I can't get that working.

2001-04-18  Murray Cumming  <murrayc@usa.net>

	* 'make install' now installs headers in include/gconf-- instead
          of include.
        * header guards now prefixed with GCONFMM instead of GTKEXTRAMM.
