aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/index.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-23 13:30:01 +1000
committernyamatongwe <devnull@localhost>2010-07-23 13:30:01 +1000
commitf4f152642544ec141fae19d41a0c8653a11e2b31 (patch)
tree555a1a8ac27d370559e3037ca412f169455bbb1c /doc/index.html
parent34bdbb4582c978d94c33182f92ca2d68a762b4d5 (diff)
downloadscintilla-mirror-f4f152642544ec141fae19d41a0c8653a11e2b31.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.