[orca/gnome-2-26] Prep for Orca v2.26.3



commit 2b7d2f77e5ddac647003af08ccca86433adcaa4a
Author: Willie Walker <william walker sun com>
Date:   Mon Jun 29 11:45:15 2009 -0400

    Prep for Orca v2.26.3

 ChangeLog    |   41 ++++++++++++++++++++++++++++++++++++++++-
 NEWS         |   48 ++++++++++++++++++++++++++++++++++++++++++++++--
 README       |    2 +-
 configure.in |    2 +-
 4 files changed, 88 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6e16c78..33cd340 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2009-05-29
+2009-06-29  Willie Walker <william walker sun com>
 
         * src/orca/pronunciation_dict.py:
 	  src/orca/chnames.py:
@@ -8,6 +8,39 @@
 	  bgo#575614 - Please add speakable characters: â?? and â?? that works
 	  within the boundaries of the string freeze for 2.26.
 
+2009-06-24  Willie Walker <william walker sun com>
+
+        * src/orca/braille.py:
+          Fix for bug #586890 - Orca 2.27.3 and earlier will crash if
+          liblouis 1.6.2 python bindings are installed
+
+2009-06-21  Joanmarie Diggs <joanmarie diggs gmail com>
+
+        * src/orca/scripts/apps/Thunderbird/script.py:
+          Rest of the fix for bug #568658 - Sometimes Orca announces the
+          wrong subject in Thunderbird.  This change causes us to dump the
+          pyatspi cache if we're in Thunderbird and exit flat review. As a
+          result, we should not have bogus table data hanging around.
+
+2009-06-21  Joanmarie Diggs <joanmarie diggs gmail com>
+
+        * src/orca/scripts/apps/Thunderbird/script.py:
+          Fix for bug #568658 - Sometimes Orca announces the wrong subject
+          in Thunderbird.
+
+2009-06-20  Joanmarie Diggs <joanmarie diggs gmail com>
+
+        * src/orca/scripts/apps/Thunderbird/script.py:
+          Fix for bug #584837 - Find dialog fails to move caret to desired
+          location in Thunderbird
+
+2009-06-19  Joanmarie Diggs <joanmarie diggs gmail com>
+
+        * src/orca/default.py:
+          test/keystrokes/gtk-demo/role_label.py:
+          Fix for bug #583811 - Doing a select all in OOo Writer causes
+          Orca to say "selected" for each paragraph.
+
 2009-05-26  Joanmarie Diggs <joanmarie diggs gmail com>
 
         * src/orca/scripts/apps/ekiga.py:
@@ -15,6 +48,12 @@
           problem so that we do not constantly speak the call duration when
           in a call.
 
+2009-05-25  Willie Walker <william walker sun com>
+
+        * src/orca/pronunciation_dict.py:
+          Fix for bgo#582028 - Character pronunciations are not used when
+          navigating by line.
+
 2009-05-24  Joanmarie Diggs <joanmarie diggs gmail com>
 
         * src/orca/scripts/toolkits/Gecko/where_am_i.py:
diff --git a/NEWS b/NEWS
index eda1a24..64f0e66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+2.26.3 - 29-Jun-2009
+
+General:
+
+* Fix for bug #511468 - Ekiga chat window accessibility problem
+
+* Fix for bug #574221 - left-pane in Ekiga's preference box can't be
+  read at start-up
+
+* Fix for bug #586890 - Orca 2.27.3 and earlier will crash if liblouis
+  1.6.2 python bindings are installed
+
+OpenOffice/StarOffice:
+
+* Fix for bug #583811 - Doing a select all in OOo Writer causes Orca
+  to say "selected" for each paragraph
+
+Thunderbird:
+
+* Fix for bug #584837 - Find dialog fails to move caret to desired
+  location in Thunderbird
+
+* Fix for bug #568658 - Sometimes Orca announces the wrong subject in
+  Thunderbird.  This change causes us to dump the pyatspi cache if
+  we're in Thunderbird and exit flat review. As a result, we should
+  not have bogus table data hanging around.
+
+Firefox:
+
+* Fix for bug #530784 - whereAmI info for list items in web content
+  needs to be improved
+
+* Fix for bug #577900 - Blank lines in Firefox text areas incorrectly
+  spoken
+
+New and updated translations (THANKS EVERYONE!!!):
+
+  See also the overall translation status:
+  http://l10n.gnome.org/module/orca
+
+    cs      Czech                Lucas Lommer
+
+==========
+
 2.26.2 - 18-May-2009
 
 General:
@@ -20,8 +64,6 @@ General:
 * Fix for bug #582684 - Arrowing left/right across tree tables causes
   whole row to be spoken.
 
-==========
-
 New and updated translations (THANKS EVERYONE!!!):
 
   See also the overall translation status:
@@ -31,6 +73,8 @@ New and updated translations (THANKS EVERYONE!!!):
     hu      Hungarian            Attila Hammer and Gabor Kelemen
     uk      Ukranian             Maxim Dziumanenko
 
+==========
+
 2.26.1 - 13-Apr-2009
 
 General:
diff --git a/README b/README
index 03affb8..5bb9bfd 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.26.2
+Orca v2.26.3
 
 Introduction
 ========================================================================
diff --git a/configure.in b/configure.in
index ce500ae..cd7c2b4 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(ChangeLog)
 
 ORCA_MAJOR_VERSION=2
 ORCA_MINOR_VERSION=26
-ORCA_MICRO_VERSION=2
+ORCA_MICRO_VERSION=3
 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]