diff --git a/ChangeLog b/ChangeLog index 2a6db5b59..d12465c45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-04-26 Willem Rein Oudshoorn + * Source/libgnustep-base-entry.m (gnustep_base_socket_init): Added braces for + if statement + (DllMain): Removed old initialization code + (gnustep_base_socket_handler): Removd this method plus declaration. + * 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)