orca r4293 - trunk



Author: wwalker
Date: Wed Oct 15 17:14:32 2008
New Revision: 4293
URL: http://svn.gnome.org/viewvc/orca?rev=4293&view=rev

Log:
Prep for Orca v2.24.1.


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Oct 15 17:14:32 2008
@@ -1,3 +1,69 @@
+2.24.1 - 15-Oct-2008
+
+General:
+
+* Fix for bug #552088 - Add Utility to desktop categories.
+  Thanks Patryk Zawadzki!
+
+* Fix for bug #552343 - Quoting special characters in 
+  espeechfactory.py and other changes. Thanks Dmitri Paduchikh!
+
+* For for bug #553413 - Orca can be double-started on login.
+  NOTE: this method eliminates the ~/.config method for starting
+  Orca.  You might need to clean our your ~/.config directory
+  if you're currently autostarting Orca.
+
+* Partial fix for bug #554002 - Orca App-Preferences dialog page tabs
+  are "off" by one in speech and braille. (This fixes them for focus
+  tracking. It turns out they are "off" in flat review as well.)
+
+* Fix for bug #554111 - Orca doesn't speak the Rhythmbox rating
+  widget. Please note: At the moment, this functionality requires
+  getting the latest patch by Jonathan Matthew on bug #368641 and
+  building Rhythmbox from svn trunk. Many thanks Jonathan!!
+
+* Fix for bug #554673 - 80 cells Brailledisplay not usable because of
+  contextual braille Information.  Thanks Halim Sahin!
+
+* Fix for bug #556049 - Orca restarts when user logs out from session.
+
+* Fix for bug #556321 - Setting an adjustment with non-zero page size
+  is deprecated.
+
+Yelp:
+
+* Fix for bug #553877 - Need to implement FF find functionality for
+  Yelp.
+
+Firefox:
+
+* More work on bug #535178 - In Gecko, we should get the needed text
+  for the speech and braille contexts while building up the line.
+
+* Fix for bug #527022 - updateBraille() has significant whitespace
+  issues, should use braille generators when possible, and fails to
+  underline links.
+ 
+* Fix for bug #552887 - Orca gets stuck in graphical boxes on websites.
+
+* Started work on bug #554831 - Google calendar unusable with
+  orca. Please note that Google calendar is still unusable with
+  Orca. This part of the fix just prevents a hang.
+ 
+* Workaround for bug #555466 - Orca should attempt to correct
+  the Firefox breakage introduced by bug 535827 via script mapping.
+
+New and updated translations (THANKS EVERYONE!!!):
+
+  See also the overall translation status:
+  http://l10n.gnome.org/module/orca
+
+    da	    Danish		 Kenneth Nielsen
+    it      Italian              Luca Ferretti
+    pt_BR   Brazilian Portuguese Vladimir Melo and Og Maciel
+
+==========
+
 2.24.0 - 21-Sep-2008
 
 These are the details for changes from the 2.23.92 release.  See the

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Wed Oct 15 17:14:32 2008
@@ -1,4 +1,4 @@
-Orca v2.24.0
+Orca v2.24.1
 
 Introduction
 ========================================================================
@@ -27,7 +27,7 @@
 Build Requirements
 ========================================================================
 
-Orca v2.23.x is supported on GNOME 2.23.x only.  We highly suggest you
+Orca v2.24.x is supported on GNOME 2.24.x only.  We highly suggest you
 use the latest releases of GNOME because they contain accessibility
 infrastructure and application bug fixes that help Orca work better.
 
@@ -43,7 +43,7 @@
 * 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
+YOU ALSO NEED THE LATEST AT-SPI, ATK, AND GAIL FOR THE GNOME 2.24.x
 DEVELOPMENT RELEASES.  THEY CONTAIN VERY IMPORTANT BUG FIXES!
 
 NOTE: If you have multiple versions of the python interpreter installed

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Oct 15 17:14:32 2008
@@ -2,7 +2,7 @@
 
 ORCA_MAJOR_VERSION=2
 ORCA_MINOR_VERSION=24
-ORCA_MICRO_VERSION=0
+ORCA_MICRO_VERSION=1
 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]