diff options
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 333c74d944..dd6a0b0e68 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2000-12-12 Christopher James Lahey <clahey@helixcode.com> + * component-factory.c (create_view): Added a cast. + * mail-summary.c: Added #include "mail-summary.h". Commented out folder_free, summary_free, and view_destroy_cb since they're not used. @@ -7,8 +9,6 @@ (create_summary_view): Changed some types so that casting would be easier. - * component-factory.c (create_view): Added a cast. - * session.c (mail_session_remember_password): Added a cast. 2000-12-12 Dan Winship <danw@helixcode.com> |