diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 15 | 
1 files changed, 11 insertions, 4 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c0e247770..eaa60224e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -128,6 +128,10 @@  	Released on 10 May 2002.        </li>        <li> +	Set of lexers compiled into Scintilla can now be changed by adding and  +	removing lexer source files from scintilla/src and running LexGen.py. +      </li> +      <li>  	SCN_ZOOM notification provided by Scintilla when user changes zoom level.  	Method to determine width of strings in pixels so that elements can be sized  	relative to text size. @@ -150,10 +154,6 @@  	Visual C++ options in make files changed to suit Visual Studio .NET.        </li>        <li> -	Set of lexers compiled into Scintilla can now be changed by adding and  -	removing lexer source files from scintilla/src and running LexGen.py. -      </li> -      <li>  	Scintilla.iface includes feature types for enumerations and lexers.        </li>        <li> @@ -167,6 +167,9 @@  	nncrontab lexer improved.        </li>        <li> +	Turkish fonts (iso8859-9) supported on GTK+. +      </li> +      <li>  	Automatic close tag feature for XML and HTML in SciTE.        </li>        <li> @@ -190,6 +193,10 @@  	Compilation problem on Solaris fixed.        </li>        <li> +	Order of files displayed for SciTE's previous and next menu and key commands  +	are now consistent. +      </li> +      <li>  	Saving of MRU in recent file changed so files open when SciTE quit  	are remembered.        </li> | 
