aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-03-19 18:16:14 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-03-19 18:16:14 +0800
commit1d7088845139f364724d8c657780959a6cffc129 (patch)
treeb3f031aeb7c786686c7b80ffc038d1f6ec710642 /composer/ChangeLog
parentdc3b372304b8b83bd335f8871755ad15154c7f25 (diff)
downloadgsoc2013-evolution-1d7088845139f364724d8c657780959a6cffc129.tar
gsoc2013-evolution-1d7088845139f364724d8c657780959a6cffc129.tar.gz
gsoc2013-evolution-1d7088845139f364724d8c657780959a6cffc129.tar.bz2
gsoc2013-evolution-1d7088845139f364724d8c657780959a6cffc129.tar.lz
gsoc2013-evolution-1d7088845139f364724d8c657780959a6cffc129.tar.xz
gsoc2013-evolution-1d7088845139f364724d8c657780959a6cffc129.tar.zst
gsoc2013-evolution-1d7088845139f364724d8c657780959a6cffc129.zip
** Fix for bug #574680
2009-03-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #574680 * e-msg-composer.c: (is_special_header): Function removed. * e-msg-composer.c: (e_msg_composer_new_with_message): Remove all headers except "References" and "In-Reply-To" when composing from an existing message. svn path=/trunk/; revision=37462
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index b05eae427f..9f1f34f09e 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,12 @@
+2009-03-19 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #574680
+
+ * e-msg-composer.c: (is_special_header): Function removed.
+ * e-msg-composer.c: (e_msg_composer_new_with_message):
+ Remove all headers except "References" and "In-Reply-To" when
+ composing from an existing message.
+
2009-02-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #551470