orca r3925 - branches/gnome-2-22



Author: wwalker
Date: Mon May 26 16:27:28 2008
New Revision: 3925
URL: http://svn.gnome.org/viewvc/orca?rev=3925&view=rev

Log:
Prep for Orca v2.22.2


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/NEWS
   branches/gnome-2-22/README
   branches/gnome-2-22/configure.in

Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS	(original)
+++ branches/gnome-2-22/NEWS	Mon May 26 16:27:28 2008
@@ -1,3 +1,58 @@
+2.22.2 - 26-May-2008
+
+General:
+
+* Fix for bug #517387 - Orca should not read password out in gdm login
+  window.  This just turns off key echo when the login window is up.
+  The real fix belongs in gdm (see bug #529145).
+
+* Fix for bug #519901 - Orca doesn't warn via braille that an
+  inaccessible object got the focus.
+
+* Fix for bug #522797 - Orca should not speak false "inaccessible"
+  messages when switching applications.
+
+* Fix for bug #523731 - Pidgin events interfere with app-specific
+  Prefs dialog.
+
+* Fix for bug #525644 - Pidgin buddy status changes cause Orca to
+  display "cell" in braille.
+
+* Fix for bug #525831 - isn't properly handling SIGTERM.
+
+* Fix for bug #528507 - Escape doesn't exit "learn mode" if the active
+  script changes.
+
+* Fix for bug #528797 - gnome-speech inappropriately uses
+  g_return_if_fail.  Only set "punctuation mode" if we can.
+
+Evolution:
+
+* Fix for bug #533499 - Evolution contacts not being spoken when you
+  navigate them.
+
+Firefox:
+
+* Fix for bug #517736 - whereAmI does not handle text with embedded
+  object characters
+
+* Fix for bug #519416 - Zoomer loses focus when doing a web search.
+
+* Fix for bug #527959 - Incorrect caret movement in Firefox 3 on
+  certain Web pages.
+
+* Fix for bug #530766 - (ff3) split headings not fully read when nav
+  by structure.
+
+* Fix for bug #533125 - Orca does not speak Search textbox in Firefox
+  Download Manager if it is empty.
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    hu      Hungarian            Attila Hammer and Gabor Kelemen
+
+==========
+
 2.22.1 - 07-Apr-2008
 
 General:

Modified: branches/gnome-2-22/README
==============================================================================
--- branches/gnome-2-22/README	(original)
+++ branches/gnome-2-22/README	Mon May 26 16:27:28 2008
@@ -1,4 +1,4 @@
-Orca v2.22.2pre
+Orca v2.22.2
 
 Introduction
 ========================================================================

Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in	(original)
+++ branches/gnome-2-22/configure.in	Mon May 26 16:27:28 2008
@@ -2,7 +2,7 @@
 
 ORCA_MAJOR_VERSION=2
 ORCA_MINOR_VERSION=22
-ORCA_MICRO_VERSION=2pre
+ORCA_MICRO_VERSION=2
 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]