aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/index.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-07-23 13:30:01 +1000
committernyamatongwe <unknown>2010-07-23 13:30:01 +1000
commit1e11bffd4ba9cfda6a4011aaf0bcdb9bb9d1ff54 (patch)
treef5cf7d3466290f2afc87875bec7829345106ac69 /doc/index.html
parenta0900571c09f0c8feb9b63038c38407b90fb654f (diff)
downloadscintilla-mirror-1e11bffd4ba9cfda6a4011aaf0bcdb9bb9d1ff54.tar.gz
Change log for 2.20.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index dd23f9abc..7d9f99413 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -71,7 +71,8 @@
</tr>
</table>
<ul id="versionlist">
- <li>Version 2.20 implements lexers as objects so they may maintain additional state.</li>
+ <li>Version 2.20 implements lexers as objects so they may retain additional state.
+ The C++ lexer understands the preprocessor enough to grey-out inactive code due to conditional compilation </li>
<li>Version 2.12 improves drawing speed and fixes bugs.</li>
<li>Version 2.11 fixes compatibility with the C language.</li>
<li>Version 2.10 performs case insensitive search and upper and lower casing for non-ASCII characters.