diff options
author | Sankar P <psankar@novell.com> | 2008-03-19 17:06:21 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-03-19 17:06:21 +0800 |
commit | 04000625d6e5afa85be7c8426adf1df68aa4aa5c (patch) | |
tree | 0b6dd106a2f47dca2be55f59f14fdd3756cd7df2 /e-util/ChangeLog | |
parent | 96b7bd344fb4809679584037727f70cde7158300 (diff) | |
download | gsoc2013-evolution-04000625d6e5afa85be7c8426adf1df68aa4aa5c.tar gsoc2013-evolution-04000625d6e5afa85be7c8426adf1df68aa4aa5c.tar.gz gsoc2013-evolution-04000625d6e5afa85be7c8426adf1df68aa4aa5c.tar.bz2 gsoc2013-evolution-04000625d6e5afa85be7c8426adf1df68aa4aa5c.tar.lz gsoc2013-evolution-04000625d6e5afa85be7c8426adf1df68aa4aa5c.tar.xz gsoc2013-evolution-04000625d6e5afa85be7c8426adf1df68aa4aa5c.tar.zst gsoc2013-evolution-04000625d6e5afa85be7c8426adf1df68aa4aa5c.zip |
** Fix for bug #496839
2008-03-19 Sankar P <psankar@novell.com>
** Fix for bug #496839
* e-plugin.c: (ep_load), (e_plugin_load_plugins),
(e_plugin_get_configure_widget):
* e-plugin.h:
- Implement Plugin Load Levels. You can decide
on which load-level you want your plugin to be loaded.
- Load Levels are mandatory if you need other language loaders
like Mono-Loader or Python-Loader.
- Introduce FLAGS as part of EPlugin. Futuristic.
svn path=/trunk/; revision=35216
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 736421c952..7064a7df57 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,16 @@ +2008-03-19 Sankar P <psankar@novell.com> + + ** Fix for bug #496839 + + * e-plugin.c: (ep_load), (e_plugin_load_plugins), + (e_plugin_get_configure_widget): + * e-plugin.h: + - Implement Plugin Load Levels. You can decide + on which load-level you want your plugin to be loaded. + - Load Levels are mandatory if you need other language loaders + like Mono-Loader or Python-Loader. + - Introduce FLAGS as part of EPlugin. Futuristic. + 2008-03-17 Alex Rostovtsev <tetromino@gmail.com> ** Fix for bug #522631 |