Merge branch 'release/4.2.0'

This commit is contained in:
1024jp 2022-05-09 12:53:40 +09:00
commit 36895bb30f
12 changed files with 26 additions and 19 deletions

View File

@ -2,6 +2,13 @@
Change Log
==========================
4.2.0 (502)
--------------------------
- [rc.3][trivial] Tweak Japanese localization.
4.2.0-rc.3 (498)
--------------------------
@ -38,7 +45,7 @@ Change Log
### Improvements
- Update HTML syntax style to display `hr` elements as separators in the Outline.
- Restore the file encoding the user explicitly set in the last session.
- Restore the file encoding to one the user explicitly set in the last session.
- Improve stability.
- [trivial] Enable the secure state restoration introduced in macOS 12.
- [dev] Update Yams from 5.0.0 to 5.0.1.

View File

@ -4378,10 +4378,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color";
CURRENT_PROJECT_VERSION = 498;
CURRENT_PROJECT_VERSION = 502;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = CotEditor/Info.plist;
MARKETING_VERSION = "4.2.0-rc.3";
MARKETING_VERSION = 4.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor;
};
@ -4393,10 +4393,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color";
CURRENT_PROJECT_VERSION = 498;
CURRENT_PROJECT_VERSION = 502;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = CotEditor/Info.plist;
MARKETING_VERSION = "4.2.0-rc.3";
MARKETING_VERSION = 4.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor;
};
@ -4432,10 +4432,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color";
CURRENT_PROJECT_VERSION = 498;
CURRENT_PROJECT_VERSION = 502;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = CotEditor/Info.plist;
MARKETING_VERSION = "4.2.0-rc.3";
MARKETING_VERSION = 4.2.0;
OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
@ -4448,10 +4448,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color";
CURRENT_PROJECT_VERSION = 498;
CURRENT_PROJECT_VERSION = 502;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = CotEditor/Info.plist;
MARKETING_VERSION = "4.2.0-rc.3";
MARKETING_VERSION = 4.2.0;
OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;

View File

@ -16,7 +16,7 @@
<article>
<header>
<h1>CotEditor 4.2.0</h1>
<p>release: <time>2022-05</time></p>
<p>release: <time>2022-05-09</time></p>
</header>
<p class="important">This version contains some specific changes that may require manual migration by users. See <a href="specification_changes_on_4.2.html">Important changes on CotEditor 4.2</a> for details.</p>
@ -55,7 +55,7 @@
<li>Adjust the vertical position of line numbers on printing.</li>
<li>Restore the characters even incompatible with the document encoding when restoring documents from the last session.</li>
<li>Display code points instead of being left blank in the incompatible character list for whitespaces.</li>
<li>Update HTML syntax style to display `hr` elements as separators in the Outline.</li>
<li>Update HTML syntax style to display <code>hr</code> elements as separators in the Outline.</li>
<li>Add steppers to the font setting controls.</li>
<li>Restore the file encoding to one the user explicitly set in the last session.</li>
<li>Prefer using .yml for syntax definition files over .yaml.</li>

View File

@ -14,7 +14,7 @@
<p>文字をUnicodeコードポイントで入力することができます。</p>
<figure>
<img src="../gfx/unicodeInput@2x.png" width="230" class="bordered" alt="The Unicode input field where is filled “1F603”"/>
<img src="../gfx/unicodeInput@2x.png" width="230" class="bordered" alt="「1F603」が入力されたUnicode入力フィールド"/>
</figure>

View File

@ -37,7 +37,7 @@
<tr>
<th>“¥”と“\”のキーを入れ替える</th>
<td>“¥”と“\”キーの入力を相互に入れ替えます。</td>
<td>「¥」と「\」キーの入力を相互に入れ替えます。</td>
</tr>
<tr>

View File

@ -79,7 +79,7 @@
<tr>
<th>&lt; &gt;”をハイライト</th>
<td>&gt;”の位置をカーソルが通ったとき、対応する“&lt;をハイライト表示します。</td>
<td>&gt;」の位置をカーソルが通ったとき、対応する「&lt;をハイライト表示します。</td>
</tr>
<tr>

View File

@ -16,7 +16,7 @@
<article>
<header>
<h1>CotEditor 4.2.0</h1>
<p>リリース: <time>2022-05</time></p>
<p>リリース: <time>2022-05-09</time></p>
</header>
<p class="important">このバージョンは、ユーザによる移行処理が必要な仕様変更を含んでいます。詳細は<a href="specification_changes_on_4.2.html">CotEditor 4.2での重要な変更</a>を参照してください。</p>

View File

@ -185,7 +185,7 @@
<section>
<h3>アプリケーション直下のselectionオブジェクト</h3>
<p>CotEditorの最初のβ版0.6では、 &quot;selection&quot;オブジェクトをドキュメントを明示しなくてもアプリケーション前面のドキュメントが指定されたと見なしていました。しかし実際にはうまく動かなかったために、これは将来廃止にする可能性が高く非推奨となり、後方互換性のために該当部分のコードのみは残したままにしていました。</p>
<p>CotEditorの最初のβ版0.6では、 selectionオブジェクトをドキュメントを明示しなくてもアプリケーション前面のドキュメントが指定されたと見なしていました。しかし実際にはうまく動かなかったために、これは将来廃止にする可能性が高く非推奨となり、後方互換性のために該当部分のコードのみは残したままにしていました。</p>
<p>この仕様はCotEditor 1.5で正式に廃止され関連するコードも削除されました。最前面ドキュメントのselectionを得るためには例1または例2のようにそれを明示してください。</p>
<figure>

View File

@ -36,7 +36,7 @@
/* Class = "NSMenuItem"; title = "Create New Document"; ObjectID = "i4c-DG-ADS"; */
"i4c-DG-ADS.title" = "新規書類を作成";
/* Class = "NSMenuItem"; title = "Show Open Dialog"; ObjectID = "hIX-mh-cG4"; */
"hIX-mh-cG4.title" = "「開く」ダイアログを表示";
"hIX-mh-cG4.title" = "”開く”ダイアログを表示";
/* Class = "NSMenuItem"; title = "Do Nothing"; ObjectID = "KgD-GV-alV"; */
"KgD-GV-alV.title" = "何もしない";

View File

@ -83,9 +83,9 @@
"%@ strings replaced." = "%@件置換しました。";
"Invalid regular expression" = "無効な正規表現です。";
"Empty find string" = "検索文字列が空です。";
"The option “in selection” is enabled, although nothing is selected." = "「選択範囲のみ」オプションが有効になっていますが、何も選択されていません。";
"The option “in selection” is enabled, although nothing is selected." = "”選択範囲のみ”オプションが有効になっていますが、何も選択されていません。";
"Input text to find." = "検索するテキストを入力してください。";
"Select the search scope in the document or turn off the “in selection” option." = "検索範囲を選択するか「選択範囲のみ」オプションを無効にしてください。";
"Select the search scope in the document or turn off the “in selection” option." = "検索範囲を選択するか”選択範囲のみ”オプションを無効にしてください。";
// accessibility announcement
"Search wrapped." = "検索が折り返されました。"; // announced when the search restarted from the beginning.