aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-25 10:53:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-25 10:53:37 +0800
commitc7d90017045defc5c7eb61e8f7d90d42bbf79dfd (patch)
treec7ca76a26e7254ce2049d990dc7173b2033fcdd7 /filter/ChangeLog
parentb227836e305dbc94904353d603a7a40349f29ed5 (diff)
downloadgsoc2013-evolution-c7d90017045defc5c7eb61e8f7d90d42bbf79dfd.tar
gsoc2013-evolution-c7d90017045defc5c7eb61e8f7d90d42bbf79dfd.tar.gz
gsoc2013-evolution-c7d90017045defc5c7eb61e8f7d90d42bbf79dfd.tar.bz2
gsoc2013-evolution-c7d90017045defc5c7eb61e8f7d90d42bbf79dfd.tar.lz
gsoc2013-evolution-c7d90017045defc5c7eb61e8f7d90d42bbf79dfd.tar.xz
gsoc2013-evolution-c7d90017045defc5c7eb61e8f7d90d42bbf79dfd.tar.zst
gsoc2013-evolution-c7d90017045defc5c7eb61e8f7d90d42bbf79dfd.zip
Remove filter-url code.
2000-10-24 Jeffrey Stedfast <fejj@helixcode.com> * filter-element.c (filter_element_new_type_name): Remove filter-url code. * filter-url.[c,h]: What was I smoking? There's no good reason to filter on source urls as there are other ways to get the same effect. Thanks to both Zucchi and Miguel for helping me see this :-) svn path=/trunk/; revision=6158
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 1e80d11b1e..643ae92b9a 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,4 +1,14 @@
-2022-10-24 Jeffrey Stedfast <fejj@helixcode.com>
+2000-10-24 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * filter-element.c (filter_element_new_type_name): Remove
+ filter-url code.
+
+ * filter-url.[c,h]: What was I smoking? There's no good reason to
+ filter on source urls as there are other ways to get the same
+ effect. Thanks to both Zucchi and Miguel for helping me see this
+ :-)
+
+2000-10-24 Jeffrey Stedfast <fejj@helixcode.com>
* filter-driver.c: Fixed NULL in fprintf.