diff options
| author | Neil <nyamatongwe@gmail.com> | 2026-02-25 18:13:49 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2026-02-25 18:13:49 +1100 |
| commit | 1e061dfb97ed5c3890e46691678f293a0b2f9d52 (patch) | |
| tree | 497f6c6edfb7a9df800274ad76b7cd07683df005 /doc | |
| parent | e0279b297b16cf6c997e8732697d6755442448b1 (diff) | |
| download | scintilla-mirror-1e061dfb97ed5c3890e46691678f293a0b2f9d52.tar.gz | |
Updates for version 5.6.0.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 11 | ||||
| -rw-r--r-- | doc/index.html | 3 |
3 files changed, 18 insertions, 6 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index c282ed340..59ef4b721 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -26,9 +26,9 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="https://www.scintilla.org/scintilla559.zip"> + <font size="4"> <a href="https://www.scintilla.org/scintilla560.zip"> Windows</a> - <a href="https://www.scintilla.org/scintilla559.tgz"> + <a href="https://www.scintilla.org/scintilla560.tgz"> GTK/Linux</a> </font> </td> @@ -42,7 +42,7 @@ containing very few restrictions. </p> <h3> - Release 5.5.9 + Release 5.6.0 </h3> <h4> Source Code @@ -50,8 +50,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="https://www.scintilla.org/scintilla559.zip">zip format</a> (1.8M) commonly used on Windows</li> - <li><a href="https://www.scintilla.org/scintilla559.tgz">tgz format</a> (1.7M) commonly used on Linux and compatible operating systems</li> + <li><a href="https://www.scintilla.org/scintilla560.zip">zip format</a> (1.8M) commonly used on Windows</li> + <li><a href="https://www.scintilla.org/scintilla560.tgz">tgz format</a> (1.7M) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <h4> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 68f954b35..b91a7e282 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -597,6 +597,17 @@ </table> <h2 id="Releases">Releases</h2> <h3> + <a href="https://www.scintilla.org/scintilla560.zip">Release 5.6.0</a> + </h3> + <ul> + <li> + Released 25 February 2026. + </li> + <li> + Fix crash when window is too narrow to show any text. + </li> + </ul> + <h3> <a href="https://www.scintilla.org/scintilla559.zip">Release 5.5.9</a> </h3> <ul> diff --git a/doc/index.html b/doc/index.html index ba67572a3..69fe4a270 100644 --- a/doc/index.html +++ b/doc/index.html @@ -61,7 +61,7 @@ GTK, and macOS</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 5.5.9<br /> + <font color="#FFCC99" size="3"> Release version 5.6.0<br /> Site last modified February 25 2026</font> </td> <td width="20%"> @@ -77,6 +77,7 @@ </tr> </table> <ul id="versionlist"> + <li>Version 5.6.0 fixes crash when window is too narrow to show any text.</li> <li>Version 5.5.9 adds an option to disable drag & drop. Fixes colour after line end.</li> <li>Version 5.5.8 changes format of SCI_GETSELECTIONSERIALIZED and fixes redraw after undo.</li> <li>Version 5.5.7 can prevent storing scroll position in undo selection history and adds a wrap-aware SCI_SCROLLVERTICAL API.</li> |
