2006-10-24  Andrew Cowie  <andrew@operationaldynamics.com>

	* Makefile.am:
	* configure.ac:
	* doc/examples/runExample.sh.in:
	* gconf-java.pc.in:
	Build fixes for Solaris.
	* src/jni/org_gnu_gconf_ConfClient.c:
	* src/jni/org_gnu_gconf_ConfEntry.c:
	* src/jni/org_gnu_gconf_ConfMetaInfo.c:
	* src/jni/org_gnu_gconf_ConfSchema.c:
	* src/jni/org_gnu_gconf_ConfValue.c:
	Remove unnecessary #ifdefs.
	Patches from John Rice <john.rice@sun.com> to allow libgconf-java to
	build on Open Solaris. Uses new macro variables macrobasedir and
	docbasedir.  Closes #361883. Also applies patch from #339854 to add a
	configure option to generate a so called src jar.

2006-09-16  Sandor Bodo-Merle  <sbodomerle@gmail.com>

	* src/jni/gtk_java.c: (javatype_from_gtktype):
	s/sprintf/g_snprintf/
	* src/jni/org_gnu_atk_RelationType.c:
	* src/jni/org_gnu_atk_StateType.c:
	* src/jni/org_gnu_gdk_Pixbuf.c:

2006-08-11  Stepan Kasal  <kasal@ucw.cz>

	* README: Refer to the right CVS module.

2006-08-03  Andrew Cowie  <andrew@operationaldynamics.com>

	* configure.ac:
	Version 2.12.4
	Inherit macro fixes in glib-java

2006-05-29  Andrew Cowie  <andrew@operationaldynamics.com>

	* configure.ac:
	Version 2.12.3
	Inherit macro fixes in glib-java

2006-05-11  Remy Suen  <remy.suen@gmail.com>

	* COPYING: Altered the license to be LGPL instead of GPL as it is
	specified in the source files.

2006-03-26  Andrew Cowie  <andrew@operationaldynamics.com>

	* configure.ac:
	Add check to require glib-java >= 0.2.4
	Add check to require libgtk-java >= 2.8.4
	Version 2.12.2

2006-03-13  Sami Wagiaalla  <swagiaal@toxic.toronto.redhat.com>

	* src/jni/org_gnu_gconf_ConfClient.c (Java_org_gnu_gconf_ConfClient_gconf_1client_1get_1list):
	Removed unused vaiable len (closed bz 332853).

2006-02-28  Sami Wagiaalla  <swagiaal@toomany.toronto.redhat.com>

	* src/jni/org_gnu_gconf_ConfSchema.c: 
	* src/jni/org_gnu_gconf_ConfMetaInfo.c: 
	* src/jni/org_gnu_gconf_ConfEntry.c: 
	* src/jni/org_gnu_gconf_ConfClient.c (Java_org_gnu_gconf_ConfClient_gconf_1client_1get_1list): 
	Included corresponding header file.
	Commented out unused variable (guint len).
	(Java_org_gnu_gconf_ConfClient_gconf_1client_1get_1list): 
	in the case of a GCONF_VALUE_INT the value is actually put into the gpointer
	filed (according to doc). Used GPOINTER_TO_INT to retrieve it out.
	(notifyCallback): Changed to static function; it is a helper function
	only used locally.
	(Java_org_gnu_gconf_ConfClient_gconf_1client_1get_1list): 
	In the case of a GCONF_VALUE_BOOL the the value is an int stuffed
	into a gpointer. I take it out using GPOINTER_TO_INT, and for safty
	cast just check that it is not equal to 0 and cast the result into
	a jboolean.
	(Java_org_gnu_gconf_ConfClient_gconf_1client_1get_1list): Ditto.
	(Java_org_gnu_gconf_ConfClient_gconf_1client_1get_1list): 
	replaced this:
	jmethodID mid = (*env)->GetStaticMethodID(env, aCls, "getConfSchema", "(I)V");
	with this:
	jmethodID mid = (*env)->GetStaticMethodID(env, aCls, "getConfSchema", "(org/gnu/glib/Handle)org/gnu/glib/Handle");
	since that is what the java signiture is :D.
	(Java_org_gnu_gconf_ConfClient_gconf_1client_1set_1list): Changed jints
	to correct types mostly jobject.
	* src/jni/org_gnu_gconf_ConfValue.c (Java_org_gnu_gconf_ConfValue_gconf_1value_1get_1list): 
	Included corresponding header file. 
	Changed jints to correct types mostly jobject.
	Correctly retrived boolean values see comment above.
	
