aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-26 19:25:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-26 19:25:51 +0800
commit93723877699c0a64fd25d8dcb11289359710bc6e (patch)
treee89cc76be1d472f2ca763140db6b8c75baa6c1c3 /filter/ChangeLog
parentfb5e3d7237caed2397643f7e3d1e89572567bc64 (diff)
downloadgsoc2013-evolution-93723877699c0a64fd25d8dcb11289359710bc6e.tar
gsoc2013-evolution-93723877699c0a64fd25d8dcb11289359710bc6e.tar.gz
gsoc2013-evolution-93723877699c0a64fd25d8dcb11289359710bc6e.tar.bz2
gsoc2013-evolution-93723877699c0a64fd25d8dcb11289359710bc6e.tar.lz
gsoc2013-evolution-93723877699c0a64fd25d8dcb11289359710bc6e.tar.xz
gsoc2013-evolution-93723877699c0a64fd25d8dcb11289359710bc6e.tar.zst
gsoc2013-evolution-93723877699c0a64fd25d8dcb11289359710bc6e.zip
FILTER_RULE_CLASS -> _GET_CLASS
2002-11-26 Not Zed <NotZed@Ximian.com> * filter-rule.c (filter_rule_validate): FILTER_RULE_CLASS -> _GET_CLASS * rule-context.c (rule_context_save): RULE_CONTEXT_CLASS -> RULE_CONTEXT_GET_CLASS (rule_context_revert): " * *.[ch]: Ran fix.sh over all files. * rule-editor.c (rule_add): widget:set_parent -> window:set_transient_for (editor_response): renamed from editor_clicked, handle gtk dialog response codes. (rule_edit): connect to response rather than clicked. (rule_editor_construct): Setup a text column in the tree view. Not sure if this can be handled via glade. svn path=/trunk/; revision=18922
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 c2d3ec49f5..6ff5f2192b 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,22 @@
+2002-11-26 Not Zed <NotZed@Ximian.com>
+
+ * filter-rule.c (filter_rule_validate): FILTER_RULE_CLASS ->
+ _GET_CLASS
+
+ * rule-context.c (rule_context_save): RULE_CONTEXT_CLASS ->
+ RULE_CONTEXT_GET_CLASS
+ (rule_context_revert): "
+
+ * *.[ch]: Ran fix.sh over all files.
+
+ * rule-editor.c (rule_add): widget:set_parent ->
+ window:set_transient_for
+ (editor_response): renamed from editor_clicked, handle gtk dialog
+ response codes.
+ (rule_edit): connect to response rather than clicked.
+ (rule_editor_construct): Setup a text column in the tree view.
+ Not sure if this can be handled via glade.
+
2002-11-20 Jeffrey Stedfast <fejj@ximian.com>
* filter-label.c (xml_create): gconfify.