diff options
author | nyamatongwe <devnull@localhost> | 2001-09-23 07:09:00 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-09-23 07:09:00 +0000 |
commit | 2748de50c1e4b12f3b4cd224950b350684558b88 (patch) | |
tree | adb2e790753e77f4695122a799c1c564ab07d8ea | |
parent | 2d7733f3f2565808ac1fd1a5c22968de51cdd8f3 (diff) | |
download | scintilla-mirror-2748de50c1e4b12f3b4cd224950b350684558b88.tar.gz |
Updated release info.rel-1-40
-rw-r--r-- | doc/index.html | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/doc/index.html b/doc/index.html index 2104a45a7..0af5527d4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,16 +9,21 @@ <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="20010922" /> + <meta name="Date.Modified" content="20010923" /> + <style type="text/css"> + .versionlist { + color: #FFCC99; + } + </style> <script> function IsRemote() { var loc = '' + window.location; return loc.indexOf('http:') != -1; } - </script> - <title> - Scintilla and SciTE - </title> + </script> + <title> + Scintilla and SciTE + </title> </head> <body bgcolor="#FFFFFF" text="#000000"> <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0"> @@ -32,7 +37,7 @@ </td> <td width="40%" align="right"> <font color="#FFCC99" size="3"> Release version 1.40<br /> - Site last modified September 22 2001</font> + Site last modified September 23 2001</font> </td> <td width="20%"> @@ -49,33 +54,34 @@ <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0"> <tr> <td width="100%"> - <font color="#FFCC99" size="3"> Version 1.40 removes - some compatibility with previous versions.</font> + <span class="versionlist"> Version 1.40 removes + some compatibility with the Win32 RichEdit control and thus with + previous versions of Scintilla.</span> </td> </tr> <tr> <td width="100%"> - <font color="#FFCC99" size="3"> Version 1.39 has - a flattened tree control style folding margin and mouse dwell events.</font> + <span class="versionlist"> Version 1.39 has + a flattened tree control style folding margin and mouse dwell events.</span> </td> </tr> <tr> <td width="100%"> - <font color="#FFCC99" size="3"> Version 1.38 can use - loadable lexer plugins and supports Ruby, Lisp and Eiffel.</font> + <span class="versionlist"> Version 1.38 can use + loadable lexer plugins and supports Ruby, Lisp and Eiffel.</span> </td> </tr> <tr> <td width="100%"> - <font color="#FFCC99" size="3"> Version 1.37 contains simple regular + <span class="versionlist"> Version 1.37 contains simple regular expression search and replace, is compatible with GTK+ 1.2.9, - and improves document modification speed by avoiding screen updates.</font> + and improves document modification speed by avoiding screen updates.</span> </td> </tr> <tr> <td width="100%"> - <font color="#FFCC99" size="3"> Version 1.36 supports GTK+ on - Win32 and prepares for 64 bit support.</font> + <span class="versionlist"> Version 1.36 supports GTK+ on + Win32 and prepares for 64 bit support.</span> </td> </tr> </table> |