diff options
| author | nyamatongwe <unknown> | 2013-04-19 10:32:32 +1000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2013-04-19 10:32:32 +1000 | 
| commit | 92d4c0e3222dda625e991d17cda4af1181d6c6e3 (patch) | |
| tree | 9e18153f762f61c7eba7d6967a9739b5185a3ded | |
| parent | f402766e5049509058b63a11a5c0a312966a44f6 (diff) | |
| download | scintilla-mirror-92d4c0e3222dda625e991d17cda4af1181d6c6e3.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> | 
