new flags

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2030 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-01-04 13:59:36 +00:00
parent 536adb2855
commit f500ec0149
3 changed files with 20 additions and 8 deletions

View file

@ -1,8 +1,9 @@
DLL version 2.0 (12/14/2002)
DLL version 2.0 (1/4/2003)
* Supports custom font and DPI settings (by Joost Verburg)
* INI files should contain dialog units now, no pixels (by Joost Verburg)
* RESIZETOFIT flag for Bitmap control (by Amir Szekely)
* New documentation (by Joost Verburg)
* New GROUP/NOTABSTOP/DISABLED flags
DLL version 1.7 beta (11/2/2002)
* Added initDialog and show DLL functions