diff --git a/Build/Changes.txt b/Build/Changes.txt index b2bc474b7..6fc2a689d 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ===================================================== -Current BETA Version 5.20.121.(build_#) (2020-01-21) +Current BETA Version 5.20.123.(build_#) (2020-01-23) ===================================================== ----------------------------------------------------- @@ -50,6 +50,7 @@ NEW: ----------------------------------------------------- CHANGES: ----------------------------------------------------- +- Lexer keyword initializer list simplified. - Find/Replace dialog: in case of "transform backslashes" do Esc control seqs. - Remove "extra" drag n' drop handler. - Upper confidence level for UCHARDET to: "AnalyzeReliableConfidenceLevel=70". @@ -86,12 +87,13 @@ CHANGES: - Menu and behavior for copy/paste and copy/paste line. - Allow each modification step to split undo typing sequence (set timeout < 20ms). - Split undo typing sequence (by line-breaks and/or timeout). -- Update Oniguruma Regex (ONI) engine (version 6.9.4). -- Update Scintilla Library (SCI) version 4.3.0 (Released 16 January 2020). +- Update Oniguruma Regex (ONI) engine version 6.9.5 (2020/01/23). +- Update Scintilla Library (SCI) version 4.3.0 (2020/01/16). ----------------------------------------------------- ENHANCEMENT: ----------------------------------------------------- +- Multiline search/find. - Apply Start Case to AutoHotkey Lexer. - Change to 1-pass (file open/close) to save settings in Notepad3.ini. - Enclosing selection with HTML-Tag - Remember last pattern (session). @@ -101,6 +103,7 @@ ENHANCEMENT: ----------------------------------------------------- FIXES: ----------------------------------------------------- +- Allow multi-line search pattern. - IME color and IME color styler. - Wrong language reference for lexer : "Tag". - "Recent Files" History handling. diff --git a/oniguruma/version.txt b/oniguruma/version.txt index c250d84b8..e1e5d1369 100644 --- a/oniguruma/version.txt +++ b/oniguruma/version.txt @@ -1 +1 @@ -6.9.4 +6.9.5