Updated Changelog and added "compiling NSIS Sources" notes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2470 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
383da256bf
commit
0e8b582375
2 changed files with 61 additions and 36 deletions
|
@ -1,14 +1,25 @@
|
|||
\A{history} Release History
|
||||
\A{history} Changelog and Release Notes
|
||||
|
||||
|
||||
\e{v2.0b4}
|
||||
|
||||
\b InstallOptions PlugIn: Fixed bug [ 720332 ] ">301 Characters in State of List Box Bug in InstallOptions"
|
||||
|
||||
\b System PlugIn: Fixed a bug with calling proc(void) and added e switch to get GetLastError return value
|
||||
|
||||
\b Fixed a problem regarding borders in PlugIns BgImage and InstallOptions
|
||||
|
||||
\b Fixed pluginsdir init function generation
|
||||
|
||||
\b Bug #717022 fixed: overlapping chars in dir input
|
||||
|
||||
\b In Components Tree: Fixed problems with sub-sections with RO sections as children, SF_EXPAND now refreshes the components tree, Added SF_PSELECTED for partially selected sub-sections
|
||||
|
||||
\b \R{onmouseoversection}{OnMouseOver Text} is only displayed when mouse over section else nothing is displayed
|
||||
|
||||
\b RO sections can now be in \R{ainsttype}{InstTypes} too (default to old behavior)
|
||||
|
||||
\b \W{../contrib/InstallOptions/readme.html}{IO}: Added EXTENDEDSELECT flag for list boxes which replaces MULTISELECT that now acts exactly as the real style flag ([double] click turns on or off selection)
|
||||
\b \W{../contrib/InstallOptions/readme.html}{InstallOptions}: Added EXTENDEDSELECT flag for list boxes which replaces MULTISELECT that now acts exactly as the real style flag ([double] click turns on or off selection)
|
||||
|
||||
\b Modern UI 1.64: Finish header macro's don't have to be inserted anymore, \R{alicenseforceselection}{LicenseForceSelection} support, improved language preference storage
|
||||
|
||||
|
@ -22,6 +33,13 @@
|
|||
|
||||
\b \R{ainsttype}{InstType} /NOCUSTOM and /COMPONENTSONLYONCUSTOM work together
|
||||
|
||||
|
||||
|
||||
|
||||
\R{page}{Custom Pages} now have a leave function. As this parameter is before the caption you have to add another "" empty string for the title to work.
|
||||
|
||||
|
||||
|
||||
\e{v2.0b3}
|
||||
|
||||
\b Modern UI 1.63: Header bitmap support, new defines to change the description area, single macro for language selection dialog, more!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue