diff options
| author | nyamatongwe <unknown> | 2001-01-28 12:13:38 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-01-28 12:13:38 +0000 | 
| commit | bd2fc92a257da4f630a9e55a6e4ac735e3a29470 (patch) | |
| tree | e0ae00f0e767a9771c77fdb4764263dea1ceaa43 /doc/index.html | |
| parent | 6cc47f75fb2bf23cc3f733faa48886990cc1f041 (diff) | |
| download | scintilla-mirror-bd2fc92a257da4f630a9e55a6e4ac735e3a29470.tar.gz | |
Updating documentation to include additions for 1.35.
Diffstat (limited to 'doc/index.html')
| -rw-r--r-- | doc/index.html | 16 | 
1 files changed, 12 insertions, 4 deletions
| diff --git a/doc/index.html b/doc/index.html index 50d22354e..963d9dbe9 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="20001128" /> +    <meta name="Date.Modified" content="20010129" />      <script>     	function IsRemote() {  		var loc = '' + window.location; @@ -31,8 +31,8 @@            GTK+</font>          </td>          <td width="40%" align="right"> -          <font color="#FFCC99" size="3"> Release version 1.34<br /> -           Site last modified November 28 2000</font> +          <font color="#FFCC99" size="3"> Release version 1.35<br /> +           Site last modified January 29 2001</font>          </td>          <td width="20%">              @@ -76,6 +76,13 @@  	  better performance and compliance on GTK+.</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> +        </td> +      </tr>      </table>      <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">        <tr> @@ -152,7 +159,8 @@ if (IsRemote()) {      </p>      <p>         You can write to me, <a href="mailto:nhodgson@bigpond.net.au">Neil Hodgson</a>, at -      nhodgson@bigpond.net.au.<br /> +      nhodgson@bigpond.net.au. If you need to hire someone to work on Scintilla based projects, you can  +      contact me or advertise on the mailing list.<br />         There is a        <a href="https://sourceforge.net/mail/?group_id=2439">scintilla-interest</a>        mailing list,  | 
