From 2dab41615b9ed522ab0587681b1f875ab20d1607 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 11 Mar 2004 16:14:23 +0000 Subject: Fixed a bug where txt wasn't being properly initialised in all cases for 2004-03-11 Jeffrey Stedfast * em-format-html.c (efh_format_header): Fixed a bug where txt wasn't being properly initialised in all cases for Date headers. Also fixed the x-evolution-mailer code to simply use the ehader->value that was passed in. (efh_format_headers): Fixed to handle the special X-Evolution-Mailer header. svn path=/trunk/; revision=25028 --- mail/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 3756840b54..c4d617d6e2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2004-03-11 Jeffrey Stedfast + + * em-format-html.c (efh_format_header): Fixed a bug where txt + wasn't being properly initialised in all cases for Date + headers. Also fixed the x-evolution-mailer code to simply use the + ehader->value that was passed in. + (efh_format_headers): Fixed to handle the special + X-Evolution-Mailer header. + 2004-03-11 Not Zed * em-folder-browser.c (emfb_set_folder): a really gross hack, -- cgit