java-access-bridge r235 - trunk



Author: jeffcai
Date: Mon Dec 22 07:06:36 2008
New Revision: 235
URL: http://svn.gnome.org/viewvc/java-access-bridge?rev=235&view=rev

Log:
Release 1.25.0


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec 22 07:06:36 2008
@@ -1,3 +1,23 @@
+Java Access Bridge version 1.25.0
+================================
+Release bridge 1.25.0. 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.
+
+* 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.24.0
 ================================
 Release bridge 1.24.0. This is a stable build. It

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Dec 22 07:06:36 2008
@@ -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.24.0
+Interface (AT-SPI).   Version 1.25.0
 
 Contents:
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Dec 22 07:06:36 2008
@@ -1,6 +1,6 @@
 AC_INIT(bridge)
 
-AM_INIT_AUTOMAKE(java-access-bridge, 1.24.0)
+AM_INIT_AUTOMAKE(java-access-bridge, 1.25.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]