From 38d71c0a1563222ac3cd21592e9cf67cfad928d5 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 2 Feb 2004 05:05:07 +0000 Subject: use g_ascii_strcasecmp rather than strcasecmp. 2004-02-02 Not Zed * evolution-composer.c (impl_Composer_set_body): use g_ascii_strcasecmp rather than strcasecmp. ** See bug #53506, again. * e-msg-composer.c (set_editor_text): Add an argument to make adding the signature optional. Also fix a memleak with the sig content. (e_msg_composer_new_with_type, e_msg_composer_flush_pending_body) (handle_mailto, e_msg_composer_set_body_text) (e_msg_composer_set_body): Fixed callers for above change appropriately. svn path=/trunk/; revision=24562 --- composer/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index e094cfc06a..a06f0fc027 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,18 @@ +2004-02-02 Not Zed + + * evolution-composer.c (impl_Composer_set_body): use + g_ascii_strcasecmp rather than strcasecmp. + + ** See bug #53506, again. + + * e-msg-composer.c (set_editor_text): Add an argument to make + adding the signature optional. Also fix a memleak with the sig + content. + (e_msg_composer_new_with_type, e_msg_composer_flush_pending_body) + (handle_mailto, e_msg_composer_set_body_text) + (e_msg_composer_set_body): Fixed callers for above change + appropriately. + 2004-01-29 Not Zed * e-msg-composer.c (e_msg_composer_new_with_type): reverted -- cgit v1.2.3