diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDownload.html | 4 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 4 | ||||
-rw-r--r-- | doc/index.html | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 657f5c74f..a425f5b05 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -26,7 +26,7 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="https://www.scintilla.org/scintilla500.zip"> + <font size="4"> <a href="https://www.scintilla.org/scintilla501.zip"> Windows</a> <a href="https://www.scintilla.org/scintilla500.tgz"> GTK/Linux</a> @@ -42,7 +42,7 @@ containing very few restrictions. </p> <h3> - Release 5.0.0 + Release 5.0.1 </h3> <h4> Source Code diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index faa7539fe..d0a8666ac 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -572,11 +572,11 @@ </ul> <h2>Releases</h2> <h3> - <a href="https://www.scintilla.org/scite501.zip">Release 5.0.1</a> + <a href="https://www.scintilla.org/scintilla501.zip">Release 5.0.1</a> </h3> <ul> <li> - Released 5 March 2021. + Released 5 April 2021. </li> <li> Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods. diff --git a/doc/index.html b/doc/index.html index 4c98b667d..14a892acf 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="20210305" /> + <meta name="Date.Modified" content="20210405" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css"> #versionlist { @@ -56,8 +56,8 @@ GTK, and OS X</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 5.0.0<br /> - Site last modified March 5 2021</font> + <font color="#FFCC99" size="3"> Release version 5.0.1<br /> + Site last modified April 5 2021</font> </td> <td width="20%"> @@ -72,6 +72,8 @@ </tr> </table> <ul id="versionlist"> + <li>Version 5.0.1 has significantly changed the interface between platform layers and platform-independent code + with more drawing capabilities. This includes ubiquitous translucency and variable stroke width to better support High DPI displays.</li> <li>Version 5.0.0 is an unstable release with lexers unbundled.</li> <li>Version 4.4.6 fixes building with Xcode 12.</li> <li>Version 4.4.5 fixes bugs with indicators, margin text, and ineffective layout caching.</li> |