aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-13 05:37:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-13 05:37:52 +0800
commit827c51c7ba8e18748c7518869187e401e95ee3d5 (patch)
tree925577b305774baa524d6cb3cb659a4bed39b84c /addressbook/ChangeLog
parent89341d76ec219b14431fb3778a9d22df3079ffda (diff)
downloadgsoc2013-evolution-827c51c7ba8e18748c7518869187e401e95ee3d5.tar
gsoc2013-evolution-827c51c7ba8e18748c7518869187e401e95ee3d5.tar.gz
gsoc2013-evolution-827c51c7ba8e18748c7518869187e401e95ee3d5.tar.bz2
gsoc2013-evolution-827c51c7ba8e18748c7518869187e401e95ee3d5.tar.lz
gsoc2013-evolution-827c51c7ba8e18748c7518869187e401e95ee3d5.tar.xz
gsoc2013-evolution-827c51c7ba8e18748c7518869187e401e95ee3d5.tar.zst
gsoc2013-evolution-827c51c7ba8e18748c7518869187e401e95ee3d5.zip
Optimized the same way I optimized g_strsplit. If you use a GPtrArray
2001-07-12 Jeffrey Stedfast <fejj@ximian.com> * backend/ebook/e-destination.c (e_destination_importv): Optimized the same way I optimized g_strsplit. If you use a GPtrArray instead of a linked list, you save yourself from having to iterate through the list an extra 3 times. (e_destination_xml_decode): Do NOT, I repeat: do NOT! e_utf8_xml1_decode something which is already in UTF-8 or you'll corrupt it!! I smack thee who hath done this evil deed! svn path=/trunk/; revision=11069
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 69fa2e9069..57c1547f01 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,8 +1,18 @@
+2001-07-12 Jeffrey Stedfast <fejj@ximian.com>
+
+ * backend/ebook/e-destination.c (e_destination_importv): Optimized
+ the same way I optimized g_strsplit. If you use a GPtrArray
+ instead of a linked list, you save yourself from having to iterate
+ through the list an extra 3 times.
+ (e_destination_xml_decode): Do NOT, I repeat: do NOT!
+ e_utf8_xml1_decode something which is already in UTF-8 or you'll
+ corrupt it!! I smack thee who hath done this evil deed!
+
2001-07-12 Iain Holmes <iain@ximian.com>
- * backend/e-book/evolution-vcard-importer.c (support_format_fn): Check
- for no extension. Actually same as Jason's fix below :) but also check
- the file contents.
+ * backend/e-book/evolution-vcard-importer.c (support_format_fn):
+ Check for no extension. Actually same as Jason's fix below :) but
+ also check the file contents.
2001-07-12 JP Rosevear <jpr@ximian.com>