[orca/gnome-3-14] Prep for the 3.14.2 release



commit 53c22dd65dda4c6f838f2bb601a8b9b87baad0d1
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Nov 10 08:13:25 2014 -0500

    Prep for the 3.14.2 release

 NEWS         |   44 ++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 46 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8406019..d1968ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+3.14.2 - 10 November 2014
+
+Gecko:
+
+  * Update the position and command state after a mouse click
+
+  * Don't descend tables in findReplicant() - fixes a hang
+
+  * More hack removal and reworking of find{Next,Previous}Object()
+
+  * Don't switch to focus mode if the object is a text block element
+
+  * Check for both focusable and focused states when determining text
+    block elements
+
+  * Only use focused format type for objects which are not text block
+    elements
+
+  * Generate the rolename for links even if they were not "just entered"
+
+  * Suppress tutorial messages for focus mode widgets when not in focus
+    mode
+
+  * Prevent repeating of labels and tutorial messages in entries
+
+  * Speak text role for Gecko apps when not in document content
+
+  * Remove FOCUSED and SELECTED states as requirements for focus mode
+
+General:
+
+  * Do not present tutorial messages if the object is not the locusOfFocus
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    it            Italian                     Milo Casagrande
+    ne            Nepali                      Pawan Chitrakar
+    nb            Norwegian bokmål            Åka Sikrom
+    pt_BR         Brazilian Portuguese        Rafael Ferreira
+    sr            Serbian                     Мирослав Николић
+    sr latin      Serbian                     Miroslav Nikolić
+
+=========
+
 3.14.0 - 23 September 2014
 
 New and updated translations (THANKS EVERYONE!!!):
diff --git a/README b/README
index 4e9069d..25c7ff0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.14.1pre
+Orca v3.14.2
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 3c72343..2fcd53c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [14])
-m4_define([orca_micro_version], [1pre])
+m4_define([orca_micro_version], [2])
 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]