aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 056614393..a907a5528 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -382,7 +382,11 @@
</ul>
</li>
<li>
- Cocoa platform included.
+ Cocoa platform added.
+ </li>
+ <li>
+ Names of struct types in Scintilla.h now start with "Sci_" to avoid possible clashes with platform
+ definitions. Currently, the old names still work but these will be phased out.
</li>
<li>
When lines are wrapped, subsequent lines may be indented to match the indent of the initial line,
@@ -409,6 +413,9 @@
It treats keyword argument names as being equivalent to symbols. Feature #2794901.
</li>
<li>
+ Pascal lexer bug fixed to prevent hang when 'interface' near beginning of file. Bug #2802863.
+ </li>
+ <li>
XML lexer fixes bug where Unicode entities like '&amp;—' were broken into fragments. Bug #2804760.
</li>
<li>