diff options
author | Not Zed <NotZed@Ximian.com> | 2003-02-05 12:53:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-02-05 12:53:53 +0800 |
commit | 0d7462802f639ce49576f996927b308e9f856ac5 (patch) | |
tree | 7866ac337581a03d6d520f91071de60e8eca1039 /camel/ChangeLog | |
parent | 38eef72722a185273aeaeaac83faa3b99c8dad00 (diff) | |
download | gsoc2013-evolution-0d7462802f639ce49576f996927b308e9f856ac5.tar gsoc2013-evolution-0d7462802f639ce49576f996927b308e9f856ac5.tar.gz gsoc2013-evolution-0d7462802f639ce49576f996927b308e9f856ac5.tar.bz2 gsoc2013-evolution-0d7462802f639ce49576f996927b308e9f856ac5.tar.lz gsoc2013-evolution-0d7462802f639ce49576f996927b308e9f856ac5.tar.xz gsoc2013-evolution-0d7462802f639ce49576f996927b308e9f856ac5.tar.zst gsoc2013-evolution-0d7462802f639ce49576f996927b308e9f856ac5.zip |
Init bag->owner to 0.
2003-02-04 Not Zed <NotZed@Ximian.com>
* camel-object.c (camel_object_bag_new): Init bag->owner to 0.
2003-01-31 Not Zed <NotZed@Ximian.com>
* camel-object.c (camel_object_bag_*): Changed to use a posix
semaphore instead of a condition variable + flag to reserve the
object bag because e_mutex_cond is broken.
svn path=/trunk/; revision=19754
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 58c6a16be8..a34209a241 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2003-02-04 Not Zed <NotZed@Ximian.com> + + * camel-object.c (camel_object_bag_new): Init bag->owner to 0. + +2003-01-31 Not Zed <NotZed@Ximian.com> + + * camel-object.c (camel_object_bag_*): Changed to use a posix + semaphore instead of a condition variable + flag to reserve the + object bag because e_mutex_cond is broken. + 2003-02-04 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-utils.c (imap_parse_body): Use |