From d6e6655cfe235b27a8e12bdc05afc82dadccdb94 Mon Sep 17 00:00:00 2001 From: James Teh Date: Tue, 25 Sep 2012 07:37:47 +1000 Subject: [PATCH] Update liblouis to 2.5.1. Fixes #2662, #2672. --- readme.txt | 2 +- source/braille.py | 4 ++-- user_docs/en/changes.t2t | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index f9c6432c5..f0b30803c 100644 --- a/readme.txt +++ b/readme.txt @@ -22,7 +22,7 @@ General dependencies: * ConfigObj, version 4.6.0 or later: * Web site: http://www.voidspace.org.uk/python/configobj.html * Copy configobj.py and validate.py into the global Python site-packages directory. - * liblouis, version 2.5.0 or later: + * liblouis, version 2.5.1 or later: * Official web site: http://www.liblouis.org/ * Download page: http://code.google.com/p/liblouis/downloads/list * Download the liblouis source archive. diff --git a/source/braille.py b/source/braille.py index 76657184f..36eb231e4 100644 --- a/source/braille.py +++ b/source/braille.py @@ -128,10 +128,10 @@ TABLES = ( ("is.ctb", _("Icelandic 8 dot computer braille")), # Translators: The name of a braille table displayed in the # braille settings dialog. - ("it-it-g1.utb", _("Italian 6 dot computer braille")), + ("it-it-comp6.utb", _("Italian 6 dot computer braille")), # Translators: The name of a braille table displayed in the # braille settings dialog. - ("it-it-g1.utb2", _("Italian 8 dot computer braille")), + ("it-it-comp8.utb", _("Italian 8 dot computer braille")), # Translators: The name of a braille table displayed in the # braille settings dialog. ("Lv-Lv-g1.utb", _("Latvian grade 1")), diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index 4a3904f23..5ab8cde47 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -33,7 +33,7 @@ Highlights of this release include support for Asian character input; experiment - Preliminary support for the document control in Microsoft Word 2013. (#2543) - Text alignment can now be reported in applications using IAccessible2 such as Mozilla applications. (#2612) - When a table row or standard Windows list-view control with multiple columns is focused, you can now use the table navigation commands to access individual cells. (#828) -- New braille translation tables: Estonian grade 0, Portuguese 8 dot computer braille, Italian 6 dot computer braille. (#2139, #2662) +- New braille translation tables: Estonian grade 0, Portuguese 8 dot computer braille, Italian 6 dot computer braille. (#2319, #2662) - If NVDA is installed on the system, directly opening an NVDA add-on package (e.g. from Windows Explorer or after downloading in a web browser) will install it into NVDA. (#2306) - Support for newer models of Papenmeier BRAILLEX braille displays. (#1265) @@ -46,7 +46,7 @@ Highlights of this release include support for Asian character input; experiment - The add-ons list in the Add-ons Manager now shows the package name before its status. (#2548) - If installing the same or another version of a currently installed add-on, NVDA will ask if you wish to update the add-on, rather than just showing an error and aborting installation. (#2501) - Object navigation commands (except the report current object command) now report with less verbosity. You can still obtain the extra information by using the report current object command. (#2560) -- Updated liblouis braille translator to 2.5.0. +- Updated liblouis braille translator to 2.5.1. (#2319, #2480, #2662, #2672) - The NVDA Key Commands Quick Reference document has been renamed to Commands Quick Reference, as it now includes touch commands as well as keyboard commands. -- 2.11.0