[orca] Prep for the 3.19.90 release



commit f009ea8424bc71268d78c9cfc49d1911ad9f4f66
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Feb 17 14:03:03 2016 -0500

    Prep for the 3.19.90 release

 NEWS         |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 60 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6362994..98c17da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+3.19.90 - 17 February 2016
+
+New Features and Options:
+
+ * Present copy, cut, paste, undo, redo, selection deletion, and
+   selection restoration
+
+ * Add progress bar beeps
+
+ * Add core support for sound-icons (not yet enabled)
+
+ * Add option to present page summary upon load, and include landmarks
+   in summary
+
+ * Speak visited state for links which have been visited
+
+ * Make Flat Review SayAll binding independent of focus-tracking SayAll
+   binding
+
+ * Speak text indentation during selection
+
+ * Add a specific setting for speaking the misspelled indicator
+
+General:
+
+ * Improve presentation of selected content in Gecko
+
+ * Fix bug in on-the-fly row reading for spreadsheets
+
+ * Update support for changes in Calc 5.1
+
+ * Fix failure to copy all characters when using flat review copy
+
+ * Present the new location when using PageUp/PageDown in web content
+
+ * Remove the old and broken-for-years console setup
+
+ * Work around broken text-insertion events from gnome-shell
+
+ * Handle missing events from Eclipse
+
+ * Work around focused links Gtk+ links reporting index in parent of -1
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                       Marek Černocký
+    de            German                      Mario Blättermann
+    es            Spanish                     Daniel Mustieles
+    eo            Esperanto                   Kristjan SCHMIDT
+    lt            Lithuanian                  Aurimas Černius
+    lv            Latvian                     Rūdolfs Mazurs
+    oc            Occitan                     Cédric Valmary
+    pl            Polish                      Piotr Drąg
+    sv            Swedish                     Anders Jonsson
+    tr            Turkish                     Muhammet Kara
+
+=========
+
 3.19.3 - 16 December 2016
 
 New Settings and Commands:
diff --git a/README b/README
index be86aa3..a68f4d7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.19.4pre
+Orca v3.19.90
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index cdda8b7..bb299c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [19])
-m4_define([orca_micro_version], [4pre])
+m4_define([orca_micro_version], [90])
 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]