diff options
Diffstat (limited to 'plugins/prefer-plain')
-rw-r--r-- | plugins/prefer-plain/ChangeLog | 10 | ||||
-rw-r--r-- | plugins/prefer-plain/org-gnome-prefer-plain.eplug.in | 9 |
2 files changed, 17 insertions, 2 deletions
diff --git a/plugins/prefer-plain/ChangeLog b/plugins/prefer-plain/ChangeLog index 3ee452f207..b7788a02d1 100644 --- a/plugins/prefer-plain/ChangeLog +++ b/plugins/prefer-plain/ChangeLog @@ -1,3 +1,13 @@ +2005-02-13 Björn Torkelsson <torkel@acc.umu.se> + + * org-gnome-prefer-plain.eplug.in: Added author and moved the + description to it's own tag. + +2005-02-24 Björn Torkelsson <torkel@acc.umu.se> + + * org-gnome-prefer-plain.eplug.in: Removed plugin from the name. + Added a . to the end of the description. + 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: dist .eplug.in file diff --git a/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in b/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in index 06218f7972..0e498e9559 100644 --- a/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in +++ b/plugins/prefer-plain/org-gnome-prefer-plain.eplug.in @@ -4,8 +4,13 @@ type="shlib" id="org.gnome.evolution.plugin.preferPlain" location="@PLUGINDIR@/liborg-gnome-prefer-plain.so" - name="Prefer plain-text plugin" - description="A test plugin which demonstrates a formatter plugin which lets you choose to disable HTML mails"> + name="Prefer plain-text"> + + + <description>A test plugin which demonstrates a formatter plugin + which lets you choose to disable HTML mails.</description> + <author name="Michael Zucchi" email="NotZed@Ximian.com"/> + <!-- hook into the 'html mail' preferences page --> <hook class="org.gnome.evolution.mail.config:1.0"> |