aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-02 11:52:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-02 11:52:05 +0800
commited8a08ed1a4befb75d8d883b973f8d9516a0a80a (patch)
tree37c26e61882ba8c8289c4b44cafb52056d599b30 /filter/ChangeLog
parent5019775390678fb220dff8d29aabfb84d61a1100 (diff)
downloadgsoc2013-evolution-ed8a08ed1a4befb75d8d883b973f8d9516a0a80a.tar
gsoc2013-evolution-ed8a08ed1a4befb75d8d883b973f8d9516a0a80a.tar.gz
gsoc2013-evolution-ed8a08ed1a4befb75d8d883b973f8d9516a0a80a.tar.bz2
gsoc2013-evolution-ed8a08ed1a4befb75d8d883b973f8d9516a0a80a.tar.lz
gsoc2013-evolution-ed8a08ed1a4befb75d8d883b973f8d9516a0a80a.tar.xz
gsoc2013-evolution-ed8a08ed1a4befb75d8d883b973f8d9516a0a80a.tar.zst
gsoc2013-evolution-ed8a08ed1a4befb75d8d883b973f8d9516a0a80a.zip
Use filter_driver_log() where appropriate. (do_copy): Use the service url
2000-11-01 Jeffrey Stedfast <fejj@helixcode.com> * filter-driver.c (filter_driver_filter_message): Use filter_driver_log() where appropriate. (do_copy): Use the service url for the path rather than the folder->full_name because that'll only get you a "/mbox" which is entirely useless. Replace occurences of report_status with filter_driver_log. (do_move): Same. (report_status): Don't use this for logging anymore, use only for reporting the status back to the caller. (filter_driver_log): Renamed from filter_driver_status_log. Now ONLY handles file logging and is for INTERNAL USE ONLY. (do_flag): Replace occurences of report_status with filter_driver_log. (do_score): Same. (do_colour): Same. (do_stop): Same. svn path=/trunk/; revision=6340
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 1b232056ba..983f34beba 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,24 @@
2000-11-01 Jeffrey Stedfast <fejj@helixcode.com>
+ * filter-driver.c (filter_driver_filter_message): Use
+ filter_driver_log() where appropriate.
+ (do_copy): Use the service url for the path rather than the
+ folder->full_name because that'll only get you a "/mbox" which is
+ entirely useless. Replace occurences of report_status with
+ filter_driver_log.
+ (do_move): Same.
+ (report_status): Don't use this for logging anymore, use only for
+ reporting the status back to the caller.
+ (filter_driver_log): Renamed from filter_driver_status_log. Now
+ ONLY handles file logging and is for INTERNAL USE ONLY.
+ (do_flag): Replace occurences of report_status with
+ filter_driver_log.
+ (do_score): Same.
+ (do_colour): Same.
+ (do_stop): Same.
+
+2000-11-01 Jeffrey Stedfast <fejj@helixcode.com>
+
* filter-datespec.c (validate): Check to make sure the user has
entered a valid date.