diff options
author | Neil <nyamatongwe@gmail.com> | 2014-08-05 09:50:44 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-08-05 09:50:44 +1000 |
commit | 0ea2bc6633ea080acf32da29bc14d3ee10dd2113 (patch) | |
tree | 26a476f3c1074ed930fdefe52b21075a83f25a1d /doc/ScintillaHistory.html | |
parent | 7912282d6629290de85497f2d13a4de6d0c1ac53 (diff) | |
download | scintilla-mirror-0ea2bc6633ea080acf32da29bc14d3ee10dd2113.tar.gz |
Fix problem where annotations disappeared when SCI_CLEARDOCUMENTSTYLE called.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 147eedb83..618049687 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -515,6 +515,9 @@ Bug fixed where style data was stale when deleting a rectangular selection. </li> <li> + Bug fixed where annotations disappeared when SCI_CLEARDOCUMENTSTYLE called. + </li> + <li> Change the function prototypes to be complete for functions exported as "C". <a href="http://sourceforge.net/p/scintilla/bugs/1618/">Bug #1618</a>. </li> |