aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml
Commit message (Collapse)AuthorAgeFilesLines
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-7/+6
| | | | | | | | | | | | | - 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.
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-2/+2
|
* ** Fix for bug #519304Sankar P2008-03-191-1/+1
| | | | | | | | | | | | | 2008-03-19 Sankar P <psankar@novell.com> ** Fix for bug #519304 * org-gnome-bogo-junk-plugin.eplug.xml: Mark plugin name for translation. svn path=/trunk/; revision=35215
* ** Fix for bug #468294Srinivasa Ragavan2007-08-221-1/+1
| | | | svn path=/trunk/; revision=34055
* ** Fix for bug #468303Srinivasa Ragavan2007-08-221-1/+1
| | | | svn path=/trunk/; revision=34054
* ** Fixes part of bug #337616Matthew Barnes2007-05-131-0/+27
2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521