aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 6d67c2f13..8b6a1d43c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -547,6 +547,19 @@
Released 31 October 2018.
</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>
+ </ul>
+ <h3>
+ <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.1/scintilla3101.zip/download">Release 3.10.1</a>
+ </h3>
+ <ul>
+ <li>
+ Released 31 October 2018.
+ </li>
+ <li>
Add SCI_SETCOMMANDEVENTS API to allow turning off command events as they
can be a significant performance cost.
</li>