diff options
author | Neil <nyamatongwe@gmail.com> | 2014-07-19 14:43:57 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-07-19 14:43:57 +1000 |
commit | 6e4b17a2b6a5b67fbce072130363020ee80c301e (patch) | |
tree | c76af6b1100ea4e8b81235602326ca72f0489e29 | |
parent | 60835d030a45a9e673c36773b5082321daa8f348 (diff) | |
download | scintilla-mirror-6e4b17a2b6a5b67fbce072130363020ee80c301e.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3cbe3e828..55b74d522 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -483,6 +483,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1532/">Bug #1532</a>. </li> <li> + On Windows, when using Korean input methods, IME composition is moved from a + separate window into the Scintilla window. + </li> + <li> SciTE adds a "Clean" command to the "Tools" menu which is meant to be bound to a command like "make clean". </li> |