aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2018-11-20 12:14:54 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2018-11-20 12:14:54 +1100
commite6010657a470a0575a7be23e730b6e9867f9f26c (patch)
tree74d890678999cd1af455368c0a3518157e98b4e3 /doc/ScintillaHistory.html
parent62c61d05045371e0bd205b4ef6bd13743f6799ae (diff)
downloadscintilla-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.html5
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>