diff options
author | Neil <nyamatongwe@gmail.com> | 2015-03-01 10:47:31 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-03-01 10:47:31 +1100 |
commit | 8cfb989665bfe3183bb79634a7f331b0f657a9c4 (patch) | |
tree | e22f90f1cfd3d613c39cd13f1086d0743dfad58e | |
parent | 406dcec19eb2e6814706a83d068a41898a88f713 (diff) | |
download | scintilla-mirror-8cfb989665bfe3183bb79634a7f331b0f657a9c4.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 66a21e578..011412443 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -551,6 +551,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1691/">Bug #1691</a>. </li> <li> + Fix decoding of MSVC warnings in SciTE so that files in the C:\Program Files (x86)\ directory can be opened. + This is a common location of system include files. + </li> + <li> Fix compilation failure of C++11 <regex> on Windows using gcc. </li> </ul> |