From e1cd0373a4ddc2fd921d41d41b699e9c4dace661 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 30 Mar 2003 12:21:00 +0000 Subject: [PATCH] updated changelog, blue links git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2398 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/history.but | 12 +++++++++--- Docs/style.css | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Docs/src/history.but b/Docs/src/history.but index 97803fe3..3f005131 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -2,11 +2,17 @@ \e{v2.0b4} -\b Added \R{rmdir}{RMDir /REBOOTOK} +\b Modern UI 1.64: Finish header macro's don't have to be inserted anymore, \R{alicenseforceselection}{LicenseForceSelection} support, improved language preference storage -\b Controls can be transparent using \R{setbkcolor}{SetBkColor} +\b Added \R{alicenseforceselection}{LicenseForceSelection}: Checkbox or radiobuttons on license page to let user agree with license or not -\b Added \R{alicenseforceselection}{LicenseForceSelection} +\b Leave function for custom \R{pages}{pages}: Input on InstallOptions pages can be validated using script code + +\b Added \R{rmdir}{RMDir /REBOOTOK}: Remove folders on reboot + +\b Added \R{setbkcolor}{SetBkColor}: Background colors can be set for non-static controls, transparent background support + +\b \R{ainsttype}{InstType} /NOCUSTOM and /COMPONENTSONLYONCUSTOM work together \e{v2.0b3} diff --git a/Docs/style.css b/Docs/style.css index 7701ef56..2a903765 100644 --- a/Docs/style.css +++ b/Docs/style.css @@ -8,7 +8,7 @@ pre { padding: 1px; } a,a:visisted { - color: #7A7272; + color: #567599; text-decoration: none; } a:hover {