diff options
author | Neil <nyamatongwe@gmail.com> | 2015-03-15 10:36:07 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-03-15 10:36:07 +1100 |
commit | 74b5686b82d4678380768d6c258690c689e34eef (patch) | |
tree | f88fbff405cc82ceb0fd121e4fe279b0659b8962 | |
parent | 09ed78636ff1cb43b7faecf3576570a2d67a9a11 (diff) | |
download | scintilla-mirror-74b5686b82d4678380768d6c258690c689e34eef.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6dd970469..1d27d3d3d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -498,6 +498,11 @@ Fix bug on Cocoa where the calltip would display incorrectly when switching calltips and the new calltip required a taller window. </li> + <li> + Fix bug on Windows when compiling with MinGW-w64 which caused text to not be drawn + when in wrap mode. + <a href="http://sourceforge.net/p/scintilla/bugs/1705/">Bug #1705</a>. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite354.zip?download">Release 3.5.4</a> |