updated changelog

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3744 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-10-21 21:32:27 +00:00
parent 9c311ed977
commit 8bbfa33a7c

View file

@ -1,6 +1,6 @@
\S1{intinst} Integer Support
\S2{IntFmt} IntFmt
\S2{intfmt} IntFmt
\c user_var(output) format numberstring
@ -9,7 +9,7 @@ Formats the number in "numberstring" using the format "format", and sets the out
\c IntFmt $0 "0x%08X" 195948557
\c IntFmt $0 "%c" 0x41
\S2{IntOp} IntOp
\S2{intop} IntOp
\c user_var(output) value1 OP [value2]