diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-09-29 11:09:26 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-09-29 11:09:26 +0800 |
commit | e20e97c2081eb38854c93495a41d7315259bc715 (patch) | |
tree | 473f02750bb06966cdc45f2723a96a8dcca68128 /mail/ChangeLog | |
parent | 338c81f70a92560970f7a6c542c38a3839cc748c (diff) | |
download | gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.gz gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.bz2 gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.lz gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.xz gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.zst gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.zip |
added prototype.
2000-09-28 Chris Toshok <toshok@helixcode.com>
* subscribe-control.h (subscribe_search): added prototype.
* subscribe-control.c (subscribe_search): new function.
* subscribe-control-factory.c (make_folder_search_widget): new
function, to add search widget to toolbar.
(control_activate): create the search widget and add it to the
toolbar.
svn path=/trunk/; revision=5632
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5c2f20dc25..9afa70433f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-09-28 Chris Toshok <toshok@helixcode.com> + + * subscribe-control.h (subscribe_search): added prototype. + + * subscribe-control.c (subscribe_search): new function. + + * subscribe-control-factory.c (make_folder_search_widget): new + function, to add search widget to toolbar. + (control_activate): create the search widget and add it to the + toolbar. + 2000-09-28 Jeffrey Stedfast <fejj@helixcode.com> * mail-ops.c (do_send_queue): Messages should be appended to Sent |