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

	* tools/bindingsValidator/BindingsValidator.java:
	* tools/bindingsValidator/bindingsValidator.sh:
	moved from root level tools to facilitate the cvs
	restructuring.

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

	* src/java/org/gnu/gtk/event/MouseEvent.java: BUG 155017 - implemented
	ability to detect single, double, and tripple clicks.

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

	* src/java/org/gnu/gtk/TextBuffer.java: BUG 155013 - handle null
	tags in createTag().
	* src/java/org/gnu/gtk/TextTag.java: (TextTag), (TextTag.TextTag),
	(TextTag.setBackground), (TextTag.setBackgroundFullHeight),
	(TextTag.setBackgroundStipple), (TextTag.setDirection),
	(TextTag.setEditable), (TextTag.setFont),
	(TextTag.setFontDescription), (TextTag.setForegroundStipple),
	(TextTag.setIndent), (TextTag.setJustification),
	(TextTag.setLanguage), (TextTag.setLeftMargin),
	(TextTag.setRightMargin), (TextTag.setRise), (TextTag.setScale),
	(TextTag.setSize), (TextTag.setSizePoints), (TextTag.setStretch),
	(TextTag.setStrikethrough), (TextTag.setStyle), (TextTag.setTabs),
	(TextTag.setVariant), (TextTag.setWeight), (TextTag.setWrapMode):
	added support for additional properties.
	* src/jni/org_gnu_gtk_TextTag.c: added additional native methods
	to support new property types and commented out unused methods.

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

	* configure.ac: version bump

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

	* src/java/org/gnu/gtk/Window.java: BUG 168014 - Added
	new methods.
	* src/jni/org_gnu_gtk_Window.c: fixed signature of two
	methods.

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

	* src/java/org/gnu/gtk/Dialog.java: BUG 168217 - Added
	new addButton method.

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

	* src/java/org/gnu/gtk/TreeView.java: BUG 166682 - Setting TreeIter 
	during activate callback
	* doc/examples/TestTree.java: updated example to demonstrate
	activate callback.

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

	* Makefile.am: removed Makefile.in and configure
	from DISTCLEANFILES

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

	* Makefile.am: added new file to compilation
	* src/java/org/gnu/gtk/ToggleToolButton.java: (ToggleToolButton): formatting
	* src/jni/org_gnu_gtk_ToggleToolButton.c: added bindings for widget.

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

	* src/jni/org_gnu_pango_FontFamily.c:
	applied Mike Emmel's patch to fix bug in list_faces method

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

	* src/java/org/gnu/gtk/IconTheme.java: (IconTheme),
	(IconTheme.loadIcon): Fixed improper error handling
	* src/jni/org_gnu_gtk_IconTheme.c: Fixed improper error handling

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

	* src/jni/org_gnu_glib_GObject.c: Fixed handling of callbacks
	to static methods

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

	* src/java/org/gnu/gtk/Widget.java: Added TODO comment
	* src/jni/org_gnu_gtk_Widget.c: Fixed problems with getting pointer to GdkColor.