aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-23 16:08:40 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-23 16:08:40 +0800
commit4b2eddbec72f5e72166bcc7ee3dfd1f1d68c28e8 (patch)
treeefa26c23e8a19945bc58f52a76b82553a9e84a93 /mail/ChangeLog
parent84b8798d7b6db9c77f38aa91e3855a64e862bc45 (diff)
downloadgsoc2013-evolution-4b2eddbec72f5e72166bcc7ee3dfd1f1d68c28e8.tar
gsoc2013-evolution-4b2eddbec72f5e72166bcc7ee3dfd1f1d68c28e8.tar.gz
gsoc2013-evolution-4b2eddbec72f5e72166bcc7ee3dfd1f1d68c28e8.tar.bz2
gsoc2013-evolution-4b2eddbec72f5e72166bcc7ee3dfd1f1d68c28e8.tar.lz
gsoc2013-evolution-4b2eddbec72f5e72166bcc7ee3dfd1f1d68c28e8.tar.xz
gsoc2013-evolution-4b2eddbec72f5e72166bcc7ee3dfd1f1d68c28e8.tar.zst
gsoc2013-evolution-4b2eddbec72f5e72166bcc7ee3dfd1f1d68c28e8.zip
** See #54030.
2004-06-23 Not Zed <NotZed@Ximian.com> ** See #54030. * e-searching-tokenizer.c (e_searching_tokenizer_match_count): only return a count if we're using the primary search string. * em-format-html-display.c (efhd_search_response): set the primary search string to NULL instead of resetting it. (efhd_update_search): dont noop if we have a null search text, just set an empty search. * e-searching-tokenizer.c (e_searching_tokenizer_reset): remove this, revert jeff's fixes for 54030. this is incomplete and so doesn't work either (search text stays remembered and secondary search text lost too). ** See #60523. * em-folder-view.c (emfv_finalise): unhook the folder changed before destroying the async thing, and move it all to destroy event anyway. (emfv_destroy): as above. svn path=/trunk/; revision=26472
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c25b0cde45..84de1ba05c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,27 @@
+2004-06-23 Not Zed <NotZed@Ximian.com>
+
+ ** See #54030.
+
+ * e-searching-tokenizer.c (e_searching_tokenizer_match_count):
+ only return a count if we're using the primary search string.
+
+ * em-format-html-display.c (efhd_search_response): set the primary
+ search string to NULL instead of resetting it.
+ (efhd_update_search): dont noop if we have a null search text,
+ just set an empty search.
+
+ * e-searching-tokenizer.c (e_searching_tokenizer_reset): remove
+ this, revert jeff's fixes for 54030. this is incomplete and so
+ doesn't work either (search text stays remembered and secondary
+ search text lost too).
+
+ ** See #60523.
+
+ * em-folder-view.c (emfv_finalise): unhook the folder changed
+ before destroying the async thing, and move it all to destroy
+ event anyway.
+ (emfv_destroy): as above.
+
2004-06-22 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree-model.c (sort_cb): Same as below.