From 7dded29a632d26b8ed2c279004dd5fe39014de27 Mon Sep 17 00:00:00 2001 From: bertrand Date: Mon, 24 Jan 2000 22:29:49 +0000 Subject: converted all gint64 variables into guint32. 2000-01-24 bertrand * camel/camel-stream-fs.[ch]: converted all gint64 variables into guint32. * camel/camel-stream-fs.c (_read): fix stupid bug. (_write): ditto. * camel/camel-exception.c (camel_exception_new): don't forget to clean the exception when creating it. svn path=/trunk/; revision=1621 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 293dbe0b67..4031944400 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2000-01-24 bertrand + * camel/camel-stream-fs.[ch]: converted all + gint64 variables into guint32. + + + * camel/camel-stream-fs.c (_read): fix stupid bug. + (_write): ditto. + + * camel/camel-exception.c (camel_exception_new): don't + forget to clean the exception when creating it. + * camel/camel-recipient.c (camel_recipient_table_add_list): add recipient_list to the recipients, not recipients_list. I don't know what that variable was doing here. -- cgit