2006-02-27  Andrew Cagney  <cagney@redhat.com>

	* Makefile.am (BUILT_SOURCES): Add gconf$(apiversion).jar.
	(CLASSPATH): Define as $(JGJAR):$(GTKJAR), use.
	(jni_gconf_source_files): Replace file list with include of
	Makefile.jni.
	(AM_CFLAGS): Rename libgconfjni_la_CFLAGS.
	* configure.ac: Use AC_CHECK_PROGS to check for JAVAH.
	* autogen.sh:  Generate Makefile.jni.

2006-02-12  Andrew Cowie  <andrew@operationaldynamics.com>

	* doc/examples/gconf/BasicGConfApp.java:
	* src/java/org/gnu/gconf/ConfClient.java:
	* src/java/org/gnu/gconf/ConfClientListener.java:
	* src/java/org/gnu/gconf/ConfClientPreloadType.java:
	* src/java/org/gnu/gconf/ConfEntry.java:
	* src/java/org/gnu/gconf/ConfException.java:
	* src/java/org/gnu/gconf/ConfMetaInfo.java:
	* src/java/org/gnu/gconf/ConfSchema.java:
	* src/java/org/gnu/gconf/ConfValue.java:
	* src/java/org/gnu/gconf/ConfValueType.java:
	Apply "Java conventons" formatting to all Java source files

2005-10-25  Andrew Cowie  <andrew@operationaldynamics.com>

	* configure.ac:
	Version 2.12.1

2005-10-11  Ismael Juma <ismael@juma.me.uk>

	* Makefile.am: Remove Config.java from native-only source list.

2005-10-09  Ismael Juma <ismael@juma.me.uk>

	* Makefile.am: Add Config.java to sources list.
	
2005-10-06  Igor Foox  <ifoox@redhat.com>

	* autogen.sh: Changed invocation of 'aclocal' to '$ACLOCAL'.

2005-10-05  Andrew Cowie  <andrew@operationaldynamics.com>

	* configure.ac:
	Fix apiversion to 2.12. Reported by Remy Suen.

2005-10-04  Andrew Cowie  <andrew@operationaldynamics.com>

	* configure.ac:
	Version 2.12.0

2005-10-01  Ismael Juma  <ismael@juma.me.uk>

	* src/java/org/gnu/gconf/ConfClient.java:
	(ConfClient.getConfClient), (ConfClient), (ConfClient.getInstance),
	(ConfClient.addDirectory), (ConfClient.removeDirectory),
	(ConfClient.get), (ConfClient.getEntry),
	(ConfClient.getDefaultFromSchema), (ConfClient.getAllEntries),
	(ConfClient.suggestSync), (ConfClient.getSchema),
	(ConfClient.setList), (ConfClient.notifyCallback), (ConfClient.t),
	(ConfClient.checkError):
	* src/java/org/gnu/gconf/ConfEntry.java: (ConfEntry),
	(ConfEntry.getConfEntry), (ConfEntry.getValue),
	(ConfEntry.stealValue), (ConfEntry.setIsDefault):
	* src/java/org/gnu/gconf/ConfMetaInfo.java: (ConfMetaInfo),
	(ConfMetaInfo.getModTime):
	* src/java/org/gnu/gconf/ConfSchema.java: (ConfSchema),
	(ConfSchema.getConfSchema), (ConfSchema.getDefaultValue):
	* src/java/org/gnu/gconf/ConfValue.java: (ConfValue),
	(ConfValue.getConfValue), (ConfValue.getCar), (ConfValue.getCdr),
	(ConfValue.getSchema):
	* src/jni/org_gnu_gconf_ConfClient.c:
	* src/jni/org_gnu_gconf_ConfEntry.c:
	* src/jni/org_gnu_gconf_ConfMetaInfo.c:
	* src/jni/org_gnu_gconf_ConfSchema.c:
	* src/jni/org_gnu_gconf_ConfValue.c:
	Fix bug #317686: libgconf-java does not use new memory management functions. 
	
