aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
blob: e7b9b025a62589f9ba1f8a92c4acb6f827223fdc (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
2000-02-24  NotZed  <NotZed@HelixCode.com>

    * filter-xml.c (filter_description_free): 
    (filter_load_ruleset_free): 
    (filter_load_optionset_free): Functions for memory management.

    * filter-arg.c (filter_arg_copy): Copy the values of one arg into
    another.

    * filter-editor.c: New widget, a dialogue which uses filter-druid
    to present the various editing views.
    (druid_dialogue_clicked): On finish, save the user's new filter
    definition where it came from.

    * filter-druid.c: Changed to just being a notebook with no tabs,
    rather than a full druid (no next/prev/etc buttons).
    (option_name_changed): Update the option's description as the user
    enters it in.

2000-02-22  NotZed  <NotZed@HelixCode.com>

    * filter-xml.c (filter_clone_optionrule):
    (filter_clone_optionrule_free): 
    (filter_optionrule_new_from_rule): New utility functions for
    working with the internal rule format.

    * filter-arg.[ch]: Added new callbacks for editing a single value,
    and a new editor which shows all items in a list, and allows you
    to edit them via the single-edit method.  This needs some cleanup
    for some unused/unusable virtual methods (edit_values,
    write_html?).

    * Makefile: Add the druid for build.

    * filter-druid.c: A 'druid' widget for editing a single filter
    rule.

2000-02-21  Matt Loper  <matt@helixcode.com>

    * .cvsignore: New file.

2000-02-18  NotZed  <NotZed@HelixCode.com>

    * blank/check.xpm: Added forgotten files.

    * Uh, more changes, lots, its still work in progress.

2000-02-14  NotZed  <notzed@helixcode.com>

    * Initial import.