diff options
author | mitchell <unknown> | 2019-06-05 23:06:01 -0400 |
---|---|---|
committer | mitchell <unknown> | 2019-06-05 23:06:01 -0400 |
commit | 16a87d41b24b380bb74956da86accb6e1b62b830 (patch) | |
tree | a2cc5ec59c4d331d1231cc6e22b7a9917a7d0d63 | |
parent | 09b2a5a04c2b04252329795ad0f50f5db196f2e1 (diff) | |
download | scintilla-mirror-16a87d41b24b380bb74956da86accb6e1b62b830.tar.gz |
Updated BACKPORTING.
-rw-r--r-- | BACKPORTING | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/BACKPORTING b/BACKPORTING index 51f1e66d0..4b26b12c6 100644 --- a/BACKPORTING +++ b/BACKPORTING @@ -454,13 +454,17 @@ branch), or have information worth noting. 7430:6a6bf370ae9f Removed tag rel-4-1-5 7431:fcecd4a96700 Added tag rel-4-1-5 for changeset 6a6bf370ae9f Not backported, since this is LongTerm3. - + 7479:be5a36866340 Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes some Not backported, since only C++11 is supported. - + 7480:1b7760e143911 SciTE change log. Not backported, since this is LongTerm3. - + 7486:a99fa007805f Feature [feature-requests:#1280]. Lexer added for X12. Backported, but with LexerX12::Terminator struct definition not having default values, which is a C++14 feature. + +7550:fb4a24eb8aec Preparing for 4.1.6 release. +7551:4781ee00f04f Clarified large file support. + Not backported, since this is LongTerm3. |