diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-09-20 01:32:04 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-09-20 01:32:04 +0800 |
commit | b8ea035b9f04570ca8de2805ca6e63a7032afb9c (patch) | |
tree | bfc995998d415ca016e8fae113257f5993956d9f /calendar/ChangeLog | |
parent | 939ed95a486a461c55eda6596a15eab2e4e9b166 (diff) | |
download | gsoc2013-evolution-b8ea035b9f04570ca8de2805ca6e63a7032afb9c.tar gsoc2013-evolution-b8ea035b9f04570ca8de2805ca6e63a7032afb9c.tar.gz gsoc2013-evolution-b8ea035b9f04570ca8de2805ca6e63a7032afb9c.tar.bz2 gsoc2013-evolution-b8ea035b9f04570ca8de2805ca6e63a7032afb9c.tar.lz gsoc2013-evolution-b8ea035b9f04570ca8de2805ca6e63a7032afb9c.tar.xz gsoc2013-evolution-b8ea035b9f04570ca8de2805ca6e63a7032afb9c.tar.zst gsoc2013-evolution-b8ea035b9f04570ca8de2805ca6e63a7032afb9c.zip |
More fixes for #24210
2002-09-19 Rodrigo Moya <rodrigo@ximian.com>
More fixes for #24210
* pcs/query.c: added list of cached queries and changed the Query
class to work with several listeners, not only one.
(query_init): initialize new members.
(query_destroy): free new members.
(add_component, remove_component, parse_sexp, match_component,
process_components_cb): notify all listeners.
(notify_uid_cb, start_cached_query_cb): implemented integration of
cached queries.
(query_new): search the query in the cache before creating a new
one. And if we create a new one, store it in the cache.
svn path=/trunk/; revision=18120
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 21b00e0e34..a4c68caa0b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2002-09-19 Rodrigo Moya <rodrigo@ximian.com> + + More fixes for #24210 + + * pcs/query.c: added list of cached queries and changed the Query + class to work with several listeners, not only one. + (query_init): initialize new members. + (query_destroy): free new members. + (add_component, remove_component, parse_sexp, match_component, + process_components_cb): notify all listeners. + (notify_uid_cb, start_cached_query_cb): implemented integration of + cached queries. + (query_new): search the query in the cache before creating a new + one. And if we create a new one, store it in the cache. + 2002-09-19 JP Rosevear <jpr@ximian.com> * gui/dialogs/recurrence-page.c (simple_recur_to_comp): bump the |