aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-03-03 07:38:12 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-03-03 07:38:12 +0800
commit7c3a6662fe5da0353f31c4385e97f6b19c35e511 (patch)
treeb1134e7ed2f5cd5f40e8378f00a7c5dc140d842e /filter/ChangeLog
parentab118da377d6ec04736c538e5efce5cc2f49d45c (diff)
downloadgsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.gz
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.bz2
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.lz
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.xz
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.zst
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.zip
Added option menu to vfolder editor.
2001-03-03 Not Zed <NotZed@Ximian.com> * filter.glade: Added option menu to vfolder editor. 2001-03-02 Not Zed <NotZed@Ximian.com> * vfolder-rule.c (get_widget): Setup the data on the base source opiton menu, and make hte option menu reflect the source. (select_source_with): Set the source type for this rule. e.g. these folders, "with ..." * filter-editor.c: Removed the N_() stuff from the source_names array, they must not be internationalised!!! svn path=/trunk/; revision=8533
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 382b815c4c..3cecbeb156 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,17 @@
+2001-03-03 Not Zed <NotZed@Ximian.com>
+
+ * filter.glade: Added option menu to vfolder editor.
+
+2001-03-02 Not Zed <NotZed@Ximian.com>
+
+ * vfolder-rule.c (get_widget): Setup the data on the base source
+ opiton menu, and make hte option menu reflect the source.
+ (select_source_with): Set the source type for this
+ rule. e.g. these folders, "with ..."
+
+ * filter-editor.c: Removed the N_() stuff from the source_names
+ array, they must not be internationalised!!!
+
2001-02-28 Not Zed <NotZed@Ximian.com>
* filter-rule.c (filter_rule_clone): New function to clone rules.