diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c1ff91a0d..42323d66f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -500,6 +500,10 @@ Fixed calls and constants deprecated in GTK+ 3.10. </li> <li> + Fixed bug on Windows where WM_GETTEXT did not provide data in UTF-16 for Unicode window. + <a href="http://sourceforge.net/p/scintilla/bugs/685/">Bug #685</a>. + </li> + <li> For SciTE, protect access to variables used by threads with a mutex to prevent data races. </li> <li> |