diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 53 | 
1 files changed, 48 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0503afa79..a50a25e2c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -446,11 +446,6 @@  	Released 29 December 2013.  	</li>  	<li> -	Haskell lexer fixed to avoid unnecessary full redraws. -	Don't highlight CPP inside comments when styling.within.preprocessor is on. -	<a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459</a>. -	</li> -	<li>  	On Cocoa, the LCD Optimized font quality level turns font smoothing on.  	</li>  	<li> @@ -460,6 +455,34 @@  	Font quality exposed in SciTE as font.quality setting.  	</li>  	<li> +	Handling of UTF-8 and DBCS text in lexers improved with methods ForwardBytes and +	GetRelativeCharacter added to StyleContext. +	<a href="http://sourceforge.net/p/scintilla/bugs/1483/">Bug #1483</a>. +	</li> +	<li> +	On Cocoa, message:... methods simplify direct access to Scintilla and avoid call layers.. +	</li> +	<li> +	A68K lexer updated. +	</li> +	<li> +	ECL lexer regular expression code fixed. +	<a href="http://sourceforge.net/p/scintilla/bugs/1491/">Bug #1491</a>. +	</li> +	<li> +	Haskell lexer fixed to avoid unnecessary full redraws. +	Don't highlight CPP inside comments when styling.within.preprocessor is on. +	<a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459</a>. +	</li> +	<li> +	Lua lexer fixes bug in labels with UTF-8 text. +	<a href="http://sourceforge.net/p/scintilla/bugs/1483/">Bug #1483</a>. +	</li> +	<li> +	Perl lexer fixes bug in string interpolation with UTF-8 text. +	<a href="http://sourceforge.net/p/scintilla/bugs/1483/">Bug #1483</a>. +	</li> +	<li>  	Word wrap bug fixed where the last line could be shown twice.  	</li>  	<li> @@ -473,6 +496,16 @@  	<a href="http://sourceforge.net/p/scintilla/bugs/1487/">Bug #1487</a>.  	</li>  	<li> +	On Cocoa, fixed insertText: method which was broken when implementing a newer protocol. +	</li> +	<li> +	On Cocoa, fixed a crash when performing string folding for bytes that do not represent a character +	in the current encoding. +	</li> +	<li> +	On Qt, fixed layout problem when QApplication construction delayed. +	</li> +	<li>  	Fixed SciTE on GTK+ bug where a tool command could be performed using the keyboard while one was  	already running leading to confusion and crashes.  	<a href="http://sourceforge.net/p/scintilla/bugs/1486/">Bug #1486</a>. @@ -481,6 +514,16 @@  	Fixed SciTE bug in Copy as RTF which was limited to first 32 styles.  	<a href="http://sourceforge.net/p/scintilla/bugs/1011/">Bug #1011</a>.  	</li> +	<li> +	Fixed SciTE on Windows user strip height when the system text scaling factor is 125% or 150%. +	</li> +	<li> +	Compile time checks for Digital Mars C++ removed. +	</li> +	<li> +	Tk platform defined. +	Implementation for Tk will be available separately from main Scintilla distribution. +	</li>      </ul>      <h3>         <a href="http://prdownloads.sourceforge.net/scintilla/scite333.zip?download">Release 3.3.3</a>  | 
