aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-06-11 16:22:59 +1000
committerNeil <nyamatongwe@gmail.com>2020-06-11 16:22:59 +1000
commit48f0363fe07d2d56b1e4d597abcd7db26e15dd80 (patch)
tree83a61e292013a8b723073f85882d94543f885dd5 /doc/ScintillaHistory.html
parent7a1d35a4877726511f73fc2dc2b3f301224a4cfb (diff)
downloadscintilla-mirror-48f0363fe07d2d56b1e4d597abcd7db26e15dd80.tar.gz
Fix bug on Win32 where calling WM_GETTEXT for more text than in document could
return less text than in document.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index f27c4c1cb..c6d5b0539 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -586,6 +586,10 @@
Fix printing on Windows to use correct text size.
<a href="https://sourceforge.net/p/scintilla/bugs/2185/">Bug #2185</a>.
</li>
+ <li>
+ Fix bug on Win32 where calling WM_GETTEXT for more text than in document could return
+ less text than in document.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scite443.zip">Release 4.4.3</a>