diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-06-11 17:21:43 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-06-11 17:21:43 +0800 |
commit | 538e971cd862655c725b5b5ba5d020efcd949eef (patch) | |
tree | 72a9aaa09acc7a211a69f43f82e2932c5aff2263 /addressbook/ChangeLog | |
parent | 84c05c9fd51f1f40ec6b3f624e339ecf31be6a07 (diff) | |
download | gsoc2013-evolution-538e971cd862655c725b5b5ba5d020efcd949eef.tar gsoc2013-evolution-538e971cd862655c725b5b5ba5d020efcd949eef.tar.gz gsoc2013-evolution-538e971cd862655c725b5b5ba5d020efcd949eef.tar.bz2 gsoc2013-evolution-538e971cd862655c725b5b5ba5d020efcd949eef.tar.lz gsoc2013-evolution-538e971cd862655c725b5b5ba5d020efcd949eef.tar.xz gsoc2013-evolution-538e971cd862655c725b5b5ba5d020efcd949eef.tar.zst gsoc2013-evolution-538e971cd862655c725b5b5ba5d020efcd949eef.zip |
Made this handle the "id" property in searches.
2001-06-11 Christopher James Lahey <clahey@ximian.com>
* backend/pas/pas-backend-file.c (entry_compare): Made this handle
the "id" property in searches.
(pas_backend_file_process_modify_card): Made id variable const
here.
* backend/pas/pas-backend-ldap.c (modify_card_handler): Made id
variable const here.
svn path=/trunk/; revision=10182
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a70c3dfa1f..0992290196 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,15 @@ 2001-06-11 Christopher James Lahey <clahey@ximian.com> + * backend/pas/pas-backend-file.c (entry_compare): Made this handle + the "id" property in searches. + (pas_backend_file_process_modify_card): Made id variable const + here. + + * backend/pas/pas-backend-ldap.c (modify_card_handler): Made id + variable const here. + +2001-06-11 Christopher James Lahey <clahey@ximian.com> + * backend/ebook/e-book-listener.c, backend/ebook/e-book-listener.h, backend/ebook/e-book.c: Rolled back the change 2 ago, dated 06/11/2001 01:51 in CVS, involving |