removed old info, changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2857 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f2003bb103
commit
5d6de5b949
2 changed files with 4 additions and 5 deletions
|
@ -6,6 +6,7 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
* Support for multiple pages of the same type
|
* Support for multiple pages of the same type
|
||||||
* Changed macro names
|
* Changed macro names
|
||||||
* Updated langauge system, new language files
|
* Updated langauge system, new language files
|
||||||
|
* Removed MUI_BRANDINGTEXT. Use BrandingText command now.
|
||||||
|
|
||||||
1.65 - July 16, 2003
|
1.65 - July 16, 2003
|
||||||
* New page configuration system, no different system for installers
|
* New page configuration system, no different system for installers
|
||||||
|
@ -36,7 +37,6 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
* Language specific fonts
|
* Language specific fonts
|
||||||
* Welcome/Finish page INI files can be modified in pre functions
|
* Welcome/Finish page INI files can be modified in pre functions
|
||||||
* More texts can be customized
|
* More texts can be customized
|
||||||
* Language files have to be updated
|
|
||||||
|
|
||||||
1.63 - March 9, 2003
|
1.63 - March 9, 2003
|
||||||
* Support for a bitmap in the wizard header
|
* Support for a bitmap in the wizard header
|
||||||
|
@ -56,7 +56,6 @@ NSIS Modern User Interface - VERSION HISTORY
|
||||||
* RTL support
|
* RTL support
|
||||||
* Documentation updates
|
* Documentation updates
|
||||||
* Minor fixes
|
* Minor fixes
|
||||||
* No changed language strings
|
|
||||||
|
|
||||||
1.62 - February 2, 2003
|
1.62 - February 2, 2003
|
||||||
* New language strings for finish page
|
* New language strings for finish page
|
||||||
|
|
|
@ -134,7 +134,7 @@ settings.</p>
|
||||||
<p class="text"><span class="bold">Important: </span>Because the Modern
|
<p class="text"><span class="bold">Important: </span>Because the Modern
|
||||||
UI has its own macro system, its own default settings and a lot of
|
UI has its own macro system, its own default settings and a lot of
|
||||||
new features, the interface configuration works differently. So you
|
new features, the interface configuration works differently. So you
|
||||||
should not use commands like Icon, BrandingText etc.</p>
|
should not use commands Icon, CheckBitmap, InstallColors etc.</p>
|
||||||
<p class="header">Screenshots</p>
|
<p class="header">Screenshots</p>
|
||||||
<p class="text"><img src="Screenshot.png" width="503" height="393" alt="" /></p>
|
<p class="text"><img src="Screenshot.png" width="503" height="393" alt="" /></p>
|
||||||
<p class="text"><img src="Screenshot2.png" width="503" height="393" alt="" /></p>
|
<p class="text"><img src="Screenshot2.png" width="503" height="393" alt="" /></p>
|
||||||
|
@ -670,13 +670,14 @@ FunctionEnd
|
||||||
</div>
|
</div>
|
||||||
<p class="header">Version history</p>
|
<p class="header">Version history</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>1.66 - September 4
|
<li>1.66 - September 4, 2003
|
||||||
<ul>
|
<ul>
|
||||||
<li>New system for page settings and custom pages</li>
|
<li>New system for page settings and custom pages</li>
|
||||||
<li>Support for uninstaller components page</li>
|
<li>Support for uninstaller components page</li>
|
||||||
<li>Support for multiple pages of the same type</li>
|
<li>Support for multiple pages of the same type</li>
|
||||||
<li>Changed macro names</li>
|
<li>Changed macro names</li>
|
||||||
<li>Updated langauge system, new language files</li>
|
<li>Updated langauge system, new language files</li>
|
||||||
|
<li>Removed MUI_BRANDINGTEXT. Use BrandingText command now.</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -714,7 +715,6 @@ FunctionEnd
|
||||||
<li>Language specific fonts</li>
|
<li>Language specific fonts</li>
|
||||||
<li>Welcome/Finish page INI files can be modified in pre functions</li>
|
<li>Welcome/Finish page INI files can be modified in pre functions</li>
|
||||||
<li>More texts can be customized</li>
|
<li>More texts can be customized</li>
|
||||||
<li>Language files have to be updated</li>
|
|
||||||
</ul></li>
|
</ul></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="text"><a href="Changelog.txt">Complete version history</a></p>
|
<p class="text"><a href="Changelog.txt">Complete version history</a></p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue