[orca] Prep for Orca v3.9.2



commit 9b6d7d28cbef8e72008f4a2cdb1df10db51bf426
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon May 27 20:23:30 2013 -0400

    Prep for Orca v3.9.2

 NEWS         |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    4 ++--
 3 files changed, 49 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 832a232..d23be5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+3.9.2 - 27 May 2013
+
+General:
+
+  * Fix for bug 700831 - Enabling "Screen reader" tells me "Welcome to
+    Orca"
+
+  * Begin migration of Orca's Evolution script to use Orca's WebKitGtk
+    support
+
+  * Use the default script's SayAll functionality in Gedit
+
+Text Interface Simplification Work and Fixes:
+
+  * Fix the hang on espeak.sourceforge.net
+
+  * Remove an old hack from the Gecko script which now causes us to get
+    stuck on some pages.
+
+  * Fix the repeated line presentation in Thunderbird
+
+  * Use TEXT_BOUNDARY_WORD_START instead of TEXT_BOUNDARY_WORD_END for
+    the Gecko script's goNextWord()
+
+  * Use TEXT_BOUNDARY_SENTENCE_START instead of TEXT_BOUNDARY_SENTENCE_END
+    for SayAll
+
+  * Use getTextAtOffset() instead of getTextAfterOffset()
+
+  * Use getTextAtOffset() instead of getTextBeforeOffset()
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    be            Belarusian                  Ihar Hrachyshka
+    en_GB         British English             Bruce Cowan
+    es            Spanish                     Daniel Mustieles
+    eu            Basque                      Inaki Larranaga Murgoitio
+    it            Italian                     Milo Casagrande
+    ne            Nepali                      Him Prasad Gautam
+    pt_BR         Brazilian Portuguese        José Vilmar Estácio de Souza
+                                              Alexandre Conte
+                                              Enrico Nicoletto
+    ru            Russian                     Yuri Myasoedov
+
+=========
+
 3.8.0 - 25 March 2013
 
 General
diff --git a/README b/README
index e777cff..4a5da26 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.8.0
+Orca v3.9.2
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 47648c4..0e16376 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [8])
-m4_define([orca_micro_version], [0])
+m4_define([orca_minor_version], [9])
+m4_define([orca_micro_version], [2])
 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]