diff options
author | JP Rosevear <jpr@ximian.com> | 2003-07-17 20:48:35 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-07-17 20:48:35 +0800 |
commit | 732db2157efe52e897004904abf94585eab766b1 (patch) | |
tree | 0e7efacbae852eba66fff1a40f3c07c22e89f369 /e-util/ChangeLog | |
parent | ce6939b848eb228ec705aac4c8de6cfec16ecd10 (diff) | |
download | gsoc2013-evolution-732db2157efe52e897004904abf94585eab766b1.tar.gz gsoc2013-evolution-732db2157efe52e897004904abf94585eab766b1.tar.zst gsoc2013-evolution-732db2157efe52e897004904abf94585eab766b1.zip |
encode the text (e_xml_from_hash): pass xmlDoc to foreach method
2003-07-03 JP Rosevear <jpr@ximian.com>
* e-xml-hash-utils.c (foreach_save_func): encode the text
(e_xml_from_hash): pass xmlDoc to foreach method
(e_xmlhash_new): check for file existence
(e_xmlhash_destroy): only destroy the hash if it exists
svn path=/trunk/; revision=21856
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 2ca27724ad..65389666b9 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2003-07-03 JP Rosevear <jpr@ximian.com> + + * e-xml-hash-utils.c (foreach_save_func): encode the text + (e_xml_from_hash): pass xmlDoc to foreach method + (e_xmlhash_new): check for file existence + (e_xmlhash_destroy): only destroy the hash if it exists + 2003-07-01 Dan Winship <danw@ximian.com> * e-gui-utils.c (e_icon_for_mime_type): New function to return an |