aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-03-29 10:56:56 +1100
committerNeil <nyamatongwe@gmail.com>2015-03-29 10:56:56 +1100
commit517560616b9cb878c55282ae3465a84dd2aea9c3 (patch)
tree4719515aa6991bfd5b3b16e422932e162ecd3cf7
parent9e589badba71d6e6e8dee8d12e8f38ddc7aab39e (diff)
downloadscintilla-mirror-517560616b9cb878c55282ae3465a84dd2aea9c3.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 7dbb3824f..1e47b5f0e 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -492,6 +492,11 @@
and SCI_GETKEYSUNICODE always returns true. These APIs are deprecated and should not be called.
</li>
<li>
+ The wxWidgets-specific ascent member of Font has been removed which breaks
+ compatibility with current wxStyledTextCtrl.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1682/">Bug #1682</a>.
+ </li>
+ <li>
SQL lexer fixes handling of '+' and '-' in numbers so the '-' in '1-1' is seen as an operator and for
'1--comment' the comment is recognized.
</li>