diff options
author | Bharath Acharya <abharath@novell.com> | 2008-07-21 02:26:42 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-07-21 02:26:42 +0800 |
commit | 5948c36901a66021c7d3ded3acaf9bde18be17d2 (patch) | |
tree | 960806e80dea92c795ab98ace930034fdb8772ee /composer | |
parent | 474f15f5571bc0d2e64785963703852f274e74df (diff) | |
download | gsoc2013-evolution-5948c36901a66021c7d3ded3acaf9bde18be17d2.tar.gz gsoc2013-evolution-5948c36901a66021c7d3ded3acaf9bde18be17d2.tar.zst gsoc2013-evolution-5948c36901a66021c7d3ded3acaf9bde18be17d2.zip |
** Fixes Bug #200147
2008-07-18 Bharath Acharya <abharath@novell.com>
** Fixes Bug #200147
Basic functionality implemented by Diego Escalante Urrelo
<diegoe@gnome.org> Everyone owes him a big mug of Beer for that.
** Added Templates plugin
* Makefile.am:
* apps-evolution-template-placeholders.schemas.in:
* org-gnome-templates.eplug.xml:
* templates.c:
* templates.glade:
svn path=/trunk/; revision=35780
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 6 | ||||
-rw-r--r-- | composer/evolution-composer.ui | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 1eeb5bb7e2..2a8167bb93 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2008-07-20 Bharath Acharya <abharath@novell.com> + + ** Fix for bug #200147 + + * evolution-composer.ui: Added a Template placeholder + 2008-07-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #206592 diff --git a/composer/evolution-composer.ui b/composer/evolution-composer.ui index 7413770af9..1b8957640f 100644 --- a/composer/evolution-composer.ui +++ b/composer/evolution-composer.ui @@ -9,6 +9,7 @@ <menuitem action='save'/> <menuitem action='save-as'/> <menuitem action='save-draft'/> + <placeholder name='template-holder'/> <separator/> <menuitem action='print-preview'/> <menuitem action='print'/> |