@@ -4,7 +4,7 @@ unit RestartManager;
Basic RestartManager API interface Unit for Delphi 2 and higher
by Martijn Laan
- $jrsoftware: issrc/Components/RestartManager.pas,v 1.1.2.1 2012/01/04 16:35:19 mlaan Exp $
+ $jrsoftware: issrc/Components/RestartManager.pas,v 1.2 2012/02/05 18:59:21 mlaan Exp $
}
{$IFNDEF VER90}
@@ -8,7 +8,7 @@ unit ScintStylerInnoSetup;
TInnoSetupStyler: styler for Inno Setup scripts
- $jrsoftware: issrc/Components/ScintStylerInnoSetup.pas,v 1.13.2.2 2012/01/30 14:44:25 mlaan Exp $
+ $jrsoftware: issrc/Components/ScintStylerInnoSetup.pas,v 1.14 2012/02/05 18:59:21 mlaan Exp $
interface
@@ -4,7 +4,7 @@
;
; Maintained by Martijn Laan ([email protected])
-; $jrsoftware: issrc/Files/Languages/Dutch.isl,v 1.27.4.1 2012/01/30 14:44:27 mlaan Exp $
+; $jrsoftware: issrc/Files/Languages/Dutch.isl,v 1.29 2012/02/05 18:59:22 mlaan Exp $
[LangOptions]
LanguageName=Nederlands
@@ -8,7 +8,7 @@ unit CmnFunc;
Common VCL functions
- $jrsoftware: issrc/Projects/CmnFunc.pas,v 1.24.4.1 2012/01/30 14:44:28 mlaan Exp $
+ $jrsoftware: issrc/Projects/CmnFunc.pas,v 1.25 2012/02/05 18:59:23 mlaan Exp $
{$B-}
@@ -8,7 +8,7 @@ unit CmnFunc2;
Common non-VCL functions
- $jrsoftware: issrc/Projects/CmnFunc2.pas,v 1.111.2.1 2012/01/16 21:27:03 mlaan Exp $
+ $jrsoftware: issrc/Projects/CmnFunc2.pas,v 1.112 2012/02/05 18:59:23 mlaan Exp $
{$B-,R-}
@@ -8,7 +8,7 @@ unit CompMsgs;
Compiler Messages
- $jrsoftware: issrc/Projects/CompMsgs.pas,v 1.120.2.1 2012/01/30 14:44:29 mlaan Exp $
+ $jrsoftware: issrc/Projects/CompMsgs.pas,v 1.121 2012/02/05 18:59:23 mlaan Exp $
All language-specific text used by the compiler is in here. If you want to
translate it into another language, all you need to change is this unit.
@@ -8,7 +8,7 @@ program Compil32;
Compiler
- $jrsoftware: issrc/Projects/Compil32.dpr,v 1.32.2.3 2012/01/16 21:27:03 mlaan Exp $
+ $jrsoftware: issrc/Projects/Compil32.dpr,v 1.33 2012/02/05 18:59:23 mlaan Exp $
uses
@@ -8,7 +8,7 @@ unit Compile;
- $jrsoftware: issrc/Projects/Compile.pas,v 1.522.2.2 2012/01/30 14:44:28 mlaan Exp $
+ $jrsoftware: issrc/Projects/Compile.pas,v 1.523 2012/02/05 18:59:23 mlaan Exp $
{x$DEFINE STATICPREPROC}
@@ -8,7 +8,7 @@ unit InstFunc;
Misc. installation functions
- $jrsoftware: issrc/Projects/InstFunc.pas,v 1.117.4.1 2012/01/16 21:27:04 mlaan Exp $
+ $jrsoftware: issrc/Projects/InstFunc.pas,v 1.118 2012/02/05 18:59:23 mlaan Exp $
@@ -8,7 +8,7 @@ unit Install;
Installation procedures
- $jrsoftware: issrc/Projects/Install.pas,v 1.327.2.3 2012/01/30 14:44:29 mlaan Exp $
+ $jrsoftware: issrc/Projects/Install.pas,v 1.329 2012/02/05 18:59:23 mlaan Exp $
@@ -8,7 +8,7 @@ unit Main;
Background form
- $jrsoftware: issrc/Projects/Main.pas,v 1.412.2.5 2012/01/30 14:44:29 mlaan Exp $
+ $jrsoftware: issrc/Projects/Main.pas,v 1.414 2012/02/05 18:59:23 mlaan Exp $
@@ -8,7 +8,7 @@ unit MsgIDs;
Message identifiers
- $jrsoftware: issrc/Projects/MsgIDs.pas,v 1.34.12.2 2012/01/30 14:44:29 mlaan Exp $
+ $jrsoftware: issrc/Projects/MsgIDs.pas,v 1.35 2012/02/05 18:59:23 mlaan Exp $
@@ -8,7 +8,7 @@ unit ScriptClasses_C;
Script support classes (compile time)
- $Id: ScriptClasses_C.pas,v 1.68.2.1 2012/01/04 16:35:20 mlaan Exp $
+ $Id: ScriptClasses_C.pas,v 1.69 2012/02/05 18:59:23 mlaan Exp $
@@ -8,7 +8,7 @@ unit ScriptClasses_R;
Script support classes (run time)
- $Id: ScriptClasses_R.pas,v 1.60.6.1 2012/01/04 16:35:20 mlaan Exp $
+ $Id: ScriptClasses_R.pas,v 1.61 2012/02/05 18:59:23 mlaan Exp $
@@ -8,7 +8,7 @@ unit ScriptFunc;
Script support functions
- $jrsoftware: issrc/Projects/ScriptFunc.pas,v 1.90.6.2 2012/01/16 21:27:04 mlaan Exp $
+ $jrsoftware: issrc/Projects/ScriptFunc.pas,v 1.91 2012/02/05 18:59:23 mlaan Exp $
@@ -8,7 +8,7 @@ unit ScriptFunc_R;
Script support functions (run time)
- $jrsoftware: issrc/Projects/ScriptFunc_R.pas,v 1.172.2.2 2012/01/16 21:27:04 mlaan Exp $
+ $jrsoftware: issrc/Projects/ScriptFunc_R.pas,v 1.173 2012/02/05 18:59:23 mlaan Exp $
@@ -9,7 +9,7 @@ unit Struct;
Various records and other types that are shared by the ISCmplr, Setup,
SetupLdr, and Uninst projects
- $jrsoftware: issrc/Projects/Struct.pas,v 1.264.2.4 2012/02/05 18:43:13 mlaan Exp $
+ $jrsoftware: issrc/Projects/Struct.pas,v 1.265 2012/02/05 18:59:23 mlaan Exp $
@@ -8,7 +8,7 @@ unit Undo;
Uninstallation Procedures
- $jrsoftware: issrc/Projects/Undo.pas,v 1.127.4.1 2012/01/16 21:27:04 mlaan Exp $
+ $jrsoftware: issrc/Projects/Undo.pas,v 1.128 2012/02/05 18:59:23 mlaan Exp $
{ Note: This unit is shared by both the 'Setup' and 'Uninst' projects }
@@ -8,7 +8,7 @@ unit Wizard;
Wizard form
- $jrsoftware: issrc/Projects/Wizard.pas,v 1.224.2.6 2012/02/05 18:43:13 mlaan Exp $
+ $jrsoftware: issrc/Projects/Wizard.pas,v 1.226 2012/02/05 18:59:23 mlaan Exp $
@@ -5,7 +5,7 @@
; Setup script
-; $jrsoftware: issrc/setup.iss,v 1.183.2.1 2012/02/05 18:43:12 mlaan Exp $
+; $jrsoftware: issrc/setup.iss,v 1.184 2012/02/05 18:59:20 mlaan Exp $
[Setup]
AppName=Inno Setup
@@ -19,7 +19,7 @@
</head>
<body>
-<!-- $jrsoftware: issrc/whatsnew.htm,v 1.739.2.3 2012/02/05 18:43:12 mlaan Exp $ -->
+<!-- $jrsoftware: issrc/whatsnew.htm,v 1.742 2012/02/05 18:59:20 mlaan Exp $ -->
<div class="bluehead"><span class="head1">Inno Setup 5</span><br /><span class="head2">Revision History</span></div>