aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-11-20 11:48:00 +1100
committerNeil <nyamatongwe@gmail.com>2017-11-20 11:48:00 +1100
commite5ff7643da283c203ae53cd4a9baf9c247b55f74 (patch)
tree2f6d2b11330329e676365c5f5c7b12ee0865f07a
parentc199f158a0a2a6b38c492ac417c700b90c802f0e (diff)
downloadscintilla-mirror-e5ff7643da283c203ae53cd4a9baf9c247b55f74.tar.gz
Add section for 4.0.3 and move posr-4.0.2 items into it.
-rw-r--r--doc/ScintillaHistory.html24
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 &#123;# #&#125; 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>