diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 7 | ||||
| -rw-r--r-- | doc/index.html | 4 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1e52a61d5..df2c61175 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -496,7 +496,7 @@      </h3>      <ul>  	<li> -	Released 15 January 2016. +	Released 18 January 2016.  	</li>  	<li>  	Allow painting without first styling all visible text then styling in the background @@ -512,6 +512,9 @@  	<a href="http://sourceforge.net/p/scintilla/feature-requests/1123/">Feature #1123.</a>  	</li>  	<li> +	SciTE can optionally display a read-only indicator on tabs and in the Buffers menu. +	</li> +	<li>  	Bash lexer flags incomplete here doc delimiters as syntax errors.  	<a href="http://sourceforge.net/p/scintilla/bugs/1789/">Bug #1789</a>.<br />  	Support added for using '#' in non-comment ways as is possible with zsh. @@ -593,7 +596,7 @@  	<a href="http://sourceforge.net/p/scintilla/bugs/1777/">Bug #1777</a>.  	</li>  	<li> -	SciTE can optionally display a read-only indicator on tabs and in the Buffers menu. +	Fix SciTE crashes when using LPEG lexers.  	</li>      </ul>      <h3> diff --git a/doc/index.html b/doc/index.html index 6745023ea..67b4d4c82 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="20160115" /> +    <meta name="Date.Modified" content="20160118" />      <meta name="viewport" content="width=device-width, initial-scale=1" />      <style type="text/css">          #versionlist { @@ -57,7 +57,7 @@          </td>          <td width="40%" align="right">            <font color="#FFCC99" size="3"> Release version 3.6.3<br /> -           Site last modified January 15 2016</font> +           Site last modified January 18 2016</font>          </td>          <td width="20%">               | 
