diff options
author | Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> | 2003-08-15 00:56:34 +0800 |
---|---|---|
committer | Suresh Chandrasekharan <kcsuresh@src.gnome.org> | 2003-08-15 00:56:34 +0800 |
commit | 655c9cbf97de5f304784fdf2f1fcb9e258f526ca (patch) | |
tree | e879844849215765233fbc14788fae7147cb1348 /mail/ChangeLog | |
parent | 6d45ed28597a85c6b5dfa49aeeaf3911da76cf77 (diff) | |
download | gsoc2013-evolution-655c9cbf97de5f304784fdf2f1fcb9e258f526ca.tar gsoc2013-evolution-655c9cbf97de5f304784fdf2f1fcb9e258f526ca.tar.gz gsoc2013-evolution-655c9cbf97de5f304784fdf2f1fcb9e258f526ca.tar.bz2 gsoc2013-evolution-655c9cbf97de5f304784fdf2f1fcb9e258f526ca.tar.lz gsoc2013-evolution-655c9cbf97de5f304784fdf2f1fcb9e258f526ca.tar.xz gsoc2013-evolution-655c9cbf97de5f304784fdf2f1fcb9e258f526ca.tar.zst gsoc2013-evolution-655c9cbf97de5f304784fdf2f1fcb9e258f526ca.zip |
Fix for 45818 ( i18n mail messages search only produces '[?]'). Now
2003-08-13 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <suresh.chandrasekharan@sun.com> + + * 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 <fejj@ximian.com> * mail-tools.h: Removed unused function prototype. |