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
================================

Release bridge 1.22.0. This is a stable build. It
depends on at-spi 1.8 or versions after.

The following changes have been made since 1.20.0.

*getAttributes return an empty set instead of null.
 Fix #496587

*Make shift-tab work with JDK 1.6.
 Fix #440783

*Use Role.ROLE_APPLICATION instead of Role.ROLE_EXTENDED.
 Fix #511625.

Java Access Bridge version 1.21.1
================================

Release bridge 1.21.1. This is a development build. It 
depends on at-spi 1.8 or version after.

The following changes have been made since 1.21.0.

*getAttributes return an empty set instead of null.
 Fix #496587

*Make shift-tab work with JDK 1.6.
 Fix #440783

Java Access Bridge version 1.21
================================

* branch gnome-2-20 
* Change from pre-release to post-release

Java Access Bridge version 1.20
================================

Release bridge 1.20. This is a stable build. It 
depends on at-spi 1.8 or version after.

The following changes have been made since 1.18

*Don't create ApplicationAccessible object if jab
 finds that it can't get the registry object 
 successfully. This can prevent a lot of unused
 events sent by jab.

*Read environment variable GNOME_ACCESSIBILITY to
 decide whether display debug messages on screen.

* Fix bug 448001, 448007, solve the parameters setting
issues.

* Fix bug 441188, solve unreliability on Fedora.

* Catch exceptions of AccessUtil.getRegistry to
  decide whether display debug messages on screen.

Java Access Bridge version 1.19.2
================================

* Release bridge 1.19.2.
 Don't create ApplicationAccessible object if jab
 finds that it can't get the registry object 
 successfully. This can prevent a lot of unused
 events sent by jab.
 Read environment variable GNOME_ACCESSIBILITY to
 decide whether display debug messages on screen.

Java Access Bridge version 1.19.1
================================

* Release bridge 1.19. It depends on at-spi after 
version 1.18.
* Fix bug 448001, 448007, solve the parameters setting
issues.
* Fix bug 441188, solve unreliability on Fedora.
* Catch exceptions of AccessUtil.getRegistry to
solve keyboard input issues fi the registry is nul

Java Access Bridge version 1.18.0
================================

* release bridge 1.18. It depends on at-spi after 
version 1.17.
* Enable "make dist" work on higher version of automake.
* Get registry object from ior string stored as a property of root window
of current display instead of activating bonobo server.
To get ior string  xprop command is called, use autoconf stuff to
generate java source file.
bug #393009.

Java Access Bridge version 1.4.7
================================

* recognize and pass-through "paragraph" role 
and "flowsFrom"/"flowsTo" relations from OpenOffice
(without requiring Java 1.5).

Java Access Bridge version 1.4.6
================================

* org.GNOME.Bonobo.UnknownImpl now exposes 'destroy' and
  'refcount' to subclasses.  This helps subclasses to
  better react when their refcount goes to 0.

Java Access Bridge version 1.4.5
================================

* Report MANAGES_DESCENDANTS state correctly with 1.5.0 JDKs.

Java Access Bridge version 1.4.4
================================

* Fix for getAccessibleColumnHeader, bug #300699.
* Fixes for text-selection events, bugs #172807, #192925, #171951.
* Fix offsets returned for LINE_START and LINE_END boundary types.

Java Access Bridge version 1.4.3
================================

* Fixes for text-changed CORBA_Any context strings
* Fixes for SENTENCE and LINE ranges, AccessibleText_getTextAtOffset, etc.
* Bugs #171581, #171583, #171584, #151579, #149602.
* Improved INSTALL.

Java Access Bridge version 1.4.2
================================
* Set state SENSITIVE if state ENABLED is set. (bug #142537)

Java Access Bridge version 1.4.1
================================
* Implement setCaretOffset using AccessibleEditableText.selectText.
(bug #133023)

Java Access Bridge version 1.4.0
================================
* Check whether GNOME's Gconf accessibility key is set before initialising.
(bug #122425)

* Separate items in keybinding by ":". (bug #138392)

Java Access Bridge version 1.3.1
================================
* Ensure that java files in registry/org/GNOME?Accessibility are in source
tarball. (bug #137339)

Java Access Bridge version 1.3.0
================================
Version for use with GNOME 2.5

* Update to take account of new methods for Accessible and Text introduced
in at-spi for GNOME 2.5. (bug #128343)

Java Access Bridge version 1.2.1
================================

for gnome 2.5 'unstable' series

Java Access Bridge version 1.2.0
================================
Version for use with GNOME 2.4

