[orca/gnome-3-16] Prep for the 3.15.92 release



commit a1ae45eee9e0bfe8f02c7cd9920b47e7c67d3ba2
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Mar 17 14:21:15 2015 -0400

    Prep for the 3.15.92 release

 NEWS         |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 51 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 868df52..1aaae91 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+3.15.92 - 17 March 2015
+
+General:
+
+  * Refine the heuristic used to identify layout tables
+
+  * Do not speak table details when verbosity level is brief
+
+  * Check for the new(ish) accessible roles for documents in structural
+    navigation (needed for table navigation in recent versions of Writer)
+
+  * Check for Zombie accessibles in Writer's onCaretMoved() so that we
+    don't get tripped up by deleted paragraphs
+
+  * Be less aggressive weeding out layout-only siblings for position
+    and set size, because getting it 100% right is non-performant
+
+  * Don't look for zombie replicants in ROLE_EMBEDDED objects (fixes
+    hang with Firefox)
+
+  * Use the default object generation for ROLE_EMBEDDED (fixes bogus
+    information presentation with Firefox)
+
+  * Correct outdated links to documentation in translator comments, and
+    fix translator comment symbol for bowtie operator
+
+  * Present the line rather than all object contents when navigating by
+    landmark
+
+  * Update our landmark role list to bring it into alignment with the
+    ARIA spec
+
+  * Do not rely on displayedText() when determining if a table cell is
+    blank
+
+  * Update position in Gecko content when SayAll is interrupted
+
+  * Several fixes related to Gecko killing accessible objects
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    bs            Bosnian                     Samir Ribic
+    cs            Czech                       Marek Černocký
+    da            Danish                      Kenneth Nielsen
+    pl            Polish                      Piotr Drąg
+    sl            Slovenian                   Matej Urbančič
+
+=========
+
 3.15.91 - 2 March 2015
 
 General:
diff --git a/README b/README
index d34e156..9bdb7ef 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.15.92pre
+Orca v3.15.92
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index bc9df7d..ebdef09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [15])
-m4_define([orca_micro_version], [92pre])
+m4_define([orca_micro_version], [92])
 m4_define([orca_version],
           [orca_major_version.orca_minor_version.orca_micro_version])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]