diff options
-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. |