From 8a4fcd7062c06e5022f1aaa7166fff3ef0098dea Mon Sep 17 00:00:00 2001 From: "Wim (Willem Rein) Oudshoorn" Date: Mon, 26 Apr 2004 07:51:13 +0000 Subject: [PATCH] updated git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19189 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5dbf9ac4c..2a6db5b59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-04-26 Willem Rein Oudshoorn + + * Source/GSFFCallInvocation.m (GSInvocationCallback): Try to find type information + if not available, also changes wording of exception when no type information is found. + (Fixes #8654) + + * Source/GSFFIInvocation.m (GSFFIInvocationCallback): Idem + 2004-04-25 Richard Frith-Macdonald * Source/NSProtocolChecker.m: Major rewrite ... appeared almost totally