From: padraigo Date: Fri, 8 Aug 2003 07:10:14 +0000 (+0000) Subject: 2003-08-08 Padraig O'Briain X-Git-Tag: AT_SPI2_ATK_0_1_3~712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1859bc20bcf294f90963d43a2edbed64ba35cde;p=platform%2Fupstream%2Fat-spi2-atk.git 2003-08-08 Padraig O'Briain * configure.in: Revved to 1.3.6. * NEWS: updated. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@515 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index 84d8081..0d42e77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-08 Padraig O'Briain + + * configure.in: Revved to 1.3.6. + + * NEWS: updated. + 2003-08-07 Padraig O'Briain * registryd/deviceeventcontroller.c diff --git a/NEWS b/NEWS index 6cffe14..443877c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,40 @@ (top) in HEAD: +What's new in at-spi-1.3.6: + +* Add XEvIE support for those systems which have XEvIE. + +* Correct values for MODIFIER_SHIFTLOCK and MODIFIER_ALT as part of fix +for bug #118114. + +* Store event so that it can subsequently be referred to. Fixes bugs +#116949 and #116624. + +* Add support for AccessibleAction on hyperlink object. + +* Defer focus: events to reduce number of window switch events reported. +This a partial fix for bug #108664. + +* Eliminate warning messages reported when out-of-process applet starts. +Fixes bug #115014. + +* Register out-of-process applet as application only while it has top level +window displayed. This fixes bug #111578. + +* Add translations: Simplified Chinese [Yi Yang], Azerbaijani [Metin Amiroff], +Icelandic [Richard Allen], Italian [Alessio Frusciante], +Korean [Changwoo Ryu], Danish [Ole Alursen], Albanian [Lauent Dhima], +Malay [Hasbullah Bin Pit], Vietnamese [Pablo Saratxaga], +Belarusian [Belarusian team ], +Russian [Russian team ], Portuguese [Duarte Loreto], +Slovak [Marcel Telka], Serbian [Serbian team (Prevod.org)] +Esperanto [Charles Voelger], Brazilian [Gustavo Noronha Silva], +Welsh [Dafydd Harries], Dutch [Vincent van Adrighem], +Spanish [Pablo Gonzalo del Campo], Polish [Artur Flinta], +Catalan [Jordi Mallach], French [Chistophe Marlet], +Hebrew [Gil "Dolfin" Osher], German [Christian Neumair], +Czech [Miloslav Trmac], Swedish [Christian Rose] + What's new in at-spi-1.3.4: * require atk 1.3.4 throughout. diff --git a/configure.in b/configure.in index e10fbe4..50d6d4d 100644 --- a/configure.in +++ b/configure.in @@ -2,9 +2,9 @@ AC_INIT(idl/Accessibility.idl) AT_SPI_MAJOR_VERSION=1 AT_SPI_MINOR_VERSION=3 -AT_SPI_MICRO_VERSION=5 -AT_SPI_INTERFACE_AGE=5 -AT_SPI_BINARY_AGE=5 +AT_SPI_MICRO_VERSION=6 +AT_SPI_INTERFACE_AGE=6 +AT_SPI_BINARY_AGE=6 AT_SPI_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION.$AT_SPI_MICRO_VERSION" AM_INIT_AUTOMAKE(at-spi, $AT_SPI_VERSION) AC_SUBST(AT_SPI_MAJOR_VERSION)