aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-14 01:04:54 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-14 01:04:54 +0800
commit483804aac86969591d7aefa186f52ca167da0381 (patch)
tree8f2a55cb94d1537138aec417042e49e686c8fe0d /ChangeLog
parent48217413c6a16232364fcfd4ba8276f51bbb7b79 (diff)
downloadgsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.tar
gsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.tar.gz
gsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.tar.bz2
gsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.tar.lz
gsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.tar.xz
gsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.tar.zst
gsoc2013-evolution-483804aac86969591d7aefa186f52ca167da0381.zip
a bunch of get/set header field method done. Does nothing yet though.
* camel/camel-mime-message.h: a bunch of get/set header field method done. Does nothing yet though. * camel/camel-mime-message.[ch] : new file. svn path=/trunk/; revision=923
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b2f783adf..2d72005746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+1999-05-13 bertrand <Bertrand.Guiheneuf@inria.fr>
+
+ * camel/camel-mime-message.h:
+ a bunch of get/set header field
+ method done. Does nothing yet though.
+
+ * camel/camel-mime-message.[ch] :
+ new file.
+
+1999-05-12 bertrand <Bertrand.Guiheneuf@inria.fr>
+
+ * camel/camel-mime-part.h (struct ):
+ disposition is now a full GMimeContentField
+ object.
+
+ * camel/gmime-content-field.c: new file
+ handle "type/subtype ;parameter=value ; parameter=value ..."
+ BNF grammar elements
+ (gmime_content_field_write_to_file): new func
+
+ * camel/gmime-utils.c (gmime_write_header_pair_to_file):
+ namespace change
+
1999-05-11 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/camel-mime-part.c (_write_to_file):