From ac173e78b47f84ab1af31ea63fed4d458a4f7679 Mon Sep 17 00:00:00 2001 From: "Wim (Willem Rein) Oudshoorn" Date: Mon, 26 Apr 2004 08:50:04 +0000 Subject: [PATCH] updated git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19191 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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)