From 2c6e349b759a2c913be5d8a081a8279f7d530262 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 21 Sep 2003 12:09:38 +0000 Subject: [PATCH] changelog, tutorial, credits, mui info git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2943 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/credits.but | 10 +++++----- Docs/src/history.but | 2 ++ Docs/src/modernui.but | 6 +++++- Docs/src/tutorial.but | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Docs/src/credits.but b/Docs/src/credits.but index fff29899..e5752945 100644 --- a/Docs/src/credits.but +++ b/Docs/src/credits.but @@ -104,23 +104,23 @@ Estonian - \e{izzo} Finnish - \e{AKX, Eclipser} -French - \e{veekee, Sébastien Delahaye} +French - \e{veekee, Sébastien Delahaye, Jerome Charaoui} -German - \e{L.King, K. Windszus, R. Bisswanger} +German - \e{L.King, K. Windszus, R. Bisswanger, Tim Kosse} -Greek - \e{Makidis N. Mike} +Greek - \e{Makidis N. Michael} Hebrew - \e{Amir Szekely (aka KiCHiK)} Hungarian - \e{Soft-Trans Bt., Jozsef Tamas Herczeg, Lajos Molnar (Orfanik)} -Italian - \e{Orfanik, sanface} +Italian - \e{Orfanik, sanface, Alessandro Staltari} Japanese - \e{Dnanako, Takahiro Yoshimura} Korean - \e{dTomoyo, linak, koder} -Lithuanian - \e{NorCis} +Lithuanian - \e{NorCis, Vytautas Krivickas} Macedonian - \e{Sasko Zdravkin} diff --git a/Docs/src/history.but b/Docs/src/history.but index 341d7784..03151848 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -77,6 +77,8 @@ \b Improved System plug-in +\b Improved macros & functions: UpgradeDLL, GetParent, GetParameters. Using the new versions is recommended. + \b Minor bug fixes \b Code clean-ups and some more comments diff --git a/Docs/src/modernui.but b/Docs/src/modernui.but index 4895f87d..9190c292 100644 --- a/Docs/src/modernui.but +++ b/Docs/src/modernui.but @@ -1,3 +1,7 @@ \A{modernui} Modern User Interface -If you want to create an installer with a modern user interface (like the wizards of recent Windows versions), have look at the \W{../Contrib/Modern UI/Readme.html}{Modern UI Readme}. \ No newline at end of file +NSIS 2 makes it is possible to create installers with a custom user interface. The Modern UI is an interface with a style like the wizards of recent Windows versions. +This new interface also features new pages (Welcome, Finish, Start Menu) and a description area on the components page. The interface and the graphics can be customized using the provided settings. +Using the Modern UI macros and language files, writing scripts with a modern interface is easy. + +For more information and documentation see the \W{../Contrib/Modern UI/Readme.html}{Modern UI Readme}. \ No newline at end of file diff --git a/Docs/src/tutorial.but b/Docs/src/tutorial.but index 75c7bfda..7ab16aa6 100644 --- a/Docs/src/tutorial.but +++ b/Docs/src/tutorial.but @@ -82,7 +82,7 @@ Callback functions are called by the installer upon certain defined events such \R{abort}{Abort} has a special meaning in callback functions. Each callback function has its own meaning for it, have a look at \R{callbacks}{Callback Functions} for more information. In the above example Abort tells the installer to stop initializing the installer and quit immediately. -For more information about sections see \R{functions}{Functions}. +For more information about functions see \R{functions}{Functions}. \S1{tut-working-with-scripts} Working with Scripts