aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-09-21 02:58:47 +0000
committernyamatongwe <devnull@localhost>2001-09-21 02:58:47 +0000
commit69a3ae630d80c69ebe26b10a2d30b3cc6a1775b8 (patch)
treeb9bbf41e492a5a4473bf29569dfc42357d449b83
parent9584e2317deeb9dbcc7f8e6210bdc45c1e9862f7 (diff)
downloadscintilla-mirror-69a3ae630d80c69ebe26b10a2d30b3cc6a1775b8.tar.gz
Upgraded version number to 1.40.
-rw-r--r--doc/ScintillaDownload.html8
-rw-r--r--doc/index.html48
-rw-r--r--version.txt2
-rw-r--r--win32/ScintRes.rc8
4 files changed, 18 insertions, 48 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html
index 45ee29bb1..5adcf4334 100644
--- a/doc/ScintillaDownload.html
+++ b/doc/ScintillaDownload.html
@@ -25,7 +25,7 @@
<table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
<tr>
<td>
- <font size="4"> <a href="scintilla139.zip">Windows</a>&nbsp;&nbsp; <a href="scintilla139.tgz">
+ <font size="4"> <a href="scintilla140.zip">Windows</a>&nbsp;&nbsp; <a href="scintilla140.tgz">
GTK+/Linux</a>&nbsp;&nbsp;</font>
</td>
</tr>
@@ -38,7 +38,7 @@
containing very few restrictions.
</p>
<h3>
- Release 1.39
+ Release 1.40
</h3>
<h4>
Source Code
@@ -46,8 +46,8 @@
The source code package contains all of the source code for Scintilla but no binary
executable code and is available in
<ul>
- <li><a href="scintilla139.zip">zip format</a> (350K) commonly used on Windows</li>
- <li><a href="scintilla139.tgz">tgz format</a> (300K) commonly used on Linux and compatible operating systems</li>
+ <li><a href="scintilla140.zip">zip format</a> (350K) commonly used on Windows</li>
+ <li><a href="scintilla140.tgz">tgz format</a> (300K) commonly used on Linux and compatible operating systems</li>
</ul>
Instructions for building on both Windows and Linux are included in the readme file.
<p>
diff --git a/doc/index.html b/doc/index.html
index 5b37adcaf..2104a45a7 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="20010822" />
+ <meta name="Date.Modified" content="20010922" />
<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.39<br />
- Site last modified August 22 2001</font>
+ <font color="#FFCC99" size="3"> Release version 1.40<br />
+ Site last modified September 22 2001</font>
</td>
<td width="20%">
&nbsp;
@@ -49,6 +49,12 @@
<table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">
<tr>
<td width="100%">
+ <font color="#FFCC99" size="3"> Version 1.40 removes
+ some compatibility with previous versions.</font>
+ </td>
+ </tr>
+ <tr>
+ <td width="100%">
<font color="#FFCC99" size="3"> Version 1.39 has
a flattened tree control style folding margin and mouse dwell events.</font>
</td>
@@ -72,42 +78,6 @@
Win32 and prepares for 64 bit support.</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>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.34 contains a Pascal lexer,
- better performance and compliance on GTK+.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.33 has better internationalisation
- support on GTK+ and fixes bugs.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.32 fixes bugs.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.31 supports C#, has many improvements and is
- available as a COM control.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="4"> Version 1.30 supports PHP well and moves the API
- towards platform independance.</font>
- </td>
- </tr>
</table>
<table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
<tr>
diff --git a/version.txt b/version.txt
index b5db9c417..c2807f7f3 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-139 \ No newline at end of file
+140 \ No newline at end of file
diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc
index 16b00c8ee..bb1b48655 100644
--- a/win32/ScintRes.rc
+++ b/win32/ScintRes.rc
@@ -9,8 +9,8 @@
#include "PlatformRes.h"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 1, 3, 9, 0
-PRODUCTVERSION 1, 3, 9, 0
+FILEVERSION 1, 4, 0, 0
+PRODUCTVERSION 1, 4, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -27,12 +27,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Neil Hodgson neilh@scintilla.org\0"
VALUE "FileDescription", "Scintilla.DLL - a Source Editing Component\0"
- VALUE "FileVersion", "1.39\0"
+ VALUE "FileVersion", "1.40\0"
VALUE "InternalName", "Scintilla\0"
VALUE "LegalCopyright", "Copyright 1998-2001 by Neil Hodgson\0"
VALUE "OriginalFilename", "Scintilla.DLL\0"
VALUE "ProductName", "Scintilla\0"
- VALUE "ProductVersion", "1.39\0"
+ VALUE "ProductVersion", "1.40\0"
END
END
END