[orca] Prep for 2.31.4
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for 2.31.4
- Date: Mon, 28 Jun 2010 10:34:04 +0000 (UTC)
commit 0331d55b5578cb6020daec465783414139d3d2bc
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Mon Jun 28 06:32:51 2010 -0400
Prep for 2.31.4
NEWS | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 15 ++++------
configure.in | 2 +-
3 files changed, 92 insertions(+), 10 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4627e94..e5b3fce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,88 @@
+2.31.4 - 28-June-2010
+
+General:
+
+ * Fix for bgo#622755 - Traceback when the Preferences dialog box is
+ opened but espeak is not installed
+
+ * Fix for bgo#622752 - espeechfactory should be the last factory
+ tried when the default factory is unavailable
+
+ * Fix for bgo#606978 - Detect working speech factory upon failure to
+ initialize the preferred factory
+
+ * Fix for bgo#606975 - Move to SpeechDispatcher for GNOME 3
+
+ * Fix for bgo#622042 - Misordered dependencies in configure.in
+
+ * Fix for bgo#622120 - Insert comments on "echo option" for clarify
+ translations
+
+ * Fix for bgo#621800 - GUI: should not be possible to set the right
+ coordinate of zoomer position to less than left (ditto for bottom
+ less than top)
+
+ * Fix for bgo#619809 - Orca freezes when building the flat review
+ context of the Keybindings table
+
+ * Fix for bgo#621675 - Custom zoomer size has zero width (GnomeShell
+ magnifier)
+
+ * Fix for bgo#611576 - Present date/time
+
+ * Fix for bgo#621000 - GtkCheckbuttons that simply change prefsDict
+ can be handled by one handler
+
+ * Fix for bgo#621325 - Dbus call to gs-mag to show crosshairs fails
+ in some cases
+
+ * Fix for bgo#621020 - Fix DBus interface to GNOME Shell Magnifier
+ (GNOME Shell 2.31.2)
+
+ * Fix for bgo#591925 - Give scripts a means by which to filter out
+ events which are no longer relevant
+
+Gecko:
+
+ * Fix for bgo#622812 - Firefox: Combo boxes cannot be activated via
+ cursor routing keys
+
+ * Fix for bgo#622811 - Firefox: Braille not updated when checking a
+ radio button
+
+ * Fix for bgo#622821 - Structural navigation should not move to
+ empty sections
+
+ * Fix for bgo#618484 - Heuristic method of handling Thunderbird's
+ flooded text insertions
+
+ * Fix for bgo#620299 - Orca does not treat editable document frames
+ as entries
+
+ * Fix for bgo#621158 - Thunderbird combo box content does not show
+ in Braille when combo has focus
+
+Eclipse:
+
+ * Fix for bgo#620018 - By reformatting a text or comment in eclipse,
+ Orca speaks all the file contents
+
+ * Fix for bgo#621873 - custom script for Eclipse may be refactored
+
+Chat:
+
+ * Fix for bgo#615489 - Migrate Pidgin script to new chat.py
+
+ * Fix for bgo#621469 - The chat-only-if-focused options aren't
+ respected when another script is active
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ gl Galician Fran Diéguez
+ nb Norwegian bokmål Kjartan Maraas
+
+==========
+
2.31.3 - 06-June-2010
General:
diff --git a/README b/README
index ba4fb9f..d7ccb12 100644
--- a/README
+++ b/README
@@ -1,14 +1,11 @@
-Orca v2.31.4pre
+Orca v2.31.4
Introduction
========================================================================
Orca is a free, open source, flexible, and extensible screen reader
that provides access to the graphical desktop via user-customizable
-combinations of speech, braille, and/or magnification. Orca development
-was led by the Sun Microsystems, Inc., Accessibility Program Office with
-generous contributions from the Mozilla Foundation and Corporation.
-Orca is currently a community project driven by volunteers.
+combinations of speech, braille, and/or magnification.
Orca works with applications and toolkits that support the assistive
technology service provider interface (AT-SPI), which is the primary
@@ -41,23 +38,23 @@ to be installed:
* pyorbit - Python bindings for ORBit2
* pygtk - GTK+ Python bindings
* gnome-python - Python bindings for various GNOME libraries
-* gnome-speech-1.0 - Python bindings for gnome-speech
+* gnome-speech-1.0 - Python bindings for gnome-speech (optional)
* gnome-mag-1.0 - Python bindings for gnome-mag (optional)
* BrlTTY - BrlTTY support for braille (optional)
* BrlAPI - BrlAPI support for braille (optional)
-YOU ALSO NEED THE LATEST AT-SPI AND ATK FOR THE GNOME 2.29.x
+YOU ALSO NEED THE LATEST AT-SPI AND ATK FOR THE GNOME 2.31.x
DEVELOPMENT RELEASES. THEY MAY CONTAIN VERY IMPORTANT BUG FIXES!
NOTE: If you have multiple versions of the python interpreter installed
on your machine, you should set the PYTHON environment variable when
configuring Orca. For example:
- PYTHON=/usr/bin/python2.4 ./autogen.sh
+ PYTHON=/usr/bin/python2.6 ./autogen.sh
or
- PYTHON=/usr/bin/python2.4 ./configure
+ PYTHON=/usr/bin/python2.6 ./configure
NOTE FOR BRLTTY USERS:
========================================================================
diff --git a/configure.in b/configure.in
index ef05bfe..f830a38 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [2])
m4_define([orca_minor_version], [31])
-m4_define([orca_micro_version], [4pre])
+m4_define([orca_micro_version], [4])
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]