aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-07 11:58:56 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-07 11:58:56 +0800
commitf5b0266037111d109d63df72064fe3ee0ddd7dcd (patch)
treec0aec367505f5a38585b78feba90b8fec79a3559 /filter/ChangeLog
parent6bdebeda9678e445238803da1b692a53d4641708 (diff)
downloadgsoc2013-evolution-f5b0266037111d109d63df72064fe3ee0ddd7dcd.tar
gsoc2013-evolution-f5b0266037111d109d63df72064fe3ee0ddd7dcd.tar.gz
gsoc2013-evolution-f5b0266037111d109d63df72064fe3ee0ddd7dcd.tar.bz2
gsoc2013-evolution-f5b0266037111d109d63df72064fe3ee0ddd7dcd.tar.lz
gsoc2013-evolution-f5b0266037111d109d63df72064fe3ee0ddd7dcd.tar.xz
gsoc2013-evolution-f5b0266037111d109d63df72064fe3ee0ddd7dcd.tar.zst
gsoc2013-evolution-f5b0266037111d109d63df72064fe3ee0ddd7dcd.zip
Don't need to save temp/backup files anymore, e_xml_save_file() now
2002-08-06 Jeffrey Stedfast <fejj@ximian.com> * rule-context.c (save): Don't need to save temp/backup files anymore, e_xml_save_file() now handles this for us (well, at least the saving of temp files). I'm not sure we need a backup file anymore now that we can depend on e_xml_save_file() to "Just Work" svn path=/trunk/; revision=17727
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 9175a65ed0..496a401448 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,12 @@
2002-08-06 Jeffrey Stedfast <fejj@ximian.com>
+ * rule-context.c (save): Don't need to save temp/backup files
+ anymore, e_xml_save_file() now handles this for us (well, at least
+ the saving of temp files). I'm not sure we need a backup file
+ anymore now that we can depend on e_xml_save_file() to "Just Work"
+
+2002-08-06 Jeffrey Stedfast <fejj@ximian.com>
+
* rule-context.c (save): Use e_xml_save_file().
(xml_doc_save): Removed this code and added it to gal so that
e-table and all other parts of evolution and so forth could use