From b4c31f5153efd4a7aa58bd1ebd3319297e528f42 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 18 Sep 2001 20:03:10 +0000 Subject: Virtualize this. * camel-data-wrapper.c (camel_data_wrapper_is_offline): Virtualize this. * camel-medium.c (is_offline): A medium is offline if its content object is offline. * camel-multipart.c (is_offline): A multipart is offline if any of its subparts are offline. svn path=/trunk/; revision=12948 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index ba7c9ecec3..18bf3b6dac 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2001-09-18 Dan Winship + + * camel-data-wrapper.c (camel_data_wrapper_is_offline): Virtualize + this. + + * camel-medium.c (is_offline): A medium is offline if its content + object is offline. + + * camel-multipart.c (is_offline): A multipart is offline if any of + its subparts are offline. + 2001-09-18 Jeffrey Stedfast * camel-charset-map.c: Added korean charset conversion. -- cgit v1.2.3