orca r3815 - branches/gnome-2-22
- From: wwalker svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3815 - branches/gnome-2-22
- Date: Mon, 7 Apr 2008 16:43:39 +0100 (BST)
Author: wwalker
Date: Mon Apr 7 16:43:39 2008
New Revision: 3815
URL: http://svn.gnome.org/viewvc/orca?rev=3815&view=rev
Log:
Prep for Orca v2.22.1
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 Apr 7 16:43:39 2008
@@ -1,3 +1,64 @@
+2.22.1 - 07-Apr-2008
+
+General:
+
+* Much work on regression tests.
+
+* Fix for bug #520494 - Keyboard review punctuation in Firefox
+
+* Fix for bug #523082 - text-setup should not use speech if
+ --disable=speech is used
+
+* Fix for bug #523147 - "space" keyname is not marked for translation
+
+* Fix for bug #523642 - orca_prefs.py:_writePronunciation should not
+ generate bad Python syntax
+
+* Fix for bug #523712 - Orca application specific preferences window
+ doesn't always get focus when user types Insert-Control-Space
+
+* Fix for bug #525656 - Orca needs to handle the new Pidgin typing
+ status updates
+
+OpenOffice:
+
+* Fix for bug #523018 - Orca does not speak the role for edits in the
+ find and replace dialog in OpenOffice
+
+Firefox:
+
+* Fix for bug #519478 - (ff3) missing text with line down navigation
+ (www.fixedearth.com)
+
+* Fix for bug 519587, Navigating nested lists with Collection not
+ functioning properly
+
+* Fix for bug #520029 - Better handle our presentation of images and
+ text on a web page when the image spans multiple lines
+
+* Fix for bug #520760 - (ff3) read document ignoring remainder of
+ object when first subelement is non-text
+
+* Fix for bug #523480 - Unwanted roles appearing in the braille
+ context for dojo in FF3
+
+* Fix for bug #523759 - Gecko.getCharacterOffsetInParent() needs to
+ check the parent for text
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ da Danish Kenneth Nielsen
+ el Greek Giannis Katsampipis and Kostas Papadimas
+ hi Hindi Rajesh Ranjan
+ hu Hungarian Attila Hammer and Gabor Kelemen
+ ja Japanese Takeshi Aihana
+ nn Norwegian Nyorsk Eskild Hustvedt
+ ta Tamil I. Felix
+ te Telugu Krishna Babu K and Sunil Mohan Adapa
+ tr Turkish Deniz Kocak and Baris Cicek
+
+==========
+
2.22.0 - 09-Mar-2008
General:
Modified: branches/gnome-2-22/README
==============================================================================
--- branches/gnome-2-22/README (original)
+++ branches/gnome-2-22/README Mon Apr 7 16:43:39 2008
@@ -1,4 +1,4 @@
-Orca v2.22.1pre
+Orca v2.22.1
Introduction
========================================================================
@@ -74,6 +74,15 @@
If you run into this, install python-pyrex and rebuild/reinstall BrlTTY.
+NOTE FOR SPEECH DISPATCHER USERS:
+
+The Speech Dispatcher implementation in Orca is unsupported at this
+time. It is in there as an experiment and proof of concept for how
+Orca might use Speech Dispatcher. The only support speech system at
+this time is gnome-speech. As a result, if you are experiencing speech
+issues with Orca, please try to verify the problem when you are using
+gnome-speech before reporting a problem.
+
Running Orca
========================================================================
Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in (original)
+++ branches/gnome-2-22/configure.in Mon Apr 7 16:43:39 2008
@@ -2,7 +2,7 @@
ORCA_MAJOR_VERSION=2
ORCA_MINOR_VERSION=22
-ORCA_MICRO_VERSION=1pre
+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]