aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-04-12 03:43:17 +0800
committerChris Toshok <toshok@src.gnome.org>2000-04-12 03:43:17 +0800
commit7cbc26471fb6ff8d789fe91df342d87e3678e712 (patch)
tree5346175dcbbcce787fca7bfc4ddc104d3bac0ff5 /ChangeLog
parentee070bdf74ec488b0d8186467cbf1d66353f4bfb (diff)
downloadgsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar
gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.gz
gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.bz2
gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.lz
gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.xz
gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.zst
gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.zip
free the esexp_result. (entry_compare): we want comparison functions to
* addressbook/backend/pas/pas-backend-file.c (vcard_matches_search): free the esexp_result. (entry_compare): we want comparison functions to take 2 args. svn path=/trunk/; revision=2395
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89700ccefa..1bca159208 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,8 @@
contact (unimplemented as yet).
(entry_compare): add support for searching the list items "email",
"phone" and "address".
+ (vcard_matches_search): free the esexp_result.
+ (entry_compare): we want comparison functions to take 2 args.
2000-04-11 Christopher James Lahey <clahey@helixcode.com>