aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-07-18 14:39:43 +1000
committerNeil <nyamatongwe@gmail.com>2014-07-18 14:39:43 +1000
commit2fc9c2d3742b5b09a6e1ec40d32e4d93f83df5ca (patch)
tree333226d53631455e6d5b94d6b5b09f166093eaec
parent13352fef35d261cc307c14a58ae46c02dbba2806 (diff)
downloadscintilla-mirror-2fc9c2d3742b5b09a6e1ec40d32e4d93f83df5ca.tar.gz
Updated change log.
-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>