aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-06 07:37:08 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-06 07:37:08 +0800
commit4e8deb5e4cb135b2e4f6eed3e1ab8b51fa4228fd (patch)
tree83e796becfb96afff1717e66ff59e9b1efe24b5d /filter/ChangeLog
parentce3ae8856492d9654f08a0db8b949e2e9a9e1a6f (diff)
downloadgsoc2013-evolution-4e8deb5e4cb135b2e4f6eed3e1ab8b51fa4228fd.tar
gsoc2013-evolution-4e8deb5e4cb135b2e4f6eed3e1ab8b51fa4228fd.tar.gz
gsoc2013-evolution-4e8deb5e4cb135b2e4f6eed3e1ab8b51fa4228fd.tar.bz2
gsoc2013-evolution-4e8deb5e4cb135b2e4f6eed3e1ab8b51fa4228fd.tar.lz
gsoc2013-evolution-4e8deb5e4cb135b2e4f6eed3e1ab8b51fa4228fd.tar.xz
gsoc2013-evolution-4e8deb5e4cb135b2e4f6eed3e1ab8b51fa4228fd.tar.zst
gsoc2013-evolution-4e8deb5e4cb135b2e4f6eed3e1ab8b51fa4228fd.zip
New internal function to replace xmlSaveFile. Does proper error checking
2002-08-05 Jeffrey Stedfast <fejj@ximian.com> * rule-context.c (xml_doc_save): New internal function to replace xmlSaveFile. Does proper error checking and so forth to ensure that the resulting file does not ever get truncated. (save): Cal xml_doc_save rather than xmlSaveFile. Fixes bug #25980. svn path=/trunk/; revision=17703
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 1c24bc393b..c1b4f2d613 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-05 Jeffrey Stedfast <fejj@ximian.com>
+
+ * rule-context.c (xml_doc_save): New internal function to replace
+ xmlSaveFile. Does proper error checking and so forth to ensure
+ that the resulting file does not ever get truncated.
+ (save): Cal xml_doc_save rather than xmlSaveFile. Fixes bug
+ #25980.
+
2002-08-02 Not Zed <NotZed@Ximian.com>
* filter.glade: Added a datespec editor window.