* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
(Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
* bugfixes (bad g_free, and a null string issue that caused SEGV on
Solaris when running sample programs).
* Fix for docs bug #129728 (Sebastien Bacher).
* Fix for bug #129479, allows distinction between multiple DISPLAY instances
of at-spi registry.
* Fix for #124837, which could cause 'hang' interactions between desktop and
clients such as gnopernicus.
* Fixes for NUMLOCK mask behavior, bug #129103.
* Greatly improved key synthesis for non-Latin characters. We can now
synthesize any KeySym which is defined in the current X keymap.
(bug #128824). Thanks to Marcus G Kuhn for the public-domain code borrowed
here.
* Fixes for: 128912.
* new languages: fa, ar, id.
- Fill missing dependancies.
- Use pkgsrc intltool.
What's new in at-spi-1.3.9:
* New api: AccessibleApplication_getLocale (app, type),
returns a POSIX locale string for a locale category,
for instance Accessibility_LOCALE_TYPE_MESSAGES.
* New SPI_ROLE_EDITBAR.
* New Accessible_getLocalizedRoleName.
* New AccessibleText_getDefaultAttributes.
* fixes to AccessibleStreamableContent, including a 'seek'
implementation for cspi. Thanks to Michael Meeks for some
related bugfixes in StreamableContent.
* now we emit key-released events to appropriate keylisteners.
* new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas),
no (Kjartan Masass), eu (Christian Rose).
* bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926,
#125834, #111429, #121974.