aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-06-23 00:12:27 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-06-23 00:12:27 +0800
commit7f81757d52326126f88e898241dc40c1668f5164 (patch)
treece4f1671ce7d1280f8b1a375c15bbc79bd87cad9 /ChangeLog
parent5deed2f193e7ab91f159f1a764b78578861044cd (diff)
downloadgsoc2013-evolution-7f81757d52326126f88e898241dc40c1668f5164.tar
gsoc2013-evolution-7f81757d52326126f88e898241dc40c1668f5164.tar.gz
gsoc2013-evolution-7f81757d52326126f88e898241dc40c1668f5164.tar.bz2
gsoc2013-evolution-7f81757d52326126f88e898241dc40c1668f5164.tar.lz
gsoc2013-evolution-7f81757d52326126f88e898241dc40c1668f5164.tar.xz
gsoc2013-evolution-7f81757d52326126f88e898241dc40c1668f5164.tar.zst
gsoc2013-evolution-7f81757d52326126f88e898241dc40c1668f5164.zip
moved all the content-type stuff here. (camel_data_wrapper_init):
1999-06-22 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-data-wrapper.c (_get_content_type): moved all the content-type stuff here. (camel_data_wrapper_init): initialize the instance content-type field. * camel/camel-mime-part.c (_parse_header_pair): parse Content-Type stuff in header. (_write_to_stream): write the content type stuff to the stream. svn path=/trunk/; revision=985
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d5bb1e32a..2424975050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-1999-06-22 root <guiheneu@jean.joudboeuf.fr>
+1999-06-22 bertrand <Bertrand.Guiheneuf@inria.fr>
+
+ * camel/camel-data-wrapper.c (_get_content_type):
+ moved all the content-type stuff here.
+ (camel_data_wrapper_init): initialize the instance
+ content-type field.
+
+ * camel/camel-mime-part.c (_parse_header_pair):
+ parse Content-Type stuff in header.
+ (_write_to_stream): write the content type stuff to
+ the stream.
* camel/gmime-content-field.c (gmime_content_field_get_mime_type):
new function, returns "type/subtype" mime type string.