2005-09-15  Andrew Cowie  <andrew@operationaldynamics.com>

	* configure.ac:
	Bump to 2.12.0_rc1
	* autogen.sh:
	Migrate base library dependency from jg-common to glib-java.
	* src/java/org/gnu/gconf/ConfClient.java:
	* src/java/org/gnu/gconf/ConfClientPreloadType.java:
	* src/java/org/gnu/gconf/ConfEntry.java:
	* src/java/org/gnu/gconf/ConfMetaInfo.java:
	* src/java/org/gnu/gconf/ConfSchema.java:
	* src/java/org/gnu/gconf/ConfValue.java:
	* src/java/org/gnu/gconf/ConfValueType.java:
	* src/jni/org_gnu_gconf_ConfClient.c:
	Move org.gnu.javagnome.Handle back to org.gnu.glib.Handle

2005-05-18  Ismael Juma  <ismael@juma.me.uk>

	* configure.ac: Change to generate Config.java.
	* src/java/org/gnu/gconf/Config.java.in: Add file.
	* doc/examples/gconf/BasicGConfApp.java: Fix several issues.
	(main): Use Gtk.init() instead of Program.initGnomeUI to allow people
	who do not have libgnome-java installed to run the example.
	* src/java/org/gnu/gconf/ConfClient.java.in: Pass Error Handle instead of
	int[] to jni in several places.
	Rename to ConfClient.java.
	* src/jni/org_gnu_gconf_ConfClient.c: Fix bug #303209.
	 Fix all usage of GError.
	 Use getGObjectHandle.
	 Remove unnecessary method call.
	* Makefile.am: Fix build problem.
	Change to accomodate the use of Config.java.in as the provider of the
	location of the jni file.

2005-05-17  Jeffrey Morgan  <kuzman@gmail.com>

	* configure.ac: version bump

2005-05-05  Jeffrey Morgan  <kuzman@gmail.com>

	* src/jni/org_gnu_gconf_ConfClient.c: removed calls
	to ReleaseIntArrayElements for GError objects.

2005-05-05  Jeffrey Morgan  <kuzman@gmail.com>

	* src/jni/org_gnu_gconf_ConfClient.c: initialized
	all GError pointers to NULL;

2005-04-22  Jeffrey Morgan  <kuzman@gmail.com>

	* src/jni/org_gnu_gconf_ConfClient.c: change reference to
	point to javagnome/Handle instead of glib/Handle.

2005-04-22  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am: installing all javadoc generated files.
	* configure.ac: version bump

2005-04-13  Jeffrey Morgan  <kuzman@gmail.com>

	* .classpath: changed to use jg-common

2005-04-12  Jeffrey Morgan  <kuzman@gmail.com>

	* autogen.sh: change to read new pkg-config file
	for jg-common.

2005-04-11  Jeffrey Morgan  <kuzman@gmail.com>

	* .classpath:
	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	* src/java/org/gnu/gconf/ConfClient.java.in:
	* src/java/org/gnu/gconf/ConfClientPreloadType.java:
	* src/java/org/gnu/gconf/ConfEntry.java:
	* src/java/org/gnu/gconf/ConfMetaInfo.java:
	* src/java/org/gnu/gconf/ConfSchema.java:
	* src/java/org/gnu/gconf/ConfValue.java:
	* src/java/org/gnu/gconf/ConfValueType.java:
	updated to work with java-gnome common library.

2005-04-09  Andrew Cowie  <andrew@operationaldynamics.com>

	* Makefile.am: fixed install-data-hook to use $jardir

2005-04-08  Jeffrey Morgan  <kuzman@gmail.com>

	* configure.ac: version bump

2005-04-07  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am: added gtk.jar to the javadoc classpath

2005-03-17  Jeffrey Morgan  <kuzman@gmail.com>

	* prepare-ChangeLog.pl: new file - script to assist 
	creating ChangeLog entries
	* .classpath: new file - needed by eclipse
	* .project: new file - needed by eclipse

2005-03-06  Jeffrey Morgan  <kuzman@gmail.com>

	* configure.ac: Version bump

2005-02-27  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am: added GTKJAVA_CFLAGS
	* src/jni/org_gnu_gconf_ConfClient.c:
	* src/jni/org_gnu_gconf_ConfEntry.c:
	* src/jni/org_gnu_gconf_ConfMetaInfo.c:
	* src/jni/org_gnu_gconf_ConfSchema.c:
	* src/jni/org_gnu_gconf_ConfValue.c:
	changed include to make location of jg_jnu.h work in all cases

