java-access-bridge r244 - branches/gnome-2-24



Author: jeffcai
Date: Fri Jan  9 12:26:51 2009
New Revision: 244
URL: http://svn.gnome.org/viewvc/java-access-bridge?rev=244&view=rev

Log:
2009-01-09  Jeff Cai <jeff cai sun com>

    * NEWS:
    * README:
    * configure.in:
    Release 1.24.1



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/README
   branches/gnome-2-24/configure.in

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Fri Jan  9 12:26:51 2009
@@ -1,10 +1,23 @@
-Java Access Bridge version 1.25.0
+Java Access Bridge version 1.24.1
 ================================
-Release bridge 1.25.0. This is a development build. It
+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

Modified: branches/gnome-2-24/README
==============================================================================
--- branches/gnome-2-24/README	(original)
+++ branches/gnome-2-24/README	Fri Jan  9 12:26:51 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.24.1
 
 Contents:
 

Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in	(original)
+++ branches/gnome-2-24/configure.in	Fri Jan  9 12:26:51 2009
@@ -1,6 +1,6 @@
 AC_INIT(bridge)
 
-AM_INIT_AUTOMAKE(java-access-bridge, 1.25.0)
+AM_INIT_AUTOMAKE(java-access-bridge, 1.24.1)
 
 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]