diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 26 | 
1 files changed, 20 insertions, 6 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index cc92ba58c..c4379dd51 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -443,13 +443,22 @@      </h3>      <ul>  	<li> -	Released 29 December 2013. +	Released 19 July 2013. +	</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>  	For Unicode text, case-insensitive searching and making text upper or lower case is now  	compliant with Unicode standards on all platforms and is much faster for non-ASCII characters.  	</li>  	<li> +	A CategoriseCharacter function was added to return the Unicode general category of a character +	which can be useful in lexers. +	</li> +	<li>  	On Cocoa, the LCD Optimized font quality level turns font smoothing on.  	</li>  	<li> @@ -459,11 +468,6 @@  	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> @@ -545,6 +549,16 @@  	Compile time checks for Digital Mars C++ removed.  	</li>  	<li> +	Visual C++ 2013 supported. +	<a href="http://sourceforge.net/p/scintilla/bugs/1492/">Bug #1492</a>. +	</li> +	<li> +	Python scripts used for building and maintenance improved and moved into scripts directory. +	</li> +	<li> +	Testing scripts now work on Linux using Qt and PySide. +	</li> +	<li>  	Tk platform defined.  	Implementation for Tk will be available separately from main Scintilla distribution.  	</li> | 
