aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-02-24 14:17:46 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-02-24 14:17:46 +0800
commit6b338ae8ecd1332f574e33620e0765a16aab03a3 (patch)
treefab96d8740c69feab8deb34f62ef34a469e8164f /filter/ChangeLog
parente4842dc1b18a24d2e268f0e40d1329f6cb739753 (diff)
downloadgsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.tar
gsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.tar.gz
gsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.tar.bz2
gsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.tar.lz
gsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.tar.xz
gsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.tar.zst
gsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.zip
New widget, a dialogue which uses filter-druid to present the various
2000-02-24 NotZed <NotZed@HelixCode.com> * filter-editor.c: New widget, a dialogue which uses filter-druid to present the various editing views. * filter-druid.c: Changed to just being a notebook with no tabs, rather than a full druid (no next/prev/etc buttons). svn path=/trunk/; revision=1914
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 d7e51cb53d..5b48899b49 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,11 @@
+2000-02-24 NotZed <NotZed@HelixCode.com>
+
+ * filter-editor.c: New widget, a dialogue which uses filter-druid
+ to present the various editing views.
+
+ * filter-druid.c: Changed to just being a notebook with no tabs,
+ rather than a full druid (no next/prev/etc buttons).
+
2000-02-22 NotZed <NotZed@HelixCode.com>
* filter-xml.c (filter_clone_optionrule):