diff options
author | Neil <nyamatongwe@gmail.com> | 2019-07-03 08:31:29 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-07-03 08:31:29 +1000 |
commit | 692494ef2f28b8b791521c079b55d49ed96fcc2d (patch) | |
tree | 84716b72810d12606057c80f0972e3c5b9a61f84 | |
parent | 4da4a98e632f8b62534a9ac3923e036cf48abe77 (diff) | |
download | scintilla-mirror-692494ef2f28b8b791521c079b55d49ed96fcc2d.tar.gz |
Backport: Mentioning second bug report for 2110.
Backport of changeset 7621:70fe3bd38a3d.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2594f70c5..0a5add100 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -586,7 +586,9 @@ </li> <li> On Win32, limit text returned from WM_GETTEXT to the length specified in wParam. - <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>. + This could cause failures when using assistive technologies like NVDA. + <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>, + <a href="https://sourceforge.net/p/scintilla/bugs/2114/">Bug #2114</a>. </li> <li> Fix deletion of isolated invalid bytes. |