aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html8
1 files changed, 4 insertions, 4 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>.