aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorSerg Stetsuk <unknown>2015-08-16 10:20:44 +1000
committerSerg Stetsuk <unknown>2015-08-16 10:20:44 +1000
commitd7c11303d5eb4ae755b44c0bee911996b983ca6f (patch)
tree23c0c12ff5dc63bfd0f05d1beac1c886a32aacfe /doc/ScintillaHistory.html
parentb8c77c7f9e2322a1f32a49a3a6cf59d5dee04042 (diff)
downloadscintilla-mirror-d7c11303d5eb4ae755b44c0bee911996b983ca6f.tar.gz
On GTK+, support code page 866 with SC_CHARSET_OEM866.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 61a6a3c36..40cf4e898 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -473,6 +473,7 @@
</tr><tr>
<td>Jiří Techet</td>
<td>Jonathan Hunt</td>
+ <td>Serg Stetsuk</td>
</tr>
</table>
<p>
@@ -492,6 +493,10 @@
Released 3 August 2015.
</li>
<li>
+ On GTK+, SC_CHARSET_OEM866 added to allow editing Russian files encoded in code page 866.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1019/">Feature #1019.</a>
+ </li>
+ <li>
CoffeeScript lexer adds lexical class for instance properties and fixes some cases of regex highlighting.
<a href="http://sourceforge.net/p/scintilla/bugs/1749/">Bug #1749</a>.
</li>