From bf47fc3d5125846c517f935de1f5506b9bd3f056 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 3 Nov 2004 07:24:41 +0000 Subject: added helper api to list all plugins. (ep_construct): load authors into 2004-11-03 Not Zed * e-plugin.c (e_plugin_list_plugins): added helper api to list all plugins. (ep_construct): load authors into new list for them. (e_plugin_register_type): setup disabled list. (ep_construct): dont load the hooks if we're not enabled. (e_plugin_enable): make this a virutal method. (e_plugin_invoke): if we're disabled, noop. svn path=/trunk/; revision=27809 --- 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 5b94bb0cd9..9244442c84 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,13 @@ +2004-11-03 Not Zed + + * e-plugin.c (e_plugin_list_plugins): added helper api to list all + plugins. + (ep_construct): load authors into new list for them. + (e_plugin_register_type): setup disabled list. + (ep_construct): dont load the hooks if we're not enabled. + (e_plugin_enable): make this a virutal method. + (e_plugin_invoke): if we're disabled, noop. + 2004-11-01 Not Zed ** See bug #68787 -- cgit