diff options
author | Neil <nyamatongwe@gmail.com> | 2013-12-04 10:36:06 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-12-04 10:36:06 +1100 |
commit | 001d664ba86c9a9ec1c52b9af15c92b5485dd903 (patch) | |
tree | 9a10ba56685cd16a8bce9c24d1eaaeff5df7b161 | |
parent | b8fa20fd15ebffec69983287d7a444bf0c7d670a (diff) | |
download | scintilla-mirror-001d664ba86c9a9ec1c52b9af15c92b5485dd903.tar.gz |
Change log.
-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 15ffd9971..3159e1a7c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -438,6 +438,7 @@ </tr><tr> <td>Thomas Martitz</td> <td>felix</td> + <td>Christian Walther</td> </tr> </table> <p> @@ -495,6 +496,10 @@ <a href="http://sourceforge.net/p/scintilla/feature-requests/962/">Feature #962.</a> </li> <li> + Fix bug with adjacent instances of the same indicator with different values where only the first was drawn. + <a href="http://sourceforge.net/p/scintilla/bugs/1560/">Bug #1560</a>. + </li> + <li> For DirectWrite, use the GDI ClearType gamma value for SC_EFF_QUALITY_LCD_OPTIMIZED as this results in text that is similar in colour intensity to GDI. For the duller default DirectWrite ClearType text appearance, use SC_EFF_QUALITY_DEFAULT. |