diff options
author | Neil <nyamatongwe@gmail.com> | 2015-12-16 09:55:07 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-12-16 09:55:07 +1100 |
commit | cd3b0bd28e6b0890b0944480307103f2463e1590 (patch) | |
tree | f60ae6e500353c05cc1ef5d94c9fcd18f2589330 | |
parent | be11ce310c1ed11e2ed7bdfc0281429afb71b2ef (diff) | |
download | scintilla-mirror-cd3b0bd28e6b0890b0944480307103f2463e1590.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9ea4c6b26..b26f955eb 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -516,6 +516,13 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1789/">Bug #1789</a>. </li> <li> + Errorlist lexer highlights warning messages from the Microsoft linker. + </li> + <li> + On Windows, Scintilla no longer uses a .DEF file during linking as it duplicates + source code directives. + </li> + <li> Lua lexer includes '&' and '|' bitwise operators for Lua 5.3. <a href="http://sourceforge.net/p/scintilla/bugs/1790/">Bug #1790</a>. </li> |