diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaDownload.html | 8 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 11 | ||||
| -rw-r--r-- | doc/index.html | 47 |
3 files changed, 24 insertions, 42 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> |
