complete changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1490 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d4b4e0343d
commit
abfe56ef18
1 changed files with 70 additions and 0 deletions
70
Contrib/Modern UI/Changelog.txt
Normal file
70
Contrib/Modern UI/Changelog.txt
Normal file
|
@ -0,0 +1,70 @@
|
|||
NSIS Modern User Interface - VERSION HISTORY
|
||||
|
||||
1.3 - October 27, 2002
|
||||
* Easier macro system for basic scripts
|
||||
* New MultiLanguage system using Modern UI Language Files
|
||||
* New directory structure (header/language files in Contrib\Modern UI)
|
||||
* Small bugfixes & typo corrections
|
||||
* SetPage function should be set using defines
|
||||
* Different NextPage/PrevPage/FinishHeader macro's for install/uninstall
|
||||
* Interface settings can be definend (for example, MUI_ICON), no parameters for MUI_INTERFACE anymore
|
||||
* New Install Options macro's to read/write IO INI file values
|
||||
|
||||
1.21 - September 30, 2002
|
||||
* Temp vars set in Modern UI header
|
||||
* Currentpage & Install Options vars should be set using parameters of the MUI_INTERFACE and * MUI_INSTALLOPTIONS macro's
|
||||
* MultiLanguage.nsi uses the new language strings
|
||||
|
||||
1.2 - September 22, 2002
|
||||
* Lots of macro system updates & fixes
|
||||
* InstallOptions support in macro system
|
||||
* Added Modern UI + InstallOptions example (InstallOptions.nsi)
|
||||
* MUI_NEXTPAGE_OUTER integrated in MUI_NEXTPAGE
|
||||
* No hard-coded function names anymore (you should give MUI_PREVPAGE a parameter with the set page function name (for example, MUI_PREVPAGE SetPage)
|
||||
* Examples use ReserveFile for faster startup
|
||||
|
||||
1.19 - Semtember 19, 2002
|
||||
* Renamed some macro's
|
||||
* Custom code can be used between page start/stop macro's
|
||||
|
||||
1.18 - Semtember 13, 2002
|
||||
* Uses the new Sendmessage string option
|
||||
|
||||
1.17 - Semtember 10, 2002
|
||||
* Win9x font weight bug fixed (font of title in white rect)
|
||||
|
||||
1.16 - Semtember 6, 2002
|
||||
* Change text 'Scroll down' on license page to 'Press Page Down', because the RichEdit control has focus by default now
|
||||
|
||||
1.15 - Semtember 4, 2002
|
||||
* Multilanguage example: changed LangDialog to LangDLL::LangDialog (using the DLL name is now required)
|
||||
|
||||
1.14 - Semtember 3, 2002
|
||||
* Small grammar fix (thanks eccles)
|
||||
* UI files updated by Justin for better RichEdit usage
|
||||
|
||||
1.13 - Semtember 2, 2002
|
||||
* Added 16 color icons
|
||||
|
||||
1.12 - August 30, 2002
|
||||
* Verifying installer & Unpacking data dialog has no titlebar anymore
|
||||
|
||||
1.11 - August 29, 2002
|
||||
* Finish header for uninstaller can also be set using MUI_FINISHHEADER
|
||||
|
||||
1.1 - August 29, 2002
|
||||
* Header file with macros, it's now very easy to use the UI in your scripts :)
|
||||
* Added the modern2.exe UI, with an other location of the Description frame, for installers with a lot of subsections (thanks rainwater)
|
||||
* Updated example scripts
|
||||
* Added Multilanguage.nsi example (Multilanguage & LangDLL)
|
||||
* Fixed background color issue with some custom XP themes
|
||||
* Removed WS_VISIBLE from black rect for inner dialog (fixes display issues)
|
||||
* Changed size of description area
|
||||
* Example script: Added instructions for the user on the Description frame
|
||||
* Auto sizing branding text
|
||||
* Used modern.bmp for the checks (thanks rainwater)
|
||||
* Using the new NSIS version, descriptions work using the keyboard and you can give descriptions to subsections
|
||||
* Correct font size using High-DPI fonts
|
||||
|
||||
1.0 - August 26, 2002
|
||||
* Initial release
|
Loading…
Add table
Add a link
Reference in a new issue