diff options
-rw-r--r-- | doc/ScintillaHistory.html | 2 | ||||
-rw-r--r-- | doc/index.html | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4a7898e22..d04b2ec3d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -582,7 +582,7 @@ </h3> <ul> <li> - Released 27 August 2022. + Released 12 October 2022. </li> <li> Added SCI_STYLESETINVISIBLEREPRESENTATION to make it easier to edit around invisible text. diff --git a/doc/index.html b/doc/index.html index 128d44877..fcd12ffb2 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="20220827" /> + <meta name="Date.Modified" content="20221012" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css"> #versionlist { @@ -57,7 +57,7 @@ </td> <td width="40%" align="right"> <font color="#FFCC99" size="3"> Release version 5.3.1<br /> - Site last modified August 27 2022</font> + Site last modified October 12 2022</font> </td> <td width="20%"> @@ -72,12 +72,11 @@ </tr> </table> <ul id="versionlist"> + <li>Version 5.3.1 can represent invisible text with a character to simplify editing and provide summarized views.</li> <li>Version 5.3.0 adds change history.</li> <li>Version 5.2.4 fixes failures on GTK with multi-threaded layout.</li> <li>Version 5.2.3 adds 64-bit safe APIs and fixes scrollbar on GTK with Xorg.</li> <li>Version 5.2.2 on GTK, scroll horizontally with Shift + Scroll Wheel.</li> - <li>Version 5.2.1 fixes leaks on GTK.</li> - <li>Version 5.2.0 adds multithreaded layout to significantly improve performance for very wide lines.</li> </ul> <ul id="menu"> <li id="remote1"><a href="https://www.scintilla.org/SciTEImage.html">Screenshot</a></li> |