diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-06 07:13:08 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-06 07:13:08 +1000 |
commit | 0f9de771107d63b2428f66381b8b8c1c9a2f890b (patch) | |
tree | 8f7cb4f1e985ef70fd2a0e289491648ec6b2c7a7 | |
parent | d12c83527976eb3b2fce01a4b104ab119d531bc2 (diff) | |
download | scintilla-mirror-0f9de771107d63b2428f66381b8b8c1c9a2f890b.tar.gz |
Change log.
-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 12e644975..b135c9aca 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -573,6 +573,10 @@ Added Visual Studio project files for Lexilla and Scintilla with no lexers. </li> <li> + When a lexer has been set with SCI_SETILEXER, fix SCI_GETLEXER and avoid + sending SCN_STYLENEEDED notifications. + </li> + <li> On Win32 fix handling Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set. </li> |