java-access-bridge r230 - trunk



Author: jeffcai
Date: Tue Jun 24 04:11:15 2008
New Revision: 230
URL: http://svn.gnome.org/viewvc/java-access-bridge?rev=230&view=rev

Log:
2008-06-24  Jeff Cai<jeff cai sun com>

        * NEWS:
        * configure.in:
        Release 1.23.0.



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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Jun 24 04:11:15 2008
@@ -1,3 +1,25 @@
+Java Access Bridge version 1.23.0
+================================
+
+Release bridge 1.23.0. This is a unstable build. It
+depends on at-spi 1.8 or versions after.
+
+The following changes have been made since 1.22.0.
+
+* bridge/org/GNOME/Accessibility/JavaBridge.java:
+  Properly insert accessible objects to any_data fields with the
+  right type (bug #483214).
+
+* bridge/org/GNOME/Accessibility/KeyEventAdapter.java:
+  Fix for bug #318615 to adjust keysyms for various non-alphanumeric
+  keys so that assistive technologies can more accurately
+  calculate the keycodes.
+
+* All events sent to registryd is having "host_
+  application" so you don't need to have a round trip
+  to get application object.
+  Fix #531869
+
 Java Access Bridge version 1.22.0
 ================================
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Tue Jun 24 04:11:15 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.20.
+Interface (AT-SPI).   Version 1.23.0
 
 Contents:
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jun 24 04:11:15 2008
@@ -1,6 +1,6 @@
 AC_INIT(bridge)
 
-AM_INIT_AUTOMAKE(java-access-bridge, 1.22.0)
+AM_INIT_AUTOMAKE(java-access-bridge, 1.23.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]