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 | df02f3af236c95e42c68ae440c656cc2476844d3 (patch) | |
tree | 21f1c20c92d35bd614c74026f8dd4c5eef6e6d07 | |
parent | e632bab00daf352adbbd349e33cb7a1ec5cd781a (diff) | |
download | scintilla-mirror-df02f3af236c95e42c68ae440c656cc2476844d3.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> |