initplugins, start menu folder selection, new paging system, fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1644 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-09 17:58:22 +00:00
parent 02e181ca0f
commit 4103e6cd77
6 changed files with 123 additions and 59 deletions

View file

@ -1,10 +1,12 @@
NSIS Modern User Interface - VERSION HISTORY
1.5 - Novermber 8, 2002
1.5 - Novermber 9, 2002
* New language file format
* Language strings can be changed in the script without editing language files
* Install Options macro's updated. MUI_INSTALLOPTIONS_DISPLAY is the standard macro now.
Use MUI_INSTALLOPTIONS_INITDIALOG and MUI_INSTALLOPTIONS_SHOW if you want to customize dialog controls.
* Start Menu Folder selection page
* Compatible with new paging system
* Renamed macro's and defines
* Some small fixes