aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-03-31 06:20:39 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-03-31 06:20:39 +0800
commit5482126d24861f1236c687cac5e8dc0240a2d28f (patch)
treef668df5b7ddc27956fb7bee44047a50e844e5c22 /filter/ChangeLog
parentd87e7fd2c87f502414ed1aaacba85a1de3287917 (diff)
downloadgsoc2013-evolution-5482126d24861f1236c687cac5e8dc0240a2d28f.tar.gz
gsoc2013-evolution-5482126d24861f1236c687cac5e8dc0240a2d28f.tar.zst
gsoc2013-evolution-5482126d24861f1236c687cac5e8dc0240a2d28f.zip
Use the new "filter_editor" that has been added to the glade file Remove
2004-03-30 Rodney Dawes <dobey@ximian.com> * filter-editor.c (filter_editor_new): Use the new "filter_editor" that has been added to the glade file * filter.glade: Remove an unused piece of UI definition and add a new "filter_editor" that is the same as rule_editor, only for the filter editor dialogs, and change "Filter Rules" to "Search Rules" in the rule_editor * rule-editor.c (rule_editor_new): Set the child widget of the editor dialog appropriately svn path=/trunk/; revision=25251
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index cf2c93f341..a46bea6fda 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,14 @@
+2004-03-30 Rodney Dawes <dobey@ximian.com>
+
+ * filter-editor.c (filter_editor_new): Use the new "filter_editor"
+ that has been added to the glade file
+ * filter.glade: Remove an unused piece of UI definition and add a
+ new "filter_editor" that is the same as rule_editor, only for the
+ filter editor dialogs, and change "Filter Rules" to "Search Rules"
+ in the rule_editor
+ * rule-editor.c (rule_editor_new): Set the child widget of the editor
+ dialog appropriately
+
2004-03-29 Rodney Dawes <dobey@ximian.com>
* filter-filter.c (get_widget):