diff options
author | Not Zed <NotZed@Ximian.com> | 2003-11-25 06:38:12 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-11-25 06:38:12 +0800 |
commit | 1b63055fb9fb6a90be7dcdf9022d95903cb1b427 (patch) | |
tree | 3c454d27fa6d0ad0d80d40c1f2f0358191d99e53 /camel/ChangeLog | |
parent | 2f99f8636abd7efc68bfa5de1591c594e9f532eb (diff) | |
download | gsoc2013-evolution-1b63055fb9fb6a90be7dcdf9022d95903cb1b427.tar gsoc2013-evolution-1b63055fb9fb6a90be7dcdf9022d95903cb1b427.tar.gz gsoc2013-evolution-1b63055fb9fb6a90be7dcdf9022d95903cb1b427.tar.bz2 gsoc2013-evolution-1b63055fb9fb6a90be7dcdf9022d95903cb1b427.tar.lz gsoc2013-evolution-1b63055fb9fb6a90be7dcdf9022d95903cb1b427.tar.xz gsoc2013-evolution-1b63055fb9fb6a90be7dcdf9022d95903cb1b427.tar.zst gsoc2013-evolution-1b63055fb9fb6a90be7dcdf9022d95903cb1b427.zip |
change args to make it suit storing the validity in a tree.
2003-11-25 Not Zed <NotZed@Ximian.com>
* camel-cipher-context.c (camel_cipher_validity_envelope): change
args to make it suit storing the validity in a tree.
(camel_cipher_validity_init): init the list header.
(camel_cipher_validity_clone): call validity_new so it gets init
properly.
(camel_cipher_validity_free): free any children nodes recursively.
* camel-cipher-context.h (CamelCipherValidity): added next/prev
and list header.
svn path=/trunk/; revision=23484
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 97a65efeeb..fb3f2470e8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2003-11-25 Not Zed <NotZed@Ximian.com> + + * camel-cipher-context.c (camel_cipher_validity_envelope): change + args to make it suit storing the validity in a tree. + (camel_cipher_validity_init): init the list header. + (camel_cipher_validity_clone): call validity_new so it gets init + properly. + (camel_cipher_validity_free): free any children nodes recursively. + + * camel-cipher-context.h (CamelCipherValidity): added next/prev + and list header. + 2003-11-18 Jeffrey Stedfast <fejj@ximian.com> * camel-session.c (camel_session_finalise): Don't destroy the |