[orca] Prep for v3.3.90



commit 4f9f824b54bf3a9bdd4e11ba94638558cc43a92b
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Feb 20 16:09:28 2012 -0500

    Prep for v3.3.90

 NEWS         |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 51 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c198a0c..f7f6a03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+3.3.90 - 20 February 2012
+
+General
+
+  * Only set the locusOfFocus when gnome-shell selection changes to
+    selected
+
+  * Clean up Orca's locating and sorting of "unrelated" labels
+
+  * Clean up Orca's code for capturing of keys for rebinding
+
+  * Delete an old setting we no longer use (from the pyatspi1 port)
+
+  * Get rid of orca_state.focusHistory: We no longer use it but we
+    keep storing it
+
+  * Move input event handlers out of orca.py
+
+  * Fix for bug 596359 - Should set the process name to "orca"
+
+  * Fix for bug 628473 - orca.py should use argparse instead of getopts
+
+  * Fix for bug 669632 - Orca does not present correct mnemonic for menu
+    items
+
+  * Fix notify-osd script to listen for accessible-name/value signals
+    only
+
+  * Orca needs to speak value changes for objects of ROLE_COLOR_CHOOSER
+
+  * Use dbus rather than gsettings to check if accessibility support and
+    screen reader are enabled
+
+  * Remove forced terminal-setup; enable accessibility support instead
+
+  * Fix a traceback which prevented certain keybindings from binding
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    be            Belarusian             Kasia Bondarava
+    cs            Czech                  Marek ÄernockÃ
+    es            Spanish                Daniel Mustieles
+    nb            Norwegian bokmÃl       Kjartan Maraas
+    ru            Russian                Yuri Myasoedov
+    sl            Slovenian              Matej UrbanÄiÄ
+    sv            Swedish                Daniel Nylander
+
+=========
+
 3.3.5 - 6 February 2012
 
 General
diff --git a/README b/README
index 84723f5..2d49b3a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.3.90pre
+Orca v3.3.90
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 6c9ed33..cb3d6e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [3])
-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]