From 2596671b8712915820d2590c86a429257ee2d8f7 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 16 Jan 2003 19:38:44 +0000 Subject: New class, based on MailConfigAccount, for describing an evolution (mail) * e-account.c: New class, based on MailConfigAccount, for describing an evolution (mail) account. * e-account-list.c: New class for tracking the list of configured accounts. (Also uses some code from mail-config.) * e-list.c (e_list_construct, e_list_remove): New svn path=/trunk/; revision=19495 --- e-util/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 58dcd79912..3700f7b5dd 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,13 @@ +2003-01-16 Dan Winship + + * e-account.c: New class, based on MailConfigAccount, for + describing an evolution (mail) account. + + * e-account-list.c: New class for tracking the list of configured + accounts. (Also uses some code from mail-config.) + + * e-list.c (e_list_construct, e_list_remove): New + 2003-01-14 Ettore Perazzoli * e-dialog-utils.c: Do not #include . -- cgit