From 98495ca363f3bc9c22e6c33ddce05d3e71db27f6 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 6 Feb 2009 20:09:59 +0000 Subject: [PATCH] Monotone-Parent: c9246310f08403905093c99e74adb38f7c4c3c7e Monotone-Revision: c7cef69f421b88269a1f0f48450e7746468a6cb8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-02-06T20:09:59 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89284073e..84d6d81b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2009-02-06 Wolfgang Sourdeau + + * SoObjects/Contacts/SOGoContactGCSFolder.m ([SOGoContactGCSFolder + -lookupContactsWithFilter:filtersortBy:sortKeyordering:sortOrdering]): + same as below. + ([SOGoContactGCSFolder -fixupContactRecord:contactRecord]): new + method that initializes c_mail, c_screenname, c_o, + c_telephonenumber to empty strings if not found. + + * SoObjects/Contacts/SOGoContactLDAPFolder.m + ([SOGoContactLDAPFolder + -lookupContactsWithFilter:filtersortBy:sortKeyordering:sortOrdering]): + no longer make use of the displayName, mail, screenName, phone and + org intermediary keys. + + * UI/Contacts/UIxContactsListView.m ([-currentCName]): removed + useless method. + 2009-02-05 Francis Lachapelle * UI/SOGoUI/UIxComponent.m ([UIxComponent -responseWithStatus:):