diff options
author | 1 <NotZed@Ximian.com> | 2001-10-22 04:27:43 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-22 04:27:43 +0800 |
commit | c435267723233da063f2ffdbc472a687cbc16658 (patch) | |
tree | c251a5201c4e8313be487aecb7f6e56d0b11be8b /camel/ChangeLog | |
parent | c71602cae0a9726dd0cd3e4d1c8225cf9242dd82 (diff) | |
download | gsoc2013-evolution-c435267723233da063f2ffdbc472a687cbc16658.tar gsoc2013-evolution-c435267723233da063f2ffdbc472a687cbc16658.tar.gz gsoc2013-evolution-c435267723233da063f2ffdbc472a687cbc16658.tar.bz2 gsoc2013-evolution-c435267723233da063f2ffdbc472a687cbc16658.tar.lz gsoc2013-evolution-c435267723233da063f2ffdbc472a687cbc16658.tar.xz gsoc2013-evolution-c435267723233da063f2ffdbc472a687cbc16658.tar.zst gsoc2013-evolution-c435267723233da063f2ffdbc472a687cbc16658.zip |
Dont do the macro stuff - basically so you can actually debug calls.
2001-10-21 <NotZed@Ximian.com>
* camel-store.c (CS_CLASS): Dont do the macro stuff - basically so
you can actually debug calls.
(camel_store_uri_cmp): New function to compare store objects.
* camel-vee-folder.c (vee_folder_add_info): oops, dont free the
vuid, since its alloca'd now.
(folder_changed_change): Kill a compile warning.
svn path=/trunk/; revision=13855
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 807feae583..9fea232e7b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,7 +1,12 @@ 2001-10-21 <NotZed@Ximian.com> + * camel-store.c (CS_CLASS): Dont do the macro stuff - basically so + you can actually debug calls. + (camel_store_uri_cmp): New function to compare store objects. + * camel-vee-folder.c (vee_folder_add_info): oops, dont free the vuid, since its alloca'd now. + (folder_changed_change): Kill a compile warning. 2001-10-20 <NotZed@Ximian.com> |