aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 4c2bf943b..35847dcf6 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -477,11 +477,11 @@
</li>
</ul>
<h3>
- <a href="http://prdownloads.sourceforge.net/scintilla/scite352.zip?download">Release 3.5.2</a>
+ <a href="http://prdownloads.sourceforge.net/scintilla/scite353.zip?download">Release 3.5.3</a>
</h3>
<ul>
<li>
- Released 2 December 2014.
+ Released 20 January 2015.
</li>
<li>
Support removed for Windows 95, 98, and ME.
@@ -503,7 +503,7 @@
</li>
<li>
Verilog lexer highlights doc comment keywords; has separate styles for input, output, and inout ports
- (lexer.verilog.portstyling); fixes a bug in highlighting numbers; can treat upper-case identifiers as
+ (lexer.verilog.portstyling); fixes a bug in highlighting numbers; can treat upper-case identifiers as
keywords (lexer.verilog.allupperkeywords); and can use different styles for code that is inactive due
to preprocessor commands (lexer.verilog.track.preprocessor, lexer.verilog.update.preprocessor).
</li>