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

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

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

	* src/java/org/gnu/gtk/Container.java:
	* src/jni/org_gnu_gtk_Container.c:
	Apply patch from Sandor Bodo-Merle <sbodomerle@gmail.com> adding the
	methods to manipulate the child properties that org.gnu.gtk.Container
	introduces to the Widget hierarchy. Closes #346416.

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

	* src/jni/org_gnu_gtk_Window.c:
	Fix crasher resulting from calling getScreen(). Solution suggested
	by Ismael Juma <ismael@juma.me.uk>.

2006-07-31  Andrew Cowie  <andrew@operationaldynamics.com>

	* doc/examples/testgtk/TestGTK.java:
	Fix to TestGTK.editableToggled() contributed by Michal Pryc

2006-07-31  Andrew Cowie  <andrew@operationaldynamics.com>

	* doc/examples/testgtk/TestGTK.java:
	Fix to TestGTK.editableToggled() contributed by Michal Pryc
	<michal.pryc@sun.com>, closes #349407.

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

	* src/java/org/gnu/gtk/TreeRowReference.java:
	* src/java/org/gnu/gtk/event/KeyListener.java:
	* src/java/org/gnu/gtk/event/LifeCycleListener.java:
	Improvements to javadoc.

2006-06-28  Andrew Cowie  <andrew@operationaldynamics.com>

	* src/java/org/gnu/gtk/ResizeMode.java:
	* src/java/org/gnu/gtk/Widget.java:
	* src/java/org/gnu/gtk/Window.java:
	Improvements to javadoc.
	* src/jni/org_gnu_gtk_Widget.c:
	Add a comment indicating the native method name.

2006-06-12  Remy Suen  <remy.suen@gmail.com>

	* src/java/org/gnu/gtk/ListStore.java:
	* src/java/org/gnu/gtk/TreeStore.java: Noting that the
	setDragDestListener and setDragSourceListener methods are unimplemented
	in the javadoc.