diff options
| -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> | 
