[orca] Prep for Orca v3.29.3 release



commit c021694622ba31db035e0cd23b815015b113c226
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sat Jul 7 09:20:23 2018 -0400

    Prep for Orca v3.29.3 release

 NEWS         | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |   2 +-
 configure.ac |   2 +-
 3 files changed, 121 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fe581d768..9b5128d5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,122 @@
+3.29.3 - 7 July 2018
+
+Web + Email:
+
+ * Stop Orca from descending into widget elements it should not descend
+
+ * Fix bug preventing Orca from presenting the current object
+
+ * Fix chattiness problem due to creation of bogus window accessibles
+
+ * Filter out bogus load events from Firefox extensions
+
+ * Correcly update caret position when Page Up/Down used in editable text
+
+ * Fix focus mode staying toggled off after leaving context menu
+
+ * Don't exit focus mode when navigating to/amongst radio buttons
+
+ * Eliminate double-presentation of name when name comes from contents
+
+ * Improve MathML presentation
+
+LibreOffice:
+
+ * Present Calc cell selection changes
+
+General:
+
+ * Fix many bugs and improve performance of Mouse Review
+
+ * Handle starting flat review when offset is after final character
+
+ * Do a better job of determining the focused object upon launch
+
+ * Ensure the expanded state of tree rows is annnounced
+
+ * Support synthesizing caps lock for double-orca support
+   (requires AT-SPI2 2.30 or later)
+
+ * Make double-orca presses perform the underlying key action
+
+ * Reduce chattiness in icon views
+
+ * Ensure buttons with single-character names get spoken
+
+ * Fix several issues in Orca's presentation of unrelated labels
+
+ * Improve behavior/presentation when current object becomes defunct
+
+ * Fall back on described-by relation to get description
+
+ * Ignore various bogus events from apps and toolkits
+
+Speech:
+
+ * Respect SSML norm
+
+ * Add progress marking support
+
+Braille:
+
+ * Fix braille updating when backspacing text on long lines
+
+ * braille: only set viewport[0] to 0 when the string fits
+
+ * Update braille when caret moves in web page due to mouse click
+
+ * Support CMD_FWINLTSKIP and CMD_FWINRTSKIP from brltty
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    es            Spanish                 Daniel Mustieles
+
+=========
+
+3.28.2 - 28 June 2018
+
+Web + Email:
+
+ * Update Orca to handle "document web" role now used in Gecko
+
+General:
+
+ * Fix bug causing certain combo boxes to not be presented
+
+Braille:
+
+ * Fix braille word wrap being incorrectly enabled
+
+ * Fix brlmon regression introduced by 71b63379f
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                 Marek Cernocky
+    de            German                Tim Sabsch
+
+=========
+
+3.28.1 - 21 April 2018
+
+Web + Email:
+
+ * Fix Orca-triggered focus change in Thunderbird message composition
+   window
+
+General:
+
+ * Handle event floods from Caja and Nautilus more efficiently
+
+Braille:
+
+ * Release device when braille is deactivated for some applications
+
+ * Fix bogus dots appearing after text
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    sv            Swedish                Anders Jonsson
+
 3.28.0 - 26 March 2018
 
 Web + Email:
diff --git a/README b/README
index 33d6c0ba8..272700a86 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.29.1pre
+Orca v3.29.3
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 8701079ab..85419defb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [29])
-m4_define([orca_micro_version], [1pre])
+m4_define([orca_micro_version], [3])
 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]