[orca] Prep for the 3.19.91 release
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for the 3.19.91 release
- Date: Wed, 2 Mar 2016 22:26:10 +0000 (UTC)
commit ece464353a29b1b04bf563dc0cc2306b7ddcaf7e
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Wed Mar 2 17:25:50 2016 -0500
Prep for the 3.19.91 release
NEWS | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.ac | 2 +-
3 files changed, 80 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 98c17da..a6654e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,81 @@
+3.19.91 - 2 March 2016
+
+General:
+
+ * Fix several issues in presentation of clipboard notifications
+
+ * Ignore some uninteresting and spammy events (performance, chattiness)
+
+ * Don't keep asking the registry for the desktop (performance)
+
+ * Eliminate several instances of terminal chattiness
+
+ * Hack around Pidgin status toggle button bug
+
+ * Improve presentation of selection changes in layered panes
+
+ * Fix modifier keys being passed to application while in in learn mode
+
+ * Add a customization to present updates for status bar progress bars
+
+ * Make detailed whereAmI fall back on basic whereAmI presentation
+
+ * Speak popovers which are modal but do not claim focus
+
+ * Fix incorrect identification of commands entered on Cyrillic keyboards
+
+ * Fix presentation of first radio button in a functional (but not actual)
+ group
+
+ * Use isSameObject() to detect widgets and windows which were recreated
+
+Gecko:
+
+ * Work around multiple accessible objects for one functional window
+
+ * Add more, and more performant, zombie replicant recovery utilities
+
+ * Grab focus on entries when setting focus mode; not when positioning
+ caret so we don't accidentally trigger popups
+
+ * Notify script when locusOfFocus is set from window to contenteditable
+ objects so we're not silent
+
+ * Work around broken table interface Gecko issue
+
+ * Attempt to identify and present clipboard events caused by elements
+
+ * Let default script handle content editable during selection
+
+ * Clear content cache when Thunderbird window is deactivated so we don't
+ mistakenly conclude we're in the same document frame
+
+ * Fix several caret navigation and structural navigation bugs
+
+ * Present object counts for all objects in detailed whereAmI page
+ summary
+
+LibreOffice:
+
+ * Update some heuristics to address changed roles in Calc 5.1.x
+
+ * Handle more cases of Calc becoming non-responsive or crashing
+
+ * Work around missing event from LibreOffice Calc
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ ca Catalan Jordi Mas
+ cs Czech Marek Černocký
+ es Spanish Daniel Mustieles
+ gl Galician Fran Diéguez
+ lt Lithuanian Aurimas Černius
+ oc Occitan Cédric Valmary
+ pl Polish Piotr Drąg
+ sv Swedish Anders Jonsson
+
+=========
+
3.19.90 - 17 February 2016
New Features and Options:
diff --git a/README b/README
index ea9b173..b2d2d09 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.19.91pre
+Orca v3.19.91
Introduction
========================================================================
diff --git a/configure.ac b/configure.ac
index ec3e942..0ce57c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [19])
-m4_define([orca_micro_version], [91pre])
+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]