From 31f7447f6cef8ea08fd323e4d56e76a1999431a5 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 10 Oct 2000 00:03:25 +0000 Subject: Added an icon parameter to the create_view methods. 2000-10-09 Iain Holmes * idl/SummaryComponent.idl: Added an icon parameter to the create_view methods. * evolution-services/executive-summary-component.c: Implement the icon parameter. * evolution-services/executive-summary-component-client.c: Ditto * component/e-summary.c: Draw the specified icon. * component/e-summary-factory.c: Use the icon parameter svn path=/trunk/; revision=5805 --- executive-summary/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'executive-summary/ChangeLog') diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 9e2e5546a5..fe5e4cb314 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,22 @@ +2000-10-09 Iain Holmes + + * idl/SummaryComponent.idl: Added an icon parameter to the + create_view methods. + + * evolution-services/executive-summary-component.c: Implement + the icon parameter. + + * evolution-services/executive-summary-component-client.c: Ditto + + * component/e-summary.c: Draw the specified icon. + + * component/e-summary-factory.c: Use the icon parameter. + +2000-10-09 Iain Holmes + + * evolution-services/Makefile.am: Added $(EXTRA_GNOME_CFLAGS) to + find gnomesupport.h + 2000-10-06 Iain Holmes * component/e-summary.c (request_cb): Use gnome-vfs to retrieve -- cgit