aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-05-06 15:54:47 +1000
committernyamatongwe <unknown>2013-05-06 15:54:47 +1000
commitaa266a6cdecf32df06363df94949023906a36392 (patch)
tree9e68353477e76d17adb94af281ef4440e55e23dd
parent0900e82c68c87e5c1d9f5287bb62032c84777a77 (diff)
downloadscintilla-mirror-aa266a6cdecf32df06363df94949023906a36392.tar.gz
Change log addition.
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index d6ec96cf5..e2f9aa4d4 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -494,6 +494,10 @@
Fix Qt to not track mouse when widget is hidden.
</li>
<li>
+ Qt now supports Qt 5.0.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1448/">Bug #1448</a>.
+ </li>
+ <li>
Fix drawing on Windows with Direct2D when returning from lock screen.
The render target had to be recreated and an area would be black since the drawing was not retried.
</li>