diff options
author | Neil <nyamatongwe@gmail.com> | 2018-03-08 19:28:01 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-03-08 19:28:01 +1100 |
commit | f780ff035106e6f0b64abd50a63b101f8203f12b (patch) | |
tree | 745e14f78f01f2881cd21e3de112153d814efb03 | |
parent | 492076b58d09387ab9c2f60eaef364a6a65c4c28 (diff) | |
download | scintilla-mirror-f780ff035106e6f0b64abd50a63b101f8203f12b.tar.gz |
Backport: Change log.
Backport of changeset 6478:e7f3cfe25244.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8557f5895..16e48bb68 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -586,6 +586,9 @@ position instead of the limit of the rectangular selection. </li> <li> + On Win32, the standard makefiles build a libscintilla static library as well as the existing dynamic libraries. + </li> + <li> Fix building on Mingw/MSYS to perform file copies and deletions. <a href="http://sourceforge.net/p/scintilla/bugs/1993/">Bug #1993</a>. </li> |