aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-24 14:51:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-24 14:51:36 +0000
commit15a613d5247b1e2f739f100ed73c7c95753d9848 (patch)
tree15428f32eeed4df4f9d1c74b677bc37907cecf3c /NEWS
parentfeaa5acf2f418c8eb4d836ce897f86e44ac2b19d (diff)
downloadmailfromd-15a613d5247b1e2f739f100ed73c7c95753d9848.tar.gz
mailfromd-15a613d5247b1e2f739f100ed73c7c95753d9848.tar.bz2
Improve docs
git-svn-id: file:///svnroot/mailfromd/trunk@1471 7a8a7f39-df28-0410-adc6-e0d955640f24
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,2 +1,2 @@
-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
@@ -9,4 +9,13 @@ 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.
@@ -42,3 +51,11 @@ do
-* 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
@@ -46,5 +63,5 @@ do
** 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.

Return to:

Send suggestions and report system problems to the System administrator.