diff options
author | Not Zed <NotZed@Ximian.com> | 2002-05-08 14:36:28 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-05-08 14:36:28 +0800 |
commit | d616d97a3ef8a1202933ba2000b363d0dcb69d3d (patch) | |
tree | b6c946427a68bf9f5733fc1f6f32a2cb1aff00bf /filter/ChangeLog | |
parent | 8accbe54edf3b9f2b1d6ebcaf8b06d796fef1ec6 (diff) | |
download | gsoc2013-evolution-d616d97a3ef8a1202933ba2000b363d0dcb69d3d.tar.gz gsoc2013-evolution-d616d97a3ef8a1202933ba2000b363d0dcb69d3d.tar.zst gsoc2013-evolution-d616d97a3ef8a1202933ba2000b363d0dcb69d3d.zip |
Changed to return a GList *, a list of the names of the rules affected by
2002-05-08 Not Zed <NotZed@Ximian.com>
* rule-context.c (rule_context_delete_uri): Changed to return a
GList *, a list of the names of the rules affected by the delete,
fixed all implementors.
(rule_context_rename_uri): Similarly for delete_uri, for
api consistency.
(rule_context_free_uri_list): Util function to free the return
from above.
* filter-context.c (filter_delete_uri): Actually implement it, fix
for #18826, and some related bugs.
svn path=/trunk/; revision=16718
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 29c408637d..beaecec429 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,16 @@ +2002-05-08 Not Zed <NotZed@Ximian.com> + + * rule-context.c (rule_context_delete_uri): Changed to return a + GList *, a list of the names of the rules affected by the delete, + fixed all implementors. + (rule_context_rename_uri): Similarly for delete_uri, for + api consistency. + (rule_context_free_uri_list): Util function to free the return + from above. + + * filter-context.c (filter_delete_uri): Actually implement it, fix + for #18826, and some related bugs. + 2002-04-26 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Get rid of ibex stuff, we no longer use it. |