diff options
author | Neil <nyamatongwe@gmail.com> | 2015-05-29 11:33:18 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-05-29 11:33:18 +1000 |
commit | 234300193f8e164533a9aba21330d320eaedd40e (patch) | |
tree | e0608fb78b3b2b27d6c2e10918f757e821adce14 | |
parent | 0c413f41a1c9885ee0d338609b0ccfc3252e42b1 (diff) | |
download | scintilla-mirror-234300193f8e164533a9aba21330d320eaedd40e.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e8c67ad14..f612d3a4f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -491,9 +491,17 @@ Released 26 May 2015. </li> <li> + Verilog lexer recognises protected regions and the folder folds protected regions. + </li> + <li> On Cocoa fix crash when ScintillaView destroyed if no autocompletion ever displayed. <a href="http://sourceforge.net/p/scintilla/bugs/1728/">Bug #1728</a>. </li> + <li> + On GTK+ 3.4+, when there are both horizontal and vertical scrollbars, draw the lower-right corner + so that it does not appear black when text selected. + <a href="http://sourceforge.net/p/scintilla/bugs/1611/">Bug #1611</a>. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite356.zip?download">Release 3.5.6</a> |