aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-08-09 08:31:47 +1000
committerNeil <nyamatongwe@gmail.com>2017-08-09 08:31:47 +1000
commit20617111fa7653a43de3d9d213ac0f456c715390 (patch)
treee9f24d020039cc11a96b0e3251182589262789d5
parent4e3f1b037ed58e87b11a27862577c1c7ac154a2a (diff)
downloadscintilla-mirror-20617111fa7653a43de3d9d213ac0f456c715390.tar.gz
Include 3.7.6 long term release.
-rw-r--r--doc/ScintillaHistory.html22
1 files changed, 19 insertions, 3 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 8da4845d5..7bebad295 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -557,9 +557,6 @@
'Ctrl+L|SCI_LINEDELETE|'.
</li>
<li>
- The Baan lexer correctly highlights numbers when followed by an operator.
- </li>
- <li>
The Matlab lexer treats 'end' as a number rather than a keyword when used as a index.
This also stops incorrect folding.
<a href="http://sourceforge.net/p/scintilla/bugs/1951/">Bug #1951</a>.
@@ -629,6 +626,25 @@
</li>
</ul>
<h3>
+ <a href="http://www.scintilla.org/scintilla376.zip">Release 3.7.6</a>
+ </h3>
+ <ul>
+ <li>
+ Released 8 August 2017.
+ </li>
+ <li>
+ This is the first release of the
+ <a href="http://www.scintilla.org/LongTermDownload.html">long term branch</a>
+ which avoids using features from C++14 or later in order to support older systems.
+ </li>
+ <li>
+ The Baan lexer correctly highlights numbers when followed by an operator.
+ </li>
+ <li>
+ On Cocoa, fix a bug with retrieving encoded bytes.
+ </li>
+ </ul>
+ <h3>
<a href="http://www.scintilla.org/scite375.zip">Release 3.7.5</a>
</h3>
<ul>