aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-08-28 17:22:28 +1000
committerNeil <nyamatongwe@gmail.com>2017-08-28 17:22:28 +1000
commit8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e (patch)
tree9484479b3bd74d0ed8d2a1a4fc132fde3994f0b9 /doc
parentb634b3d5f34edc335a25239e833f9054620c6094 (diff)
downloadscintilla-mirror-8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e.tar.gz
New header ILoader.h defines ILoader interface as it does not belong in ILexer.h.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index faa16e696..4eb8c1e2a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -533,6 +533,10 @@
Released 16 August 2017.
</li>
<li>
+ The ILoader interface is defined in its own header ILoader.h as it is not
+ related to lexing so doesn't belong in ILexer.h.
+ </li>
+ <li>
The C++ lexer improved preprocessor conformance.<br />
Default value of 0 for undefined preprocessor symbols.<br />
#define A is treated as #define A 1.<br />