From 32f545cdf031ebe3718791f18e8fb6b6141fd081 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 28 Aug 2009 20:21:54 -0400 Subject: Simplify EPlugin loading at startup. - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook. --- plugins/mono/ChangeLog | 84 -------------------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 plugins/mono/ChangeLog (limited to 'plugins/mono/ChangeLog') diff --git a/plugins/mono/ChangeLog b/plugins/mono/ChangeLog deleted file mode 100644 index d994cc06f5..0000000000 --- a/plugins/mono/ChangeLog +++ /dev/null @@ -1,84 +0,0 @@ -2009-02-05 Suman Manjunath - - * mono-plugin.c: Include to fix an implicit- - function-declaration compiler warning. - -2009-01-28 Suman Manjunath - - * mono-plugin.c: Include to fix an implicit- - function-declaration compiler warning. - -2008-10-22 Matthew Barnes - - ** Fixes part of bug #549025 - - * Makefile.am: - Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly. The mono plugin - is the only module that should be linking against libmono. - -2008-09-02 Sankar P - -License Changes - - * mono-plugin.c: - -2008-08-27 Sankar P - -License Changes - - * mono-plugin.h: - -2008-04-01 Johnny Jacob - - * Camel.cs: Type cast. Fixes compile error. - -2008-03-19 Sankar P - - * mono-plugin.c: (epm_invoke), - (load_plugin_type_register_function): - * org-gnome-evolution-mono.eplug.xml: - - Use Plugin load levels. Mono loader should load - and register the type "mono", before a plugin - of type "mono" is loaded. - -2007-10-02 Matthew Barnes - - ** Fixes part of bug #469657 - - * mono-plugin.c: - Use destroy functions in GHashTables to simplify memory management. - -2007-04-02 Sankar P - - * Committed on behalf of Gilles Dartiguelongue - - * org-gnome-evolution-mono.eplug.xml: - Cleanup. - Fixes part of #301149 - -2005-12-17 Tor Lillqvist - - * mono-plugin.c: Drop unused inclusion of . - -2005-08-19 Not Zed - - ** See #308117. - - * Makefile.am: link to proper libraries. - -2005-06-15 Harish Krishnaswamy - - * Makefile.am : mono-plugin.h should be included - in the sources too. - -2005-05-25 Not Zed - - * mono-plugin.c: implement the mono loader as a plugin itself. - -2005-05-17 Not Zed - - * Evolution.cs: added initial e_error wrapper. - - * Camel.cs: added multipart & contenttype wrappers. - - -- cgit