diff options
author | Neil <nyamatongwe@gmail.com> | 2023-11-02 10:37:37 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-11-02 10:37:37 +1100 |
commit | dc154f7c889703d991e9fe20bbd1b56581c42beb (patch) | |
tree | 4bc95a0acd6b5c623bec4d1a8de49509c52e70db | |
parent | e702dacda85f0976d1006d9634dc38b53fad1336 (diff) | |
download | scintilla-mirror-dc154f7c889703d991e9fe20bbd1b56581c42beb.tar.gz |
Updates for version 5.3.8.
-rw-r--r-- | cocoa/Scintilla/Info.plist | 2 | ||||
-rw-r--r-- | cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj | 8 | ||||
-rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 5 | ||||
-rw-r--r-- | doc/index.html | 8 | ||||
-rw-r--r-- | qt/ScintillaEdit/ScintillaEdit.pro | 2 | ||||
-rw-r--r-- | qt/ScintillaEditBase/ScintillaEditBase.pro | 2 | ||||
-rw-r--r-- | version.txt | 2 | ||||
-rw-r--r-- | win32/ScintRes.rc | 4 |
9 files changed, 23 insertions, 20 deletions
diff --git a/cocoa/Scintilla/Info.plist b/cocoa/Scintilla/Info.plist index 2c69a426a..f88ce2d1b 100644 --- a/cocoa/Scintilla/Info.plist +++ b/cocoa/Scintilla/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>5.3.7</string> + <string>5.3.8</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>NSHumanReadableCopyright</key> diff --git a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj index 42c7eb098..2cb130cbb 100644 --- a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj +++ b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj @@ -574,7 +574,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 5.3.7; + CURRENT_PROJECT_VERSION = 5.3.8; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -638,7 +638,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 5.3.7; + CURRENT_PROJECT_VERSION = 5.3.8; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; @@ -670,7 +670,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 5.3.7; + CURRENT_PROJECT_VERSION = 5.3.8; DEAD_CODE_STRIPPING = YES; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; @@ -705,7 +705,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 5.3.7; + CURRENT_PROJECT_VERSION = 5.3.8; DEAD_CODE_STRIPPING = YES; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 80212f611..4e94f2127 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -26,9 +26,9 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="https://www.scintilla.org/scintilla537.zip"> + <font size="4"> <a href="https://www.scintilla.org/scintilla538.zip"> Windows</a> - <a href="https://www.scintilla.org/scintilla537.tgz"> + <a href="https://www.scintilla.org/scintilla538.tgz"> GTK/Linux</a> </font> </td> @@ -42,7 +42,7 @@ containing very few restrictions. </p> <h3> - Release 5.3.7 + Release 5.3.8 </h3> <h4> Source Code @@ -50,8 +50,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in <ul> - <li><a href="https://www.scintilla.org/scintilla537.zip">zip format</a> (1.7M) commonly used on Windows</li> - <li><a href="https://www.scintilla.org/scintilla537.tgz">tgz format</a> (1.6M) commonly used on Linux and compatible operating systems</li> + <li><a href="https://www.scintilla.org/scintilla538.zip">zip format</a> (1.7M) commonly used on Windows</li> + <li><a href="https://www.scintilla.org/scintilla538.tgz">tgz format</a> (1.6M) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <h4> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d49ee81a0..856655c91 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -588,7 +588,7 @@ </h3> <ul> <li> - Released 22 September 2023. + Released 5 November 2023. </li> <li> Fix excesssive memory use when deleting contiguous ranges backwards. @@ -603,6 +603,9 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2078/">Bug #2078</a>. </li> <li> + For Cocoa, minimum supported macOS release increased to 10.13. + </li> + <li> For Cocoa, fix invisible text on macOS 14 Sonoma. <a href="https://sourceforge.net/p/scintilla/bugs/2402/">Bug #2402</a>. </li> diff --git a/doc/index.html b/doc/index.html index fe97f431d..1a63a24ce 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" /> <meta name="Description" content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." /> - <meta name="Date.Modified" content="20230922" /> + <meta name="Date.Modified" content="20231105" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css"> .logo { @@ -60,8 +60,8 @@ GTK, and macOS</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 5.3.7<br /> - Site last modified September 22 2023</font> + <font color="#FFCC99" size="3"> Release version 5.3.8<br /> + Site last modified November 5 2023</font> </td> <td width="20%"> @@ -76,11 +76,11 @@ </tr> </table> <ul id="versionlist"> + <li>Version 5.3.8 fixes excesssive memory use when deleting contiguous ranges backwards and is compatible with new macOS 14.</li> <li>Version 5.3.7 fixes platform-specific issues on GTK, Qt, and Win32.</li> <li>Version 5.3.6 improves cursor behaviour on Win32 and IME support on Win32 and Qt.</li> <li>Version 5.3.5 improves IME support on Win32 and Qt.</li> <li>Version 5.3.4 adds multithreaded wrapping.</li> - <li>Version 5.3.3 fixes minor bugs in APIs and platform layers.</li> </ul> <ul id="menu"> <li id="remote1"><a href="https://www.scintilla.org/SciTEImage.html">Screenshot</a></li> diff --git a/qt/ScintillaEdit/ScintillaEdit.pro b/qt/ScintillaEdit/ScintillaEdit.pro index 37826d657..80f49b35d 100644 --- a/qt/ScintillaEdit/ScintillaEdit.pro +++ b/qt/ScintillaEdit/ScintillaEdit.pro @@ -13,7 +13,7 @@ TEMPLATE = lib CONFIG += lib_bundle CONFIG += c++1z -VERSION = 5.3.7 +VERSION = 5.3.8 SOURCES += \ ScintillaEdit.cpp \ diff --git a/qt/ScintillaEditBase/ScintillaEditBase.pro b/qt/ScintillaEditBase/ScintillaEditBase.pro index ea84df81d..9bfb069f9 100644 --- a/qt/ScintillaEditBase/ScintillaEditBase.pro +++ b/qt/ScintillaEditBase/ScintillaEditBase.pro @@ -12,7 +12,7 @@ TEMPLATE = lib CONFIG += lib_bundle CONFIG += c++1z -VERSION = 5.3.7 +VERSION = 5.3.8 SOURCES += \ PlatQt.cpp \ diff --git a/version.txt b/version.txt index ff5f5b647..b85aab395 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -537 +538 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 4d2ecc899..65ce56392 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.3.7" -#define VERSION_WORDS 5, 3, 7, 0 +#define VERSION_SCINTILLA "5.3.8" +#define VERSION_WORDS 5, 3, 8, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |