[orca] Prep for v3.13.3
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for v3.13.3
- Date: Mon, 23 Jun 2014 23:43:50 +0000 (UTC)
commit b7e3f326f8c7d1f189b2e1d31a9356bdcb88a38e
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Jun 23 19:43:26 2014 -0400
Prep for v3.13.3
NEWS | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.ac | 2 +-
3 files changed, 69 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8bedf42..7296022 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,70 @@
+3.13.3 - 23 June 2014
+
+General:
+
+ * Implement support for presenting color names instead of RGB values
+
+ * Fix several issues in character echo
+
+ * Use the same string when presenting U+00A8
+
+ * Present the acute accent using the same name when typing and reading
+
+ * Stop using speechdispatcher's KEY command for printable key echo
+
+ * Don't double-present punctuation when keyecho and character echo are
+ both enabled
+
+ * Always respect braille verbosity levels when presenting widget roles
+
+ * Fall back on sayCharacter() when there is no word for sayWord() to
+ present
+
+ * Don't present focus changes when navigating by character or word in
+ Writer
+
+ * Fix several LibreOffice UI-presentation related issues
+
+ * Fix a regression in changing rate and pitch on the fly
+
+ * Present focused scrollbars
+
+ * Add support for ROLE_DIAL
+
+ * Fix for Orca presenting checked tri-state checkboxes as partially
+ checked
+
+ * Handle an instance of Gtk+ failing to emit object:state-changed:focused
+ events
+
+ * Handle some common variations in values for absent text attributes
+
+ * Do explicit checks for window-like roles when getting the top-level
+ object
+
+ * Remove the non-performant, buggy heuristic hack to find displayed
+ labels
+
+ * Convert application settings to use the settings manager's backend
+
+ * Use the default script's onTextDeleted callback for gnome-terminal
+
+ * Some pre-gsettings-migration cleanup
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ be Belarusian Ihar Hrachyshka
+ ca Catalan (Valencian) Carles Ferrando
+ cs Czech Marek Černocký
+ el Greek Dimitris Spingos
+ es Spanish Daniel Mustieles
+ gl Galician Fran Diéguez
+ id Indonesian Andika Triwidada
+ lt Lithuanian Aurimas Černius
+ ne Nepali Him Prasad Gautam
+
+=========
+
3.13.1 - 1 May 2014
General:
diff --git a/README b/README
index 1d40720..1cc6187 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.13.2pre
+Orca v3.13.3
Introduction
========================================================================
diff --git a/configure.ac b/configure.ac
index 6e76c64..3576a7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [13])
-m4_define([orca_micro_version], [2pre])
+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]