diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-03 05:51:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-03 06:18:33 +0800 |
commit | 26240e0b180bdaf92702e513a21da2f859883fb3 (patch) | |
tree | 6a3a27c69755355161ab07f300446908bc2d154b /plugins/templates/ChangeLog | |
parent | 167b482c9e39a093dcfecc5ef430261c0504e370 (diff) | |
download | gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.gz gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.zst gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.zip |
Generate ChangeLog files for tarball releases.
Remove old ChangeLog files that predate our switch to git.
Diffstat (limited to 'plugins/templates/ChangeLog')
-rw-r--r-- | plugins/templates/ChangeLog | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/plugins/templates/ChangeLog b/plugins/templates/ChangeLog deleted file mode 100644 index 789f58de0b..0000000000 --- a/plugins/templates/ChangeLog +++ /dev/null @@ -1,49 +0,0 @@ -2008-10-15 Bharath Acharya <abharath@novell.com> - - ** Fix for bug #556284 - - * templates.c: (reply_with_template), (org_gnome_templates_popup), - (action_template_cb): Fixes for fetching the store using - mail_component_peek_local_store. Fixes the right-click crash issues - caused on OS_WIN32 by Templates plugin. - -2008-09-15 Sankar P <psankar@novell.com> - -License Changes - - * plugins/templates/templates.c: - -2008-09-01 Matthew Barnes <mbarnes@redhat.com> - - * templates.c: - Don't mix declarations and code. - -2008-08-12 Bharath Acharya <abharath@novell.com> - - * Makefile.am: Have a check for OS_WIN32 and handle the schema data - differently. make install error on win32. - -2008-08-12 Bharath Acharya <abharath@novell.com> - - * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate - dlls on Windows. - -2008-07-21 Johnny Jacob <jjohnny@novell.com> - - * templates.c: Remove unused header files. - - * Makefile.am (INCLUDES): Allow includes from top_builddir. - -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: |