Fix for bug #140192. Incremented revision to 1.5.1.
[platform/core/uifw/at-spi2-atk.git] / NEWS
diff --git a/NEWS b/NEWS
index da88823..74f91e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,68 @@
-(top)
-in HEAD:
-What's new in at-spi-1.3.8:
+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,