From 917375e4d4b7b6b5cb85717dacac5539b6fb5caa Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 20 Feb 2004 09:26:17 +0000 Subject: ** See bug #54338. 2004-02-20 Not Zed ** See bug #54338. * vfolder-rule.c: instead of overriding the filter-rule's 'source' attribute for 'with sources', add a 'with' enum. (xml_decode): handle loading old-format files, as well as new ones, where the with is a prop on the sources xml. (xml_encode): set 'with' on save. (rule_copy): copy across with value. (get_widget): just hook onto option menu changed, dont bother setting up any per-item callbacks. (select_source_with_changed): callback to monitor source 'with' type. svn path=/trunk/; revision=24815 --- filter/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'filter/ChangeLog') diff --git a/filter/ChangeLog b/filter/ChangeLog index 792a8a2bbe..372d32b4ec 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,18 @@ +2004-02-20 Not Zed + + ** See bug #54338. + + * vfolder-rule.c: instead of overriding the filter-rule's 'source' + attribute for 'with sources', add a 'with' enum. + (xml_decode): handle loading old-format files, as well as new + ones, where the with is a prop on the sources xml. + (xml_encode): set 'with' on save. + (rule_copy): copy across with value. + (get_widget): just hook onto option menu changed, dont bother + setting up any per-item callbacks. + (select_source_with_changed): callback to monitor source 'with' + type. + 2004-02-17 Not Zed * filter-int.c (int_clone): implement, since we dont store the -- cgit