diff options
author | Neil <nyamatongwe@gmail.com> | 2020-09-05 07:55:08 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-09-05 07:55:08 +1000 |
commit | 2e8e2790c726b2b85bd0524cc25d1371f21d0529 (patch) | |
tree | 30abc6a868554275f9cfebd99f14fdb31ba7efe0 /doc/ScintillaHistory.html | |
parent | 35a54863bef7420ae455739775a5dfa17d67bbba (diff) | |
download | scintilla-mirror-2e8e2790c726b2b85bd0524cc25d1371f21d0529.tar.gz |
Add blurb for new version.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
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>. |