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

	* configure.ac: version bump

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

	* macros/jg_common.m4: bugzilla 170924 - fixed include 
	directory for jni headers on linux platform

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

	* Makefile.am:
	swapped the paths used in the classpath during the java -> bytecode 
	compilation. Allows the java code to be compiled in MinGw.
	
2005-03-17  Nicholas Rahn  <nick@mobiledude.com>

	* Makefile.am:
	remove the references to the Mandel example so that distcheck works.
	
2005-03-17  Jeffrey Morgan  <kuzman@gmail.com>

	* Makefile.am:
	* macros/jg_common.m4:
	added platform specific CFLAGS to facilitate Windows compilation

2005-03-17  Jeffrey Morgan  <kuzman@gmail.com>
	* .classpath: changed src path
	* doc/examples/mandel: moved glade example to libglade-java
	project

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
	* doc/examples/stockicons/GtkStockIcons.java: changed to
	reference GtkStockIcons instead of GnomeStockIcons
	* test/org/gnu/gtk/test/ComboBoxTest.java: moved
	* test/org/gnu/gtk/test/GtkTestCase.java: moved