[orca] Prep for the 3.17.90 release



commit 8cc2695406edb08aa0babf3361c572a41c3b9ada
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Aug 19 10:53:40 2015 -0400

    Prep for the 3.17.90 release

 NEWS         |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 80 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 412e167..0b375e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,81 @@
+3.17.90 - 19 August 2015
+
+Spellcheck:
+
+ * Use Orca's spellcheck support in the LibreOffice script
+
+ * Perform normal WhereAmI at the end of spellcheck WhereAmI
+
+ * Present child position according to user preference
+
+ * Fix several chattiness issues
+
+Gecko:
+
+ * Handle Gecko-specific text attribute name for misspelled
+
+ * Fix traceback getting into Thunderbird preferences
+
+ * Fix bug in line navigation of MathML content
+
+ * Don't generate ancestors beyond MathML math element
+
+ * Don't treat objects with tons of embedded objects as text "chunks"
+
+ * Don't repeat document-loading message given multiple "busy" events
+
+ * Handle input type="number" (which is not exposed like native version)
+
+ * Ensure object mode navigation presents only content from one object
+
+ * Refine heuristic for ignoring object:selection-changed events
+
+ * Don't include empty text block elements in structural navigation
+
+ * Skip over anchors when looking for next/previous caret context
+
+ * Treat lists as text block elements in web content
+
+ * Improve how Orca works with Etherpad in Firefox
+
+LibreOffice:
+
+ * Fix several issues in which focused widgets were not presented
+
+General:
+
+ * Use gi.require_version to address PyGIWarning
+
+ * Fix several bugs in _generateUnselectedCell()
+
+ * Don't sanity-check children if there are a huge number of them
+
+ * Don't generate availability for list items as it doesn't make sense
+
+ * Don't insist upon label visibility for status bar notifications
+
+ * Add support to navlist for specifying and jumping to a caret offset
+
+ * Begin cleaning up text-attribute-related code
+
+ * Eliminate some false positives in isLayoutOnly()
+
+ * Fix desktop file translations
+
+ * Fix typos in translator comments
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                       Marek Černocký
+    de            German                      Christian Kirbach
+    el            Greek                       Dimitris Spingos
+    es            Spanish                     Daniel Mustieles
+    lt            Lithuanian                  Aurimas Černius
+    nb            Norwegian bokmål            Kjartan Maraas
+    pt            Portuguese                  Pedro Albuquerque
+
+=========
+
 3.17.4 - 22 July 2015
 
 MathML:
diff --git a/README b/README
index 832c8cc..bd59c73 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.17.90pre
+Orca v3.17.90
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index d228c13..0f5a593 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [17])
-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]