[orca] Prep for Orca v2.29.6



commit 613a1c9d7ed283301c6df25cde3e5f5f1a29197c
Author: Willie Walker <william walker sun com>
Date:   Mon Jan 25 16:54:49 2010 -0500

    Prep for Orca v2.29.6

 NEWS         |   49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 README       |    6 +++---
 configure.in |    2 +-
 3 files changed, 52 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4eeb4c1..6366167 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,51 @@
-2.29.5 - 11-Jan-2009
+2.29.6 - 25-Jan-2010
+
+General:
+
+* Removed some references to the string "CVS" in docs.  Many apologies
+  for the people this confused and the time it may have taken them to
+  realize we didn't go back to CVS, but instead moved forward to "git"
+  a long time ago.
+
+* Partial fix for bgo#431531 - Orca now speaks the unicode value of a
+  character when you press the "review current character" key (e.g.,
+  KP_2) 3X.
+
+* Fix for bgo#606962 - availability of gnome-speech (or lack thereof)
+  not handled well
+
+* Fix for bgo#607042 - Orca does not always present sufficient context
+  in Where Am I
+
+* Fix for bgo#607414 - When I try writing a message with Thunderbird
+  3.0, sometime the message edit box is not spokened after I pressing
+  a tab key after with the subject edit box
+
+* Fix for bgo#607470 - Update script for Package Manager to include
+  sibling of status bar when presenting status bar contents
+
+* Detection code for bgo#607847.  This attempts to find problems with
+  Orca keybindings conflicting or not working with the X Server
+  keymap.  You need to enable settings.validateKeyBindings in order
+  for this to kick in.
+
+* Fix for bgo#607901 - Sanity check needed in speakTextSelectionState
+
+* Fix for bgo#607990 - Orca should present the appearance of the icon
+  for logged errors in packagemanager
+
+* Fix for bgo#607988 - The messages spoken during a packagemanager
+  search should also be 'flashed' in braille
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    es          Spanish              Francisco Javier Dorado Martinez and
+                                     Jorge Gonzalez
+    sv	        Swedish              Daniel Nylander
+
+==========
+
+2.29.5 - 11-Jan-2010
 
 General:
 
diff --git a/README b/README
index a7011db..71a1970 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.29.5
+Orca v2.29.6
 
 Introduction
 ========================================================================
@@ -30,7 +30,7 @@ http://library.gnome.org/users/gnome-access-guide/
 Build Requirements
 ========================================================================
 
-Orca v2.27.x is supported on GNOME 2.27.x only.  We highly suggest you
+Orca v2.29.x is supported on GNOME 2.29.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.
 
@@ -46,7 +46,7 @@ to be installed:
 * BrlTTY           - BrlTTY support for braille (optional)
 * BrlAPI           - BrlAPI support for braille (optional)
 
-YOU ALSO NEED THE LATEST AT-SPI AND ATK FOR THE GNOME 2.27.x
+YOU ALSO NEED THE LATEST AT-SPI AND ATK FOR THE GNOME 2.29.x
 DEVELOPMENT RELEASES.  THEY MAY CONTAIN VERY IMPORTANT BUG FIXES!
 
 NOTE: If you have multiple versions of the python interpreter installed
diff --git a/configure.in b/configure.in
index b446bdf..01a4e48 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [2])
 m4_define([orca_minor_version], [29])
-m4_define([orca_micro_version], [5])
+m4_define([orca_micro_version], [6])
 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]