From cba23f9993ec9356064cbb54a595b4da53cbd54c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 3 Jan 2012 22:53:53 +0000 Subject: [PATCH] Monotone-Parent: 8fa93819d7083059128aa7103b83d47ee6a9cf2c Monotone-Revision: 16b846dd0fb3a63bdd80cb7ed360972da407527b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-03T22:53:53 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 96dc5e476..601b06bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-01-03 Wolfgang Sourdeau + * SoObjects/SOGo/SOGoParentFolder.m (-appendPersonalSources): made + method public so that it can be easily overriden in subclasses. + * SoObjects/SOGo/SOGoUser.m (-authenticationSource): new method that returned the SOGoSource instance that successfully recognized the user represented by the current instance.