aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-06-30 13:26:58 +1000
committerNeil <nyamatongwe@gmail.com>2013-06-30 13:26:58 +1000
commit925bb089a1768099114350c9ee55fd0c1c250a3b (patch)
tree79e2d699ff9acb2ee4a1beb63b7713933d69b3d6
parent197c1429b9f96907abe9ab355705e968fc8221f0 (diff)
downloadscintilla-mirror-925bb089a1768099114350c9ee55fd0c1c250a3b.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html53
1 files changed, 48 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 0503afa79..a50a25e2c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -446,11 +446,6 @@
Released 29 December 2013.
</li>
<li>
- Haskell lexer fixed to avoid unnecessary full redraws.
- Don't highlight CPP inside comments when styling.within.preprocessor is on.
- <a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459</a>.
- </li>
- <li>
On Cocoa, the LCD Optimized font quality level turns font smoothing on.
</li>
<li>
@@ -460,6 +455,34 @@
Font quality exposed in SciTE as font.quality setting.
</li>
<li>
+ Handling of UTF-8 and DBCS text in lexers improved with methods ForwardBytes and
+ GetRelativeCharacter added to StyleContext.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1483/">Bug #1483</a>.
+ </li>
+ <li>
+ On Cocoa, message:... methods simplify direct access to Scintilla and avoid call layers..
+ </li>
+ <li>
+ A68K lexer updated.
+ </li>
+ <li>
+ ECL lexer regular expression code fixed.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1491/">Bug #1491</a>.
+ </li>
+ <li>
+ Haskell lexer fixed to avoid unnecessary full redraws.
+ Don't highlight CPP inside comments when styling.within.preprocessor is on.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459</a>.
+ </li>
+ <li>
+ Lua lexer fixes bug in labels with UTF-8 text.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1483/">Bug #1483</a>.
+ </li>
+ <li>
+ Perl lexer fixes bug in string interpolation with UTF-8 text.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1483/">Bug #1483</a>.
+ </li>
+ <li>
Word wrap bug fixed where the last line could be shown twice.
</li>
<li>
@@ -473,6 +496,16 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1487/">Bug #1487</a>.
</li>
<li>
+ On Cocoa, fixed insertText: method which was broken when implementing a newer protocol.
+ </li>
+ <li>
+ On Cocoa, fixed a crash when performing string folding for bytes that do not represent a character
+ in the current encoding.
+ </li>
+ <li>
+ On Qt, fixed layout problem when QApplication construction delayed.
+ </li>
+ <li>
Fixed SciTE on GTK+ bug where a tool command could be performed using the keyboard while one was
already running leading to confusion and crashes.
<a href="http://sourceforge.net/p/scintilla/bugs/1486/">Bug #1486</a>.
@@ -481,6 +514,16 @@
Fixed SciTE bug in Copy as RTF which was limited to first 32 styles.
<a href="http://sourceforge.net/p/scintilla/bugs/1011/">Bug #1011</a>.
</li>
+ <li>
+ Fixed SciTE on Windows user strip height when the system text scaling factor is 125% or 150%.
+ </li>
+ <li>
+ Compile time checks for Digital Mars C++ removed.
+ </li>
+ <li>
+ Tk platform defined.
+ Implementation for Tk will be available separately from main Scintilla distribution.
+ </li>
</ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite333.zip?download">Release 3.3.3</a>