From 5d1ad7fc3d886d30f6c33852d6c481d48edaaf11 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 25 May 2005 10:51:36 +0000 Subject: Removed, these are now implemented as a plugin. 2005-05-25 Not Zed * e-plugin-mono.[ch]: Removed, these are now implemented as a plugin. * e-plugin.c (ep_load_plugin): separate out plugin xml loading code from the loading loop. If a plugin type doesn't exist, then save it in a list for later checking. (ep_load): call above to do the work. (e_plugin_register_type): check the pending doc list, if any plugins now have a type, load them. (e_plugin_type_hook_get_type): a plugin hook for registering new plugin types ('loaders') at runtime. svn path=/trunk/; revision=29412 --- e-util/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 610624fb3f..d5fc3efb4a 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,17 @@ +2005-05-25 Not Zed + + * e-plugin-mono.[ch]: Removed, these are now implemented as a + plugin. + + * e-plugin.c (ep_load_plugin): separate out plugin xml loading + code from the loading loop. If a plugin type doesn't exist, then + save it in a list for later checking. + (ep_load): call above to do the work. + (e_plugin_register_type): check the pending doc list, if any + plugins now have a type, load them. + (e_plugin_type_hook_get_type): a plugin hook for registering new + plugin types ('loaders') at runtime. + 2005-05-19 Not Zed * e-import.[ch]: Initial, and un-finished work on importer plugin -- cgit