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

