diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-17 07:09:35 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-17 07:09:35 +0800 |
commit | 5da3981c901271b379b80705dbd598b3965baf2d (patch) | |
tree | ae47454c1d77eafb64d26f59d641294e6fdd145f /camel/ChangeLog | |
parent | 558571a562252639558836b9aa816020981e5d2f (diff) | |
download | gsoc2013-evolution-5da3981c901271b379b80705dbd598b3965baf2d.tar gsoc2013-evolution-5da3981c901271b379b80705dbd598b3965baf2d.tar.gz gsoc2013-evolution-5da3981c901271b379b80705dbd598b3965baf2d.tar.bz2 gsoc2013-evolution-5da3981c901271b379b80705dbd598b3965baf2d.tar.lz gsoc2013-evolution-5da3981c901271b379b80705dbd598b3965baf2d.tar.xz gsoc2013-evolution-5da3981c901271b379b80705dbd598b3965baf2d.tar.zst gsoc2013-evolution-5da3981c901271b379b80705dbd598b3965baf2d.zip |
when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure to
2000-10-16 Chris Toshok <toshok@helixcode.com>
* camel-service.c (get_path): when using the construct (flags &
CAMEL_SERVICE_URL_NEED_*) make sure to do ((flags &
CAMEL_SERVICE_URL_NEED_*) == CAMEL_SERVICE_URL_NEED_*)
(check_url): same.
svn path=/trunk/; revision=5951
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 34cf859bcd..1928d9192b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2000-10-16 Chris Toshok <toshok@helixcode.com> + + * camel-service.c (get_path): when using the construct (flags & + CAMEL_SERVICE_URL_NEED_*) make sure to do ((flags & + CAMEL_SERVICE_URL_NEED_*) == CAMEL_SERVICE_URL_NEED_*) + (check_url): same. + 2000-10-16 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (imap_disconnect): Only send |