diff options
author | Dan Winship <danw@src.gnome.org> | 2001-09-19 04:03:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-09-19 04:03:10 +0800 |
commit | b4c31f5153efd4a7aa58bd1ebd3319297e528f42 (patch) | |
tree | b1a3f33fab0a8ed4a278107b5267239ff6533298 /camel/ChangeLog | |
parent | bb51b55bcc64b0342db45e389342b129a20b8a2a (diff) | |
download | gsoc2013-evolution-b4c31f5153efd4a7aa58bd1ebd3319297e528f42.tar.gz gsoc2013-evolution-b4c31f5153efd4a7aa58bd1ebd3319297e528f42.tar.zst gsoc2013-evolution-b4c31f5153efd4a7aa58bd1ebd3319297e528f42.zip |
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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <danw@ximian.com> + + * 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 <fejj@ximian.com> * camel-charset-map.c: Added korean charset conversion. |