2005-02-27  Jeffrey Morgan  <kuzman@gmail.com>

	* INSTALL:  updated docs
	* Makefile.am: removed hard coded versions and added JNI_INCLUDES
	* README:  updated docs
	* configure.ac: version bump

2005-02-11  Jeffrey Morgan  <kuzman@gmail.com>

	* configure.ac: version bump
	* Makefile.am: added jardir and fixed linking
	* gconf-java.pc.in: changed Libs to point to gcj shared objects.

2005-02-07  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am: added installation of example plus
	uninstall target
	* configure.ac: version bump

2005-02-03  Nicholas Rahn  <nick@mobiledude.com>

	* src/java/org/gnu/gconf/ConfClient.java.in:
	More javadoc cleanup.
	
2005-01-31  Nicholas Rahn  <nick@mobiledude.com>

	* src/java/org/gnu/gconf/ConfEntry.java: (ConfEntry):
	* src/java/org/gnu/gconf/ConfClient.java.in:
	Javadoc cleanup.
	
2005-01-28  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am:
	added conditional build of javadocs.

2005-01-27  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am:
	added conditional compilation of the gcj shared object.

2005-01-26  Jeffrey Morgan  <kuzman@gmail.com>

	* .cvsignore:
	* src/java/org/gnu/gconf/.cvsignore:
	ignoring generated files.

2005-01-23  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am: Added proper libs for linking and
	installed gconf-java.pc file
	* configure.ac: Increased version and increased gconf
	requirement to 2.9.3
	* gconf-java.pc.in: Fixed VERSION

2005-01-22  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am: added gtk.jar to the classpath.

2005-01-20  Jeffrey Morgan  <kuzman@gmail.com>

	* src/java/org/gnu/gconf/ConfClient.java.in:
	Changed to load the correct shared object.

2005-01-20  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am: Fixed typo in DISTCLEAN target

2005-01-17  Jeffrey Morgan  <kuzman@gmail.com>

	* README: Fixed a typo.

2005-01-17  Jeffrey Morgan  <kuzman@gmail.com>

	* .cvsignore:
	* autogen.sh:  added automake support
	* configure.in: added automake support
	* Makefile.am: added automake support
	* src/jni/org_gnu_gconf_ConfClient.c: fixed includes
	* src/jni/org_gnu_gconf_ConfEntry.c: fixed includes
	* src/jni/org_gnu_gconf_ConfMetaInfo.c: fixed includes
	* src/jni/org_gnu_gconf_ConfSchema.c: fixed includes
	* src/jni/org_gnu_gconf_ConfValue.c: fixed includes

2005-01-03  Jeffrey Morgan  <kuzman@gmail.com>

	* src/jni/org_gnu_gconf_Confclient.c
	Fixed error with method declaration.

2004-12-16  Jeffrey Morgan  <kuzman@gmail.com>

	* configure.in:
	* src/Makefile.in:
	* src/java/org/gnu/gconf/ConfClient.java.in:
	* src/java/org/gnu/gconf/ConfEntry.java: (ConfEntry.ConfEntry),
	(ConfEntry.getValue), (ConfEntry.stealValue), (ConfEntry):
	* src/java/org/gnu/gconf/ConfMetaInfo.java:
	(ConfMetaInfo.ConfMetaInfo), (ConfMetaInfo):
	* src/java/org/gnu/gconf/ConfSchema.java: (ConfSchema.ConfSchema),
	(ConfSchema.getDefaultValue), (ConfSchema):
	* src/java/org/gnu/gconf/ConfValue.java: (ConfValue.ConfValue),
	(ConfValue):
	* src/jni/org_gnu_gconf_ConfClient.c:
	* src/jni/org_gnu_gconf_ConfEntry.c:
	* src/jni/org_gnu_gconf_ConfMetaInfo.c:
	* src/jni/org_gnu_gconf_ConfSchema.c:
	* src/jni/org_gnu_gconf_ConfValue.c:
	64-bit support and build improvements

2004-11-01 13:21  morganj

	* doc/examples/.cvsignore: ignoring generated files

2004-11-01 12:11  morganj

	* configure.in: Version bump prior to build.

2004-10-27 22:02  mh

	* NEWS, autogen.sh: Fixing a few issues from the ML

2004-10-25 19:28  mh

	* NEWS: bumped version (real reason for change is to test the new
	  commit email messages)

