diff options
author | nyamatongwe <devnull@localhost> | 2013-04-19 10:32:32 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-04-19 10:32:32 +1000 |
commit | a3642505f168f87738eda54a9514b38cb8f45fe9 (patch) | |
tree | 8e1226cfcfff8ec1f19361e7f3e84f6f3ae4cc47 | |
parent | daa8c10039a76b9030020e4443bc8982708e2651 (diff) | |
download | scintilla-mirror-a3642505f168f87738eda54a9514b38cb8f45fe9.tar.gz |
Updated changes.
-rw-r--r-- | doc/ScintillaHistory.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4abe22a14..e6298995c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -442,6 +442,10 @@ Released 11 December 2013. </li> <li> + Haskell folder improved. + <a href="http://sourceforge.net/p/scintilla/bugs/1459 /">Bug #1459 </a>. + </li> + <li> PowerShell lexer recognises here strings and doccomment keywords. #region folding added. <a href="http://sourceforge.net/p/scintilla/feature-requests/985/">Feature #985.</a> @@ -454,6 +458,19 @@ Fix multi-typing when two carets are located in virtual space on one line so that spaces are preserved. </li> + <li> + Fixes to input composition on Cocoa and implementation of accented character input through + press and hold. Set selection correctly so that changes to pieces of composition text are easier to perform. + Restore undo collection after a sequence of composition actions. + Composition popups appear near input. + </li> + <li> + Fix crash on Cocoa when view deallocated. + <a href="http://sourceforge.net/p/scintilla/bugs/1466/">Bug #1466</a>, + </li> + <li> + Fix display of DBCS documents on Windows Direct2D/DirectWrite with default character set. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite331.zip?download">Release 3.3.1</a> |