aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-30 02:09:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-30 02:09:45 +0800
commitf57c6219924045efc8a6f9f3107d5369a2de7a66 (patch)
tree3ed1f2745374f782df216388c9b0227eeada8b70 /camel/ChangeLog
parentf3ad1a30ae1dc55633b92e8175ea73492cdf2f37 (diff)
downloadgsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.gz
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.bz2
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.lz
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.xz
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.zst
gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.zip
Build the test-crlf test program.
2001-06-29 Jeffrey Stedfast <fejj@ximian.com> * tests/mime-filter/Makefile.am: Build the test-crlf test program. * tests/mime-filter/test-crlf.c: New test suite for the crlf filter. * camel-mime-filter-crlf.c (filter): Fixed to correctly encode and decode dots. svn path=/trunk/; revision=10602
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index a5b8f189cf..61a7327904 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2001-06-29 Jeffrey Stedfast <fejj@ximian.com>
+
+ * tests/mime-filter/Makefile.am: Build the test-crlf test program.
+
+ * tests/mime-filter/test-crlf.c: New test suite for the crlf
+ filter.
+
+ * camel-mime-filter-crlf.c (filter): Fixed to correctly encode and
+ decode dots.
+
2001-06-28 Peter Williams <peterw@ximian.com>
* camel-mime-filter-stripheader.c: New file. Filter that strips a
@@ -5,8 +15,8 @@
* camel-mime-filter-stripheader.h: New file. Header for the above.
- * providers/smtp/camel-smtp-transport.c (smtp_data): Use the stripheader
- filter to remove the "Bcc" header.
+ * providers/smtp/camel-smtp-transport.c (smtp_data): Use the
+ stripheader filter to remove the "Bcc" header.
* Makefile.am: Add the stripheader files.