2004-10-24 13:24  mh

	* configure.in: Version bump

2004-10-22 15:22  lucaderu

	* doc/examples/runExample.sh.in: new runExample. Gconf example
	  crashes with gij while it's fine with java: this is bad

2004-10-22 15:20  lucaderu

	* doc/examples/runExample.sh: removed old runExample

2004-10-22 15:19  lucaderu

	* configure.in: fixed wrong classpath for gconf and added
	  runExample automagic

2004-10-08 18:57  lucaderu

	* doc/examples/runExample.sh: added runExample script

2004-10-08 18:54  lucaderu

	* doc/examples/gconf/BasicGConfApp.java: moved gconf example to the
	  right place

2004-10-06 19:54  mh

	* Makefile.in: Build system fixes

2004-10-06 13:36  mh

	* src/Makefile.in: more all-in-one build system fixes

2004-09-16 12:18  morganj

	* configure.in: Version bump for new release.

2004-07-28 13:31  morganj

	* src/Makefile.in: Changed classpath for native build.

2004-07-19 22:27  morganj

	* configure.in: setting the correct version.

2004-07-19 21:19  morganj

	* NEWS: Added new files for new packages and updated gtk NEWS file.

2004-07-13 12:49  morganj

	* src/.cvsignore: ignoring generated files

2004-07-12 18:54  morganj

	* src/jni/org_gnu_gconf_ConfClient.c: applied patch from Leonardo
	  Quijano Vincenzi.

2004-07-12 18:46  morganj

	* .cvsignore, Makefile.in: fixed install target and ignored
	  generated files.

2004-07-11 09:56  mh

	* .cvsignore, Makefile.in, Makefile.in.in, autogen.sh,
	  configure.in, configure.in.in, gconf-java.pc.in, install-sh,
	  src/.cvsignore, src/Makefile.in, src/Makefile.in.in: Build system
	  improvements

2004-05-09 13:20  kuzman

	* Makefile.in.in, src/Makefile.in.in: A little build cleanup.

2004-04-14 21:22  kuzman

	* src/java/org/gnu/gconf/: ConfValueType.java, ConfValue.java:
	  javadoc

2004-04-14 21:10  kuzman

	* src/java/org/gnu/gconf/ConfEntry.java: Updated ConfEntry

2004-04-14 20:57  kuzman

	* src/java/org/gnu/gconf/ConfClient.java.in: added a few javadocs.

2004-03-30 19:39  kuzman

	* src/java/org/gnu/gconf/: ConfClient.java.in,
	  ConfClientListener.java, ConfClientPreloadType.java,
	  ConfEntry.java, ConfMetaInfo.java, ConfSchema.java,
	  ConfValueType.java: Object creation fix.

2004-03-23 15:29  kuzman

	* src/java/org/gnu/gconf/ConfClient.java.in: FIX for multiple java
	  objects pointing to same native object.

2004-03-23 13:23  kuzman

	* src/java/org/gnu/gconf/ConfClient.java.in: FIX for multiple java
	  objects pointing to same native object.

2004-03-09 00:49  kuzman

	* src/java/org/gnu/gconf/.cvsignore: igonring generated files.

2004-03-09 00:48  kuzman

	* configure.in.in, src/java/org/gnu/gconf/ConfClient.java,
	  src/java/org/gnu/gconf/ConfClient.java.in: Dynamic loading of
	  gtkhtml and gconf native libs.

2004-02-06 12:46  kuzman

	* src/java/org/gnu/gconf/ConfClient.java,
	  src/java/org/gnu/gconf/ConfValue.java,
	  src/jni/org_gnu_gconf_ConfClient.c,
	  src/jni/org_gnu_gconf_ConfValue.c, Makefile.in.in: Moving fixes
	  from stable branch.

2004-02-05 21:42  kuzman

	* Makefile.in.in: fixing a few install targets.

2004-02-05 17:37  kuzman

	* src/: java/org/gnu/gconf/ConfClient.java,
	  jni/org_gnu_gconf_ConfClient.c, jni/org_gnu_gconf_ConfValue.c,
	  java/org/gnu/gconf/ConfValue.java: Fixed several problems with
	  gconf binding.

2004-02-03 13:19  kuzman

	* Makefile.in.in, configure.in.in, src/Makefile.in.in,
	  src/java/org/gnu/gconf/ConfException.java,
	  src/jni/org_gnu_gconf_ConfClient.c: Moving appropriate head
	  changes to 0.8 branch.

