diff options
Diffstat (limited to 'scintilla/doc/index.html')
-rw-r--r-- | scintilla/doc/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html index 21297c0..7716147 100644 --- a/scintilla/doc/index.html +++ b/scintilla/doc/index.html @@ -9,8 +9,8 @@ <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="20151106" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="Date.Modified" content="20160118" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
#versionlist {
margin: 0;
@@ -56,8 +56,8 @@ GTK+, and OS X</font>
</td>
<td width="40%" align="right">
- <font color="#FFCC99" size="3"> Release version 3.6.2<br />
- Site last modified November 6 2015</font>
+ <font color="#FFCC99" size="3"> Release version 3.6.3<br />
+ Site last modified January 18 2016</font>
</td>
<td width="20%">
@@ -72,6 +72,7 @@ </tr>
</table>
<ul id="versionlist">
+ <li>Version 3.6.3 supports idle-time styling.</li>
<li>Version 3.6.2 fixes crashes and other bugs, particularly on Cocoa.</li>
<li>Version 3.6.1 adds minor features and fixes bugs.</li>
<li>Version 3.6.0 implements more multiple selection operations.
@@ -151,7 +152,7 @@ if (!IsRemote()) { //if NOT remote... </p>
<p>
Questions and comments about Scintilla should be directed to the
- <a href="http://groups.google.com/group/scintilla-interest">scintilla-interest</a>
+ <a href="https://groups.google.com/forum/#!forum/scintilla-interest">scintilla-interest</a>
mailing list,
which is for discussion of Scintilla and related projects, their bugs and future features.
This is a low traffic list, averaging less than 20 messages per week.
@@ -176,7 +177,7 @@ if (IsRemote()) { //-->
</script>
<noscript>
-<a href="http://sourceforge.net/projects/scintilla">
+<a href="http://sourceforge.net/projects/scintilla/">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
</noscript>
</body>
|