[orca] Prep for v3.3.3
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for v3.3.3
- Date: Mon, 19 Dec 2011 23:00:55 +0000 (UTC)
commit aeee70abffd548d9686abcaabf394df25f65408d
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Dec 19 18:02:02 2011 -0500
Prep for v3.3.3
NEWS | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.ac | 2 +-
3 files changed, 87 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6d99f80..75286f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,88 @@
+3.3.3 - 19 December 2011
+
+General
+
+ * Fix for bug 665769 - Preferences not saved or restored correctly
+ due to comparing unicode and utf-8 strings
+
+ * Several fixes to help Orca better cope with dead and vanishing
+ accessible objects
+
+ * Fix for bug 666416 - Leading ellipsis cause incorrect speech output
+
+ * Fix for bug 666060 - Orca does not always speak guessed form field
+ labels when structural navigation is used
+
+ * Fix for bug 665288 - Orca's script manager cannot adequately handle
+ multiple "unknown" applications which embed content from other
+ toolkits
+
+ * Fix for bug 665191 - Orca fails to use the correct toolkit script
+ for "unknown" applications
+
+Keybindings
+
+ * Fix for bug 658122 - Caps_Lock should not be toggled when Orca
+ commands are used in laptop layout
+
+ * Fix for bug 665804 - Problems binding and rebinding commands with
+ Caps_Lock and Shift
+
+Flat Review
+
+ * Fix for bug 664466 - Orca's flat review cannot access the top line
+ of gnome-terminal console
+
+ * Work around for bug 665522 - Flat Review broken in Gecko apps with
+ AT-SPI2
+
+WebKitGtk
+
+ * Implement label inference (aka "label guess") functionality
+
+ * Add support for speech presentation of embedded object characters
+
+ * Fix for Bug 665586 - Orca does not present the selected menu /
+ menu item for Dojo widgets
+
+ * Fix for bug 665614 - Orca does not present selection changes
+ in radio button groups when the arrow keys are used
+
+ * Fix for bug 664396 - List containing links is not brailled properly
+
+ * Add LIST_ITEM to the roles treated as widgets in onFocus()
+
+ * Fix for Orca speaking text table cell role and selection state
+
+ * Adjust getObjectsFromEOCs to deal with unexpected accessible
+ hyperlink indices
+
+ * Fix for bug 665223 - WebKitGtk-based application scripts should be
+ consolidated
+
+Cruft Removal
+
+ * Fix for bug 665216 - Remove Orca's support for Gecko-based Yelp v2
+
+ * Fix for bug 664651 - Remove the legacy magnification code
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ de German Gabor Karsay
+ el Greek Simos Xenitellis
+ Vagelis Mamalakis
+ es Spanish Daniel Mustieles
+ fr French Bruno Brouard
+ Laurent Coudeur
+ Julien Hardelin
+ lv Latvian Peteris Krisjanis
+ nb Norwegian bokmÃl Kjartan Maraas
+ sl Slovenian Matej UrbanÄiÄ
+ sv Swedish Daniel Nylander
+ te Telugu Praveen Illa
+
+=========
+
3.3.2 - 21 November 2011
General
diff --git a/README b/README
index 4304026..d319a7c 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.3.3pre
+Orca v3.3.3
Introduction
========================================================================
diff --git a/configure.ac b/configure.ac
index 8aea06d..b635f13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [3])
-m4_define([orca_micro_version], [3pre])
+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]