diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-17 17:28:49 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-17 17:28:49 +0800 |
commit | 93833a8c019d992b9ecdca5aff2e39f34b692e8c (patch) | |
tree | c38acd5d036886e8dc2d57e50d371acb5990517d /addressbook/ChangeLog | |
parent | c142e4626d356ed2ba0981e4f084adc493c74a4e (diff) | |
download | gsoc2013-evolution-93833a8c019d992b9ecdca5aff2e39f34b692e8c.tar gsoc2013-evolution-93833a8c019d992b9ecdca5aff2e39f34b692e8c.tar.gz gsoc2013-evolution-93833a8c019d992b9ecdca5aff2e39f34b692e8c.tar.bz2 gsoc2013-evolution-93833a8c019d992b9ecdca5aff2e39f34b692e8c.tar.lz gsoc2013-evolution-93833a8c019d992b9ecdca5aff2e39f34b692e8c.tar.xz gsoc2013-evolution-93833a8c019d992b9ecdca5aff2e39f34b692e8c.tar.zst gsoc2013-evolution-93833a8c019d992b9ecdca5aff2e39f34b692e8c.zip |
use card_sexp. (pas_backend_file_book_view_free): same.
2001-08-17 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-file.c
(pas_backend_file_book_view_copy): use card_sexp.
(pas_backend_file_book_view_free): same.
(vcard_matches_search): use the new pas_backend_card_sexp_match_vcard call.
(pas_backend_file_search): use card_sexp.
(pas_backend_file_process_get_book_view): same.
* backend/pas/Makefile.am (libpas_a_SOURCES): add
pas-backend-card-sexp.[ch].
svn path=/trunk/; revision=12150
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d7adaa0003..ddc770a7b1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2001-08-17 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-file.c + (pas_backend_file_book_view_copy): use card_sexp. + (pas_backend_file_book_view_free): same. + (vcard_matches_search): use the new pas_backend_card_sexp_match_vcard call. + (pas_backend_file_search): use card_sexp. + (pas_backend_file_process_get_book_view): same. + + * backend/pas/Makefile.am (libpas_a_SOURCES): add + pas-backend-card-sexp.[ch]. + 2001-08-17 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook-component.c (factory_fn): Added code |