[orca] Prep for Orca v2.27.3
- From: William Walker <wwalker src gnome org>
- To: svn-commits-list gnome org
- Subject: [orca] Prep for Orca v2.27.3
- Date: Mon, 15 Jun 2009 12:00:08 -0400 (EDT)
commit d5697380bd84eb991432ccf8c62a68d98221fc14
Author: Willie Walker <william walker sun com>
Date: Mon Jun 15 11:59:41 2009 -0400
Prep for Orca v2.27.3
NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.in | 2 +-
3 files changed, 49 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f49c7b0..db89ff4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+2.27.3 - 15-June-2009
+
+General:
+
+* We no longer manually update the ChangeLog each time we commit a
+ change. Instead, the ChangeLog will be automatically generated from
+ the git logs when we create a new release. If you pull from git,
+ you can use 'git log' for a detailed list of changes.
+
+* Much work on bgo#570658 - Refactor the speech and braille
+ generators. This represents a HUGE REFACTOR for Orca. The speech
+ generators have been completely rewritten to use formatting strings,
+ and they are now used by the focus tracking and where am I code.
+ This has simplified the code base a lot, increased performance in
+ some areas, and has fixed a number of latent bugs. It also enables
+ finer granularity for switching voices and helps set us up for
+ incorporating audio cues. Please help us by testing with the latest
+ code and by reporting issues and suggestions at orca-list gnome org
+
+* Fix for bgo#583274 - portability for orca script (Thomas Klausner)
+
+* Fix for bgo#585017 - Orca should speak the toggled state of flat
+ review mode
+
+* Fix for bgo#585792 - i18n strings should use parameterized forms
+
+OpenOffice:
+
+* Significant progress on bgo#574720 - Table Navigation Keys for
+ OpenOffice Writer. Structural navigation can be enabled/disabled in
+ OOo with Orca+Z. It is disabled by default in OOo because, unlike in
+ Gecko, odds are that you'll want to type. :-) Mind you right now we
+ don't have structural navigation by headings, etc. in Writer. But
+ one day we will. Alt + the arrows move by cell, Alt + Home/End move
+ to the beginning/ending of the table respectively.
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ See also the overall translation status:
+ http://l10n.gnome.org/module/orca
+
+ es Spanish Francisco Javier Dorado Martinez
+ sv Swedish Daniel Nylander
+ ta Tamil drtvasudevan
+
+==========
+
2.27.2 - 25-May-2009
General:
diff --git a/README b/README
index accf7f2..82770ef 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.27.2
+Orca v2.27.3
Introduction
========================================================================
diff --git a/configure.in b/configure.in
index 57becc2..b6e9ac2 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(ChangeLog)
ORCA_MAJOR_VERSION=2
ORCA_MINOR_VERSION=27
-ORCA_MICRO_VERSION=2
+ORCA_MICRO_VERSION=3
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]