diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2018-11-20 12:14:54 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2018-11-20 12:14:54 +1100 |
commit | e6010657a470a0575a7be23e730b6e9867f9f26c (patch) | |
tree | 74d890678999cd1af455368c0a3518157e98b4e3 /doc/ScintillaHistory.html | |
parent | 62c61d05045371e0bd205b4ef6bd13743f6799ae (diff) | |
download | scintilla-mirror-e6010657a470a0575a7be23e730b6e9867f9f26c.tar.gz |
Bug [#2061]. Fix a crash that occurred when entering a dead key diacritic then a
character that can not take that diacritic, such as option+e (acute accent)
followed by g.
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 9f2129154..55b23216a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -564,6 +564,11 @@ Updated case conversion and character categories to Unicode 11. </li> <li> + On Cocoa, fix a crash that occurred when entering a dead key diacritic then a character + that can not take that diacritic, such as option+e (acute accent) followed by g. + <a href="https://sourceforge.net/p/scintilla/bugs/2061/">Bug #2061</a>. + </li> + <li> On Cocoa, use dark info bar background when system is set to Dark Appearance. <a href="https://sourceforge.net/p/scintilla/bugs/2055/">Bug #2055</a>. </li> |