aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-04-23 09:23:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-04-23 09:23:42 +0800
commit36875999d7315e9f36eb9d9b8f657a0bd38a0751 (patch)
tree95e90a7cb83beeee70e3905702d9f01f3f154e0e /filter/ChangeLog
parente665715db3699e251ab24f1ced54bbd9096a3900 (diff)
downloadgsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.gz
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.bz2
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.lz
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.xz
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.zst
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.zip
removed debug spew.
2003-04-18 Not Zed <NotZed@Ximian.com> * rule-editor.c (d): removed debug spew. * addresses #41398 * vfolder-rule.c (format_source): helper function to decode a url into a more user-friendly format. (source_add, get_widget): add the formatted data as another column to the table. (vfolder_editor_sourcelist_new): add another column to the table, a formatted uri as well as the raw one. (d): turned off debug vomit while i'm here. svn path=/trunk/; revision=20929
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index db66d70ed4..ce45dac51c 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,17 @@
+2003-04-18 Not Zed <NotZed@Ximian.com>
+
+ * rule-editor.c (d): removed debug spew.
+
+ * addresses #41398
+
+ * vfolder-rule.c (format_source): helper function to decode a url
+ into a more user-friendly format.
+ (source_add, get_widget): add the formatted data as another
+ column to the table.
+ (vfolder_editor_sourcelist_new): add another column to the table,
+ a formatted uri as well as the raw one.
+ (d): turned off debug vomit while i'm here.
+
2003-04-11 Jeffrey Stedfast <fejj@ximian.com>
Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155,