diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDoc.html | 2 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index c24f52d78..2bfcff27c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2694,7 +2694,7 @@ struct Sci_TextToFind { <code>SC_CHARSET_TURKISH</code>, and <code>SC_CHARSET_VIETNAMESE</code>.</p> <p>The character sets supported on GTK+ are:<br /> - <code>SC_CHARSET_ANSI</code>, <code>SC_CHARSET_CYRILLIC</code> (code page 1251), + <code>SC_CHARSET_ANSI</code>, <code>SC_CHARSET_OEM866</code> (code page 866), <code>SC_CHARSET_CYRILLIC</code> (code page 1251), <code>SC_CHARSET_EASTEUROPE</code>, <code>SC_CHARSET_GB2312</code>, <code>SC_CHARSET_HANGUL</code>, <code>SC_CHARSET_RUSSIAN</code> (KOI8-R), <code>SC_CHARSET_SHIFTJIS</code>, and 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> |