[orca] Prep for Orca v3.7.90



commit 2815be480788333918dc6b9bd05e88ef92f07e8f
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Feb 19 18:03:44 2013 -0500

    Prep for Orca v3.7.90

 NEWS         |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 62 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7f52ded..0adc081 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,63 @@
+3.7.90 - 19 February 2013
+
+New Features
+
+  * Much work and progress on profile-based, on-the-fly language
+    switching.
+
+  * Better "list shortcuts" and learn mode support and associated
+    hack removal.
+
+  * More refinements and additions to the new "list of" dialogs:
+
+    - Implement the "'list of' dialog" feature for tables.
+
+    - Try harder to position the caret when jumping to an object in
+      the navlist.
+
+    - Select the row associated with the locusOfFocus in the
+      "list of" dialogs.
+
+    - Present the number of results for the "list of" dialogs.
+
+    - Update Orca's keybindings related to bookmarks and "list of"
+      commands.
+
+  * Add event listeners for, and presentation of, table row and column
+    re-ordering.
+
+Bug Fixes
+
+  * Filter out dead childNodes from GtkTreeView.
+
+  * Present the Orca version upon first entering learn mode (to
+    compensate for there no longer being an About dialog).
+
+  * Handle attempts to start Orca from the console more gracefully.
+
+  * Get Orca to handle table rows which lack ROLE_TABLE_ROW.
+
+  * Get rid of "odd hacky thing... somewhat drawn from Gnopernicus" (!?!)
+
+  * Do not include anchors for structural navigation links.
+
+  * Do not filter out egg-list-box labels based on STATE_SHOWING.
+
+New and updated translations (THANKS EVERYONE!!!):
+    el            Greek                             Dimitris Spingos
+    es            Spanish                           Daniel Mustieles
+    gl            Galician                          Fran Diéguez
+    lt            Lithuanian                        Aurimas Černius
+    ml            Malayalam                         Anish A
+    pl            Polish                            Piotr Drąg
+    sr            Serbian                           Мирослав Николић
+    sr latin      Serbian                           Miroslav Nikolić
+    ug            Uyghur                            Gheyret Kenji 
+    zh_HK         Traditional Chinese (Hong Kong)   Chao-Hsiung Liao
+    zh_TW         Traditional Chinese (Taiwan)      Chao-Hsiung Liao
+
+=========
+
 3.7.5 - 5 February 2013
 
 New Feature
diff --git a/README b/README
index c69cc79..c3a6032 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.7.90pre
+Orca v3.7.90
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 3b63efd..a129c14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [7])
-m4_define([orca_micro_version], [90pre])
+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]