aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 24 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index cad162b9..88d738c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-05-22
+Mailfromd NEWS -- history of user-visible changes. 2007-05-24
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -7,8 +7,17 @@ Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
Version 4.0.90
-* Added National Language Support. Polish and Ukrainian translations
- available.
+* National Language Support.
+
+The program include National Language Support. Polish and Ukrainian
+translations are available.
+
+* NLS Functions
+
+NLS functions allow to localize your filter scripts for a particular
+language. The following functions are implemented: bindtextdomain,
+dgettext, dngettext, textdomain, gettext, ngettext. In addition,
+macros _() and N_() are also provided.
* Input files are preprocessed before compilation. Default preprocessor is
M4, but this can be changed (or disabled) at configuration time (see
@@ -40,13 +49,21 @@ do
/* `n' is passed */
...
-* The support for `&code' form to specify an exception code is discontinued.
+* sprintf
+
+The built-in function `sprintf' is available with the same semantics
+as its C counterpart.
+
+* Discontinued support for deprecated feature:
+
+** `&code' form to specify an exception code is discontinued.
+** pragma options retry, io-retry, and connect-retry
* Bugfixes:
** Built-in listen ignored optional second argument.
-** Debug specification incorrectly gave preverence to global level over the
- source level. This is fixed, so that `--debug=40,dns=10' means
- level 10 for calls from `dns.c', and level 40 for all the rest.
+** Debug specification incorrectly gave preverence to the global level
+ over the source level. This is fixed, so that `--debug=40,dns=10'
+ means level 10 for calls from `dns.c', and level 40 for all the rest.
Version 4.0, 2007-05-12

Return to:

Send suggestions and report system problems to the System administrator.