diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-03 00:12:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-03 00:12:26 +0800 |
commit | 8d6afbe9102a979e28c861e3e4d34900cadd2eae (patch) | |
tree | 03d3c424f0cce1a7a965d05e707af6b773cc2c18 /camel/ChangeLog | |
parent | ac5683a1daaec4bf129ba1f59d80d8ea496efaab (diff) | |
download | gsoc2013-evolution-8d6afbe9102a979e28c861e3e4d34900cadd2eae.tar gsoc2013-evolution-8d6afbe9102a979e28c861e3e4d34900cadd2eae.tar.gz gsoc2013-evolution-8d6afbe9102a979e28c861e3e4d34900cadd2eae.tar.bz2 gsoc2013-evolution-8d6afbe9102a979e28c861e3e4d34900cadd2eae.tar.lz gsoc2013-evolution-8d6afbe9102a979e28c861e3e4d34900cadd2eae.tar.xz gsoc2013-evolution-8d6afbe9102a979e28c861e3e4d34900cadd2eae.tar.zst gsoc2013-evolution-8d6afbe9102a979e28c861e3e4d34900cadd2eae.zip |
Ref and unref objects in the service cache properly.
2000-06-02 Christopher James Lahey <clahey@helixcode.com>
* camel-session.c: Ref and unref objects in the service cache
properly.
* camel-store.c: Ref the folder when returning it using
lookup_folder. Used the folder's full name for the key for the
folder cache since that's used to uncache it.
svn path=/trunk/; revision=3388
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f643a09618..64ae632671 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-06-02 Christopher James Lahey <clahey@helixcode.com> + + * camel-session.c: Ref and unref objects in the service cache + properly. + + * camel-store.c: Ref the folder when returning it using + lookup_folder. Used the folder's full name for the key for the + folder cache since that's used to uncache it. + 2000-06-02 Dan Winship <danw@helixcode.com> Fun with purify. |