aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-08 02:34:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-08 02:34:15 +0800
commite6dd871ad745483444c5ce8361a9b02313ee5a8b (patch)
tree5b58bbcfa5b12e6dc44ae91ed6fad37fc08906fe /filter/ChangeLog
parent0db696fa4205edb578c56cade278061b4bbe54f2 (diff)
downloadgsoc2013-evolution-e6dd871ad745483444c5ce8361a9b02313ee5a8b.tar
gsoc2013-evolution-e6dd871ad745483444c5ce8361a9b02313ee5a8b.tar.gz
gsoc2013-evolution-e6dd871ad745483444c5ce8361a9b02313ee5a8b.tar.bz2
gsoc2013-evolution-e6dd871ad745483444c5ce8361a9b02313ee5a8b.tar.lz
gsoc2013-evolution-e6dd871ad745483444c5ce8361a9b02313ee5a8b.tar.xz
gsoc2013-evolution-e6dd871ad745483444c5ce8361a9b02313ee5a8b.tar.zst
gsoc2013-evolution-e6dd871ad745483444c5ce8361a9b02313ee5a8b.zip
Rewrote - this shouldn't need to be an async function
2000-09-07 Jeffrey Stedfast <fejj@helixcode.com> * filter-driver.c (filter_driver_run): Rewrote - this shouldn't need to be an async function * filter-message-search.c (match_all): Modified to look at the boolean value being fed to it and just to return that instead of always returning TRUE svn path=/trunk/; revision=5236
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 03e1ecd565..c2e1e0b85a 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,12 @@
+2000-09-07 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * filter-driver.c (filter_driver_run): Rewrote - this shouldn't
+ need to be an async function
+
+ * filter-message-search.c (match_all): Modified to look at the
+ boolean value being fed to it and just to return that instead of
+ always returning TRUE
+
2000-09-07 Lauris Kaplinski <lauris@helixcode.com>
* filter-editor.c, filter-filter.c, filter-folder.c, filter-option.c: