diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-06 06:41:38 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-06 06:41:38 +0800 |
commit | f09882063f5b53e8ab0db33188541f8c0baa2d0c (patch) | |
tree | ae1564524c9c1f8c6fa775f9c6ae82824001098e /filter | |
parent | e18a28a56cca90fab110ca38fd9ca5746e3912c7 (diff) | |
download | gsoc2013-evolution-f09882063f5b53e8ab0db33188541f8c0baa2d0c.tar.gz gsoc2013-evolution-f09882063f5b53e8ab0db33188541f8c0baa2d0c.tar.zst gsoc2013-evolution-f09882063f5b53e8ab0db33188541f8c0baa2d0c.zip |
oops, forgot to commit ChangeLog
svn path=/trunk/; revision=10833
Diffstat (limited to 'filter')
-rw-r--r-- | filter/ChangeLog | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 049c4c8111..58bd174db0 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -4,13 +4,15 @@ 2001-07-03 Peter Williams <peterw@ximian.com> - * filter-source.c (get_widget): Prevent crashing while we work this out. + * filter-source.c (get_widget): Prevent crashing while we work + this out. * filter-rule.c (get_widget): Don't try to gtk_widget_grab_default with a widget that can't be the default. Altough it should be able to.... 2001-07-02 Sam Creasey <sammy@oh.verio.com> + * filter-int.c: Added an integer type for filtering values. used for size. @@ -20,12 +22,13 @@ 2001-07-02 Anna Marie Dirks <anna@ximian.com> - * filter-rule.c (get_widget): Changed "Add criterion" button to have - normal button relief in response to complaints of it not appearing - clickable. + * filter-rule.c (get_widget): Changed "Add criterion" button to + have normal button relief in response to complaints of it not + appearing clickable. - * filter-filter.c: Changed "Add action" button to have normal button - relief in response to complaints of it not appearing clickable. + * filter-filter.c: Changed "Add action" button to have normal + button relief in response to complaints of it not appearing + clickable. 2001-06-29 Jeffrey Stedfast <fejj@ximian.com> |