2004-01-20 13:56  kuzman

	* src/java/org/gnu/gconf/ConfException.java: Cleaned up comments.

2004-01-13 14:46  howama

	* src/Makefile.in.in: Only include class files in jar archives.
	  This bug was causing the jar files to be 40x bigger than they
	  needed to be.

2004-01-12 13:18  kuzman

	* src/jni/org_gnu_gconf_ConfClient.c: Fixed copy/paste error.

2004-01-12 12:13  kuzman

	* src/jni/org_gnu_gconf_ConfClient.c: Applying Joe Marcus Clarke's
	  patch.

2004-01-12 11:47  howama

	* configure.in.in: gconf build fixes

2004-01-08 17:17  howama

	* Makefile.in.in: create links for jni so's. Force all links to be
	  created, replacing any existing links

2004-01-06 17:53  howama

	* src/Makefile.in.in: use correct variables

2004-01-06 17:53  howama

	* configure.in.in: check for gconf and set required variables in
	  makefiles

2004-01-04 21:02  howama

	* Makefile.in.in, configure.in.in: various build system fixes

2003-12-25 19:09  kuzman

	* src/jni/org_gnu_gconf_ConfClient.c: Fixed a couple of casting
	  errors.

2003-12-17 19:03  howama

	* src/Makefile.in.in: Add all libs to compile scripts

2003-12-17 14:32  howama

	* .cvsignore, src/.cvsignore: cvs should ignore generated files.

2003-12-17 09:09  howama

	* Makefile.in.in, src/Makefile.in.in: GCJ Native compilation is now
	  optional

2003-12-16 09:33  howama

	* src/Makefile.in.in: Use CLASSPATH environment variable instead of
	  --classpath switches - some javac's call it -classpath instead.

2003-12-14 13:32  howama

	* Makefile.in.in, configure.in.in, src/Makefile.in.in: Build script
	  work. all targets should now work (including install). library
	  loading fixed for core modules. Hopefully everything is now
	  working.

2003-12-13 13:09  howama

	* Makefile.in.in, configure.in.in, src/Makefile.in.in: more make
	  script improvements & fixes

2003-12-12 19:35  howama

	* src/Makefile.in.in: More files for the new make system

2003-12-11 17:55  howama

	* Makefile.in.in, configure.in.in: More work on new make system

2003-12-09 14:35  kuzman

	* src/jni/org_gnu_gconf_ConfClient.c: Fixed problem with error
	  handling

2003-12-04 13:09  kuzman

	* src/: jni/org_gnu_gconf_ConfClient.c,
	  java/org/gnu/gconf/ConfClient.java: Adding proper list handling.

2003-12-02 12:55  kuzman

	* src/java/org/gnu/gconf/: ConfClient.java, ConfEntry.java,
	  ConfMetaInfo.java, ConfSchema.java: Adding public interface for
	  gconf objects.

2003-12-01 13:44  kuzman

	* src/: jni/org_gnu_gconf_ConfClient.c,
	  java/org/gnu/gconf/ConfClient.java,
	  java/org/gnu/gconf/ConfClientListener.java,
	  java/org/gnu/gconf/ConfEntry.java: Added ConfClient event
	  notification.

2003-11-30 02:04  kuzman

	* src/: java/org/gnu/gconf/ConfValue.java,
	  java/org/gnu/gconf/ConfMetaInfo.java,
	  java/org/gnu/gconf/ConfSchema.java,
	  jni/org_gnu_gconf_ConfSchema.c: More GConf work.

2003-11-24 13:29  kuzman

	* src/: java/org/gnu/gconf/ConfClient.java,
	  java/org/gnu/gconf/ConfClientPreloadType.java,
	  java/org/gnu/gconf/ConfEntry.java,
	  java/org/gnu/gconf/ConfException.java,
	  java/org/gnu/gconf/ConfMetaInfo.java,
	  java/org/gnu/gconf/ConfValue.java,
	  java/org/gnu/gconf/ConfValueType.java,
	  jni/org_gnu_gconf_ConfClient.c, jni/org_gnu_gconf_ConfEntry.c,
	  jni/org_gnu_gconf_ConfMetaInfo.c, jni/org_gnu_gconf_ConfValue.c:
	  Added GConf shell.

