diff options
-rw-r--r-- | doc/ScintillaHistory.html | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 71eb3896e..265a968cf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -527,6 +527,22 @@ </li> </ul> <h3> + <a href="http://www.scintilla.org/scite403.zip">Release 4.0.3</a> + </h3> + <ul> + <li> + Released 26 October 2017. + </li> + <li> + Improve VHDL lexer's handling of character literals and escape characters in strings. + </li> + <li> + Fix closing autocompletion lists on Cocoa for macOS 10.13 where the window + was emptying but staying visible. + <a href="http://sourceforge.net/p/scintilla/bugs/1981/">Bug #1981</a>. + </li> + </ul> + <h3> <a href="http://www.scintilla.org/scite402.zip">Release 4.0.2</a> </h3> <ul> @@ -538,18 +554,10 @@ Django tag inside of a {# #} Django comment does not break highlighting of rest of file </li> <li> - Improve VHDL lexer's handling of character literals and escape characters in strings. - </li> - <li> Fix failure on Cocoa with animated find indicator in large files with macOS 10.13 by disabling animation on 10.13. </li> <li> - Fix closing autocompletion lists on Cocoa for macOS 10.13 where the window - was emptying but staying visible. - <a href="http://sourceforge.net/p/scintilla/bugs/1981/">Bug #1981</a>. - </li> - <li> Fix Cocoa hang when Scintilla loaded from SMB share on macOS 10.13. <a href="http://sourceforge.net/p/scintilla/bugs/1979/">Bug #1979</a>. </li> |