aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5dfddcb7ce..c4b8061547 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,20 @@
2004-05-19 Not Zed <NotZed@Ximian.com>
+ * em-inline-filter.c (emif_add_part): if we end up with an
+ application/octet-stream part, pre-snoop it so we set the right
+ mime type to start with. Fixes #58554.
+
+ * em-format.c (emf_snoop_part): removed, now in em-utils.
+
+ * em-utils.c (em_utils_snoop_type): rah rah, snoop a mime part's
+ type.
+
+ * em-format-html.c (efh_text_plain): Revert jeff's fix for #56290.
+ Ugh, we already have all the citation info in local data. Removed
+ the need for gconf too.
+
+2004-05-19 Not Zed <NotZed@Ximian.com>
+
* em-format-html.c (efh_format_secure): make this match the efhd
stuff.