aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormitchell <unknown>2018-05-06 22:36:59 -0400
committermitchell <unknown>2018-05-06 22:36:59 -0400
commitbf1655a9d739971ad04ac427115b4b6dad28c840 (patch)
treea7a5598f98fb9f1edb2ad5f212b63f19716f2b49
parent29890488373c4ee851cb5f30ce782f0f78fdf007 (diff)
downloadscintilla-mirror-bf1655a9d739971ad04ac427115b4b6dad28c840.tar.gz
Updated BACKPORTING.
-rw-r--r--BACKPORTING26
1 files changed, 26 insertions, 0 deletions
diff --git a/BACKPORTING b/BACKPORTING
index b9337e588..a23911fc0 100644
--- a/BACKPORTING
+++ b/BACKPORTING
@@ -170,3 +170,29 @@ branch), or have information worth noting.
6666:9561714c303b Updated due to allowing C++17 code now.
Not backported, since only C++11 is supported.
+6676:d48bdae67b33 Updates for 4.0.4.
+6678:95fdb4c19b33 Added tag rel-4-0-4 for changeset d48bdae67b33
+ Not backported, since this is LongTerm3.
+
+6680:0161abb24da4 Bug [#2008]. Avoid warning unsigned >= 0.
+ Not backported, since it is unknown whether or not this feature will have any
+ C++14 or C++17 features in it.
+
+6689:41dbff5a4813 Make method const as it is just a reader.
+ Not backported, since return value depends on interface, which is different
+ from single interface in 4.x.
+
+6746:61e16d5c73cf Change log for SciTE for macOS.
+6749:85d99f7c5c6d SciTE change log.
+6757:56a46ce2e0b4 SciTE change log.
+6779:d5508bacbfd4 SciTE change log.
+ Not backported, as these apply only to SciTE.
+
+6786:68c8592fe333 Specify type of std::clamp to avoid casting arguments.
+ Not backported, since std::clamp is C++17 and Sci::clamp is not typed.
+
+6922:d97cb73c8da7 SciTE change log.
+ Not backported, as this applies only to SciTE.
+
+6924:b9ab83221b03 Updates for 4.0.5.
+ Not backported, since this is LongTerm3.