aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-12-04 10:36:06 +1100
committerNeil <nyamatongwe@gmail.com>2013-12-04 10:36:06 +1100
commit001d664ba86c9a9ec1c52b9af15c92b5485dd903 (patch)
tree9a10ba56685cd16a8bce9c24d1eaaeff5df7b161
parentb8fa20fd15ebffec69983287d7a444bf0c7d670a (diff)
downloadscintilla-mirror-001d664ba86c9a9ec1c52b9af15c92b5485dd903.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html5
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.