aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index af074b880..3cbe3e828 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -450,6 +450,8 @@
<td>Andreas Tscharner</td>
<td>Lee Wilmott</td>
<td>johnsonj</td>
+ </tr><tr>
+ <td>Vicente</td>
</tr>
</table>
<p>
@@ -469,6 +471,10 @@
Released 3 July 2014.
</li>
<li>
+ Text may share space vertically so that extreme ascenders and descenders are
+ not cut off by calling SCI_SETPHASESDRAW(SC_PHASES_MULTIPLE).
+ </li>
+ <li>
Separate timers are used for each type of periodic activity and they are turned on and off
as required. This saves power as there are fewer wake ups.
On recent releases of OS X Cocoa and Windows, coalescing timers are used to further
@@ -499,6 +505,9 @@
On GTK+, use the full character width for the overstrike caret for multibyte characters.
</li>
<li>
+ SciTE on GTK+ crash fixed with Insert Abbreviation command.
+ </li>
+ <li>
Fix SciTE bug where toggle bookmark did not work after multiple lines with bookmarks merged.
<a href="http://sourceforge.net/p/scintilla/bugs/1617/">Bug #1617</a>.
</li>