diff options
| author | nyamatongwe <devnull@localhost> | 2005-12-16 20:31:55 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2005-12-16 20:31:55 +0000 | 
| commit | 338d1c57ae4ede25c8e7e3cc1999be0b3bf830f9 (patch) | |
| tree | 6c64cbe944495c14219d086c525b5fd522dab967 | |
| parent | 65437cd2da72eca71ce962ef796e7775cf387bbb (diff) | |
| download | scintilla-mirror-338d1c57ae4ede25c8e7e3cc1999be0b3bf830f9.tar.gz | |
Release blurb, minor edits.
| -rw-r--r-- | doc/ScintillaHistory.html | 11 | ||||
| -rw-r--r-- | doc/index.html | 6 | 
2 files changed, 9 insertions, 8 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 69a32f756..9e2297836 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -227,7 +227,7 @@      </h3>      <ul>  	<li> -	Released on 16 December 2005. +	Released on 17 December 2005.  	</li>  	<li>  	Scintilla checks the paint region more accurately when seeing if an area is being @@ -249,8 +249,9 @@  	Bash lexer handles here documents better.  	</li>  	<li> -	JavaScript regex lexing better both for JavaScript files and when embedded in -	HTML. +	JavaScript lexing recognises regular expressions more accurately and includes flag +	characters in the regular expression style. This is both in JavaScript files and when +	JavaScript is embedded in HTML.  	</li>  	<li>  	Scintilla API provided to reveal how many style bits are needed for the @@ -360,7 +361,7 @@  	in the same order.  	</li>  	<li> -	Remaining fold box support deprecated . The symbols SC_FOLDLEVELBOXHEADERFLAG, +	Remaining fold box support deprecated. The symbols SC_FOLDLEVELBOXHEADERFLAG,     SC_FOLDLEVELBOXFOOTERFLAG, SC_FOLDLEVELCONTRACTED,     SC_FOLDLEVELUNINDENT, and SC_FOLDFLAG_BOX are deprecated.  	</li> @@ -2632,7 +2633,7 @@  	More variants of ctags tags handled by Open Selected Filename in SciTE.        </li>        <li> -	Javascript embedded in XML highlighted again. +	JavaScript embedded in XML highlighted again.        </li>        <li>  	SciTE status bar updated after changing parameters in case they are being diff --git a/doc/index.html b/doc/index.html index e68a4639f..ce9ede561 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="20051216" /> +    <meta name="Date.Modified" content="20051217" />      <style type="text/css">          .versionlist {  	color: #FFCC99; @@ -37,7 +37,7 @@          </td>          <td width="40%" align="right">            <font color="#FFCC99" size="3"> Release version 1.67<br /> -           Site last modified December 16 2005</font> +           Site last modified December 17 2005</font>          </td>          <td width="20%">              @@ -54,7 +54,7 @@      <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">        <tr>          <td width="100%"> -          <span class="versionlist">Version 1.67 is better.</span> +          <span class="versionlist">Version 1.67 enhances some lexers and fixes bugs.</span>          </td>        </tr>        <tr> | 
