diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-05-23 10:52:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-05-23 10:52:07 +0800 |
commit | de67fcdb7cf04201174bb62c32eda7ad9e1e323f (patch) | |
tree | 8879a97239f05f850597efb455933420f4cbbd68 /e-util/ChangeLog | |
parent | f7550c81c76341c09378b42a05485c0f1da72441 (diff) | |
download | gsoc2013-evolution-de67fcdb7cf04201174bb62c32eda7ad9e1e323f.tar.gz gsoc2013-evolution-de67fcdb7cf04201174bb62c32eda7ad9e1e323f.tar.zst gsoc2013-evolution-de67fcdb7cf04201174bb62c32eda7ad9e1e323f.zip |
Code cleanup. Also add an "enabled" property to EPlugin.
2008-05-22 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-plugin.c:
* e-util/e-plugin.h:
Code cleanup. Also add an "enabled" property to EPlugin.
svn path=/trunk/; revision=35528
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index d9e9fe8152..8248c3e5a7 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2008-05-22 Matthew Barnes <mbarnes@redhat.com> + + * e-plugin.c: + * e-plugin.h: + Code cleanup. Also add an "enabled" property to EPlugin. + 2008-05-19 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #530392 |