diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0324381d2..67aeed2ad 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -531,14 +531,20 @@ Icons</a> Copyright(C) 1998 by Dean S. Jones<br /> </li> </ul> - <h3> - <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.?/scintilla380.zip/download">Release 3.?</a> - </h3> - <ul> + <h3> + <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.?/scintilla?.zip/download">Release 3.?</a> + </h3> + <ul> <li> Released ?. </li> <li> + On Win32, a new file, ScintillaDLL.cxx, provides + the DllMain function required for a stand-alone Scintilla DLL. Build and project files should include this + file when producing a DLL and omit it when producing a static library or linking Scintilla statically. + The STATIC_BUILD preprocessor symbol is no longer used. + </li> + <li> In some cases, invalid UTF-8 is handled in a way that is a little friendlier. For example, when copying to the clipboard on Windows, an invalid lead byte will be copied as the equivalent ISO 8859-1 character and will not hide the following byte. |