aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-09-19 02:10:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-09-19 02:10:58 +0800
commite0068343b1d29bb31f08bbe2900306dd1c180d1b (patch)
treeb3fe61081afc4e8347b52bc8a6b311b152fc9888 /camel/ChangeLog
parentdf21ede0c7bb0cf36ff095400e38d46950a030a5 (diff)
downloadgsoc2013-evolution-e0068343b1d29bb31f08bbe2900306dd1c180d1b.tar
gsoc2013-evolution-e0068343b1d29bb31f08bbe2900306dd1c180d1b.tar.gz
gsoc2013-evolution-e0068343b1d29bb31f08bbe2900306dd1c180d1b.tar.bz2
gsoc2013-evolution-e0068343b1d29bb31f08bbe2900306dd1c180d1b.tar.lz
gsoc2013-evolution-e0068343b1d29bb31f08bbe2900306dd1c180d1b.tar.xz
gsoc2013-evolution-e0068343b1d29bb31f08bbe2900306dd1c180d1b.tar.zst
gsoc2013-evolution-e0068343b1d29bb31f08bbe2900306dd1c180d1b.zip
namespaced the encoding/decoding routines.
2003-09-18 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.[c,h]: namespaced the encoding/decoding routines. * camel-mime-filter-basic.c: updated for namespace changes to the encoding/decoding routines in camel-mime-utils.c * camel-multipart.c: updated for namespace changes to the encoding/decoding routines in camel-mime-utils.c * camel-sasl-digest-md5.c: updated for namespace changes to the encoding/decoding routines in camel-mime-utils.c * camel-sasl.c: updated for namespace changes to the encoding/decoding routines in camel-mime-utils.c * camel-vee-folder.c: updated for namespace changes to the encoding/decoding routines in camel-mime-utils.c * providers/imap/camel-imap-search.c: updated for namespace changes to the encoding/decoding routines in camel-mime-utils.c * providers/pop3/camel-pop3-folder.c: updated for namespace changes to the encoding/decoding routines in camel-mime-utils.c svn path=/trunk/; revision=22615
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ffbfd278f2..9d2f4ae684 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,29 @@
+2003-09-18 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-mime-utils.[c,h]: namespaced the encoding/decoding
+ routines.
+
+ * camel-mime-filter-basic.c: updated for namespace changes to the
+ encoding/decoding routines in camel-mime-utils.c
+
+ * camel-multipart.c: updated for namespace changes to the
+ encoding/decoding routines in camel-mime-utils.c
+
+ * camel-sasl-digest-md5.c: updated for namespace changes to the
+ encoding/decoding routines in camel-mime-utils.c
+
+ * camel-sasl.c: updated for namespace changes to the
+ encoding/decoding routines in camel-mime-utils.c
+
+ * camel-vee-folder.c: updated for namespace changes to the
+ encoding/decoding routines in camel-mime-utils.c
+
+ * providers/imap/camel-imap-search.c: updated for namespace
+ changes to the encoding/decoding routines in camel-mime-utils.c
+
+ * providers/pop3/camel-pop3-folder.c: updated for namespace
+ changes to the encoding/decoding routines in camel-mime-utils.c
+
2003-08-26 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-parser.[c,h]: s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and