diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-05-13 13:35:38 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-05-13 13:35:38 +1000 |
| commit | 8655885818137bc46fca80e4f662bbfb6975f83f (patch) | |
| tree | 26feec15fcb4ee9822836655a53d49933648284f /doc/ScintillaHistory.html | |
| parent | c5d8d10a379619d4c13932d4c2ce6c6454ff78f3 (diff) | |
| download | scintilla-mirror-8655885818137bc46fca80e4f662bbfb6975f83f.tar.gz | |
Bug [#1703]. Fix bug when drawing text margins in buffered mode which would use
default encoding instead of chosen encoding.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 700de78fd..e2b770fb1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -512,6 +512,11 @@ VHDL folder folds units declarations and fixes a case insensitivity bug with not treating "IS" the same as "is". </li> <li> + Fix bug when drawing text margins in buffered mode which would use default + encoding instead of chosen encoding. + <a href="http://sourceforge.net/p/scintilla/bugs/1703/">Bug #1703</a>. + </li> + <li> Fix link error on Windows when SCI_NAMESPACE used. </li> <li> |
