2006-08-03 Andrew Cowie * configure.ac: Version 2.8.6 Inherit macro fixes in glib-java 2006-08-02 Andrew Cowie * src/java/org/gnu/gtk/Container.java: * src/jni/org_gnu_gtk_Container.c: Apply patch from Sandor Bodo-Merle 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 * src/jni/org_gnu_gtk_Window.c: Fix crasher resulting from calling getScreen(). Solution suggested by Ismael Juma . 2006-07-31 Andrew Cowie * doc/examples/testgtk/TestGTK.java: Fix to TestGTK.editableToggled() contributed by Michal Pryc 2006-07-31 Andrew Cowie * doc/examples/testgtk/TestGTK.java: Fix to TestGTK.editableToggled() contributed by Michal Pryc , closes #349407. 2006-07-08 Andrew Cowie * 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 * 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 * 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.