Java Access Bridge version 1.24.1 ================================ Release bridge 1.24.1. This is a development build. It depends on at-spi 1.8 or versions after. The following changes have been made since 1.24.0. 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. * 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.*. * 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. * bridge/org/GNOME/Accessibility/JavaBridge.java Fix for bug #563173 - StringIndexOutOfBoundsException can be thrown in Java Access Bridge