aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-06-25 01:56:14 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-06-25 01:56:14 +0800
commit0038b76777e2036bd3eb58e6860f153df9b17dce (patch)
treeea05b260d74e6a740933c850eb84f87ec17ef8d7 /ChangeLog
parent179e04c582ab764dab34f0451e5317a1ed237565 (diff)
downloadgsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.tar
gsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.tar.gz
gsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.tar.bz2
gsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.tar.lz
gsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.tar.xz
gsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.tar.zst
gsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.zip
new class. Simple implementation of a data wrapper: simply keeps the
1999-06-24 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-simple-data-wrapper.[ch]: new class. Simple implementation of a data wrapper: simply keeps the stream result in a byte array. * camel/camel-mime-part.c (_parse_header_pair): added a warning. Have to think about the correct way to store content type stuff. svn path=/trunk/; revision=995
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 665a503669..2e3504e7b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-06-24 root <guiheneu@jean.joudboeuf.fr>
+
+ * camel/camel-simple-data-wrapper.[ch]:
+ new class. Simple implementation of a data wrapper:
+ simply keeps the stream result in a byte array.
+
+ * camel/camel-mime-part.c (_parse_header_pair): added a warning.
+ Have to think about the correct way to store content type stuff.
+
1999-06-24 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/camel-mime-message.c (_write_one_recipient_to_stream):