diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-26 04:42:59 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-26 04:42:59 +0800 |
commit | a76dccf18b6d8b854280031dbcc9187cd5744958 (patch) | |
tree | 9db6ab52836f5226e5b3846c1680c828d5f00800 /ChangeLog | |
parent | b42d3101ab747c315952182d78667a58899a1a35 (diff) | |
download | gsoc2013-evolution-a76dccf18b6d8b854280031dbcc9187cd5744958.tar gsoc2013-evolution-a76dccf18b6d8b854280031dbcc9187cd5744958.tar.gz gsoc2013-evolution-a76dccf18b6d8b854280031dbcc9187cd5744958.tar.bz2 gsoc2013-evolution-a76dccf18b6d8b854280031dbcc9187cd5744958.tar.lz gsoc2013-evolution-a76dccf18b6d8b854280031dbcc9187cd5744958.tar.xz gsoc2013-evolution-a76dccf18b6d8b854280031dbcc9187cd5744958.tar.zst gsoc2013-evolution-a76dccf18b6d8b854280031dbcc9187cd5744958.zip |
now descend from CamelMedium.
1999-08-25 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-part.c: now descend from CamelMedium.
* tests/test1.c (main): all headers must be strdup'ed
(main): unref created objects
svn path=/trunk/; revision=1143
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 1999-08-25 bertrand <Bertrand.Guiheneuf@aful.org> + * camel/camel-mime-part.c: now descend from CamelMedium. + + * tests/test1.c (main): all headers must be strdup'ed + (main): unref created objects + * camel/camel-medium.c (_set_content_object): (_get_content_object): these methods are in CamelMedium now. |