[orca] Prep for v3.9.3



commit b9a882d7a477323dec01ece1409534927fd63e71
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Jun 18 07:28:57 2013 -0400

    Prep for v3.9.3

 NEWS         |   45 +++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 47 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d23be5b..1c2f9b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+3.9.3 - 18 June 2013
+
+General
+
+  * Fix for bug 701787 - Add structural navigation support for Evince
+    documents
+
+  * Fix for traceback when switching back to English profile
+
+  * Fix the accessible apps commandline option
+
+  * Fix for bug 701743 - Orca's word echo does not echo first word typed
+    in an empty libreoffice writer document
+
+  * Fix for bug 701549 - orca-autostart.desktop unconditionally enables
+    speech and braille
+
+  * Add mapping from gnome-terminal-server to gnome-terminal
+
+  * Remove the braille-monitor checkbox from the GUI
+
+  * Fix for bug 671755 - Orca doesn't announce the AltGr key
+
+  * Fix for bug 701166 - "Screen reader preferences"; not "Orca preferences"
+
+  * Fix for bug 701187 - "Screen reader settings"; not "Orca settings"
+
+  * And a number of similar changes (e.g. the name of the Orca modifier,
+    along with various other places where "Orca" was being used instead
+    of "screen reader")
+
+  * Misc refactoring and cleanup
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                             Marek Černocký
+    es            Spanish                           Daniel Mustieles
+    gl            Galician                          Fran Diéguez
+    sk            Slovak                            Peter Vágner
+    sl            Slovenian                         Matej Urbančič
+    zh_HK         Traditional Chinese (Hong Kong)   Cheng-Chia Tseng 
+    zh_TW         Traditional Chinese (Taiwan)      Cheng-Chia Tseng
+
+=========
+
 3.9.2 - 27 May 2013
 
 General:
diff --git a/README b/README
index 0d0e65d..1564bf0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.9.3pre
+Orca v3.9.3
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 3f8914f..3b1ccb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [9])
-m4_define([orca_micro_version], [3pre])
+m4_define([orca_micro_version], [3])
 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]