Pārlūkot izejas kodu

Updated UniPs (added a .gitignore to it).

Martijn Laan 12 gadi atpakaļ
vecāks
revīzija
b324a5ee0e
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 1 1
      Components/UniPs
  2. 2 1
      whatsnew.htm

+ 1 - 1
Components/UniPs

@@ -1 +1 @@
-Subproject commit 52291ffbfc14f3cf1a445f3e88c6902e13fbdf78
+Subproject commit 3e720bee8a5587c9f933d2bd48a535013177b113

+ 2 - 1
whatsnew.htm

@@ -55,6 +55,7 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
 <li>If the <tt>Flags</tt> parameter of a [Files] entry includes <tt>isreadme</tt> and the entry also has a <tt>BeforeInstall</tt> or <tt>AfterInstall</tt> parameter, the <tt>BeforeInstall</tt> or <tt>AfterInstall</tt> functions will now only be called when the file is installed and no longer a second time when the file is viewed after the installation has completed.</li>
 <li>The Inno Setup help file source code has been moved into the main Inno Setup source code repository.</li>
 <li><i>Fix:</i> [Setup] section directive <tt>CloseApplicationsFilter</tt> was partially case sensitive.</li>
+<li>Unicode [Code] based on RemObjects Pascal Script Git commit 3e720bee8a5587c9f933d2bd48a535013177b113.</li>
 <li>Minor tweaks.</li>
 </ul>
 
@@ -65,7 +66,7 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
 <li>Pascal Scripting: Added new <tt>RegisterExtraCloseApplicationsResources</tt> event function and also added new <tt>RegisterExtraCloseApplicationsResource</tt> support function. These functions can be used to register extra files which Setup should check for being in-use.</li>
 <li>Added new command line parameters supported by Setup: /CLOSEAPPLICATIONS and /RESTARTAPPLICATIONS. These can be used to override the <tt>CloseApplications</tt> and <tt>RestartApplications</tt> directives.</li>
 <li>Decreased Unicode Inno Setup's size slightly. Contributed by <a href="https://github.com/ahausladen" target="_blank">Andreas Hausladen</a> via <a href="https://github.com/jrsoftware" target="_blank">GitHub</a>.</li>
-<li>Unicode [Code] based on RemObjects Pascal Script Git commit 52291ffbfc14f3cf1a445f3e88c6902e13fbdf78.</li>
+<li>Unicode [Code] based on RemObjects Pascal Script Git commit 03c9815d521d0ca1aa1952d29d2f8e148518e4a6.</li>
 <li>Minor tweaks.</li>
 </ul>