aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-01 03:39:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-01 03:39:02 +0800
commit84664338374cb9e52d9d33512bebde4708f866a7 (patch)
tree436cdbc448f60a4a161af69c82edb21cb8f711c5 /filter/ChangeLog
parentb3a536d46bfc6f4ed4524ec6252abfcea2f97423 (diff)
downloadgsoc2013-evolution-84664338374cb9e52d9d33512bebde4708f866a7.tar
gsoc2013-evolution-84664338374cb9e52d9d33512bebde4708f866a7.tar.gz
gsoc2013-evolution-84664338374cb9e52d9d33512bebde4708f866a7.tar.bz2
gsoc2013-evolution-84664338374cb9e52d9d33512bebde4708f866a7.tar.lz
gsoc2013-evolution-84664338374cb9e52d9d33512bebde4708f866a7.tar.xz
gsoc2013-evolution-84664338374cb9e52d9d33512bebde4708f866a7.tar.zst
gsoc2013-evolution-84664338374cb9e52d9d33512bebde4708f866a7.zip
Updated to add an action to set message flags.
2000-10-31 Jeffrey Stedfast <fejj@helixcode.com> * filtertypes.xml: Updated to add an action to set message flags. * filter-driver.c (do_flag): New callback to set message info flags. * filter-element.c (filter_element_set_data): New convenience function to set the data on a FilterElement. * filter-url.c (get_widget): Set the sources list to point to the FilterElement data. svn path=/trunk/; revision=6298
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 11ea73f699..d0c8f3043d 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,16 @@
+2000-10-31 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * filtertypes.xml: Updated to add an action to set message flags.
+
+ * filter-driver.c (do_flag): New callback to set message info
+ flags.
+
+ * filter-element.c (filter_element_set_data): New convenience
+ function to set the data on a FilterElement.
+
+ * filter-url.c (get_widget): Set the sources list to point to the
+ FilterElement data.
+
2000-10-31 Federico Mena Quintero <federico@helixcode.com>
* filter-rule.c (get_widget): Do not pad around the Name hbox;