diff options
author | Neil <nyamatongwe@gmail.com> | 2020-01-18 19:35:43 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-01-18 19:35:43 +1100 |
commit | fee5be85a2e9778165e1fd671528c37e7d00c40d (patch) | |
tree | c4de131063dc9d56cb473452e6e00a0ed7af92de /doc/ScintillaHistory.html | |
parent | aba55f7e945d337a604c6f6a25a71c383c1fd5ae (diff) | |
download | scintilla-mirror-fee5be85a2e9778165e1fd671528c37e7d00c40d.tar.gz |
Bug [#2151]. Fix drag and drop between different encodings.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e7dbf3834..4ed002f36 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -561,6 +561,18 @@ </li> </ul> <h3> + <a href="https://www.scintilla.org/scite431.zip">Release 4.3.1</a> + </h3> + <ul> + <li> + Released 16 January 2020. + </li> + <li> + Fix drag and drop between different encodings by always providing CF_UNICODETEXT only. + <a href="https://sourceforge.net/p/scintilla/bugs/2151/">Bug #2151</a>. + </li> + </ul> + <h3> <a href="https://www.scintilla.org/scite430.zip">Release 4.3.0</a> </h3> <ul> |