Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs17.4 #7662

Merged
merged 11 commits into from Nov 2, 2017
2 changes: 1 addition & 1 deletion include/espeak
Submodule espeak updated 44 files
+1 −7 CHANGELOG.md
+15 −7 Makefile.am
+3 −3 README.md
+9 −5 android/build.gradle
+10 −10 android/eSpeakTests/src/com/reecedunn/espeak/test/SpeechSynthesisTest.java
+54 −54 android/eSpeakTests/src/com/reecedunn/espeak/test/TextToSpeechServiceTest.java
+1 −1 android/eSpeakTests/src/com/reecedunn/espeak/test/TextToSpeechTestCase.java
+85 −96 android/eSpeakTests/src/com/reecedunn/espeak/test/VoiceData.java
+1 −0 android/jni/Android.mk
+1 −1 android/jni/Application.mk
+1 −1 android/jni/include/config.h
+13 −19 android/src/com/reecedunn/espeak/SpeechSynthesis.java
+1 −18 configure.ac
+1 −2 dictsource/af_rules
+1 −3 dictsource/en_list
+1 −9 dictsource/en_rules
+4 −8 dictsource/it_list
+0 −1 dictsource/it_listx
+2 −7 dictsource/it_rules
+0 −1,678 dictsource/ml_emoji
+0 −1,678 dictsource/my_emoji
+0 −1,678 dictsource/ne_emoji
+0 −1,678 dictsource/pa_emoji
+0 −1,678 dictsource/ta_emoji
+1 −1 src/espeak-ng.c
+3 −0 src/include/compat/wchar.h
+0 −2 src/include/espeak-ng/espeak_ng.h
+75 −0 src/include/espeak-ng/tokenizer.h
+5 −8 src/libespeak-ng/compiledata.c
+7 −3 src/libespeak-ng/dictionary.c
+1 −1 src/libespeak-ng/intonation.c
+3 −5 src/libespeak-ng/mbrowrap.c
+2 −52 src/libespeak-ng/readclause.c
+1 −1 src/libespeak-ng/speech.c
+410 −0 src/libespeak-ng/tokenizer.c
+2 −2 src/libespeak-ng/translate.c
+49 −71 src/libespeak-ng/voices.c
+2 −2 src/ucd-tools/tests/printcdata.c
+1 −1 src/windows/config.h
+2 −1 src/windows/libespeak-ng.vcxproj
+4 −1 src/windows/libespeak-ng.vcxproj.filters
+1 −430 tests/api.c
+1 −20 tests/languages.test
+704 −0 tests/tokenizer.c
26 changes: 13 additions & 13 deletions user_docs/en/changes.t2t
Expand Up @@ -12,27 +12,27 @@ What's New in NVDA
- Initial support for Windows 10 on ARM64. (#7508)
- Early support for reading and interactive navigation of mathematical content for Kindle books with accessible math. (#7536)
- Added support for Azardi e-book reader. (#5848)
- Version information for addons is now reported when being updated. (#5324)
- Added support for new command line parameters to create a portable copy of NVDA. (#6329)
- Support for Microsoft Edge running within Windows Defender Application Guard (#7600)
- Version information for add-ons is now reported when being updated. (#5324)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is -> are?

- Added new command line parameters to create a portable copy of NVDA. (#6329)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what did you change here?

- Support for Microsoft Edge running within Windows Defender Application Guard in Windows 10 Fall Creators Update. (#7600)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(and above)?

- If running on a laptop or tablet, NVDA will now report when a charger is connected/disconnected, and when the screen orientation changes. (#4574, #4612)
- New braille translation table: Vietnamese grade 1. (#7518)
- New braille translation table: Croatian grade 1. (#7565)
- New language: Macedonian.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say this more flowery. Like
NVDA has now been translated into Macedonian!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not going to make it flowery?

- New braille translation tables: Croatian grade 1, Vietnamese grade 1. (#7518, #7565)


== Changes ==
- The minimum supported Operating System for NVDA is now Windows 7 with Service Pack 1, or Windows Server 2008 R2 with Service Pack 1. (#7546)
- The minimum supported Operating System for NVDA is now Windows 7 Service Pack 1, or Windows Server 2008 R2 Service Pack 1. (#7546)
- Web dialogs in Firefox and Chrome web browsers now automatically use browse Mode, unless inside of a web application. (#4493)
- In browse mode, tabbing and moving with quick navigation commands no longer announces jumping out of containers such as lists and tables, which makes navigating more efficient. (#2591)
- In Browse mode for Firefox and Chrome, the name of form field groups are now announced when moving into them with quick navigation or when tabbing. (#3321)
- In browse mode, the quick navigation command for embedded objects (o and shift+o) now includes audio and video elements as well as elements with the aria roles application and dialog. (#7239)
- Espeak-ng has been updated (to release 1.49.2), this resolves some issues with producing release builds. (#7385, #7583)
- On the third activation of the 'read status bar' command, it's contents is copied to the clipboard. (#1785)
- Espeak-ng has been updated to 1.49.2, resolving some issues with producing release builds. (#7385, #7583)
- On the third activation of the 'read status bar' command, its contents is copied to the clipboard. (#1785)
- When assigning gestures to keys on a Baum display, you can limit them to the model of the braille display in use (e.g. VarioUltra or Pronto). (#7517)
- The hotkey for the filter field in the elements list in browse mode is changed from alt+f to alt+e. (#7569)
- The hotkey for the filter field in the elements list in browse mode has changed from alt+f to alt+e. (#7569)
- An unbound command has been added for browse mode to toggle the inclusion of layout tables on the fly. You can find this command in the Browse mode category of the Input Gestures dialog. (#7634)
- Upgraded liblouis braille translator to 3.3.0. (#7565)
- The hotkey for the regular expression radio button in the dictionary dialog is changed from alt+r to alt+e. (#6782)
- The hotkey for the regular expression radio button in the dictionary dialog has changed from alt+r to alt+e. (#6782)
- Voice dictionary files are now versioned and have been moved to the 'speechDicts/voiceDicts.v1' directory. (#7592)
- Versioned files (user configuration, voice dictionaries) modifications are no longer saved when NVDA is run from the launcher. (#7688)

Expand All @@ -42,22 +42,22 @@ What's New in NVDA
- NVDA no longer becomes noticeably slower when many tabs are open in either Firefox or Chrome web browsers. (#3138)
- Cursor routing for the MDV Lilli Braille display no longer incorrectly moves one braille cell ahead of where it should be. (#7469)
- In Internet Explorer and other MSHTML documents, the HTML5 required attribute is now supported to indicate the required state of a form field. (#7321)
- Braille displays are now updated when typing Arabic characters in a left-aligned WordPad document (#511).
- Braille displays are now updated when typing Arabic characters in a left-aligned WordPad document. (#511)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch.

- Accessible labels for controls in Mozilla Firefox are now more readily reported in browse mode when the label does not appear as content itself. (#4773)
- On windows 10 Creaters Update, NVDA can again access Firefox after a restart of NVDA. (#7269)
- When restarting NVDA with Mozilla Firefox in focus, browse mode will again be available, though you may need to alt+tab away and back again. (#5758)
- It is now possible to access math content in Google Chrome on a system with out Mozilla Firefox installed. (#7308)
- The Operating System and other applications should be more stable directly after installing NVDA before rebooting, as compaired with installs of previous NVDA versions. (#7563)
- When using a content recognition command (e.g. NVDA+r), NVDA now reports an error message instead of nothing if the navigator object has disappeared. (#7567)
- Backward scrolling functionality has been fixed for freedom Scientific displays containing a left bumper bar. (#7713)
- Backward scrolling functionality has been fixed for Freedom Scientific braille displays containing a left bumper bar. (#7713)


== Changes for Developers ==
- "scons tests" now checks that translatable strings have translator comments. You can also run this alone with "scons checkPot". (#7492)
- There is now a new extensionPoints module which provides a generic framework to enable code extensibility at specific points in the code. This allows interested parties to register to be notified when some action occurs (extensionPoints.Action), to modify a specific kind of data (extensionPoints.Filter) or to participate in deciding whether something will be done (extensionPoints.Decider). (#3393)
- You can now register to be notified about configuration profile switches via the config.configProfileSwitched Action. (#3393)
- Braille display gestures that emulate system keyboard key modifiers (such as control and alt) can now be combined with other emulated system keyboard keys without explicit definition. (#6213)
- For example: if you have a key on your display bound to the alt key and another display key to downArrow, combining these keys will result in the emulation of alt+downArrow.
- For example, if you have a key on your display bound to the alt key and another display key to downArrow, combining these keys will result in the emulation of alt+downArrow.
- The braille.BrailleDisplayGesture class now has an extra model property. If provided, pressing a key will generate an additional, model specific gesture identifier. This allows a user to bind gestures limited to a specific braille display model.
- See the baum driver as an example for this new functionality.
- NVDA is now compiled with Visual Studio 2017 and the Windows 10 SDK. (#7568)
Expand Down
12 changes: 6 additions & 6 deletions user_docs/en/userGuide.t2t
Expand Up @@ -25,7 +25,7 @@ Major highlights include:
- Support for many refreshable braille displays, including input of computer braille for braille displays which have a braille keyboard
- Ability to run entirely from a USB stick or other portable media without the need for installation
- Easy to use talking installer
- Translated into 50 languages
- Translated into 51 languages
- Support for modern Windows Operating Systems including both 32 and 64 bit variants
- Ability to run on Windows logon and other secure screens
- Support for common accessibility interfaces such as Microsoft Active Accessibility, Java Access Bridge, IAccessible2 and UI Automation (UI Automation only supported in Windows 7 and later)
Expand All @@ -34,7 +34,7 @@ Major highlights include:

++ Internationalization ++
It is important that people anywhere in the world, no matter what language they speak, get equal access to technology.
Besides English, NVDA has been translated into 50 languages including: Afrikaans, Albanian, Amharic, Arabic, Aragonese, Brazilian Portuguese, Bulgarian, Burmese, Catalan, Colombian Spanish, Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Irish, Italian, Japanese, Kannada, Korean, Lithuanian, Nepali, Norwegian, Polish, Portuguese, Punjabi, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Tamil, Thai, Traditional and Simplified Chinese, Turkish, Ukrainian and Vietnamese.
Besides English, NVDA has been translated into 51 languages including: Afrikaans, Albanian, Amharic, Arabic, Aragonese, Brazilian Portuguese, Bulgarian, Burmese, Catalan, Colombian Spanish, Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Irish, Italian, Japanese, Kannada, Korean, Lithuanian, Macedonian, Nepali, Norwegian, Polish, Portuguese, Punjabi, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Tamil, Thai, Traditional and Simplified Chinese, Turkish, Ukrainian and Vietnamese.

++ Speech Synthesizer Support ++
Apart from providing its messages and interface in several languages, NVDA can also enable the user to read content in any language, as long as they have a speech synthesizer that can speak that language.
Expand Down Expand Up @@ -579,7 +579,7 @@ By default, the review cursor follows the system caret, so you can usually use t

At this point, you can use MathPlayer commands such as the arrow keys to explore the expression.
For example, you can move through the expression with the left and right arrow keys and zoom into a portion of the expression such as a fraction using the down arrow key.
Please see the MathPlayer documentation about navigation commands for further information: https://www.dessci.com/en/products/mathplayer/navigation_commands.htm
Please see the [MathPlayer documentation about navigation commands https://www.dessci.com/en/products/mathplayer/navigation_commands.htm] for further information.

When you wish to return to the document, simply press the escape key.

Expand Down Expand Up @@ -1715,7 +1715,7 @@ Package name, status, version and author are shown for each add-on, though furth
If there is help available for the selected add-on, you can access it by pressing the Add-on help button.

To browse and download available add-ons online, press the Get add-ons button.
This button opens the [NVDA Add-ons page http://addons.nvda-project.org/].
This button opens the [NVDA Add-ons page https://addons.nvda-project.org/].
If NVDA is installed and running on your system, you can open the add-on directly from the browser to begin the installation process as described below.
Otherwise, save the add-on package and follow the instructions below.

Expand Down Expand Up @@ -1750,14 +1750,14 @@ To access the Add-ons Manager from anywhere, please assign a custom gesture usin

++ Python Console ++
The NVDA Python console, found under Tools in the NVDA menu, is a development tool which is useful for debugging, general inspection of NVDA internals or inspection of the accessibility hierarchy of an application.
For more information, please see the Developer Guide available from [the Development section of the NVDA web site http://community.nvda-project.org/wiki/Development].
For more information, please see the [NVDA Developer Guide https://www.nvaccess.org/files/nvda/documentation/developerGuide.html].

++ Reload plugins ++
This item, once activated, reloads app modules and global plugins without restarting NVDA, which can be useful for developers.

+ Supported Speech Synthesizers +[SupportedSpeechSynths]
This section contains information about the speech synthesizers supported by NVDA.
For an even more extensive list of free and commercial synthesizers that you can purchase and download for use with NVDA, please see the page at [http://www.nvda-project.org/wiki/ExtraVoices http://www.nvda-project.org/wiki/ExtraVoices].
For an even more extensive list of free and commercial synthesizers that you can purchase and download for use with NVDA, please see [extra voices page https://github.com/nvaccess/nvda/wiki/ExtraVoices].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps "see the extra voices page" instead of "see extra voices page".

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree.


++ eSpeak NG ++
The [eSpeak NG https://github.com/espeak-ng/espeak-ng] synthesizer is built directly into NVDA and does not require any other special drivers or components to be installed.
Expand Down