diff options
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/doc/index.html b/doc/index.html index dacde53cd..57802bcc3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" /> <meta name="Description" content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." /> - <meta name="Date.Modified" content="20100214" /> + <meta name="Date.Modified" content="20100407" /> <style type="text/css"> #versionlist { margin: 0; @@ -55,8 +55,8 @@ GTK+</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 2.03<br /> - Site last modified February 14 2010</font> + <font color="#FFCC99" size="3"> Release version 2.10<br /> + Site last modified April 7 2010</font> </td> <td width="20%"> @@ -71,17 +71,12 @@ </tr> </table> <ul id="versionlist"> + <li>Version 2.10 performs case insensitive search and upper and lower casing for non-ASCII characters. + Support for version 1.x of GTK+ removed.</li> <li>Version 2.03 fixes some problems with rectangular selection.</li> <li>Version 2.02 fixes some problems with rectangular selection.</li> <li>Version 2.01 fixes some problems with multiple selection.</li> <li>Version 2.0 supports multiple selection and virtual space.</li> - <li>Version 1.79 reports memory exhaustion instead of crashing.<br /> - This is a major change and application developers should consider how they will deal with Scintilla exhausting - memory since Scintilla may not be in a stable state.</li> - <li>Version 1.78 allows annotation lines to be displayed beneath each document line - and to display a margin with different text for each document line.</li> - <li>Version 1.77 allows direct temporary access to the text buffer.</li> - <li>Version 1.76 fixes some minor bugs.</li> </ul> <ul id="menu"> <li id="remote1"><a href="http://www.scintilla.org/SciTEImage.html">Screenshot</a></li> |