diff options
author | Neil <nyamatongwe@gmail.com> | 2017-03-19 23:13:22 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-03-19 23:13:22 +1100 |
commit | 27ed5d2b9c41b808fa2dd8f696650649b4f0a56f (patch) | |
tree | 66f357d4d5c0ba5eb595062bc8905aa06c5598f0 | |
parent | 4fdf84a2b8c86e005023260ca581f968a048ec17 (diff) | |
download | scintilla-mirror-27ed5d2b9c41b808fa2dd8f696650649b4f0a56f.tar.gz |
Change log for the recent fold tag drawing fixes.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 655e8489f..15af6e639 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -562,6 +562,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1905/">Bug #1905</a>. </li> <li> + Drawing fixes for fold tags include fully drawing lines and not overlapping some + drawing and ensuring edges and mark underlines are visible. + </li> + <li> Fix Cocoa failure to display accented character chooser for European languages by partially reverting a change made to prevent a crash with Chinese input by special-casing the Cangjie input source. |