orca r4177 - trunk
- From: wwalker svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r4177 - trunk
- Date: Mon, 8 Sep 2008 16:21:38 +0000 (UTC)
Author: wwalker
Date: Mon Sep 8 16:21:38 2008
New Revision: 4177
URL: http://svn.gnome.org/viewvc/orca?rev=4177&view=rev
Log:
Prep for Orca v2.93.92
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Sep 8 16:21:38 2008
@@ -1,3 +1,64 @@
+2.23.92 - 08-Sep-2008
+
+General:
+
+* Partial fix for bug #527022 - Linked text should be "underlined" in
+ braille in Firefox. The complexity of this space, however, has
+ caused us to table the braille underlining of links until the 2.26
+ release of GNOME.
+
+* Fix for bug #550249 - configure doesn't use find bonobo python
+
+
+Yelp:
+
+* Much work toward the fix for bug #356041 - GNOME Help (yelp) is
+ inaccessible. Please note that access to Yelp is a work in
+ progress: on our end, and on the Yelp end, and may also require
+ the Mozilla guys to fix something on their end. As of today, in
+ order for the yelp script to work, you will need to build yelp --
+ after applying the patch attached to bug #545162. Many, many,
+ many thanks to Ginn Chen for that patch and for getting to the
+ bottom of a rather odd accesibility hierarchy.
+
+StarOffice/OpenOffice:
+
+* Fix for bug #515923 - 'Area' labels of Calc Headers/Footers dialog
+ not always announced.
+
+* Fix for for bug #550137 - Presentation of table content in OOo
+ Writer is largely hosed and we're double-speaking paragraphs in OOo
+ Writer docs.
+
+* Fix for bug #551077 - Traceback and loss of speech in OOo
+ Writer docs with both links and multbyte characters on the
+ same line
+
+* Fix for bug #551159 - Orca says "link" when it shouldn't and
+ sometimes fails to say it when it should in OOo Writer documents.
+
+Firefox:
+
+* Fix for bug #541605 - updateBraille() can take an unreasonable
+ amount of time with certain pages in Firefox 3.
+
+* Fix for bug #550873 - Some live region text updates are not
+ presented
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ en_GB English/British David Lodge
+ hi Hindi Rajesh Ranjan
+ ja Japanese Takeshi Aihana
+ mai Maithili Sangeeta Kumari
+ pl Polish Piotr LeszczyÅski
+ pt Portuguese Duarte Loreto
+ sv Swedish Daniel Nylander
+ ta Tamil Tirumurthi Vasudevan
+ tr Turkish Baris Cicek
+
+==========
+
2.23.91 - 01-Sep-2008
General:
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Mon Sep 8 16:21:38 2008
@@ -1,4 +1,4 @@
-Orca v2.23.92pre
+Orca v2.23.92
Introduction
========================================================================
@@ -34,14 +34,14 @@
Building Orca also requires the development modules for the following
to be installed:
-* Python >= 2.4 - Python platform
-* pyorbit >= 2.14.0 - Python bindings for ORBit2
-* pygtk >= 2.8.4 - GTK+ Python bindings
-* gnome-python >= 2.6.2 - Python bindings for various GNOME libraries
-* gnome-speech-1.0 >= 0.3.10 - Python bindings for gnome-speech
-* gnome-mag-1.0 >= 0.12.5 - Python bindings for gnome-mag (optional)
-* BrlTTY >= 3.7.2 - BrlTTY support for braille (optional)
-* BrlAPI >= 0.4.1 - BrlAPI support for braille (optional)
+* Python - Python platform
+* 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-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, ATK, AND GAIL FOR THE GNOME 2.23.x
DEVELOPMENT RELEASES. THEY CONTAIN VERY IMPORTANT BUG FIXES!
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Sep 8 16:21:38 2008
@@ -2,7 +2,7 @@
ORCA_MAJOR_VERSION=2
ORCA_MINOR_VERSION=23
-ORCA_MICRO_VERSION=92pre
+ORCA_MICRO_VERSION=92
ORCA_VERSION="$ORCA_MAJOR_VERSION.$ORCA_MINOR_VERSION.$ORCA_MICRO_VERSION"
AM_INIT_AUTOMAKE(orca, $ORCA_VERSION)
AC_SUBST(ORCA_VERSION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]