diff options
author | 7 <NotZed@Ximian.com> | 2001-09-28 06:36:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-28 06:36:53 +0800 |
commit | c3d6f44895ba788921ab04798c615d2cbac959a7 (patch) | |
tree | 95c5994c41bd66832643947d8cc7aef46c4cdb9f /camel/ChangeLog | |
parent | 0ac20c6064de6f082ac466731e9fee416cb083f4 (diff) | |
download | gsoc2013-evolution-c3d6f44895ba788921ab04798c615d2cbac959a7.tar.gz gsoc2013-evolution-c3d6f44895ba788921ab04798c615d2cbac959a7.tar.zst gsoc2013-evolution-c3d6f44895ba788921ab04798c615d2cbac959a7.zip |
Fill the finalised data with nonsense, rather than 0's - more easily
2001-09-27 <NotZed@Ximian.com>
* camel-object.c (camel_object_unref): Fill the finalised data
with nonsense, rather than 0's - more easily detect bad data.
(camel_object_new): Clear instance data when we retrieve it off
the list.
* camel-object.h (_CamelObject): Added an event lock pointer for
uh, locking event stuff. Also change the hooklist hashtable into
a list. Changed all the code to handle it. Result: thread-safe
events, event-hooks, and save memory too, and SHOULD FINALLY FIX
THAT UNREAD COUNT PROBLEM.
svn path=/trunk/; revision=13201
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ce3b17a206..b3eccf05f1 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,16 @@ +2001-09-27 <NotZed@Ximian.com> + + * camel-object.c (camel_object_unref): Fill the finalised data + with nonsense, rather than 0's - more easily detect bad data. + (camel_object_new): Clear instance data when we retrieve it off + the list. + + * camel-object.h (_CamelObject): Added an event lock pointer for + uh, locking event stuff. Also change the hooklist hashtable into + a list. Changed all the code to handle it. Result: thread-safe + events, event-hooks, and save memory too, and SHOULD FINALLY FIX + THAT UNREAD COUNT PROBLEM. + 2001-09-27 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-mime.c (camel_pgp_mime_part_decrypt): CRLF decode the |