aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-12-21 02:18:40 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-12-21 02:18:40 +0800
commit0380a5d85e1039d711a868356103f2feec4fd7de (patch)
tree7e7435b6160da13627f3619a5a09446342197944 /addressbook/ChangeLog
parentf055dfa7c861b6ed806a1a694f19574891e053ba (diff)
downloadgsoc2013-evolution-0380a5d85e1039d711a868356103f2feec4fd7de.tar
gsoc2013-evolution-0380a5d85e1039d711a868356103f2feec4fd7de.tar.gz
gsoc2013-evolution-0380a5d85e1039d711a868356103f2feec4fd7de.tar.bz2
gsoc2013-evolution-0380a5d85e1039d711a868356103f2feec4fd7de.tar.lz
gsoc2013-evolution-0380a5d85e1039d711a868356103f2feec4fd7de.tar.xz
gsoc2013-evolution-0380a5d85e1039d711a868356103f2feec4fd7de.tar.zst
gsoc2013-evolution-0380a5d85e1039d711a868356103f2feec4fd7de.zip
Use my own wrapper functions instead of trying to *directly* access the
2000-12-20 JP Rosevear <jpr@helixcode.com> * conduit/address-conduit.c (match): Use my own wrapper functions instead of trying to *directly* access the the data structures my self (post_sync): Put in hack to prevent syncing the same records twice svn path=/trunk/; revision=7104
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 88b7961580..c566b860de 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,6 +1,13 @@
+2000-12-20 JP Rosevear <jpr@helixcode.com>
+
+ * conduit/address-conduit.c (match): Use my own wrapper
+ functions instead of trying to *directly* access the the data
+ structures my self
+ (post_sync): Put in hack to prevent syncing the same records twice
+
2000-12-19 JP Rosevear <jpr@helixcode.com>
- *conduit/address-conduit.c (ecard_from_remote_record): Convert
+ * conduit/address-conduit.c (ecard_from_remote_record): Convert
pilot strings to utf for the e-cards.
2000-12-19 JP Rosevear <jpr@helixcode.com>