diff options
author | chengzhi <unknown> | 2023-05-08 22:35:33 +1000 |
---|---|---|
committer | chengzhi <unknown> | 2023-05-08 22:35:33 +1000 |
commit | c4a842244c93ac95d890b9bcc001f4174cf39b8a (patch) | |
tree | f1b9c9ca5b2041edc270b2f6b708607850e97069 /doc/ScintillaHistory.html | |
parent | 17decc27587b4e58942ac8fe5492ee35049caf79 (diff) | |
download | scintilla-mirror-c4a842244c93ac95d890b9bcc001f4174cf39b8a.tar.gz |
On Qt for Cocoa, fix crash in entry of multi-character strings with IME.
https://github.com/dail8859/NotepadNext/issues/194
https://github.com/dail8859/NotepadNext/pull/372
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f0cb2ba43..d498e4e98 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -576,6 +576,8 @@ <td>Ferdinand Oeinck</td> <td>Michael Heath</td> <td>Enrico Tröger</td> + </tr><tr> + <td>chengzhi</td> </tr> </table> <h2>Releases</h2> @@ -595,6 +597,9 @@ by GdiAlphaBlend. <a href="https://sourceforge.net/p/scintilla/bugs/1923/">Bug #1923</a>. </li> + <li> + On Qt for Cocoa, fix crash in entry of multi-character strings with IME. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla534.zip">Release 5.3.4</a> |