diff --git a/scintilla/doc/ScintillaDownload.html b/scintilla/doc/ScintillaDownload.html
index a86f1edb..69b4a008 100644
--- a/scintilla/doc/ScintillaDownload.html
+++ b/scintilla/doc/ScintillaDownload.html
@@ -26,9 +26,9 @@
-
+
Windows
-
+
GTK+/Linux
|
@@ -42,7 +42,7 @@
containing very few restrictions.
- Release 3.6.3
+ Release 3.6.4
Source Code
@@ -50,8 +50,8 @@
The source code package contains all of the source code for Scintilla but no binary
executable code and is available in
- - zip format (1500K) commonly used on Windows
- - tgz format (1400K) commonly used on Linux and compatible operating systems
+ - zip format (1500K) commonly used on Windows
+ - tgz format (1400K) commonly used on Linux and compatible operating systems
Instructions for building on both Windows and Linux are included in the readme file.
diff --git a/scintilla/doc/ScintillaHistory.html b/scintilla/doc/ScintillaHistory.html
index e2e57c8c..14bead6a 100644
--- a/scintilla/doc/ScintillaHistory.html
+++ b/scintilla/doc/ScintillaHistory.html
@@ -480,6 +480,10 @@
Yury Dubinsky |
Sam Hocevar |
Luyomi |
+ Matt Gilarde |
+
+ Mark C |
+ Johannes Sasongko |
@@ -491,18 +495,72 @@
Icons Copyright(C) 1998 by Dean S. Jones
+
+
+ -
+ Released 13 March 2016.
+
+ -
+ JSON lexer added.
+ Feature #1140.
+
+ -
+ The Python lexer treats '@' as an operator except when it is the first visible character on a line.
+ This is for Python 3.5.
+
+ -
+ SciTE bug fixed with exported HTML where extra line shown.
+ Bug #1816.
+
+ -
+ SciTE on Windows fixes bugs with pop-up menus in the find and replace strips.
+ For the replace strip, menu choices change the state.
+ For the find strip, menu choices are reflected in the appearance of their corresponding buttons.
+
+
-
- Released 18 January 2016.
+ Released 13 March 2016.
+
+ -
+ SciTE allows setting the autocompletion type separator character.
+
+ -
+ The C++ folder folds code on '(' and ')' to allow multi-line calls to be folded.
+ Feature #1138.
-
For the HTML lexer, limit the extent of Mako line comments to finish before
the line end characters.
-
+ Folds unfolded when two fold regions are merged by either deleting an intervening line
+ or changing its fold level by adding characters.
+ This was fixed both in Scintilla and in SciTE's equivalent code.
+ Bug #1799.
+
+ -
+ The Progress lexer supports hexadecimal numeric literals,
+ single-line comments, abbreviated keywords and
+ extends nested comments to unlimited levels.
+
+ -
+ Ruby lexer treats alternate hash key syntax "key:" as a symbol.
+ Bug #1810.
+
+ -
+ Rust lexer handles bracketed Unicode string escapes like "\u{123abc}".
+ Bug #1809.
+
+ -
+ For GTK+ on Windows fix 64-bit build which was broken in 3.6.3.
+
+ -
For Qt, release builds have assertions turned off.
-
@@ -511,6 +569,23 @@
-
IME target range displayed on Qt for OS X.
+ -
+ On Windows, make clipboard operations more robust by retrying OpenClipboard if it fails
+ as this may occur when another application has opened the clipboard.
+
+ -
+ On Windows back out change that removed use of def file to ensure
+ Scintilla_DirectFunction exported without name mangling.
+ Bug #1813.
+
+ -
+ On GTK+ and Qt over Win32 in Korean fix bug caused by last release's word input change.
+
+ -
+ For SciTE, more descriptive error messages are displayed when there are problems loading the
+ Lua startup script.
+ Feature #1139.
+
Release 3.6.3
diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html
index 77161471..cc1365f3 100644
--- a/scintilla/doc/index.html
+++ b/scintilla/doc/index.html
@@ -9,7 +9,7 @@
-
+