orca r3979 - trunk



Author: wwalker
Date: Mon Jun 16 16:45:19 2008
New Revision: 3979
URL: http://svn.gnome.org/viewvc/orca?rev=3979&view=rev

Log:
Prep for Orca v2.23.4


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jun 16 16:45:19 2008
@@ -1,3 +1,65 @@
+2.23.4 - 16-Jun-2008
+
+General:
+
+* Fix for bug #397306 - Orca's default synthesis engine choice should
+  take language into account.
+
+* Fix for bug #464194 - Refactor keybindings to always care about
+  Control/Shift/Alt/Orca modifiers.
+
++ Refix for bug #487585 - Orca Usage message should be localized.  Do
+  not mark the command line options for translation.
+
+* Fix for bug #517532 - change dict.has_key() usage to set operator
+  'in'.
+
+* Fix for bug #529655 - After inputting an incorrect password on the
+  screensaver, orca can't speak the whole dialog.
+
+* Fix for bug #530368 - Only move focus if the event is for the
+  focused/active window.
+
+Java:
+
++ Fix for bug #435585 - Java ControlPanel GIVING UP AFTER 5 TRIES.
+
+OOo:
+
+* Fix for bug #521450 - Orca should read the next/previous paragraph
+  by a keystroke.
+
+* Fix for bug #537851 - Moving cursor with mouse in oowriter causes
+  traceback.
+
+Thunderbird:
+
+* Fix for bug #507922 - Include page tab name in braille context for
+  Thunderbird.
+
+* Fix for bug #535192 - Misspelled word and suggestion not spoken in
+  Thunderbird spell check.
+
+* Fix for bug #537425 - Orca should provide context for misspelled
+  words in Thunderbird spell check.
+
+Firefox:
+
+* Fix for bug #531806 - Wrapped item lists don't give proper braille
+  in Gecko.
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    ar      Arabic               Djihed Afifi
+    bg      Bulgarian            Alexander Shopov
+    es      Spanish              Francisco Javier Dorado Martinez and
+                                 Jorge Gonzalez
+    nb      Norwegian BokmÃl     Kjartan Maraas
+    oc      Occitan              Yannig Marchegay
+    vi      Vietnamese           Clytie Siddall
+
+==========
+
 2.23.3 - 02-Jun-2008
 
 General:

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Jun 16 16:45:19 2008
@@ -1,4 +1,4 @@
-Orca v2.23.4pre
+Orca v2.23.4
 
 Introduction
 ========================================================================

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jun 16 16:45:19 2008
@@ -2,7 +2,7 @@
 
 ORCA_MAJOR_VERSION=2
 ORCA_MINOR_VERSION=23
-ORCA_MICRO_VERSION=4pre
+ORCA_MICRO_VERSION=4
 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]