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/email-custom-header | |
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/email-custom-header')
-rw-r--r-- | plugins/email-custom-header/ChangeLog | 127 |
1 files changed, 0 insertions, 127 deletions
diff --git a/plugins/email-custom-header/ChangeLog b/plugins/email-custom-header/ChangeLog deleted file mode 100644 index f826eddd86..0000000000 --- a/plugins/email-custom-header/ChangeLog +++ /dev/null @@ -1,127 +0,0 @@ -2009-02-25 Milan Crha <mcrha@redhat.com> - - ** Fix for bug #572399 - - * email-custom-header.c: (header_foreach_check_isempty): - Do not read from invalid iterator after call of row changed. - -2009-02-13 Milan Crha <mcrha@redhat.com> - - ** Fixes part of bug #564229 - - * email-custom-header.c: (e_plugin_lib_get_configure_widget): - Do not use uninitialized variable. - -2009-02-02 Takao Fujiwara <takao.fujiwara@sun.com> - - Reviewed by Srinivasa Ragavan <sragavan@novell.com> - - ** Fix for bug #567568 - - * apps_evolution_email_custom_header.schemas.in: - Remove translatable <default> tag. - * email-custom-header.c (epech_setup_widgets): - Added gettext for the default custom header. - -2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com> - - Reviewed by Matthew Barnes <mbarnes@redhat.com> - - ** Fix for bug #567129 - - * apps_evolution_email_custom_header.schemas.in: - Add <default> tag in C locale to localize the value. - * email-custom-header.c (epech_setup_widgets): - Add gettext. - -2008-09-12 Sankar P <psankar@novell.com> - -License Changes - - * email-custom-header.c: - * email-custom-header.h: - -2008-09-01 Matthew Barnes <mbarnes@redhat.com> - - * email-custom-header.c: - Don't mix declarations and code. - -2008-08-14 Matthew Barnes <mbarnes@redhat.com> - - * gui/contact-editor/e-contact-editor.c: - Use e_display_help() for displaying help. - -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: Added necessary libraries to link to. Build break while - compiling on Windows. - -2008-08-01 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes bug #543755 - - * apps_evolution_email_custom_header.schemas.in: Fix typo. - -2008-07-22 Milan Crha <mcrha@redhat.com> - - ** Part of fix for bug #544022 - - * email-custom-header.c: Compiler warning cleanup. - -2008-06-25 Ashish Shrivastava <shashish@novell.com> - * email-custom-header.glade: Marked strings for - translation. - remove "window1" string from translation. - -2008-06-24 Ashish Shrivastava <shashish@novell.com> - - * email-custom-header.c: (e_plugin_lib_get_configure_widget), - (org_gnome_email_custom_header_config_option): - Added Support for configuring gconf values. - * email-custom-header.glade: - Configure email-custom-header plugin within the plugin-manager. - * org-gnome-email-custom-header.eplug.xml: Add hook class - for Configure tab. - * Makefile.am: Add new file.(email-custom-header.glade). - -2008-06-02 Matthew Barnes <mbarnes@redhat.com> - - * Makefile.am: - Distribute the Glade file. - -2008-06-02 Ashish Shrivastava <shashish@novell.com> - - ** Fixes bug #536183 - - * email-custom-header.c: - * org-gnome-email-custom-header.glade: - Change email custom header's dialog to non-modal. - Remove un-used tab from dialog - -2008-05-22 Matthew Barnes <mbarnes@redhat.com> - - * email-custom-header.c (action_email_custom_header_cb): - Remove unused 'editor' variable. - -2008-05-22 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #534360 - - * email-custom-header.h: - Migrate from deprecated GtkObject symbols to GObject equivalents. - -2008-05-19 Ashish Shrivastava <shashish@novell.com> - - * org-gnome-email-custom-header.eplug.xml: - * org-gnome-email-custom-header.glade: - * apps_evolution_email_custom_header.schemas.in: - * Makefile.am: - * email-custom-header.c: - * email-custom-header.h: - ** Initial set of files. Implements Custom header support. - ** Added custom header plugin. |