diff options
author | Nat Friedman <nat@novell.com> | 2004-11-03 16:59:17 +0800 |
---|---|---|
committer | Nat Friedman <nat@src.gnome.org> | 2004-11-03 16:59:17 +0800 |
commit | 564487c8fe95420a8f6c6b4ada4502941a6656f2 (patch) | |
tree | 548e0b766e1e08da8b2ef0321d2e5ceffa7a3e95 | |
parent | b45a85de009ec458ed9eedd1417f7a11f04987bc (diff) | |
download | gsoc2013-evolution-564487c8fe95420a8f6c6b4ada4502941a6656f2.tar.gz gsoc2013-evolution-564487c8fe95420a8f6c6b4ada4502941a6656f2.tar.zst gsoc2013-evolution-564487c8fe95420a8f6c6b4ada4502941a6656f2.zip |
Add description and author fields. Change name.
004-11-03 Nat Friedman <nat@novell.com>
* org-gnome-evolution-bbdb.eplug.in: Add description and author
fields. Change name.
svn path=/trunk/; revision=27814
-rw-r--r-- | plugins/bbdb/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/bbdb/org-gnome-evolution-bbdb.eplug.in | 14 |
2 files changed, 17 insertions, 2 deletions
diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index d38f70075b..53603a8a9f 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,8 @@ +2004-11-03 Nat Friedman <nat@novell.com> + + * org-gnome-evolution-bbdb.eplug.in: Add description and author + fields. Change name. + 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: dist .eplug.in file diff --git a/plugins/bbdb/org-gnome-evolution-bbdb.eplug.in b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.in index a70abdfb13..bb4daf46ce 100644 --- a/plugins/bbdb/org-gnome-evolution-bbdb.eplug.in +++ b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.in @@ -1,6 +1,16 @@ <e-plugin-list> - <e-plugin id="org.gnome.evolution.bbdb" type="shlib" name="BBDB Functionality for Evolution" description="Automatically tracks contacts" - location="@PLUGINDIR@/liborg-gnome-evolution-bbdb.so"> + <e-plugin + type="shlib" + id="org.gnome.evolution.bbdb" + name="Automatic contacts" + location="@PLUGINDIR@/liborg-gnome-evolution-bbdb.so"> + + <description>Automatically fills your addressbook with names + and email addresses as you reply to mails. Also fills in IM + contact information from your buddy + lists.</description> + + <author name="Nat Friedman" email="nat@novell.com"/> <hook class="org.gnome.evolution.mail.events:1.0"> <event |