[orca] Prep for v3.35.91



commit 558858e21b2e7a05f9bc3ea33737f6d40d2a8655
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Thu Feb 20 21:17:55 2020 +0100

    Prep for v3.35.91

 NEWS         | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md    |   2 +-
 configure.ac |   2 +-
 3 files changed, 125 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2911fe688..3a8eff220 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,126 @@
+3.35.91 - 20 February 2020
+
+Chromium:
+
+ * Remove some unwanted noise from frame name when there is no URL
+
+ * Ensure we present alert-style dialog name and static text
+
+ * Fix issue with live region presentation in embedded web apps
+
+ * Improve accuracy getting the accessible object under the pointer
+
+ * Work around issue causing us to get stuck when the focused object
+   gets reparented by the author
+
+ * Present alerts on application window activation
+
+Web:
+
+ * Improve handling and presentation of dynamic skip links
+
+ * Fix bug causing certain code/preformatted text being treated as if
+   it were on a single line
+
+ * Improve handling of the focused object being replaced while focused
+
+ * Fix bug causing us to re-announce context inappropriately
+
+ * Treat block lists on the same line as other block elements (e.g.
+   headings) as if they are on a separate line
+
+ * Skip over empty paragraphs during caret navigation in web content
+
+ * Fix bug causing certain blockquotes to not be announced
+
+ * Fix chattiness and performance issue related to line navigation
+   amongst table rows
+
+ * Improve performance by caching object attributes
+
+ * Improve performance by skipping pointless ancestor generation
+   during line navigation
+
+ * Improve presentation when caret moves to same-page link
+
+ * Fall back on description so we present font-icon-based sharing
+   links
+
+ * Add support for suggestion, insertion, deletion, and mark roles
+   and elements
+
+ * Fix braille presentation of certain browser/app UI elements
+
+ * Attempt to identify elements serving as placeholders for entries
+
+ * Fix chattiness issue presenting column/row headers with author-
+   provided names
+
+ * Eliminate double-presentation of Table details during structural
+   navigation
+
+ * Improve navigation and presentation in grids in browse mode
+
+ * Eliminate double-presentation of caret-moved events from mouse
+   clicks
+
+ * Only treat expandable elements as focus mode widgets if focusable
+
+ * Prevent repetition of lines during SayAll for web content
+
+ * Announce when an object has aria-details on it, and when entering
+   or exiting a details container via caret navigation
+
+Terminal:
+
+ * Fix double-echoing of key when character echo is enabled
+
+General:
+
+ * Don't speak number of children when verbosity is set to brief
+
+ * Fix bug causing the Orca modifier to get unbound when a keyboard
+   is plugged in or removed
+
+ * Fix pauses being spoken as period/dot when punctuation is set to all
+
+ * Handle setting focused region when accessible objects get recreated
+   on us during braille generation
+
+ * Fix bug causing us to not present certain Qt tables as tables
+
+ * Fix bug causing us to not always use the system voice
+
+ * Improve filtering out of redundant names when there is a similar
+   label
+
+ * Prefer the name over the displayed text for interactive objects
+
+ * Fix bug prevening rebinding of commands with Orca+Shift
+
+ * Remove newline char from copied/appended flat review content
+
+New and updated translations (THANKS EVERYONE!!!):
+
+   ca            Catalan               Jordi Mas
+   cs            Czech                 Marek Černocký
+   es            Spanish               Daniel Mustieles
+   eu            Basque                Asier Sarasua Garmendia
+   fr            French                Claude Paroz
+   gb            British English       Bruce Cowan
+   gl            Galician              Fran Dieguez
+   hu            Hungarian             Balázs Úr
+   id            Indonesian            Sucipto
+   lt            Lithuanian            Aurimas Černius
+   ms            Malay                 Umarzuki Bin Mochlis Moktar
+   pl            Polish                Piotr Drąg
+   pt_BR         Brazilian Portuguese  Rafael Fontenelle
+   sr            Serbian               Марко Костић
+   sv            Swedish               Anders Jonsson
+   tr            Turkish               Sabri Ünal
+
+=========
+
 3.35.3 - 3 Janauary 2020
 
 Web:
diff --git a/README.md b/README.md
index 48ea0b56f..c972d4219 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.35.4pre
+# Orca v3.35.91
 
 ## Introduction
 
diff --git a/configure.ac b/configure.ac
index cc4975dc3..e5951616d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [35])
-m4_define([orca_micro_version], [4pre])
+m4_define([orca_micro_version], [91])
 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]