+upd: Changes.txt and MS Visual C++ 2019 v16.1.(1-6)

This commit is contained in:
Pairi Daiza 2019-07-10 09:23:45 +02:00
parent 0c69157887
commit 4c41b133e8
2 changed files with 6 additions and 4 deletions

View File

@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
Current Version 5.19.707.build (7 July 2019)
Current Version 5.19.7010.build (10 July 2019)
==================================================
--------------------------------------------------
@ -43,11 +43,12 @@ NEW:
--------------------------------------------------
CHANGES:
--------------------------------------------------
- Update to Oniguruma v.6.9.3
- Scintilla Library (SCI) version 4.2.0 (2019-Jul-5)
- To force UTF-8 as preffered encoding: activate encoding detection failure fallback for default encoding
- Allow Fixedsys font for GDI rendering
- For new "Text File" scheme: use regular Segoe UI font
- Scintilla Library (SCI) version 4.1.8 (2019-Jun-27)
- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.(0-4)
- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.(0-6)
- Color MarkOccurrences refactoring: use System's HighLight color as default (alpha:60)
- Oniguruma: support static build
- Merge current (v.6.9.2) Oniguruma docs
@ -66,6 +67,7 @@ ENHANCEMENT:
--------------------------------------------------
FIXES:
--------------------------------------------------
- Oniguruma allow CRLF as newline token
- Notepad3.ini file, remove some keys with default values (styles)
- Extended encoding detection debug information
- Encoding detection failure fallback: current code-page or default encoding on new (if fallback forced)

View File

@ -68,7 +68,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1920)
#if(_MSC_FULL_VER >= 192127702)
#define VER_CPL MS Visual C++ 2019 v16.1.(0-5)
#define VER_CPL MS Visual C++ 2019 v16.1.(0-6)
#elif(_MSC_FULL_VER >= 192027508)
#define VER_CPL MS Visual C++ 2019 v16.0.(0-4)
#elif(_MSC_FULL_VER >= 192027027)