aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-09-16 06:43:15 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-09-16 06:43:15 +0800
commit99274a95701e007c22cbfc3f7d42a123b0464ea4 (patch)
tree8d6eed9b859b9fe5b4e034fb76735227a8887c3f /filter/ChangeLog
parent20cff5d6ba88f6ccf22e3d4fe757fcf1310ea73b (diff)
downloadgsoc2013-evolution-99274a95701e007c22cbfc3f7d42a123b0464ea4.tar
gsoc2013-evolution-99274a95701e007c22cbfc3f7d42a123b0464ea4.tar.gz
gsoc2013-evolution-99274a95701e007c22cbfc3f7d42a123b0464ea4.tar.bz2
gsoc2013-evolution-99274a95701e007c22cbfc3f7d42a123b0464ea4.tar.lz
gsoc2013-evolution-99274a95701e007c22cbfc3f7d42a123b0464ea4.tar.xz
gsoc2013-evolution-99274a95701e007c22cbfc3f7d42a123b0464ea4.tar.zst
gsoc2013-evolution-99274a95701e007c22cbfc3f7d42a123b0464ea4.zip
** See Natzilla task #47524
2003-09-15 Not Zed <NotZed@Ximian.com> ** See Natzilla task #47524 * filter-rule.h (FilterRule): add a system bit, for rules that shouldn't be edited/saved. * rule-context.c (load): check for ruleset maps in the system file, and if they exist, load in as system rules. (save): ignore system rules if they exist. * searchtypes.xml: Added a search-specific types folder. Also contains system searches that cannot be deleted. svn path=/trunk/; revision=22581
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index b5931a5726..d7b721a9ce 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,17 @@
+2003-09-15 Not Zed <NotZed@Ximian.com>
+
+ ** See Natzilla task #47524
+
+ * filter-rule.h (FilterRule): add a system bit, for rules that
+ shouldn't be edited/saved.
+
+ * rule-context.c (load): check for ruleset maps in the system
+ file, and if they exist, load in as system rules.
+ (save): ignore system rules if they exist.
+
+ * searchtypes.xml: Added a search-specific types folder. Also
+ contains system searches that cannot be deleted.
+
2003-08-05 Not Zed <NotZed@Ximian.com>
** See bug #42636.