separated a bit

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3145 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-11-15 17:48:36 +00:00
parent 3ccb9ac786
commit f08bac6815

View file

@ -1,9 +1,8 @@
\A{history} Changelog and Release Notes \A{history} Changelog and Release Notes
\H{v2.0b4} 2.0 Beta 4
\e{v2.0b4} \S1{v2.0b4-rn} Release Notes
\\<b\\>Release Notes:\\</b\\>
\b The /LANG parameter is no longer available for any text setting instructions. You must use a \R{langstring}{LangString} if you want to make a certain text multilingual. This means you can also set one text for all languages. To make the license data multilingual you should use \R{licenselangstring}{LicenseLangString}. \b The /LANG parameter is no longer available for any text setting instructions. You must use a \R{langstring}{LangString} if you want to make a certain text multilingual. This means you can also set one text for all languages. To make the license data multilingual you should use \R{licenselangstring}{LicenseLangString}.
@ -17,7 +16,9 @@
\b \R{upgradedll}{UpgradeDLL} has been changed, it's \e{highly recommend} that you include the new version in your script using \c{!include "UpgradeDLL.nsh"} instead of the old one. \b \R{upgradedll}{UpgradeDLL} has been changed, it's \e{highly recommend} that you include the new version in your script using \c{!include "UpgradeDLL.nsh"} instead of the old one.
\\<b\\>Changelog:\\</b\\> \S1{v2.0b4-cl} Changelog
\S2{} Major Changes
\b CHM documentation - searchable and comes with an index \b CHM documentation - searchable and comes with an index
@ -31,6 +32,8 @@
\b Full support for RTL languages, including support for LTR and RTL languages in one installer \b Full support for RTL languages, including support for LTR and RTL languages in one installer
\b \L{../Contrib/Modern UI/Readme.html}{Modern UI 1.67}: New system & syntax for pages, settings (support for multiple pages of the same type, page specific settings, more customization options etc.), Welcome/Finish pages for uninstaller, \R{alicenseforceselection}{LicenseForceSelection} support, new options for Finish page / language selection dialog, fixes, more
\b Extraction progress \b Extraction progress
\b Better installation directory verification \b Better installation directory verification
@ -63,6 +66,20 @@
\b LangStrings are no longer installer/uninstaller specific (no un.) \b LangStrings are no longer installer/uninstaller specific (no un.)
\b Fixed SetOutPath not setting current directory if the directory didn't exist before
\b Components tree: fixed problems with sub-sections with RO sections as children, SF_EXPAND now refreshes the components tree and added SF_PSELECTED for partially selected sub-sections
\b Documentation fixes
\b Minor bug fixes
\b Code clean-ups and some more comments
\b More...
\S2{} New/Changed Commands
\b Added \R{pageex}{PageEx}, \R{pagecallbacks}{PageCallbacks} and \R{adirvar}{DirVar} - it's now a lot easier to add the same page type twice \b Added \R{pageex}{PageEx}, \R{pagecallbacks}{PageCallbacks} and \R{adirvar}{DirVar} - it's now a lot easier to add the same page type twice
\b Added \R{afilebufsize}{FileBufSize} \b Added \R{afilebufsize}{FileBufSize}
@ -91,11 +108,7 @@
\b Added base_dir for \R{gettempfilename}{GetTempFileName} \b Added base_dir for \R{gettempfilename}{GetTempFileName}
\b Fixed SetOutPath not setting current directory if the directory didn't exist before \S2{} Utilities and Plug-ins
\b Components tree: fixed problems with sub-sections with RO sections as children, SF_EXPAND now refreshes the components tree and added SF_PSELECTED for partially selected sub-sections
\b \L{../Contrib/Modern UI/Readme.html}{Modern UI 1.67}: New system & syntax for pages, settings (support for multiple pages of the same type, page specific settings, more customization options etc.), Welcome/Finish pages for uninstaller, \R{alicenseforceselection}{LicenseForceSelection} support, new options for Finish page / language selection dialog, fixes, more
\b \L{../Contrib/Makensisw/Readme.txt}{MakeNSISW 2.0}: UI to define symbols, easy access to recent scripts, toolbar and more \b \L{../Contrib/Makensisw/Readme.txt}{MakeNSISW 2.0}: UI to define symbols, easy access to recent scripts, toolbar and more
@ -117,17 +130,9 @@
\b Math plug-in \b Math plug-in
\b Documentation fixes
\b Delphi unit for NSIS plug-ins \b Delphi unit for NSIS plug-ins
\b Minor bug fixes \H{v2.0b3} 2.0 Beta 3
\b Code clean-ups and some more comments
\b More...
\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! \b Modern UI 1.63: Header bitmap support, new defines to change the description area, single macro for language selection dialog, more!
@ -165,7 +170,7 @@
\b Added FlushINI \b Added FlushINI
\e{v2.0b2} \H{v2.0b2} 2.0 Beta 2
\b NSIS Menu: links to all NSIS utilities, documentation and websites \b NSIS Menu: links to all NSIS utilities, documentation and websites
@ -185,7 +190,7 @@
\b Minor fixes \b Minor fixes
\e{v2.0b1} \H{v2.0b1} 2.0 Beta 1
\b User interface improvements: better order/grouping of controls, button selection problems fixed, added minimize box, transparent BrandingText \b User interface improvements: better order/grouping of controls, button selection problems fixed, added minimize box, transparent BrandingText
@ -245,8 +250,7 @@
\b Code clean-ups (compiles on VC7) \b Code clean-ups (compiles on VC7)
\H{v2.0b0} 2.0 Beta 0
\e{v2.0b0}
\b New paging system \b New paging system
@ -338,8 +342,7 @@
\b Lots of other bugs fixed... \b Lots of other bugs fixed...
\H{v2.0a7} 2.0 Alpha 7
\e{v2.0a7}
\b Can now select the language from .onInit ($LANGUAGE is a variable) \b Can now select the language from .onInit ($LANGUAGE is a variable)
@ -403,15 +406,13 @@
\b CallInstDLL /NOUNLOAD added (works on plugin calls too) \b CallInstDLL /NOUNLOAD added (works on plugin calls too)
\H{v2.0a6} 2.0 Alpha 6
\e{v2.0a6}
\b Fixed two bugs with the plug-in mechanism \b Fixed two bugs with the plug-in mechanism
\b Fixed infinite loop bug \b Fixed infinite loop bug
\H{v2.0a5} 2.0 Alpha 5
\e{v2.0a5}
\b Added UseOuterUIItem \b Added UseOuterUIItem
@ -433,8 +434,7 @@
\b Included MagicLime.exe by snowchyld \b Included MagicLime.exe by snowchyld
\H{v2.0a4} 2.0 Alpha 4
\e{v2.0a4}
\b Added automatic detection, packing, unpacking and deletion of plugin dlls \b Added automatic detection, packing, unpacking and deletion of plugin dlls
@ -442,7 +442,7 @@
\b Added PluginDir \b Added PluginDir
\e{v2.0a3} \H{v2.0a3} 2.0 Alpha 3
\b Added LoadLanguageFile \b Added LoadLanguageFile
@ -452,8 +452,7 @@
\b 'LogSet on' now builds a log file if not already created \b 'LogSet on' now builds a log file if not already created
\H{v2.0a2} 2.0 Alpha 2
\e{v2.0a2}
\b Added $\{NSISDIR\} \b Added $\{NSISDIR\}
@ -501,8 +500,7 @@
\b Faster compile time (WIN32_LEAN_AND_MEAN) \b Faster compile time (WIN32_LEAN_AND_MEAN)
\H{v2.0a1} 2.0 Alpha 1
\e{v2.0a1}
\b Added expand node option to Section and SubSection \b Added expand node option to Section and SubSection
@ -514,8 +512,7 @@
\b Reorganized NSIS directory structure \b Reorganized NSIS directory structure
\H{v2.0a0} 2.0 Alpha 0
\e{v2.0a0}
\b TreeView component list (care of Jeff Doozan) \b TreeView component list (care of Jeff Doozan)
@ -529,4 +526,6 @@
\b Made config.h have hacks for easier building for me. :) \b Made config.h have hacks for easier building for me. :)
\e{For the NSIS 1.x version history, see \W{http://www.nullsoft.com/free/nsis/version-history.html}{http://www.nullsoft.com/free/nsis/version-history.html}} \H{cl-older} Older Versions
For the NSIS 1.x version history, see \W{http://www.nullsoft.com/free/nsis/version-history.html}{http://www.nullsoft.com/free/nsis/version-history.html}