[orca/gnome-2-30] Prep for Orca v2.30.2



commit bcb410fc963b11d272aa3c7cb9214da1f05a79e5
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Jun 21 07:39:52 2010 -0400

    Prep for Orca v2.30.2

 NEWS         |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    7 +----
 configure.in |    2 +-
 3 files changed, 65 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9efbdd7..d025f0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,65 @@
+2.30.2 - 21-Jun-2010
+
+General
+
+* 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#618334 - SD python bindings crashes when receiving
+  newline followed by full stop
+
+* Fix for bgo#617345 - getChildNodes() is returning a list of integers
+  rather than accessibles if NODE_PARENT_OF relationship is present
+
+* Fix for bgo#617204 - Name changed on comboboxes that have focus
+  should not be announced
+
+* Fix for bgo#617118 - Speak table cell preference is not being saved
+
+Gecko
+
+* Fix for bgo#618863 - Table structural navigation not working with
+  th element in Firefox 3.6
+
+* Fix for bgo#618827 - The generatorCache is not getting dumped when
+  using Gecko's caret or structural navigation due to lack of AT-SPI
+  events
+
+* Fix for bgo#618801 - Traceback in Thunderbird
+
+OpenOffice
+
+* Fix for bgo#620156 - Caret-moved events not presented in OOo Writer
+  3.2's Hyperlink dialog
+
+* Fix for bgo#613299 - Orca should not present changes in the active
+  descendant for unfocused widgets in OOo
+
+* Fix for bgo#619101 - Duplicate caret-moved events in OOo Writer are
+  causing Orca to double-speak lines of text
+
+* Fix for bgo#620045 - Left and Right are missing from the list of
+  keys the OOo script uses to determine when to speak toggle button
+  state changes
+
+* Fix for bgo#619574 - Orca fails to speak links in OOo Writer when
+  the localized form of 'link' contains an accented character
+
+* Fix for bgo#618790 - The active descendant in OOo Writer 3.2's
+  Templates and Documents dialog are not presented
+
+* Fix for bgo#617603 - OO Cell numbers not spoken in Ubuntu.
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    hu          Hungarian            Attila Hammer and Gabor Kelemen
+
+==========
+
 2.30.1 - 25-Apr-2010
 
 General
diff --git a/README b/README
index ae11681..007d2e3 100644
--- a/README
+++ b/README
@@ -1,14 +1,11 @@
-Orca v2.30.1
+Orca v2.30.2
 
 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 completely 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
diff --git a/configure.in b/configure.in
index e2f0d0d..3ffc3f1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [2])
 m4_define([orca_minor_version], [30])
-m4_define([orca_micro_version], [1])
+m4_define([orca_micro_version], [2])
 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]