Version 2.9.3

2006-09-15  Andrew Cowie  <[email protected]>

       * doc/examples/TestTree/TestTree.java:
       * doc/examples/calendar/CalendarExample.java:
       * doc/examples/expander/SimpleExpander.java:
       * doc/examples/filechooser/FileChooserExample.java:
       * doc/examples/notebook/NotebookExample.java:
       * doc/examples/text/Text.java:
       Apply the patches from Michal Pryc <[email protected]> to the
       doc/examples files, resolving a few minor issues and doing source
       formatting along the way. Closes #354283

2006-09-15  Andrew Cowie  <[email protected]>

       * src/java/org/gnu/gtk/Calendar.java:
       * src/jni/org_gnu_gtk_Calendar.c:
       Replace getDate() with new method returning int[3] instead of adding
       getYearMonthDay(). Closes #351451
       * doc/examples/calendar/CalendarExample.java:
       Update to use new getDate() API.

2006-09-14  Andrew Cowie  <[email protected]>

       * src/java/org/gnu/gtk/Calendar.java:
       Add method to org.gnu.Calendar called getYearMonthDay() supplanting
       existing getDate() to no longer require the return of a
       java.util.Calendar in order to get the value of the date selected.
       Instead, return an int[3] containing year,month,day.
       * src/jni/org_gnu_gtk_Calendar.c:
       Write new function in JNI layer to return a single out parameter of
       a single int[3] array, accessing the integers directly.

2006-08-19  Andrew Cowie  <[email protected]>

       * configure.ac: