From 26524d4a05dc4bb8cde52f7ca52d4e8af4e9b717 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 22 Jul 2002 23:34:34 +0000 Subject: Removed a lot of extra g_return_if_fail's that we don't need (if we are 2002-07-22 Jeffrey Stedfast * e-msg-composer.c: Removed a lot of extra g_return_if_fail's that we don't need (if we are going to check if the pointer is a a composer widget using the gtk type-check macros, then there is no need to first check that it isn't NULL). (get_file_content): Signatures are now supposed to be in UTF-8 and not the user's locale charset, so we must first read in the content, then check that it is valid UTF-8. If it isn't, then we need to try to convert it to UTF-8. svn path=/trunk/; revision=17538 --- composer/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 0fb25d1c2f..24241afd81 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -4,6 +4,10 @@ we don't need (if we are going to check if the pointer is a a composer widget using the gtk type-check macros, then there is no need to first check that it isn't NULL). + (get_file_content): Signatures are now supposed to be in UTF-8 and + not the user's locale charset, so we must first read in the + content, then check that it is valid UTF-8. If it isn't, then we + need to try to convert it to UTF-8. 2002-07-22 Radek Doulik -- cgit v1.2.3