aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 95b02e0d4f..ffdeedd65c 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,13 @@
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
+ * filter-int.[c,h]: Use GtkType (I only changed this one because I
+ turned on debugging for a bit).
+
+ * filter-file.c (validate): Fix the strcmp logic a bit, I had it
+ the exact opposite of what I really wanted. Oops :-)
+
+2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
+
* filter-file.c (validate): Do some minimalistic validation of
command-lines (ie, make sure it isn't an empty string).