diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d668a4a2c..4de43355e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -589,6 +589,13 @@ Fix SCI_LINESJOIN bug where carriage returns were incorrectly retained. <a href="https://sourceforge.net/p/scintilla/bugs/2372/">Bug #2372</a>. </li> + <li> + On Cocoa fix character input bug where dotless 'i' and some other extended + Latin characters could not be entered. + The change also stops SCI_ASSIGNCMDKEY from working with these characters + on Cocoa. + <a href="https://sourceforge.net/p/scintilla/bugs/2374/">Bug #2374</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla532.zip">Release 5.3.2</a> |