2009-01-09  Jeff Cai <jeff.cai@sun.com>

	* bridge/org/GNOME/Accessibility/JavaBridge.java: (JavaBridge):
    Fix for bug #562408.
    Ignore 'SIGPIPE' to fix Java applications exit when a11y is enabled.
    This is only a tempoary since it uses the unsupported package sun.misc.*.


2009-01-09  Jeff Cai <jeff.cai@sun.com>

	* Makefile.am:
	* acinclude.m4:
	* configure.in:
	* jni/Makefile.am:
	* jni/jni-main.c: (JNI_OnLoad), (JNI_OnUnload):
    Add a JNI library to set NO_AT_BRIDGE for all Java applications.
    GTK loads gtk modules according to the settting in xsettings, so
    GTK_MODULES doesnot work now. To make java applications not load
    atk-bridge, we add a JNI library to set a environmental variable
    to ask atk-bridge not load itself.

2008-12-22  Omair Majid <omajid@redhat.com>

	* bridge/org/GNOME/Accessibility/JavaBridge.java:
	Fix for bug #563344

	The event fired by the text component is different from what
	we expect, newValueObject is not the position of the insertion,
	but the position of the caret after the insertion, so fix 
	newValueObject.

	Committed by Jeff Cai

2008-12-04  Omair Majid <omajid@redhat.com via william.walker@sun.com>

        * bridge/org/GNOME/Accessibility/JavaBridge.java
        Fix for bug #563173 - StringIndexOutOfBoundsException can be 
        thrown in Java Access Bridge