aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
blob: d7b721a9ce57a907e7d92dc7a6521f773620be99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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.
    
    * vfoldertypes.xml: Fix some of the subject rules, they were
    missing matching ')'s.

2003-08-01  Not Zed  <NotZed@Ximian.com>

    ** See bug #47208.

    * filter-code.c (build_code): wrap the expression in a match-all
    so boolean expressions work properly for folder searches.

2003-07-23  Dan Winship  <danw@ximian.com>

    * Makefile.am: Use EVO_MARSHAL_RULE

2003-06-13  Larry Ewing  <lewing@ximian.com>

    * filter-source.c (filter_source_finalize): free current_url.

2003-06-11  Mike Kestner  <mkestner@ximian.com>

    * rule-context.c (load): stat the user file before parsing.

2003-06-06  Jeffrey Stedfast  <fejj@ximian.com>

    Fixes some leaks from bug #43883.

    * filter-file.c (xml_decode): Free file->path and set it to
    NULL before entering the loop to decode it. This way if the value
    is already set we don't leak it. Set file->path = g_strdup (str ?
    str : ""); and then xmlFree the str.

2003-05-21  Jeffrey Stedfast  <fejj@ximian.com>

    * filter-source.c (filter_source_get_sources): Same as below.

    * filter-label.c (xml_create): Unref the gconf client when we're
    finished with it.