[orca/gnome-3-6] Prep for Orca v3.5.90 release



commit e8cc9be29c3d36b4e7d56f0e5956fcf23158e580
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Aug 20 19:16:06 2012 -0400

    Prep for Orca v3.5.90 release

 NEWS         |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d237705..a8613a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+3.5.90 - 20 August 2012
+
+WebKitGtk - Braille Presentation
+
+  * Make WebKitGtk content fully braille scrollable without having to
+    use caret navigation
+
+  * Fixes for Orca failing to display certain text-only inline WebKitGtk
+    lists and sections
+
+  * Work around the bogus caretOffset we get for WebKitGtk content which
+    doesn't have the caret
+
+  * Don't display the braille EOL indicator for non-editable WebKitGtk
+    paragraphs
+
+  * Handle cases where the default script returns an empty string for
+    WebKitGtk content
+
+  * Fix for Orca skipping over WebKitGtk list items when scrolling in
+    braille
+
+  * Fix for bug 664557 - Orca does not always reflect the caret location
+    in braille for WebKitGtk content
+
+  * Fix for bug 681441 - Orca should present inline lists and sections
+    from WebKitGtk on the same line in braille
+
+  * Fix for bug 681387 - Orca displays no braille when lists which are
+    not listboxes claim focus in WebKitGtk content
+
+  * Fix for bug 681363 - Do not display roles for non-widget lists, list
+    items, and panels in WebKitGtk content
+
+General
+
+  * Fix for bug 681569 - Unable to bind double-click keybinding if there
+    is a duplicate single-click keybinding
+
+  * Use new documentation infrastructure
+
+  * Fix for bug 626032 - substitutions from the pronunciation dictionary
+    are not being applied when performing say all
+
+  * Move Gecko list presentation code into general presentation code
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    hu            Hungarian              Attila Hammer
+    in            Indonesian             Andika Triwidada
+    sr            Serbian                ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ
+    sr latin      Serbian                Miroslav NikoliÄ
+
+=========
+
 3.5.5 - 6 August 2012
 
 WebKitGtk
diff --git a/README b/README
index a0afa69..028e3db 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.5.90pre
+Orca v3.5.90
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 0fab90f..ddf2a04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [5])
-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]