diff options
-rw-r--r-- | doc/ScintillaHistory.html | 8 | ||||
-rw-r--r-- | doc/index.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 69d2dc1cc..a5be8ef3a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -580,10 +580,6 @@ Released 8 September 2020. </li> <li> - Fix position of marker symbols for SC_MARGIN_RTEXT which were being moved based on - width of text. - </li> - <li> Allow cross-building for GTK by choosing pkg-config. <a href="https://sourceforge.net/p/scintilla/bugs/2189/">Bug #2189</a>. </li> @@ -596,6 +592,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2198/">Bug #2198</a>. </li> <li> + Fix position of marker symbols for SC_MARGIN_RTEXT which were being moved based on + width of text. + </li> + <li> Fixed bug on Win32 where cursor was flickering between hand and text over an indicator with hover style. <a href="https://sourceforge.net/p/scintilla/bugs/2170/">Bug #2170</a>. diff --git a/doc/index.html b/doc/index.html index ddd406c43..4b4b62d47 100644 --- a/doc/index.html +++ b/doc/index.html @@ -72,12 +72,12 @@ </tr> </table> <ul id="versionlist"> + <li>Version 4.4.5 fixes bugs with indicators, margin text, and ineffective layout caching.</li> <li>Version 4.4.4 implements end of line annotations.</li> <li>Version 4.4.3 was released just to fix SciTE.</li> <li>Version 4.4.2 fixes Lexilla build problems with Xcode and as a static library on Win32.</li> <li>Version 4.4.0 builds Scintilla without lexers as a shared library for GTK, and adds Xcode projects for Scintilla without lexers and Lexilla on macOS.</li> - <li>Version 4.3.3 adds methods for iterating marker handles and marker numbers on a line.</li> </ul> <ul id="menu"> <li id="remote1"><a href="https://www.scintilla.org/SciTEImage.html">Screenshot</a></li> |