diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-08-15 00:08:13 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-15 00:08:13 +0800 |
commit | ab1d2c34e6788db08755e68a9ae5c727668a0c06 (patch) | |
tree | 0cd93517af04f1474386a981c2dc093adb440d3d /calendar/ChangeLog | |
parent | 81d12f283f41d8133d0bcfdc86a93186fa92d466 (diff) | |
download | gsoc2013-evolution-ab1d2c34e6788db08755e68a9ae5c727668a0c06.tar.gz gsoc2013-evolution-ab1d2c34e6788db08755e68a9ae5c727668a0c06.tar.zst gsoc2013-evolution-ab1d2c34e6788db08755e68a9ae5c727668a0c06.zip |
Handle an array of categories in the CalSearchBar instead of our own menu
2001-08-14 Federico Mena Quintero <federico@ximian.com>
* gui/cal-search-bar.c (get_current_category): Handle an array of
categories in the CalSearchBar instead of our own menu items.
(notify_query_contains): Fetch the text from the search bar here
instead of in regen_query().
(regen_query): Handle category searches.
(notify_category_is): New function.
(cal_search_bar_construct): Do not create an option menu.
(make_suboptions): New function to create the suboption items from
the list of categories.
(notify_query_contains): Do not include a category sexp here.
svn path=/trunk/; revision=12016
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 15079c681d..14b34f4a48 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2001-08-14 Federico Mena Quintero <federico@ximian.com> + + * gui/cal-search-bar.c (get_current_category): Handle an array of + categories in the CalSearchBar instead of our own menu items. + (notify_query_contains): Fetch the text from the search bar here + instead of in regen_query(). + (regen_query): Handle category searches. + (notify_category_is): New function. + (cal_search_bar_construct): Do not create an option menu. + (make_suboptions): New function to create the suboption items from + the list of categories. + (notify_query_contains): Do not include a category sexp here. + 2001-08-13 JP Rosevear <jpr@ximian.com> * gui/e-itip-control.c (update_item): add dialog for feedback |