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
commit5e13b48636a6442af501bdbf1fe4afd7d008e489 (patch)
tree5455d09c80abc1efddf824414891662d71b3e802
parentd15acee3e50c81ff9171e67f77e7c99a3cec2b44 (diff)
downloadscintilla-mirror-5e13b48636a6442af501bdbf1fe4afd7d008e489.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>