aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <devnull@localhost>2015-03-30 10:22:50 +1100
committerNeil <devnull@localhost>2015-03-30 10:22:50 +1100
commit0fe3f9bd723e4f738fa8783875cf6959b515a935 (patch)
treeb1678c302176b84bdba2b4cd340213bb37af61b6
parent817dafb524efea1dbafe31b13ce7d3e5d9df9277 (diff)
downloadscintilla-mirror-0fe3f9bd723e4f738fa8783875cf6959b515a935.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 1e47b5f0e..e9126ce32 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -497,6 +497,9 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1682/">Bug #1682</a>.
</li>
<li>
+ Always use inline IME on GTK+ for Korean.
+ </li>
+ <li>
SQL lexer fixes handling of '+' and '-' in numbers so the '-' in '1-1' is seen as an operator and for
'1--comment' the comment is recognized.
</li>