aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-11-03 15:24:41 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-11-03 15:24:41 +0800
commitbf47fc3d5125846c517f935de1f5506b9bd3f056 (patch)
tree1313a7030c7cd355eb222ef0ea5ca98f99f271f1 /e-util/ChangeLog
parentd3a3af650720f48f4cc493c00d1f8c7f4308c95b (diff)
downloadgsoc2013-evolution-bf47fc3d5125846c517f935de1f5506b9bd3f056.tar
gsoc2013-evolution-bf47fc3d5125846c517f935de1f5506b9bd3f056.tar.gz
gsoc2013-evolution-bf47fc3d5125846c517f935de1f5506b9bd3f056.tar.bz2
gsoc2013-evolution-bf47fc3d5125846c517f935de1f5506b9bd3f056.tar.lz
gsoc2013-evolution-bf47fc3d5125846c517f935de1f5506b9bd3f056.tar.xz
gsoc2013-evolution-bf47fc3d5125846c517f935de1f5506b9bd3f056.tar.zst
gsoc2013-evolution-bf47fc3d5125846c517f935de1f5506b9bd3f056.zip
added helper api to list all plugins. (ep_construct): load authors into
2004-11-03 Not Zed <NotZed@Ximian.com> * 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
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <NotZed@Ximian.com>
+
+ * 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 <NotZed@Ximian.com>
** See bug #68787