diff options
author | nyamatongwe <unknown> | 2013-06-05 18:27:18 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-06-05 18:27:18 +1000 |
commit | 8caa9985544d88433a837b73897accb59488c246 (patch) | |
tree | 8e4ce13228e45c462a387f67158454e4e9499366 | |
parent | db5e7b76c0f99ab6476929ac5df170fa51ecc666 (diff) | |
download | scintilla-mirror-8caa9985544d88433a837b73897accb59488c246.tar.gz |
Add to change log.
-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> |