From d943983d73b9ed4941f24e0af6597c10edd4f73a Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 10 May 2014 19:23:56 +1000 Subject: Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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.
  • + Fixed bug on Windows where WM_GETTEXT did not provide data in UTF-16 for Unicode window. + Bug #685. +
  • +
  • For SciTE, protect access to variables used by threads with a mutex to prevent data races.
  • -- cgit v1.2.3