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 | 52b77c3c0da892751a9605a7db932cc2d3a2044e (patch) | |
tree | ae5b1b466b16e2e8dd31b06972862dd342f925fb | |
parent | 579c8f3dc007c4b7f0b57c68edd7d67bc7e11b88 (diff) | |
download | scintilla-mirror-52b77c3c0da892751a9605a7db932cc2d3a2044e.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> |