aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-01 01:38:21 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-01 01:38:21 +0800
commit2983bfc285a877d4f0327b28eb061fe4e952826b (patch)
treed02cb6c1ca1c695d1ccfee085bfbb76d319482aa /mail/ChangeLog
parent1295a3e0a4bf78f92213663df77f09a1c804ee28 (diff)
downloadgsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.tar
gsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.tar.gz
gsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.tar.bz2
gsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.tar.lz
gsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.tar.xz
gsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.tar.zst
gsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.zip
Only do citation colouring if the user has specified to do so and use the
2004-03-31 Jeffrey Stedfast <fejj@ximian.com> * em-format-html.c (efh_text_plain): Only do citation colouring if the user has specified to do so and use the user's specified colour when appropriate. Fixes bug #56290. svn path=/trunk/; revision=25269
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 81a63cccc9..28424ef1b7 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2004-03-31 Jeffrey Stedfast <fejj@ximian.com>
+ * em-format-html.c (efh_text_plain): Only do citation colouring if
+ the user has specified to do so and use the user's specified
+ colour when appropriate. Fixes bug #56290.
+
* em-subscribe-editor.c (em_subscribe_editor_new): Save/restore
the subscribe dialog's window size. Fixes bug #56230.