aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorjohnsonj <unknown>2017-03-05 16:28:31 +1100
committerjohnsonj <unknown>2017-03-05 16:28:31 +1100
commit26fc47b6fc2445b1d9b4a20eb3ccc79cf2fca315 (patch)
tree6d4bba51574e708c7c932b81271539f2ad482ea4 /doc/ScintillaHistory.html
parente17d87205db3b9a3e6bc4b7f14c11d48b48b66f2 (diff)
downloadscintilla-mirror-26fc47b6fc2445b1d9b4a20eb3ccc79cf2fca315.tar.gz
For IMEs, do not clear selected text when there is no composition text to show.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index ab03e7f3e..764d1eeb3 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -527,6 +527,9 @@
Released 19 February 2017.
</li>
<li>
+ For IMEs, do not clear selected text when there is no composition text to show.
+ </li>
+ <li>
Fix to stream selection mode when moving caret up or down.
<a href="http://sourceforge.net/p/scintilla/bugs/1905/">Bug #1905</a>.
</li>