From 655c9cbf97de5f304784fdf2f1fcb9e258f526ca Mon Sep 17 00:00:00 2001 From: Suresh Chandrasekharan Date: Thu, 14 Aug 2003 16:56:34 +0000 Subject: Fix for 45818 ( i18n mail messages search only produces '[?]'). Now 2003-08-13 Suresh Chandrasekharan * e-searching-tokenizer.c (searcher_next_token): Fix for 45818 ( i18n mail messages search only produces '[?]'). Now multibyte character selection works correctly. But due to associated gtkhtml bug, the find button functionallity for multibyte characters is broken. svn path=/trunk/; revision=22236 --- mail/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index b74f1dcdf6..5fbc2b873d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2003-08-13 Suresh Chandrasekharan + + * e-searching-tokenizer.c (searcher_next_token): Fix for 45818 ( i18n + mail messages search only produces '[?]'). Now multibyte character + selection works correctly. But due to associated gtkhtml bug, the find + button functionallity for multibyte characters is broken. + 2003-08-12 Jeffrey Stedfast * mail-tools.h: Removed unused function prototype. -- cgit