Fix make check.
[platform/core/uifw/at-spi2-atk.git] / NEWS
diff --git a/NEWS b/NEWS
index ff95992..2c6dbf8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,73 @@
+What's new in at-spi-1.6.4:
+
+* Fixed XEVIE detection and configuration on XOrg version 6.8.2.
+
+* Added locale 'rw' (Steve Murphy)
+
+* Tweaked event-listener-test program.
+
+* Leakfixes, from billh and Kjartan Marass.
+What's new in at-spi-1.6.3: 
+
+* bugfix for #165129
+
+* Added locale 'xh' (Adi Attar)
+
+What's new in at-spi-1.6.2: 
+
+* fixes for problems at logout time (hangs, crashes)
+
+* bugfixes for #160862, #152147.
+
+* minor enhancements to test login-helper-server-test.
+
+(Padraig O'Briain)
+
+What's new in at-spi-1.6.1: 
+
+* LoginHelper API docs improved.
+
+* fixed bug which caused problems if an
+  app which loaded atk-bridge forks, and one fork exits.
+  (Padraig O'Briain).
+
+* New language: Galician (gl), Jesus Bravo Alvarez.
+
+* Ansi build fixes (Kjartan Maraas).
+
+What's new in at-spi-1.6.0: 
+
+Nothing.
+
+What's new in at-spi-1.5.4: 
+
+* Registration failure at SPI_init is now detected and
+  an error code is returned to the caller (bug #147648).
+
+* We now use polling as our default for detecting mouse
+  button changes (this was formerly our fallback method);
+  this prevents conflict with Xstroke.
+  [a better long-term fix requires the Xevie extension]
+
+* We now register on a per-DISPLAY, but not per-SCREEN, basis.
+  This fixes several issues, see bugs #149962, #136986, #144086.
+
+* New languages in configure.in:
+  bs (Christian Rose)
+  nb (Kjartan Maraas)  
+
+============
+
+What's new in at-spi-1.5.3: 
+
+* New role EMBEDDED (bug #144415).
+
+* Added object:bounds-changed event, for detecting when the 
+  component bounds of an object have changed onscreen.
+
+==============
+
 What's new in at-spi-1.5.2: 
 
 * Added Accessibility_LoginHelper interface, and