diff options
author | nyamatongwe <unknown> | 2000-06-27 05:13:29 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-06-27 05:13:29 +0000 |
commit | 956c8cf7509f576a13d6821f1c52e5c6000cb6cc (patch) | |
tree | 36394790f7c9e905d4bad8b31a02941d104142fa | |
parent | f12d8515a093e91a19466417b7cd066bb3fd7103 (diff) | |
download | scintilla-mirror-956c8cf7509f576a13d6821f1c52e5c6000cb6cc.tar.gz |
Updated to 1.28.
-rw-r--r-- | doc/ScintillaDownload.html | 8 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 18 | ||||
-rw-r--r-- | doc/index.html | 11 | ||||
-rw-r--r-- | win32/ScintRes.rc | 8 |
4 files changed, 34 insertions, 11 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index c5dc344e2..ba7f35890 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="scintilla127.zip">Windows</a> <a href="scintilla127.tgz"> + <font size="4"> <a href="scintilla128.zip">Windows</a> <a href="scintilla128.tgz"> GTK+/Linux</a> </font> </td> </tr> @@ -38,7 +38,7 @@ containing very few restrictions. </p> <h3> - Release 1.26 + Release 1.28 </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="scintilla127.zip">zip format</a> (250K) commonly used on Windows</li> - <li><a href="scintilla127.tgz">tgz format</a> (220K) commonly used on Linux and compatible operating systems</li> + <li><a href="scintilla128.zip">zip format</a> (250K) commonly used on Windows</li> + <li><a href="scintilla128.tgz">tgz format</a> (220K) 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/ScintillaHistory.html b/doc/ScintillaHistory.html index f1367943e..8c75b73a1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -126,6 +126,24 @@ </li> </ul> <h3> + <a href="scite128.zip">Release 1.28</a> + </h3> + <ul> + <li> + Released on 27 June 2000. + </li> + <li> + Fixes crash in indentation guides when indent size set to 0. + </li> + <li> + Fixes to installation on Linux. User properties file has a dot at front of name: + .SciTEUser.properties. Global properties file location configurable at compile time + defaulting to $prefix/share/scite. $prefix determined from Gnome if present else its + /usr/local and can be overridden by installer. Gnome menu integration performed in + make install if Gnome present. + </li> + </ul> + <h3> <a href="scite127.zip">Release 1.27</a> </h3> <ul> diff --git a/doc/index.html b/doc/index.html index 86f896bc6..66913914b 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="20000623" /> + <meta name="Date.Modified" content="20000627" /> <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.27<br /> - Site last modified June 23 2000</font> + <font color="#FFCC99" size="3"> Release version 1.28<br /> + Site last modified June 27 2000</font> </td> <td width="20%"> @@ -91,6 +91,11 @@ <font color="#FFCC99" size="3"> Version 1.27 features indentation guides.</font> </td> </tr> + <tr> + <td width="100%"> + <font color="#FFCC99" size="3"> Version 1.28 fixes a bug in indentation guides.</font> + </td> + </tr> </table> <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index dec13cec9..ed1f1f848 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@ #include "PlatformRes.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 2, 7, 0 -PRODUCTVERSION 1, 2, 7, 0 +FILEVERSION 1, 2, 8, 0 +PRODUCTVERSION 1, 2, 8, 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.27\0" + VALUE "FileVersion", "1.28\0" VALUE "InternalName", "Scintilla\0" VALUE "LegalCopyright", "Copyright 1998-2000 by Neil Hodgson\0" VALUE "OriginalFilename", "Scintilla.DLL\0" VALUE "ProductName", "Scintilla\0" - VALUE "ProductVersion", "1.27\0" + VALUE "ProductVersion", "1.28\0" END END END |