OSDN Git Service

Update ChangeLog&ReleaseNotes (2)
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 22 Jul 2022 22:57:43 +0000 (07:57 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 22 Jul 2022 22:57:43 +0000 (07:57 +0900)
Docs/Users/ChangeLog.html
Docs/Users/ChangeLog.md
Docs/Users/ReleaseNotes.html
Docs/Users/ReleaseNotes.md

index 05053d5..68f2221 100644 (file)
 <li>BugFix: “Match case” in Search always enabled (#1380)</li>
 <li>BugFix: vertical editing for .h file is quite slow (#1386)</li>
 <li>BugFix: replace text using regular expressions behaves incorrectly if multiple matches on the same line (#1387, PR #1388)</li>
+<li>Optimize snake function (PR #1411)</li>
 </ul>
 <h3 id="folder-compare">Folder compare</h3>
 <ul>
 <li>BugFix: Fix an issue where paths with different case are not displayed correctly in the folder column of the folder compare window when comparing three directories. (PR #1372)</li>
 <li>BugFix: Fix renaming process in folder compare window. (PR #1392)</li>
 <li>BugFix: Elapsed time was no longer displayed in the status bar after folder comparison.</li>
+<li>BugFix: Fix an issue where the folder column is not updated for child items after renaming a directory in the folder compare window. (PR #1408)</li>
 </ul>
 <h3 id="plugins">Plugins</h3>
 <ul>
@@ -66,6 +68,7 @@
 <li>Hungarian (PR #1393,#1398)</li>
 <li>Japanese</li>
 <li>Lithuanian (PR #1394)</li>
+<li>Portuguese (PR #1416)</li>
 </ul></li>
 </ul>
 <h3 id="internals">Internals</h3>
 <li>BugFix: Alt/Shift key highlighting issue not resetting start point from move. (#1335)</li>
 <li>BugFix: Refresh Selected Marks Unscanned Folders as Identical (#1349)</li>
 <li>BugFix: Make the file name refreshed to detect case changes when running &quot;Refresh Selected&quot;. (PR #1358)</li>
-<li>BugFix: Fix an issue where paths with different case are not displayed correctly in the folder column of the folder compare window when comparing three directories. (PR #1372 )</li>
+<li>BugFix: Fix an issue where paths with different case are not displayed correctly in the folder column of the folder compare window when comparing three directories. (PR #1372)</li>
 <li>Tab behaviour on comparisons of files vs folders (#1367)</li>
 <li>Make the sort order of file names including numbers the same as Explorer. (osdn.net #44557)</li>
 </ul>
index 396a170..8f0d03c 100644 (file)
@@ -14,6 +14,7 @@
 - BugFix: vertical editing for .h file is quite slow (#1386)
 - BugFix: replace text using regular expressions behaves incorrectly if
     multiple matches on the same line (#1387, PR #1388)
+- Optimize snake function (PR #1411)
 
 ### Folder compare
 
@@ -23,6 +24,8 @@
 - BugFix: Fix renaming process in folder compare window. (PR #1392)
 - BugFix: Elapsed time was no longer displayed in the status bar after folder
     comparison.
+- BugFix: Fix an issue where the folder column is not updated for child items
+    after renaming a directory in the folder compare window. (PR #1408)
 
 ### Plugins
 
@@ -50,6 +53,7 @@
   - Hungarian (PR #1393,#1398)
   - Japanese
   - Lithuanian (PR #1394)
+  - Portuguese (PR #1416)
 
 ### Internals
 
     "Refresh Selected". (PR #1358)
 - BugFix: Fix an issue where paths with different case are not displayed
     correctly in the folder column of the folder compare window when comparing
-    three directories. (PR #1372 )
+    three directories. (PR #1372)
 - Tab behaviour on comparisons of files vs folders (#1367)
 - Make the sort order of file names including numbers the same as Explorer.
    (osdn.net #44557)
index ec3df8f..0095b2b 100644 (file)
 <li>BugFix: “Match case” in Search always enabled (#1380)</li>
 <li>BugFix: vertical editing for .h file is quite slow (#1386)</li>
 <li>BugFix: replace text using regular expressions behaves incorrectly if multiple matches on the same line (#1387, PR #1388)</li>
+<li>Optimize snake function (PR #1411)</li>
 </ul>
 <h3 id="folder-compare">Folder compare</h3>
 <ul>
 <li>BugFix: Fix an issue where paths with different case are not displayed correctly in the folder column of the folder compare window when comparing three directories. (PR #1372)</li>
 <li>BugFix: Fix renaming process in folder compare window. (PR #1392)</li>
 <li>BugFix: Elapsed time was no longer displayed in the status bar after folder comparison.</li>
+<li>BugFix: Fix an issue where the folder column is not updated for child items after renaming a directory in the folder compare window. (PR #1408)</li>
 </ul>
 <h3 id="plugins">Plugins</h3>
 <ul>
 <li>Bulgarian (PR #1375)</li>
 <li>Galician (PR #1400)</li>
 <li>German (PR #1396,#1399)</li>
-<li>Hungarian (PR #1392,#1398)</li>
+<li>Hungarian (PR #1393,#1398)</li>
 <li>Japanese</li>
 <li>Lithuanian (PR #1394)</li>
+<li>Portuguese (PR #1416)</li>
 </ul></li>
 </ul>
 <h3 id="internals">Internals</h3>
 <li>BugFix: Alt/Shift key highlighting issue not resetting start point from move. (#1335)</li>
 <li>BugFix: Refresh Selected Marks Unscanned Folders as Identical (#1349)</li>
 <li>BugFix: Make the file name refreshed to detect case changes when running &quot;Refresh Selected&quot;. (PR #1358)</li>
-<li>BugFix: Fix an issue where paths with different case are not displayed correctly in the folder column of the folder compare window when comparing three directories. (PR #1372 )</li>
+<li>BugFix: Fix an issue where paths with different case are not displayed correctly in the folder column of the folder compare window when comparing three directories. (PR #1372)</li>
 <li>Tab behaviour on comparisons of files vs folders (#1367)</li>
 <li>Make the sort order of file names including numbers the same as Explorer. (osdn.net #44557)</li>
 </ul>
index 9ac3384..5629873 100644 (file)
@@ -28,6 +28,7 @@ Please submit bug reports to our bug-tracker.
 - BugFix: vertical editing for .h file is quite slow (#1386)
 - BugFix: replace text using regular expressions behaves incorrectly if
     multiple matches on the same line (#1387, PR #1388)
+- Optimize snake function (PR #1411)
 
 ### Folder compare
 
@@ -37,6 +38,8 @@ Please submit bug reports to our bug-tracker.
 - BugFix: Fix renaming process in folder compare window. (PR #1392)
 - BugFix: Elapsed time was no longer displayed in the status bar after folder
     comparison.
+- BugFix: Fix an issue where the folder column is not updated for child items
+    after renaming a directory in the folder compare window. (PR #1408)
 
 ### Plugins
 
@@ -61,9 +64,10 @@ Please submit bug reports to our bug-tracker.
   - Bulgarian (PR #1375)
   - Galician (PR #1400)
   - German (PR #1396,#1399)
-  - Hungarian (PR #1392,#1398)
+  - Hungarian (PR #1393,#1398)
   - Japanese
   - Lithuanian (PR #1394)
+  - Portuguese (PR #1416)
 
 ### Internals
 
@@ -116,7 +120,7 @@ Please submit bug reports to our bug-tracker.
     "Refresh Selected". (PR #1358)
 - BugFix: Fix an issue where paths with different case are not displayed
     correctly in the folder column of the folder compare window when comparing
-    three directories. (PR #1372 )
+    three directories. (PR #1372)
 - Tab behaviour on comparisons of files vs folders (#1367)
 - Make the sort order of file names including numbers the same as Explorer.
    (osdn.net #44557)