diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0bd34af64..af8adc835 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -444,6 +444,11 @@  	Released 29 December 2013.  	</li>  	<li> +	Haskell lexer fixed to avoid unnecessary full redraws. +	Don't highlight CPP inside comments when styling.within.preprocessor is on. +	<a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459</a>. +	</li> +	<li>  	SciTE 'immediate' subsystem added to allow scripts that work while tools are executed.  	</li>  	<li> | 
