aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-05-17 07:09:26 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-17 07:09:26 +0800
commit464b02c84709394ad80a9f4d3d18d3105a852d84 (patch)
tree2ab3906d9d12c7480164dc7ec32659fce9e6fd7d /mail/ChangeLog
parent30871da932e684894f88483bf4934bf989a5242d (diff)
downloadgsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.tar
gsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.tar.gz
gsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.tar.bz2
gsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.tar.lz
gsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.tar.xz
gsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.tar.zst
gsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.zip
New menu to bring up the filter editor, and edit filters. They dont
get invoked yet though. 2000-05-16 NotZed <NotZed@HelixCode.com> * mail-ops.c (filter_edit): Function to bring up the filter editor. (filter_druid_clicked): Save/close dialogue. * Makefile.am (evolution_mail_LDADD): Added libfilter. (INCLUDES): Add EVOLUTION_DATADIR, and fix matt's brokeneditor(tm) for putting spaces instead of tabs in. svn path=/trunk/; revision=3099
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0d0782101b..79dff4f13b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2000-05-16 NotZed <NotZed@HelixCode.com>
+
+ * mail-ops.c (filter_edit): Function to bring up the filter editor.
+ (filter_druid_clicked): Save/close dialogue.
+
+ * Makefile.am (evolution_mail_LDADD): Added libfilter.
+ (INCLUDES): Add EVOLUTION_DATADIR, and fix matt's brokeneditor(tm)
+ for putting spaces instead of tabs in.
+
2000-05-16 Christopher James Lahey <clahey@helixcode.com>
* mail-format.c: Removed usage of bonobo_object_destroy.