diff options
author | Neil <nyamatongwe@gmail.com> | 2013-08-16 10:55:46 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-08-16 10:55:46 +1000 |
commit | c5a69f78a3b5af8f5e93ac37721af43ffcab9b33 (patch) | |
tree | 817f23b100cb824e4953aec9c9579e855e466b31 | |
parent | 041b94a4131b7bd3bf1b6f178280906f403198a4 (diff) | |
download | scintilla-mirror-c5a69f78a3b5af8f5e93ac37721af43ffcab9b33.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 098f5dcbe..027117978 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -483,6 +483,9 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1513/">Bug #1513</a>. </li> <li> + Initialize extended styles to the default style. + </li> + <li> On Windows, fix painting on an explicit HDC when first paint attempt abandoned. </li> <li> @@ -507,6 +510,10 @@ SciTE fix for infinite dialog boxes when failing to automatically save a file. <a href="http://sourceforge.net/p/scintilla/bugs/1503/">Bug #1503</a>. </li> + <li> + SciTE settings buffered.draw, two.phase.draw, and technology are applied to the + output pane as well as the edit pane. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite334.zip?download">Release 3.3.4</a> |