diff options
| author | nyamatongwe <devnull@localhost> | 2001-08-21 08:03:14 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-08-21 08:03:14 +0000 | 
| commit | 5fda84184bf58e6ddb9fab7cf3bf6b0aed2535fe (patch) | |
| tree | e59500020b2f2b1f8f64b8d606e161904d22c526 | |
| parent | 9982443380aec98fc4564b99c4d29bcd5aefa1e2 (diff) | |
| download | scintilla-mirror-5fda84184bf58e6ddb9fab7cf3bf6b0aed2535fe.tar.gz | |
mention mouse dwell and reversed order of versions to newest first.
| -rw-r--r-- | doc/index.html | 42 | 
1 files changed, 21 insertions, 21 deletions
| diff --git a/doc/index.html b/doc/index.html index 64bad5329..5b37adcaf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -49,63 +49,63 @@      <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">        <tr>          <td width="100%"> -          <font color="#FFCC99" size="4"> Version 1.30 supports PHP well and moves the API -            towards platform independance.</font> +          <font color="#FFCC99" size="3"> Version 1.39 has +	  a flattened tree control style folding margin and mouse dwell events.</font>          </td>        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> Version 1.31 supports C#, has many improvements and is -	  available as a COM control.</font> +          <font color="#FFCC99" size="3"> Version 1.38 can use +	  loadable lexer plugins and supports Ruby, Lisp and Eiffel.</font>          </td>        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> Version 1.32 fixes bugs.</font> +          <font color="#FFCC99" size="3"> 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>          </td>        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> Version 1.33 has better internationalisation -	  support on GTK+ and fixes bugs.</font> +          <font color="#FFCC99" size="3"> Version 1.36 supports GTK+ on +	  Win32 and prepares for 64 bit support.</font>          </td>        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> Version 1.34 contains a Pascal lexer, -	  better performance and compliance on GTK+.</font> +          <font color="#FFCC99" size="3"> Version 1.35 contains rewritten +	  widget code for the GTK+ version to enhance solidity and correctly +	  forward events to containers.</font>          </td>        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> Version 1.35 contains rewritten -	  widget code for the GTK+ version to enhance solidity and correctly -	  forward events to containers.</font> +          <font color="#FFCC99" size="3"> Version 1.34 contains a Pascal lexer, +	  better performance and compliance on GTK+.</font>          </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> +          <font color="#FFCC99" size="3"> Version 1.33 has better internationalisation +	  support on GTK+ and fixes bugs.</font>          </td>        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> 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> +          <font color="#FFCC99" size="3"> Version 1.32 fixes bugs.</font>          </td>        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> Version 1.38 can use -	  loadable lexer plugins and support Ruby, Lisp and Eiffel.</font> +          <font color="#FFCC99" size="3"> Version 1.31 supports C#, has many improvements and is +	  available as a COM control.</font>          </td>        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> Version 1.39 has -	  a flattened tree control style folding margin.</font> +          <font color="#FFCC99" size="4"> Version 1.30 supports PHP well and moves the API +            towards platform independance.</font>          </td>        </tr>      </table> | 
