aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-05-10 07:14:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-05-10 07:14:33 +0800
commita23d192991b3abfa64b447a2eaa5219757599e3e (patch)
tree86e8326b22522674658dd3f6b9303903b09f1b42 /filter/ChangeLog
parent57a877702667674f5ddb845c1c7d4378866c391c (diff)
downloadgsoc2013-evolution-a23d192991b3abfa64b447a2eaa5219757599e3e.tar
gsoc2013-evolution-a23d192991b3abfa64b447a2eaa5219757599e3e.tar.gz
gsoc2013-evolution-a23d192991b3abfa64b447a2eaa5219757599e3e.tar.bz2
gsoc2013-evolution-a23d192991b3abfa64b447a2eaa5219757599e3e.tar.lz
gsoc2013-evolution-a23d192991b3abfa64b447a2eaa5219757599e3e.tar.xz
gsoc2013-evolution-a23d192991b3abfa64b447a2eaa5219757599e3e.tar.zst
gsoc2013-evolution-a23d192991b3abfa64b447a2eaa5219757599e3e.zip
Add filter-file.[c,h] to the build.
2002-05-09 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Add filter-file.[c,h] to the build. * filtertypes.xml: Add a "Command" filter rule. * filter-element.c (filter_element_new_type_name): Add support for type "command" which uses the new FilterFile widget. svn path=/trunk/; revision=16739
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 358ffbdfb1..382eafbfbd 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,12 @@
2002-05-09 Jeffrey Stedfast <fejj@ximian.com>
+ * Makefile.am: Add filter-file.[c,h] to the build.
+
+ * filtertypes.xml: Add a "Command" filter rule.
+
+ * filter-element.c (filter_element_new_type_name): Add support for
+ type "command" which uses the new FilterFile widget.
+
* filter-file.[c,h]: New filter widgets for choosing files and/or
command-line's (?). Not yet hooked up or anything, just for future
use.