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,5 +1,8 @@
12006-10-30 Sergey Poznyakoff <gray@gnu.org.ua> 12006-10-30 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * NEWS: Update
4 * mail.remote/mail.remote.c, sieve/sieve.c: Fix docstrings.
5
3 * doc/texinfo/programs.texi: Document changes to mail 6 * doc/texinfo/programs.texi: Document changes to mail
4 * TODO: Update 7 * TODO: Update
5 * examples/encode2047.c: new options -o/-t enable/disable special 8 * examples/encode2047.c: new options -o/-t enable/disable special
diff --git a/TODO b/TODO
index 4a647c436..9dbbef7ad 100644
--- a/TODO
+++ b/TODO
@@ -119,6 +119,27 @@ file?)
119 119
120** all 120** all
121 121
122* Testsuite:
123
124Tcl is not able to handle binary data properly. This makes impossible
125to test some aspects of MU functionalities. Following testcases are
126affected:
127
128** mailbox/testsuite/mailbox/base64.exp
129
130The ability of the test program to read given file instead of the
131stdin is used to override the issue.
132
133** mailbox/testsuite/mailbox/encode2047.exp
134
135Input data are represented in octal format (see
136mailbox/testsuite/Encode2047).
137
138** mailbox/testsuite/mailbox/argcv.exp
139
140The affected testcase is not run (see mailbox/testsuite/Argcv and
141search for FIXME).
142
122* add nightly build 143* add nightly build
123 144
124* add more features 145* add more features
diff --git a/m4/.cvsignore b/m4/.cvsignore
index 5f04d0169..282522db0 100644
--- a/m4/.cvsignore
+++ b/m4/.cvsignore
@@ -1,31 +1,2 @@
1Makefile 1Makefile
2Makefile.in 2Makefile.in
3codeset.m4
4gettext.m4
5glibc21.m4
6gmailboxc2.m4
7iconv.m4
8intdiv0.m4
9intmax.m4
10inttypes_h.m4
11inttypes.m4
12inttypes-pri.m4
13isc-posix.m4
14lcmessage.m4
15lib-ld.m4
16lib-link.m4
17lib-prefix.m4
18longdouble.m4
19longlong.m4
20nls.m4
21po.m4
22printf-posix.m4
23progtest.m4
24signed.m4
25size_max.m4
26stdint_h.m4
27uintmax_t.m4
28ulonglong.m4
29wchar_t.m4
30wint_t.m4
31xsize.m4

Return to:

Send suggestions and report system problems to the System administrator.