orca r4432 - trunk



Author: wwalker
Date: Mon Jan 19 15:26:36 2009
New Revision: 4432
URL: http://svn.gnome.org/viewvc/orca?rev=4432&view=rev

Log:
Initial prep for 2.25.5.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jan 19 15:26:36 2009
@@ -1,3 +1,41 @@
+2.25.5 - 19-Jan-2009
+
+General:
+
+* Fix for bug #535221 - Automatic shortcut information spoken
+
+* Fix for bug #562327 - Desktop tutor message order problem
+
+* Fix for bug #563171 - src/orca/flat_review.py:getZonesFromText
+  should clip zones based on what text is visible
+
+* Fix for bug #563200 - Orca not spoken the character code 8222
+  character.  Added double low quote and single low quote to the
+  character names and punctuation table.
+
+Firefox/Thunderbird:
+
+* Fix for bug #566954 - ARIA toggle button state not handled correctly
+
+* Fix for bug #566955 - Need to remove extra whitespace from braille
+  output for Firefox 3.x.
+
+* Fix for bug #567167 - Orca sometimes (re)announces that the document
+  frame has just received focus in Firefox 3.x.
+
+* Fix for bug #567864 - Orca stops responding when flat review is used
+  in thunderbird message window and message is closed
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    es       Spanish              Francisco Javier Dorado Martinez and
+                                  Jorge Gonzalez
+    hu       Hungarian            Attila Hammer and Gabor Kelemen
+    nb       Norwegian BokmÃl     Kjartan Maraas
+    pt       Portuguese           Rui Batista and Duarte Loreto
+
+==========
+
 2.25.4 - 05-Jan-2009
 
 General:

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Jan 19 15:26:36 2009
@@ -1,4 +1,4 @@
-Orca v2.25.5pre
+Orca v2.25.5
 
 Introduction
 ========================================================================

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan 19 15:26:36 2009
@@ -2,7 +2,7 @@
 
 ORCA_MAJOR_VERSION=2
 ORCA_MINOR_VERSION=25
-ORCA_MICRO_VERSION=5pre
+ORCA_MICRO_VERSION=5
 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]