diff options
author | nyamatongwe <unknown> | 2003-04-15 11:34:05 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-04-15 11:34:05 +0000 |
commit | b3dadc78d7d6c242a8e4f6aa6c5ece35c03eee36 (patch) | |
tree | 80e6c6ae19f683b9793f29648607f0f4dbc0ffcb | |
parent | 34ccbb37d74bd260da0f3435f59d6c70649457f1 (diff) | |
download | scintilla-mirror-b3dadc78d7d6c242a8e4f6aa6c5ece35c03eee36.tar.gz |
Updating for version 1.52.
-rw-r--r-- | doc/ScintillaDownload.html | 8 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 11 | ||||
-rw-r--r-- | doc/index.html | 47 | ||||
-rw-r--r-- | win32/ScintRes.rc | 8 |
4 files changed, 28 insertions, 46 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index ee8b22f5e..fd704e465 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="scintilla151.zip">Windows</a> <a href="scintilla151.tgz"> + <font size="4"> <a href="scintilla152.zip">Windows</a> <a href="scintilla152.tgz"> GTK+/Linux</a> </font> </td> </tr> @@ -38,7 +38,7 @@ containing very few restrictions. </p> <h3> - Release 1.51 + Release 1.52 </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="scintilla151.zip">zip format</a> (460K) commonly used on Windows</li> - <li><a href="scintilla151.tgz">tgz format</a> (400K) commonly used on Linux and compatible operating systems</li> + <li><a href="scintilla152.zip">zip format</a> (460K) commonly used on Windows</li> + <li><a href="scintilla152.tgz">tgz format</a> (400K) 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 edd53ded8..7efa12b70 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -137,6 +137,17 @@ </li> </ul> <h3> + <a href="scite151.zip">Release 1.52</a> + </h3> + <ul> + <li> + Released on 16 April 2003. + </li> + <li> + Pango font support on GTK+ 2. + </li> + </ul> + <h3> <a href="scite151.zip">Release 1.51</a> </h3> <ul> diff --git a/doc/index.html b/doc/index.html index d28072d16..1ea2eb467 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="20030216" /> + <meta name="Date.Modified" content="20030416" /> <style type="text/css"> .versionlist { color: #FFCC99; @@ -36,8 +36,8 @@ GTK+</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 1.51<br /> - Site last modified February 16 2003</font> + <font color="#FFCC99" size="3"> Release version 1.52<br /> + Site last modified April 16 2003</font> </td> <td width="20%"> @@ -54,6 +54,12 @@ <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0"> <tr> <td width="100%"> + <span class="versionlist"> Version 1.52 allows the use of Pango for + text display on GTK+ 2.</span> + </td> + </tr> + <tr> + <td width="100%"> <span class="versionlist"> Version 1.51 improves text drawing by stopping text runs drawing over the end of the previous text run. GTK+ 2 compatibility improved.</span> @@ -88,41 +94,6 @@ the range of scrolling.</span> </td> </tr> - <tr> - <td width="100%"> - <span class="versionlist"> Version 1.45 includes a line layout cache to improve performance.</span> - </td> - </tr> - <tr> - <td width="100%"> - <span class="versionlist"> Version 1.44 fixes bugs. </span> - </td> - </tr> - <tr> - <td width="100%"> - <span class="versionlist"> Version 1.43 improves line wrapping. </span> - </td> - </tr> - <tr> - <td width="100%"> - <span class="versionlist"> Version 1.42 contains minor enhancements, - experimental line wrapping, bug fixes and performance improvements. </span> - </td> - </tr> - <tr> - <td width="100%"> - <span class="versionlist"> Version 1.41 avoids platform specific headers, - improves word-oriented commands, and changes cursor over different elements - on GTK+. </span> - </td> - </tr> - <tr> - <td width="100%"> - <span class="versionlist"> Version 1.40 removes - some compatibility with the Win32 RichEdit control and thus with - previous versions of Scintilla.</span> - </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 1770e48e7..5103ed6e4 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@ #include "PlatformRes.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 5, 1, 0 -PRODUCTVERSION 1, 5, 1, 0 +FILEVERSION 1, 5, 2, 0 +PRODUCTVERSION 1, 5, 2, 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.51\0" + VALUE "FileVersion", "1.52\0" VALUE "InternalName", "Scintilla\0" VALUE "LegalCopyright", "Copyright 1998-2003 by Neil Hodgson\0" VALUE "OriginalFilename", "Scintilla.DLL\0" VALUE "ProductName", "Scintilla\0" - VALUE "ProductVersion", "1.51\0" + VALUE "ProductVersion", "1.52\0" END END END |