aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-10-26 22:26:44 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-10-26 22:26:44 +0800
commit3ad502003f6306775f95df7d55d043a0359aa5e2 (patch)
tree8dc311096add1a58d0eea52724754bafae4cb36c /addressbook/ChangeLog
parentd609a3a09c88b9fc96f300b3637fb1b14f282142 (diff)
downloadgsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.tar
gsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.tar.gz
gsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.tar.bz2
gsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.tar.lz
gsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.tar.xz
gsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.tar.zst
gsoc2013-evolution-3ad502003f6306775f95df7d55d043a0359aa5e2.zip
new member
2001-10-26 JP Rosevear <jpr@ximian.com> * conduit/address-conduit.h: new member * conduit/address-conduit.c (print_remote): free the struct after using it (e_addr_context_new): make consistent with other conduits (e_addr_context_destroy): properly destroy the context (cursor_cb): no need to ref the card, its done for us (clear_entry_text): util function to free a field (free_local): free a local record (local_record_to_pilot_record): use a static buffer so we don't have to free it later (local_record_from_ecard): only fill in the fields we might not sync, clear a field before replacing the contents (for_each): track locals (for_each_modified): ditto (free_match): use free_local svn path=/trunk/; revision=14138
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index bf4001bfcb..2ba002f48a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,22 @@
+2001-10-26 JP Rosevear <jpr@ximian.com>
+
+ * conduit/address-conduit.h: new member
+
+ * conduit/address-conduit.c (print_remote): free the struct after
+ using it
+ (e_addr_context_new): make consistent with other conduits
+ (e_addr_context_destroy): properly destroy the context
+ (cursor_cb): no need to ref the card, its done for us
+ (clear_entry_text): util function to free a field
+ (free_local): free a local record
+ (local_record_to_pilot_record): use a static buffer so we don't
+ have to free it later
+ (local_record_from_ecard): only fill in the fields we might not
+ sync, clear a field before replacing the contents
+ (for_each): track locals
+ (for_each_modified): ditto
+ (free_match): use free_local
+
2001-10-26 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-minicard.c, gui/widgets/e-minicard.h