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/default-mailer | |
parent | 167b482c9e39a093dcfecc5ef430261c0504e370 (diff) | |
download | gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.gz gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.bz2 gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.lz gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.xz 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/default-mailer')
-rw-r--r-- | plugins/default-mailer/ChangeLog | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/plugins/default-mailer/ChangeLog b/plugins/default-mailer/ChangeLog deleted file mode 100644 index 5fe56f0817..0000000000 --- a/plugins/default-mailer/ChangeLog +++ /dev/null @@ -1,123 +0,0 @@ -2008-09-25 Sankar P <psankar@novell.com> - -License Changes - - * default-mailer.c: - -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. - -2007-08-20 Matthew Barnes <mbarnes@redhat.com> - - * Makefile.am: Fix a distcheck error. - -2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> - - * default-mailer.c: (org_gnome_default_mailer_check_default): Plugged - memory leak. - -2007-07-01 Srinivasa Ragavan <sragavan@novell.com> - - ** Fix for bug #448970 - - * default-mailer.c: (org_gnome_default_mailer_check_default): - -2007-06-03 Srinivasa Ragavan <sragavan@novell.com> - - ** Fix for version removal from Installed files from Gilles Dartiguelongue - - * Makefile.am: - -2007-05-12 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #337616 - - * Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. - -2007-04-02 Sankar P <psankar@novell.com> - - * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> - - * org-gnome-default-mailer.eplug.xml: - Cleanup. - Fixes part of #301149 - -2006-08-22 Srinivasa Ragavan <sragavan@novell.com> - - ** Fix for bug #350823 - - * default-mailer.c: (evolution_is_default_mailer), - (org_gnome_default_mailer_check_default): Patch from Matthew Barnes - to make it robust as well as invokes the right component. - -2006-02-27 Srinivasa Ragavan <sragavan@novell.com> - - * default-mailer.c (org_gnome_default_mailer_check_default): Used - gconf_value_free to free a GConfValue instead of a g_free. - -2005-12-12 Harish Krishnaswamy <kharish@novell.com> - - * Makefile.am: Fix make-clean issues. - -2005-06-23 Not Zed <NotZed@Ximian.com> - - * Makefile.am: Changed the way the i18n stuff and xml building is - done for the 'new way'. - - * default-mailer.c: fixed e-error header move and removed some - other unecessary includes. - -2005-03-24 Jonathan Dieter <jdieter99@gmx.net> - * default-mailer.c: removed code to put a checkbox in the - configuration menu, changed procedure names to avoid - namespace pollution. - - * org-gnome-default-mailer.eplug.in: removed definitions - to put a checkbox in the configuration menu. - - * apps-evolution-mail-prompts-checkdefault.schema.in.in: - schema for GConf key /apps/evolution/mail/prompts/checkdefault. - - * Makefile.am: added steps to build GConf schema. - -2005-03-17 Jonathan Dieter <jdieter99@gmx.net> - - * default-mailer.c: renamed from default-mail-client-check.c - Renamed modules to fit new name and cleaned up code. Fixed - small memory leak. - - * org-gnome-default-mailer.xml: renamed from - org-gnome-default-mail-client-check.xml. - - * org-gnome-default-mailer.eplug.in: renamed from - org-gnome-default-mail-client-check.eplug.in. - - * Makefile.am: Fixed references to fit new file names. - -2005-03-15 Jonathan Dieter <jdieter99@gmx.net> - - * default-mail-client-check.c (check_default_mail_client): - Removed gtk_message_dialog() call and replaced with - e_error(). - - * Makefile.am: added necessary steps to build xml. - - * org-gnome-default-mail-client-check.xml: define the - message box that shows up on startup. - -2005-03-07 Jonathan Dieter <jdieter99@gmx.net> - - * default-mail-client-check.c: Plugin implementation. - - * org-gnome-default-mail-client-check.eplug.in: define the - default mail client check plugin. - - * Makefile.am: build the default mail client check plugin. - |