diff options
author | Björn Torkelsson <torkel@acc.umu.se> | 2005-02-25 23:54:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-02-25 23:54:25 +0800 |
commit | 7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72 (patch) | |
tree | a544ce0d7b5eebac1a9b2933ff87307cc339b916 /plugins/prefer-plain | |
parent | eb66f839dc393431d562d06097707935823f164c (diff) | |
download | gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.gz gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.zst gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.zip |
clean up author/descriptions for various plugins.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* clean up author/descriptions for various plugins.
svn path=/trunk/; revision=28889
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"> |