diff options
| author | nyamatongwe <unknown> | 2004-10-24 04:09:09 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-10-24 04:09:09 +0000 | 
| commit | 0f1a10efbf7b5c8a8120dc70eb306a8d9848ee7c (patch) | |
| tree | 40436f46280d610cb39360dad6932b14fbdd5885 /doc/index.html | |
| parent | e8e0cb9f31ed9469bcda51282851c391a6688152 (diff) | |
| download | scintilla-mirror-0f1a10efbf7b5c8a8120dc70eb306a8d9848ee7c.tar.gz | |
Switching version number to 1.62.
Diffstat (limited to 'doc/index.html')
| -rw-r--r-- | doc/index.html | 48 | 
1 files changed, 10 insertions, 38 deletions
| diff --git a/doc/index.html b/doc/index.html index e02d947d3..855dd2b2b 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="20040529" /> +    <meta name="Date.Modified" content="20041031" />      <style type="text/css">          .versionlist {  	color: #FFCC99; @@ -36,8 +36,8 @@            GTK+</font>          </td>          <td width="40%" align="right"> -          <font color="#FFCC99" size="3"> Release version 1.61<br /> -           Site last modified May 29 2004</font> +          <font color="#FFCC99" size="3"> Release version 1.62<br /> +           Site last modified October 31 2004</font>          </td>          <td width="20%">              @@ -54,6 +54,11 @@      <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">        <tr>          <td width="100%"> +          <span class="versionlist"> Version 1.62 is new. </span> +        </td> +      </tr> +      <tr> +        <td width="100%">            <span class="versionlist"> Version 1.61 improves selection handling on GTK+. </span>          </td>        </tr> @@ -86,41 +91,6 @@  	  and fixes some problems with line wrapping.</span>          </td>        </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.55 fixes a crashing bug and -	  improves perfomance on GTK+2.</span> -        </td> -      </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.54 includes new lexers for PostScript, -	  NSIS, POV-Ray, MMIX, and Scriptol.</span> -        </td> -      </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.53 improves performance on GTK+ 2.</span> -        </td> -      </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.52 has hotspots, calltips with scroll -	  arrows, and allows the use of Pango for text display on GTK+ 2.</span> -        </td> -      </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.51 improves text drawing by stopping -	  text runs drawing over the end of the previous text run. -	  GTK+ 2 compatibility improved.</span> -        </td> -      </tr> -      <tr> -        <td width="100%"> -          <span class="versionlist"> Version 1.50 allows images in autocompletion lists.</span> -        </td> -      </tr>      </table>      <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">        <tr> @@ -208,6 +178,8 @@ if (IsRemote()) {        To avoid spam, only list members can write to the list.        Announcements of new versions of Scintilla go to both the scintilla-interest list and        <a href="http://mailman.lyra.org/mailman/listinfo/scintilla-announce">scintilla-announce</a>. +      Messages sent to my personal email address that could have been sent to the list +      may receive no response.        <br />      </p>  <script type="text/javascript" language="JavaScript"> | 
