summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-30 13:07:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-30 13:07:17 +0000
commitc9f168e6ac2a31c16621a9e8decb1f2137a6b5ca (patch)
tree27aeacb3e5e36471e39379d69d368a64cd0ec1da
parent795aeecf7eb8be2105107bc6a5433a235511a51c (diff)
downloadmailutils-c9f168e6ac2a31c16621a9e8decb1f2137a6b5ca.tar.gz
mailutils-c9f168e6ac2a31c16621a9e8decb1f2137a6b5ca.tar.bz2
Update
-rw-r--r--ChangeLog3
-rw-r--r--TODO21
-rw-r--r--m4/.cvsignore29
3 files changed, 24 insertions, 29 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f385e719..49ed80a0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
2006-10-30 Sergey Poznyakoff <gray@gnu.org.ua>
+ * NEWS: Update
+ * mail.remote/mail.remote.c, sieve/sieve.c: Fix docstrings.
+
* doc/texinfo/programs.texi: Document changes to mail
* TODO: Update
* examples/encode2047.c: new options -o/-t enable/disable special
interpretation of the octal escapes in the input.
* mailbox/testsuite/Argcv: Comment out 8-bit test case. Sorry, tcl
looses badly in handling eight-bit binary data.
diff --git a/TODO b/TODO
index 4a647c436..9dbbef7ad 100644
--- a/TODO
+++ b/TODO
@@ -116,12 +116,33 @@ file?)
** forward only MTA, nullmailer like, but accepting SMTP on 25 from localhost
** mimeview: support nametemplate
** all
+* Testsuite:
+
+Tcl is not able to handle binary data properly. This makes impossible
+to test some aspects of MU functionalities. Following testcases are
+affected:
+
+** mailbox/testsuite/mailbox/base64.exp
+
+The ability of the test program to read given file instead of the
+stdin is used to override the issue.
+
+** mailbox/testsuite/mailbox/encode2047.exp
+
+Input data are represented in octal format (see
+mailbox/testsuite/Encode2047).
+
+** mailbox/testsuite/mailbox/argcv.exp
+
+The affected testcase is not run (see mailbox/testsuite/Argcv and
+search for FIXME).
+
* add nightly build
* add more features
* optimize everything
diff --git a/m4/.cvsignore b/m4/.cvsignore
index 5f04d0169..282522db0 100644
--- a/m4/.cvsignore
+++ b/m4/.cvsignore
@@ -1,31 +1,2 @@
Makefile
Makefile.in
-codeset.m4
-gettext.m4
-glibc21.m4
-gmailboxc2.m4
-iconv.m4
-intdiv0.m4
-intmax.m4
-inttypes_h.m4
-inttypes.m4
-inttypes-pri.m4
-isc-posix.m4
-lcmessage.m4
-lib-ld.m4
-lib-link.m4
-lib-prefix.m4
-longdouble.m4
-longlong.m4
-nls.m4
-po.m4
-printf-posix.m4
-progtest.m4
-signed.m4
-size_max.m4
-stdint_h.m4
-uintmax_t.m4
-ulonglong.m4
-wchar_t.m4
-wint_t.m4
-xsize.m4

Return to:

Send suggestions and report system problems to the System administrator.