aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index ce45dac51c..9d3eb2cf08 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,20 @@
+2003-04-24 Jeffrey Stedfast <fejj@ximian.com>
+
+ Fix for bug #41578.
+
+ * rule-editor.c (rule_move): Pass re->source instead of
+ re->current->source to rule_context_get_rank_rule(). Also updated
+ to pass re->source to rule_context_rank_rule().
+ (rule_editor_play_undo): Updated to pass re->source to
+ rule_context_rank_rule().
+
+ * rule-context.c (rule_context_rank_rule): Now takes a 'source'
+ argument rather than using rule->source (vfolder editor lists
+ rules of all sources, not just same-source rules).
+ (revert): Pass frule->source/part->source to
+ rule_context_rank_rule() - might not be right but should preserve
+ the prior behaviour at least.
+
2003-04-18 Not Zed <NotZed@Ximian.com>
* rule-editor.c (d): removed debug spew.