aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-25 18:51:36 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-25 18:51:36 +0800
commit5d1ad7fc3d886d30f6c33852d6c481d48edaaf11 (patch)
treecd897222a57dc5c92cf35fcdf249009f9fe3ae59 /e-util/ChangeLog
parentb4a3d3cb49861ba70136e3fa58ab0c3e90cae8b3 (diff)
downloadgsoc2013-evolution-5d1ad7fc3d886d30f6c33852d6c481d48edaaf11.tar
gsoc2013-evolution-5d1ad7fc3d886d30f6c33852d6c481d48edaaf11.tar.gz
gsoc2013-evolution-5d1ad7fc3d886d30f6c33852d6c481d48edaaf11.tar.bz2
gsoc2013-evolution-5d1ad7fc3d886d30f6c33852d6c481d48edaaf11.tar.lz
gsoc2013-evolution-5d1ad7fc3d886d30f6c33852d6c481d48edaaf11.tar.xz
gsoc2013-evolution-5d1ad7fc3d886d30f6c33852d6c481d48edaaf11.tar.zst
gsoc2013-evolution-5d1ad7fc3d886d30f6c33852d6c481d48edaaf11.zip
Removed, these are now implemented as a plugin.
2005-05-25 Not Zed <NotZed@Ximian.com> * 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
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog14
1 files changed, 14 insertions, 0 deletions
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 <NotZed@Ximian.com>
+
+ * 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 <NotZed@Ximian.com>
* e-import.[ch]: Initial, and un-finished work on importer plugin