From 7f9d3253a6409fa108959bc8049bd6cb02543edd Mon Sep 17 00:00:00 2001 From: anders_k Date: Thu, 25 Oct 2018 18:54:53 +0000 Subject: [PATCH] Update changelog git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7027 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/compiler.but | 2 +- Docs/src/history.but | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Docs/src/compiler.but b/Docs/src/compiler.but index 3fb884c7..0da640de 100644 --- a/Docs/src/compiler.but +++ b/Docs/src/compiler.but @@ -2,7 +2,7 @@ \S0{compcommands} Compiler Utility Commands -These commands are similar to the C preprocessor in terms of purpose and functionality. They allow file inclusion, conditional compilation, executable header packing and process execution during the build process. Note: None of these commands allow the use of variables. +These commands are similar to the C preprocessor in terms of purpose and functionality. They allow file inclusion, conditional compilation, executable header packing and process execution during the build process. Note: None of these commands allow the use of \R{variables}{variables}. Number literals support the \c{0b}, \c{0o}, \c{0n} and \c{0x} radix prefixes (base 2, 8, 10 and 16 respectively). Note: The deprecated plain \c{0} octal prefix is also supported in some places but its usage is discouraged. diff --git a/Docs/src/history.but b/Docs/src/history.but index ee3670df..ce7152d0 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -10,6 +10,8 @@ Released on ??? ??th, 20?? \b Added IsNativeMachineArchitecture helper macros to x64.nsh +\b Added MakeNSISW window info "spy" tool + \S2{} Minor Changes \b Added MUI_TEXTCOLOR setting