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 | 7a872173df411e9feeaad101b7fc7086c8969619 (patch) | |
tree | 1045e4b41ecf695f9a41c8f56bcd7a2ce8a8f72d /doc/ScintillaHistory.html | |
parent | 7431ca4805e645793ad804a281d3a6843e69edcd (diff) | |
download | scintilla-mirror-rel-4-2-0.tar.gz |
Mentioning second bug report for 2110.rel-4-2-0
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 4e0ae1d81..0c98f2310 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -597,7 +597,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. |