From 2e6ea617fa702f5056cc15255a9b4fb52ca0458f Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Mon, 28 Apr 2008 13:16:48 +0000 Subject: ** Fix for bug #529247 2008-04-28 Johan Euphrosine ** 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 --- mail/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'mail/ChangeLog') 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 + + ** 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 * mail/em-utils.c: Avoid crash while detecting mime types. -- cgit v1.2.3