diff --git a/Build/Changes.txt b/Build/Changes.txt index 615f38054..c9b46ddb8 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,14 +33,18 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.419.(build_#) (2021-04-19) +Current BETA/RC Version 5.21.420.(build_#) (2021-04-20) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . -[.419.3]- add font weights retina(450), semi-light(350) and extra-black(950). +[.420.1]- TXT file for Translators to comunicate Line Mumbers of the "Added/Modified" strings. +[.420.1]- Code Color for the "Change date" of the "Added/Modified" strings to translate". +[.420.1]- More intermediate font weight constants added. +[.420.1]- Remove useless font stretch handling. +[.419.3]- Add font weights retina(450), semi-light(350) and extra-black(950). [.419.2]- Line Comment Add/Remove commands, additonal to existing Toggle. [.415.1]- Cut lines for rectangular and multi selection. [.412.1]- Use 'Ctrl+' key to force dropping files into new instance (Ctrl+ for new instance). @@ -102,6 +106,7 @@ CHANGES: FIXES: -------------------------------------------------------- [.###.#]- . +[.420.1]- Copy multi-selection to clipboard: separate each match by line-break. [.419.1]- Apply provided Scintilla patch. [.419.1]- Stream comment for .AU3 files. [.419.1]- "grepWinNP3": fix compiler warning Release Win32 (GRE). @@ -148,6 +153,7 @@ FIXES: REMOVED: -------------------------------------------------------- [.###.#]- . +[.420.1]- Remove useless font stretch handling. [.419.2]- Removing the font-style string for font selection. [.411.1]- Remove deprecated WinXP support (no horiz. mouse wheel). [.311.1]- Obsolete SCI_LEXER preproc symbol / no need to link lexers in Scintilla. diff --git a/Versions/build.txt b/Versions/build.txt index 00750edc0..d00491fd7 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -3 +1 diff --git a/Versions/day.txt b/Versions/day.txt index 7b53aa000..816d01be5 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -419 +420 diff --git a/language/Line numbers to translate.html b/language/Line numbers to translate.html deleted file mode 100644 index c6807d7eb..000000000 --- a/language/Line numbers to translate.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - Line Numbers to Translate - - - -

This is my first attempt at creating a Web page. I don't quite understand - yet what I'm doing, but its seems easy enough. Perhaps when I learn a few - more HTML tags and CSS styles I'll start feeling comfortable and will begin dazzling - you with my skills.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Line numbers of the text to be translated
Cell 0.1Cell 0.2Cell 0.3Cell 0.3Cell 0.5Cell 0.6Cell 0.7
Cell 1.1Cell 1.2Cell 1.3480Cell 1.5Cell 1.62021-04-04
Cell 2.1Cell 2.2Cell 2.3Cell 2.4Cell 2.5Cell 2.62021-04-13
Cell 3.1Cell 3.2Cell 3.3Cell 3.4Cell 3.5Cell 3.62021-04-19
Cell 4.1Cell 4.2Cell 4.3Cell 4.4Cell 4.5Cell 4.6Cell 4.7
- - - - - - - - \ No newline at end of file diff --git a/language/Line numbers to translate.txt b/language/Line numbers to translate.txt new file mode 100644 index 000000000..c680cbed6 --- /dev/null +++ b/language/Line numbers to translate.txt @@ -0,0 +1,35 @@ +==================================================================================================== +== == +== This .txt file is intended for Translators to communicate to them the Line Mumbers of the == +== "Added/Modified" items in the Resource files ("xx_yy.rc" and "grepWinNP3.lang"). == +== == +== Last update: 20/04/2021 == +==================================================================================================== + +March 2021: Line numbers to translate_2021-03.png: https://workupload.com/file/MrtH6U2RhKC + +April 2021: Line numbers to translate_2021-04.png: https://workupload.com/file/E7jnk9g7jKr + +May 2021: Line numbers to translate_2021-05.png: + +June 2021: Line numbers to translate_2021-06.png: + +July 2021: Line numbers to translate_2021-07.png: + +August 2021: Line numbers to translate_2021-08.png: + +September 2021: Line numbers to translate_2021-09.png: + +October 2021: Line numbers to translate_2021-10.png: + +November 2021: Line numbers to translate_2021-11.png: + +December 2021: Line numbers to translate_2021-12.png: + + +Comments and suggestions are welcome... 😃 + +If you have any difficulties or questions, do not hesitate to contact me. + +hpwamr - MUI Coordinator +--------------------------------------------------------------------------------------------------- diff --git a/language/Line numbers to translate_2021-03.png b/language/Line numbers to translate_2021-03.png deleted file mode 100644 index b9fee56f3..000000000 Binary files a/language/Line numbers to translate_2021-03.png and /dev/null differ diff --git a/language/Line numbers to translate_2021-04.png b/language/Line numbers to translate_2021-04.png deleted file mode 100644 index 736567658..000000000 Binary files a/language/Line numbers to translate_2021-04.png and /dev/null differ diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 2defe558c..66c4f7c50 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 9026a2b14..4da16dc0c 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 419 -#define VERSION_BUILD 3 +#define VERSION_REV 420 +#define VERSION_BUILD 1 #define SCINTILLA_VER 501 #define LEXILLA_VER 501 #define ONIGURUMA_REGEX_VER 6.9.6