diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-08 06:31:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-08 06:31:19 +0800 |
commit | 889ddc56b56ecd0c7d3127f0591b3fbd3d0a11ca (patch) | |
tree | 333abb048ebad6206972440bf966fe76635544fe /mail/ChangeLog | |
parent | 082bc288ff27d74ae48b78d994eec2a4f0106cd2 (diff) | |
download | gsoc2013-evolution-889ddc56b56ecd0c7d3127f0591b3fbd3d0a11ca.tar gsoc2013-evolution-889ddc56b56ecd0c7d3127f0591b3fbd3d0a11ca.tar.gz gsoc2013-evolution-889ddc56b56ecd0c7d3127f0591b3fbd3d0a11ca.tar.bz2 gsoc2013-evolution-889ddc56b56ecd0c7d3127f0591b3fbd3d0a11ca.tar.lz gsoc2013-evolution-889ddc56b56ecd0c7d3127f0591b3fbd3d0a11ca.tar.xz gsoc2013-evolution-889ddc56b56ecd0c7d3127f0591b3fbd3d0a11ca.tar.zst gsoc2013-evolution-889ddc56b56ecd0c7d3127f0591b3fbd3d0a11ca.zip |
Updated to use the ESearchBar object rather than the previously used
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.
(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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 25 |
1 files changed, 22 insertions, 3 deletions
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 <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. + (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 <jpavel@helixcode.com> - * 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 <ettore@helixcode.com> |