aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c0a90a6c..f51010dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-03-02
+Mailfromd NEWS -- history of user-visible changes. 2007-03-07
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -39,10 +39,13 @@ code self-sufficient.
const n 10
const s "String"
- if ($f != %s)
+ if $f != s
...
fi
+In program text, constants are referred to by their name. In strings,
+they are referred to using variable syntax (e.g. "%s").
+
* It is allowed to initialize variables in declarations.
For example, instead of
@@ -81,6 +84,20 @@ do
done
makes function `sa_wrapper' limited for use in `prog eom' only.
+
+** Fix passing of string handler arguments between handlers, as in
+
+ prog helo
+ do
+ set x $1
+ done
+
+ prog envfrom
+ do
+ if %x = "dom.ain"
+ ...
+
+(from 3.1.3)
Version 3.1.90, 2006-12-13

Return to:

Send suggestions and report system problems to the System administrator.