aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index b4169c829b..c9bd7c221d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,17 @@
2000-11-07 Jeffrey Stedfast <fejj@helixcode.com>
+ * folder-browser.c (search_save): Don't handle custom searching
+ anymore... we don't want this.
+ (search_full): Same.
+ (folder_browser_search_menu_activated): Set the search entry
+ widget sensitive.
+ (folder_browser_search_query_changed): Same.
+ (search_full_clicked): Set the text of the disabled search entry
+ to the search query string (as search_save depends on this
+ string). Would it be better to save this somewhere else?
+
+2000-11-07 Jeffrey Stedfast <fejj@helixcode.com>
+
* folder-browser.c (search_full_clicked): Updated to use the
ESearchBar object rather than the previously used search widgets.
(search_full): Same.