From 17c0435eabfb7ff86ba819a8369a81518c593abf Mon Sep 17 00:00:00 2001 From: ayers Date: Mon, 28 Feb 2005 15:31:29 +0000 Subject: [PATCH] * Source/NSPropertyList.m (OAppend): Attempt to transform description of non-proporty-list objects into property list before recursing for OPENSTEP compatibility. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20809 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index fd4916a33..87910c643 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-28 David Ayers + + * Source/NSPropertyList.m (OAppend): Attempt to transform + description of non-proporty-list objects into property list + before recursing for OPENSTEP compatibility. + 2005-02-27 13:20 Richard Frith-Macdonald * Source/NSConnection.m: