[orca] Prep for v3.13.90



commit 8563258db184372a88f8d679bff503995c0593b5
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Aug 19 16:10:54 2014 -0400

    Prep for v3.13.90

 NEWS         |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7296022..ab2a80e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+3.13.90 - 19 August 2014
+
+Gecko:
+
+  * Create Browse and Focus modes to make acceess to web content and web
+    apps more reliable
+
+  * Add support for presentation of longdesc and "clickable" elements
+
+  * Add support for structural navigation by image and by "clickable"
+
+  * Present the accessible description when giving focus to objects
+
+  * Present expanded state for links which can be expanded
+
+  * Fix a number of bugs that caused Orca to loop and/or skip over content
+
+  * Fix a number of bugs related to presentation of ARIA
+
+  * Improve presentation of list boxes
+
+  * Eliminate double-brailling of links in list items
+
+  * Fix a couple of SayAll bugs
+
+Evince:
+
+  * Fix a traceback that occurred when form field widgets lost focus
+
+  * Fix a hang that can occur when using structural navigation with forms
+
+Other:
+
+  * Check for accessible names when presenting entries
+
+  * Fix bug 732550 - Orca does not announce selection state toggling in Qt
+
+  * Fix for Orca going silent when speaking of child position is enabled
+
+  * Map 'marco' to 'metacity' in the script manager
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    el            Greek                             Tom Tryfonidis,
+                                                    Maria Mavridou
+    es            Spanish                           Daniel Mustieles
+    fi            Finnish                           Lasse Liehu
+    lt            Lithuanian                        Aurimas Černius
+    nb            Norwegian bokmål                  Kjartan Maraas
+    ru            Russian                           Yuri Myasoedov
+    zh_HK         Traditional Chinese (Hong Kong)   Chao-Hsiung Liao
+    zh_TW         Traditional Chinese (Taiwan)      Chao-Hsiung Liao
+
+=========
+
 3.13.3 - 23 June 2014
 
 General:
diff --git a/README b/README
index 5864298..85fab77 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.13.4pre
+Orca v3.13.90
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 6627e64..d2bff95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [13])
-m4_define([orca_micro_version], [4pre])
+m4_define([orca_micro_version], [90])
 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]