aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-15 02:32:26 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-15 02:32:26 +0800
commit2855fe6b72c531ab338e14fc71e17e2bc3817e12 (patch)
treec83b7f78038529aa96f7fa5a9ff37c599601f19d /mail/ChangeLog
parentc425788e1cb35596053a1d9f82ce5c74eae26818 (diff)
downloadgsoc2013-evolution-2855fe6b72c531ab338e14fc71e17e2bc3817e12.tar
gsoc2013-evolution-2855fe6b72c531ab338e14fc71e17e2bc3817e12.tar.gz
gsoc2013-evolution-2855fe6b72c531ab338e14fc71e17e2bc3817e12.tar.bz2
gsoc2013-evolution-2855fe6b72c531ab338e14fc71e17e2bc3817e12.tar.lz
gsoc2013-evolution-2855fe6b72c531ab338e14fc71e17e2bc3817e12.tar.xz
gsoc2013-evolution-2855fe6b72c531ab338e14fc71e17e2bc3817e12.tar.zst
gsoc2013-evolution-2855fe6b72c531ab338e14fc71e17e2bc3817e12.zip
Share more state between the parent and its clones, so that our multiple
2001-10-14 Jon Trowbridge <trow@ximian.com> * e-searching-tokenizer.c (e_searching_tokenizer_clone): Share more state between the parent and its clones, so that our multiple tokenizers don't get out of sync when we are rendering frames and iframes. (Bug #11638) svn path=/trunk/; revision=13671
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 459468ccbd..98b20e06f2 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2001-10-14 Jon Trowbridge <trow@ximian.com>
+
+ * e-searching-tokenizer.c (e_searching_tokenizer_clone): Share
+ more state between the parent and its clones, so that our multiple
+ tokenizers don't get out of sync when we are rendering frames and
+ iframes. (Bug #11638)
+
2001-10-13 Jon Trowbridge <trow@ximian.com>
* e-searching-tokenizer.c (search_info_compare): Bad hacker!