diff options
author | Zufu Liu <unknown> | 2024-03-22 15:28:29 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2024-03-22 15:28:29 +1100 |
commit | d853508df8c3d391ff841aa9ad65670b4e163422 (patch) | |
tree | 65065bc8614bc984fcbe05b4c8151e7f8667287f /doc | |
parent | aa0beb40d25211189c30d69be4c07d3c25dfe6e2 (diff) | |
download | scintilla-mirror-d853508df8c3d391ff841aa9ad65670b4e163422.tar.gz |
Bug [#2433]. Fix IME crash in windowed mode.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9ec26d44c..331a76420 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -584,7 +584,7 @@ </table> <h2>Releases</h2> <h3> - <a href="https://www.scintilla.org/scintilla544.zip">Release 5.4.4</a> + <a href="https://www.scintilla.org/scintilla550.zip">Release 5.5.0</a> </h3> <ul> <li> @@ -596,6 +596,10 @@ When not set these default to SC_ELEMENT_SELECTION_INACTIVE_TEXT and SC_ELEMENT_SELECTION_INACTIVE_BACK. <a href="https://sourceforge.net/p/scintilla/bugs/2417/">Bug #2417</a>. </li> + <li> + Fix Win32 IME crash in windowed mode. + <a href="https://sourceforge.net/p/scintilla/bugs/2433/">Bug #2433</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla543.zip">Release 5.4.3</a> |