diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-04-15 05:20:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-15 05:20:44 +0800 |
commit | 6dce8c2f32c5738b78a6e7b26e15db8b562981e5 (patch) | |
tree | aebfee2db412300d6aced0fe044067292f5bb564 /camel/ChangeLog | |
parent | 1d4c16a76ac2886fc626b7f64ff1f6f284cc9c9f (diff) | |
download | gsoc2013-evolution-6dce8c2f32c5738b78a6e7b26e15db8b562981e5.tar gsoc2013-evolution-6dce8c2f32c5738b78a6e7b26e15db8b562981e5.tar.gz gsoc2013-evolution-6dce8c2f32c5738b78a6e7b26e15db8b562981e5.tar.bz2 gsoc2013-evolution-6dce8c2f32c5738b78a6e7b26e15db8b562981e5.tar.lz gsoc2013-evolution-6dce8c2f32c5738b78a6e7b26e15db8b562981e5.tar.xz gsoc2013-evolution-6dce8c2f32c5738b78a6e7b26e15db8b562981e5.tar.zst gsoc2013-evolution-6dce8c2f32c5738b78a6e7b26e15db8b562981e5.zip |
Check to make sure the context is a valid context in all the user
2001-04-14 Jeffrey Stedfast <fejj@ximian.com>
* camel-cipher-context.c: Check to make sure the context is a
valid context in all the user functions.
svn path=/trunk/; revision=9314
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 269e29bdc4..c4b0a513ab 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-04-14 Jeffrey Stedfast <fejj@ximian.com> + + * camel-cipher-context.c: Check to make sure the context is a + valid context in all the user functions. + 2001-04-13 Jon Trowbridge <trow@ximian.com> * providers/imap/camel-imap-store.c (imap_disconnect): |