aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-04-21 14:41:38 +1000
committerNeil <nyamatongwe@gmail.com>2015-04-21 14:41:38 +1000
commit9eb90ce37cb4beb01684e41ffb1eea740f3032ec (patch)
tree99492885f5cd5fa9a92b0f75ddc75b967b730a23 /doc/ScintillaHistory.html
parent8331bf11b36f1c22349831053aba4266ac8c8121 (diff)
downloadscintilla-mirror-9eb90ce37cb4beb01684e41ffb1eea740f3032ec.tar.gz
Fix link error when SCI_NAMESPACE used.
From Stefan Küng.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index c6080f8c9..34647b49c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -469,6 +469,7 @@
<td>Mika Attila</td>
<td>JoMazM</td>
<td>Markus Moser</td>
+ <td>Stefan Küng</td>
</tr>
</table>
<p>
@@ -488,6 +489,17 @@
Released 17 April 2015.
</li>
<li>
+ Fix link error on Windows when SCI_NAMESPACE used.
+ </li>
+ <ul>
+ <h3>
+ <a href="http://prdownloads.sourceforge.net/scintilla/scite355.zip?download">Release 3.5.5</a>
+ </h3>
+ <ul>
+ <li>
+ Released 17 April 2015.
+ </li>
+ <li>
Scintilla on Windows is now always a wide character window so SCI_SETKEYSUNICODE has no effect
and SCI_GETKEYSUNICODE always returns true. These APIs are deprecated and should not be called.
</li>