aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJohan Euphrosine <proppy@aminche.com>2008-04-28 21:16:48 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-04-28 21:16:48 +0800
commit2e6ea617fa702f5056cc15255a9b4fb52ca0458f (patch)
treee1531a1de3ecc650ee64165534a99951cdf83249 /mail/ChangeLog
parent582233e1de6f3df345f7db437fdbce035e142b13 (diff)
downloadgsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.tar
gsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.tar.gz
gsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.tar.bz2
gsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.tar.lz
gsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.tar.xz
gsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.tar.zst
gsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.zip
** Fix for bug #529247
2008-04-28 Johan Euphrosine <proppy@aminche.com> ** Fix for bug #529247 * em-format-html.h (struct _EMFormatHTML): Add header_colour. * em-format-html-display.c (efhd_gtkhtml_realise): Use bg style properties for body_colour, fg for header_colour, darken for frame_colour, bg for content_colour. * em-format-html.c (efh_init), (efh_format_exec), (efh_init), (efh_text_plain), (efh_text_enriched), (efh_text_html), (efh_message_deliverystatus): Use header_colour for text color of the message header, body_colour for background color of the message header, text_colour for text color of the message content, base_colour for background color of the message content. svn path=/trunk/; revision=35429
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 45fc8d1b49..979b36e4bb 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,20 @@
+2008-04-28 Johan Euphrosine <proppy@aminche.com>
+
+ ** Fix for bug #529247
+
+ * em-format-html.h (struct _EMFormatHTML): Add header_colour.
+
+ * em-format-html-display.c (efhd_gtkhtml_realise): Use bg style
+ properties for body_colour, fg for header_colour, darken for
+ frame_colour, bg for content_colour.
+
+ * em-format-html.c (efh_init), (efh_format_exec), (efh_init),
+ (efh_text_plain), (efh_text_enriched), (efh_text_html),
+ (efh_message_deliverystatus): Use header_colour for text color of
+ the message header, body_colour for background color of the
+ message header, text_colour for text color of the message content,
+ base_colour for background color of the message content.
+
2008-04-28 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-utils.c: Avoid crash while detecting mime types.