diff options
author | nyamatongwe <devnull@localhost> | 2013-05-06 15:54:47 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-05-06 15:54:47 +1000 |
commit | bce4ca7bc61322610ec847c1f6df9eeb40350e7b (patch) | |
tree | fbfb1bbf66740a74db8eed9015769c9f31e0fd6c | |
parent | 6a12010bb51297d11728e44eefefce7355eb0b80 (diff) | |
download | scintilla-mirror-bce4ca7bc61322610ec847c1f6df9eeb40350e7b.tar.gz |
Change log addition.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
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> |