From e0743ab8b6edf0ace889382e41204a96e66db126 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 9 Mar 2021 00:26:26 +0100 Subject: [PATCH] MUI - Replacing the "RCdll.dll" file to avoid garbage chars in foreign languages. --- Build/Changes.txt | 4 +++- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 693c343e2..78a0be243 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.303.(build_#) (2021-03-03) +Current BETA/RC Version 5.21.309.(build_#) (2021-03-09) ======================================================== -------------------------------------------------------- @@ -61,6 +61,8 @@ CHANGES: FIXES: -------------------------------------------------------- [.###.#]- . +[.309.1]- Replacing the "RCdll.dll" file to avoid garbage chars in foreign languages (MUI). +[.309.1]- In ".zip" version, some filenames in "gwLng" folder are incorrectly displayed (MUI). [.303.1]- Language "Spanish Latin America" identifier correction (es-LA -> es-419) (MUI). [.302.1]- Hyperlink RegEx pattern fixed to use valid Unicode. [.302.1]- Handle quotes for URL <-> file-system path conversion. diff --git a/Versions/day.txt b/Versions/day.txt index 81606223f..7536e3d32 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -303 +309 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 7487592f8..4ff3bfd2f 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index 2d05069cb..28e2240fa 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 303 +#define VERSION_REV 309 #define VERSION_BUILD 1 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.7