From 889ddc56b56ecd0c7d3127f0591b3fbd3d0a11ca Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 7 Nov 2000 22:31:19 +0000 Subject: Updated to use the ESearchBar object rather than the previously used 2000-11-07 Jeffrey Stedfast * folder-browser.c (search_full_clicked): Updated to use the ESearchBar object rather than the previously used search widgets. (search_full): Same. (search_save): Same. Also use enums to make it a little easier to read now that we have to have enums anyway. (folder_browser_search_menu_activated): New ESearchBar menu callback. (folder_browser_search_query_changed): New ESearchBar query callback. Replaces search_set() (folder_browser_clear_search): Updated to use the ESearchBar object rather than the previously used search widgets. (folder_browser_gui_init): Don't hand construct a search widget, use the new ESearchBar convenience widget. * mail-ops.c (cleanup_load_folder): Updated to reflect changes to FolderBrowser. svn path=/trunk/; revision=6490 --- mail/ChangeLog | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 080a22efe8..b4169c829b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,9 +1,28 @@ +2000-11-07 Jeffrey Stedfast + + * folder-browser.c (search_full_clicked): Updated to use the + ESearchBar object rather than the previously used search widgets. + (search_full): Same. + (search_save): Same. Also use enums to make it a little easier to + read now that we have to have enums anyway. + (folder_browser_search_menu_activated): New ESearchBar menu + callback. + (folder_browser_search_query_changed): New ESearchBar query + callback. Replaces search_set() + (folder_browser_clear_search): Updated to use the ESearchBar + object rather than the previously used search widgets. + (folder_browser_gui_init): Don't hand construct a search widget, + use the new ESearchBar convenience widget. + + * mail-ops.c (cleanup_load_folder): Updated to reflect changes to + FolderBrowser. + 2000-11-07 Jesse Pavel - * mail-display.c: (pixmap_press): modified some of the EPopupMenu + * mail-display.c (pixmap_press): modified some of the EPopupMenu structures to account for differences in the popup menu API (as - informed by Jeff. - (on_object_requested): passed the user's default email address + informed by Jeff. + (on_object_requested): passed the user's default email address to the iTip control. 2000-11-07 Ettore Perazzoli -- cgit v1.2.3