From 4c41b133e876e69a0b97bb3a12326bc12e84ec12 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 10 Jul 2019 09:23:45 +0200 Subject: [PATCH] +upd: Changes.txt and MS Visual C++ 2019 v16.1.(1-6) --- Build/Changes.txt | 8 +++++--- src/Version.h | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 3009c06aa..ded313d23 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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) diff --git a/src/Version.h b/src/Version.h index fa2608e61..34dc5092d 100644 --- a/src/Version.h +++ b/src/Version.h @@ -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)