java-access-bridge r250 - trunk
- From: jeffcai svn gnome org
- To: svn-commits-list gnome org
- Subject: java-access-bridge r250 - trunk
- Date: Mon, 16 Mar 2009 04:29:01 +0000 (UTC)
Author: jeffcai
Date: Mon Mar 16 04:29:01 2009
New Revision: 250
URL: http://svn.gnome.org/viewvc/java-access-bridge?rev=250&view=rev
Log:
2009-03-16 Jeff Cai <jeff cai sun com>
* NEWS:
* README:
* configure.in:
Release 1.26.0
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Mar 16 04:29:01 2009
@@ -1,3 +1,29 @@
+Java Access Bridge version 1.26.0
+================================
+Release bridge 1.26.0. This is a stable build. It
+depens 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:
+
+ 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
+
Java Access Bridge version 1.25.1
================================
Release bridge 1.25.1. This is a development build. It
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Mon Mar 16 04:29:01 2009
@@ -2,7 +2,7 @@
which connects the built-in accessibility support in
Java Swing apps to the GNOME Accessibility framework,
specifically the Assistive Technology Service Provider
-Interface (AT-SPI). Version 1.25.0
+Interface (AT-SPI). Version 1.26.0
Contents:
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Mar 16 04:29:01 2009
@@ -1,6 +1,6 @@
AC_INIT(bridge)
-AM_INIT_AUTOMAKE(java-access-bridge,1.25.1)
+AM_INIT_AUTOMAKE(java-access-bridge,1.26.0)
JAVA_REQUIRED=1.5
JAVA_ERROR_MESSAGE="Java $JAVA_REQUIRED or later is required to build java-access-bridge"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]