Updated NEWS, README for 1.6.4.
[platform/core/uifw/at-spi2-atk.git] / NEWS
diff --git a/NEWS b/NEWS
index 7f3b2a9..2c6dbf8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,196 @@
-(top)
-in HEAD:
+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
+  LoginHelper GType.  Also added client and server tests
+  for this interface.  The purpose is to identify services
+  (typically, assistive technologies) which need access to 
+  system or device services (keyboard, audio, serial ports,
+  posting windows, etc.) during login or re-login/authentication.
+
+* fixed make distcheck.
+
+* Added a check in cspi_object_unref, which should help in detecting
+  refcount bugs in clients (Padraig O'Briain).
+
+* New languages:
+  Walloon (Pablo Saratxaga)
+  Bulgarian (Alexander Shopov)
+
+What's new in at-spi-1.5.1: 
+
+* Allow synthesis of keysyms that aren't in the current X keymap.
+
+* languages: Gujarati (Guntupalli Karunakar), Canadian English
+  (Alexander Winston)
+
+* Added omitted declarations for already-existing methods
+       AccessibleTable_addRowSelection(),
+       AccessibleTable_addColumnSelection(),
+       AccessibleTable_removeRowSelection(),
+       AccessibleTable_removeColumnSelection().
+
+* bug fixes: 136660, 120659 (partial), 132237, 134332.
+
+==========
+
+What's new in at-spi-1.4.0: [GNOME 2.6.0 release]
+
+* build improvements from Laszlo Peter.
+* en_GB added to ALL_LINGUAS.
+
+=======
+
+What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]
+
+* Fix for bug #134036, which could steal keystrokes from applications
+  if at-spi registry failed.
+
+* Build fixes, added .pc.in files (from Laszlo Peter).
+
+======
+
+This is the gnome-2.6 beta release of at-spi.
+What's new in at-spi-1.3.15:
+
+* translations:
+       Amanpreet Singh Alam (pa)
+       Bojan Suzic (sr@ije)
+
+
+What's new in at-spi-1.3.14:
+
+* reduced debug output in normal usage.  Don't PRIT_LEAKS
+  unless DEBUG_OBJECTS is #defined.  Reduces SEGVs when reporting
+  on noncritical refcount issues.
+
+What's new in at-spi-1.3.13:
+
+* 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).
+
+
+What's new in at-spi-1.3.11:
+
+* 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 (Roozber Pournader), 
+  ar (Arafat Medini).
+  id (Ahmad Riza H Nst)
+
+
+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.
+
 What's new in at-spi-1.3.7:
 
 This is the official GNOME 2.4.0 release of at-spi.