aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-05-16 08:52:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-16 08:52:51 +0800
commit8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816 (patch)
tree72bbb8c6b70141f57b4be10439e430465f084d61 /filter/ChangeLog
parenteb1d5f12ab841a754c3e226f5b114da079cb1aef (diff)
downloadgsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.gz
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.bz2
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.lz
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.xz
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.zst
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.zip
Bunch of cleanup.
2000-05-15 NotZed <NotZed@HelixCode.com> * filter-xml.[ch]: Bunch of cleanup. * filter-xml.c (filter_*_file): New interfaces to read/write files directly, rather than messing with xmldoc crap. svn path=/trunk/; revision=3051
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 3526765b40..1d759230ef 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,10 @@
2000-05-15 NotZed <NotZed@HelixCode.com>
+ * filter-xml.[ch]: Bunch of cleanup.
+
+ * filter-xml.c (filter_*_file): New interfaces to read/write files
+ directly, rather than messing with xmldoc crap.
+
* Makefile.am: Removed filter-driver test program, now just part
of libfilter.