diff --git a/ChangeLog b/ChangeLog index b9195d34e..19e573976 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Nov 7 09:04:51 2001 Nicola Pero + + After this change you need the latest gnustep-make to compile. + * Source/Makefile.postamble: Removed rules to manually compile + NSInvocation.m, NSConnection.m and mframe.m. + (mframe.m_FILE_FILTER_OUT_FLAGS): Set to filter out optimization + flags when compiling mframe.m. + (NSConnection.m_FILE_FILTER_OUT_FLAGS): Idem. + (NSInvocation.m_FILE_FILTER_OUT_FLAGS): Idem. + 2001-11-01 Adam Fedor * Source/NSData.m: Add an include to avoid some warnings.