diff options
author | nyamatongwe <devnull@localhost> | 2002-05-09 06:18:23 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-05-09 06:18:23 +0000 |
commit | 0ec9972e89aee71a07f3235f9e35cd4daf954ba0 (patch) | |
tree | 2382534f56c5555502d52f23fff1a103ec5c7302 | |
parent | 09de3dbc114e56061e09b15fec0394d0a4cf64f8 (diff) | |
download | scintilla-mirror-0ec9972e89aee71a07f3235f9e35cd4daf954ba0.tar.gz |
Updated changes.
-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> |