From 080e8d5097e618828ff6b368c6336a7b9fd5fabe Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sat, 27 Mar 2010 00:02:45 +0000 Subject: [PATCH] Added redundant information to the ChangeLog, for people who like going via an extra layer of indirection between svn blame and svn log. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30046 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7205e9124..5177d42e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2010-03-27 David Chisnall + + * Source/NSWindow.m + * Source/GSNibLoading.m + * Source/NSSavePanel.m + * Source/NSPasteboard.m + * Source/NSInterfaceStyle.m + * Source/NSGraphicsContext.m + * Source/GSToolTips.m + * Source/NSView.m + * Headers/AppKit/AppKitDefines.h + * Headers/AppKit/NSWindow.h + * Headers/AppKit/NSResponder.h + * Headers/AppKit/NSView.h + Removed all uses of @defs() from -gui, so it now compiles cleanly with the + non-fragile ABI. All ivars that must be accessed from other classes are + now wrapped in PACKAGE_SCOPE. With clang, this expands to @package, with + GCC it expands to @public. + 2010-03-25 Riccardo Mottola * Source/GSXibLoader.m,