From 9d4be61768f69a0aff9daa55c088724d0d5a54a6 Mon Sep 17 00:00:00 2001 From: bertrand Date: Wed, 2 Feb 2000 09:31:40 +0000 Subject: typo fix : use 2000-02-03 bertrand * camel/camel-formatter.c (find_preferred_displayable_body_part_in_multipart_alternative): (mime_part_to_html): typo fix : use find_preferred_displayable_body_part_in_multipart_alternative instead of the other names. Allows camel to have no undefined symbols. Ooops, had forgotten changelog entry. svn path=/trunk/; revision=1662 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 937ce7f2cf..35658b3d17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-02-03 bertrand + + * camel/camel-formatter.c (find_preferred_displayable_body_part_in_multipart_alternative): + (mime_part_to_html): typo fix : + use find_preferred_displayable_body_part_in_multipart_alternative + instead of the other names. Allows camel to have no undefined symbols. + 2000-02-02 Matt Loper * tests/test-formatter.c: New file; intended to test the -- cgit