diff options
-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> |